Demos of Web Development

Demos of Web Development

Links to some of my rough demos and tests exercising various web-related APIs and tools. They are intended for reference and testing, and not for the general public use. Tools used include: java, Google APIs, HTML, CSS, javascript, XML, etc.


HTML



Google Geolocation API

A simple way to show user's geographical location using available references. Uses HTML and javascript. Requirement: Google Gears plug-in installed in the user's browser.

Google Static Maps API

The Static Maps API gives you a simple way to put a non-interactive map on a web page, without any javascript programming. You use a HTML img tag and a standard HTTP URL request to get the image from Google's Static-Map service. No key is currently needed.


Google Chart Tools API

While the Google Chart API can produce very dynamic interactive charts, it also can be used for static "image" charts relatively simply., without any javascript programming. You use a HTML img tag and a standard HTTP URL request to get the image from Google's chart service.



© 2010 Michael Kelley Harris