Google Archive

HTML5 Geolocation api allows us to get the current location using a simple JavaScript function. On the modern browsers the location information can be retrieved using the Navigator object. HTML5 Geolocation API Navigator.geolocation() This function simply queries the browser about the location from which the webpage is getting loaded.The browser which uses the location provider (in our case Google maps) to get the location information using the public IP address,MAC,Wifi information which is sent by the browser itself. As accessing the physical location impacts user privacy the above function will not work when the user denies the permission for it. Geolocation is not supported only in modern browsers with HTML5 capabilities. To ensure this first we have to check the geolocation support. 12345678if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(onsuccess,onfailure); } [&hellip

Read More...

Google has surprisingly shared what it had considered as top secret for all these time – A look inside its vast Data centers and the technology behind them. Google search engine is insanely fast because of the huge infrastructure it has on the backend.Google had the unique technology that brings us the search results less than a second.Apart from search engine google also has a suite of applications like gmail,youtube,google maps and drive etc which all are data intensive.Every user having the google account will be using all these services which adds up huge amount of data everyday

Read More...

Google’s new tablet Nexus 7 is selling like hotcakes all over.The retail stores have completely sold out the devices within a week and now google stopped the 16 GB version of Nexus seven yesterday due to huge demand. Though you will not get nexus 7 immediately,Google will not stop marketing it.The first commercial for Nexus 7 is now live featuring a dad and son camping with google nexus tablet.   The ad seems to be convincing the eager buyers but they should also be aware that this tablet uses internet only through wi-fi mode only.You cannot camp around the forest without the internet connection as shown in the commercial. Also Read: Google Ad featuring Tanjore paintings

Read More...