
Geocoding An Address With Google Maps API
OVERVIEW One of the most useful features of Google Maps its ability to locate an address on the map. Geocoding is the process of taking […]
OVERVIEW One of the most useful features of Google Maps its ability to locate an address on the map. Geocoding is the process of taking […]
The Web Speech API is a little known framework, which has been developed by Google a couple of years back. It is a very good […]
Detection of the newer versions of IE is much more messy than before. Since IE uses the Trident rendering engine, each IE version uses a […]
If you have a very large dropdown in an html page – say a few thousand items, and you want to clear all of them, […]
The code below compresses and minifies javascript files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
The code below compresses and minifies javascript files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
The code below is a single function which can be plugged into any page to capture and store all the HTTP headers, available in the […]
WHY RECREATE THE WHEEL? There are lot of tab controls out there, both using plain javascript and others using Jquery, so why the need to […]
An IFRAME is the best way to embed a page into another page . The main problem sometimes faced is if the content within the […]
A lot of good websites provide a failsafe check that a user might accidentally leave a page with unsaved data. This is a good thing […]
Copyright © 2021 | WordPress Theme by MH Themes