Create a Dynamic Google Map Site w/ Marker for iPhone
This simple example will access your GeoLocation on mobile Safari and place a marker using Google Maps. <!DOCTYPE html> <html lang="en">...
Javascript, jQuery, NodeJS, Angular
This simple example will access your GeoLocation on mobile Safari and place a marker using Google Maps. <!DOCTYPE html> <html lang="en">...
If you're ever working with real-time javascript, try Socket.io. <!DOCTYPE html> <html> <head> <title>My App<...
This mini experiment simply shows how to create a static Google Map with a Marker based on a user's Geo Location. This was designed specifically for...
I've written about 8 or 9 streaming music players in the past six years, and considering how quickly client-side technology changes, I figure I'll...
There have been a few times where I've been forced to reduce myself to browser sniffing. In this example, I'm making an ad hoc...
This Event Listener + Handler will detect the new height of the browser window. <script type="text/javascript" charset="utf-8" src="https://ajax....
Ok so here's the scenario, Suppose you have some sort of form with a couple of checkboxes and you want the user to select at least...
You need the Form Plug-in [http://jquery.malsup.com/form/] to make this work. <script type="text/javascript" charset="utf-8" src="/js/...