Wednesday, July 1, 2015

How to embed google map on a web page using javascript

 First create an HTML DOC type: <!DOCTYPE html>Then create a script that connects to the google API  note: API stands for Application Programming Interface :<script src="http://maps.googleapis.com/maps/api/js"></script> The next step is to create a javascript function, then declare a variable in the function and give it any name of your choice, in the case i used "map1" after creating the function i set the latitude and longitude in my variable <script>function...
Read More »

Friday, May 22, 2015

INSTALLING JAVA ON DEBIAN OR ON LINUX PLATFORM

  Install Java on Debian Step 1: Get the Latest Sun JVM for Debian Linux Platform. Click here  Step 2: Installing Java on Debian is an easy task, there is a package that can do all the hard task for you. The package is “java-package” which can be installed with: “apt-get -u install java-package” Ensure the repository is up to date before installing this package, as you might...
Read More »

INSTALLING JAVA ON WINDOWS PLATFORM

Install Java........ Java is Installing Thursday, 4 August 2011 How To Install Java on Windows: In 4 easy steps i describe how to install Java. 1. Download either the JRE or the JDK. 2. Install. 3. Configure 4. Test. 1. Download either the JRE or the JDK:     You have to download the JRE/JDK from Sun microsystems website. To download the JRE click here. To...
Read More »