http://www.developer.com/tech/article.php/3680076/Add-Mapping-Technology-To-Your-Work.htm
Adding mapping technology to your applications can increase the usefulness of your app ten-fold. Here are 7 articles that will show you how. Create applications that are as rich and responsive as any desktop-based application, but with the added advantage of accessibility via the ubiquitous web browser with the use of AJAX and the Google Maps API. Discover how to retrieve map coordinates using the geocoder.us Web services and PHP. Make a geocoding database available to the world through a Perl-driven web service. Then, to demonstrate the service, a PHP web services client talks to this Perl service to retrieve coordinates for a given mailing address, and then passes those coordinates to the Google Maps API to create the appropriate map. Create a database allowing you to pinpoint the vast majority of mailing addresses throughout the United States, opening up the possibility to create any number of spatial applications. Google has added geocoding capabilities to its Maps API. What's more, this feature isn't limited to the U.S.; street-level geocoding is also offered for Canada, France, Germany, Italy, Japan, and Spain! This tutorial shows you how to use this new feature, further streamlining your use of this wonderful API. Use the HTTP request method in conjunction with PHP, culminating with an example involving the geocoding of numerous addresses for storage in a MySQL database. Create compelling location-based web sites by providing users with the ability to calculate distances between points on a Google Map! Create sophisticated route finding features using the Google Maps API's powerful GDirections class!
Add Mapping Technology To Your Work
May 25, 2007
Integrating Google Maps into Your Web Applications
Retrieving Map Location Coordinates
Building a Geocoding Web Service
Build Your Own Geocoding Solution with Geo::Coder::US
Introducing Google's Geocoding Service
Performing HTTP Geocoding with the Google Maps API
Charting Your Course Using the Google Maps API
On the Road with the Google Maps API