Adding Panoramas to Google Maps Using Ajax
Click here to download now
Overview: One of the hottest new technologies in web-based application development is Asynchronous JavaScript and XML (Ajax). Ajax allows web applications to look and feel more like desktop applications because data from a server can be retrieved asynchronously, without reloading the web page. Currently, one of the biggest users of Ajax technology is Google. Two Ajax applications that Google provides are Google Suggest, and Google Maps. Google Suggest is an interface to the Google search engine that dynamically suggests terms as the user types, almost instantly.


