↧
Address on the Spot: Using Google’s Reverse Geocoding API
Google just launched a new feature as part of its geolocation services: a Reverse Geocoding feature as part of the Google Maps API. The API is really simple to use. It took me only a few hours to put...
View ArticleCapturing AutoFill as a Change Event
I was working on a form design recently in which I wanted the corresponding labels to disappear whenever text was entered into an input field. This was easy enough to accomplish via jQuery, but I...
View ArticleJSON Parsing and Stringifying in jQuery (as a plugin)
jQuery has many kick-ass javascript utilities. Among these is a method (jQuery.getJSON()) that parses JSON that you grab from a remote source and gives it back to you as a JSON object. Excellent!...
View Article