Joel Webber has an excellent dissection of how Google Maps works under the hood in his Mapping Google article. Welcome to my blogroll.
Highlights:
- Communication with the backend server is done with a hidden <iframe> and some javascript trickery (not with XMLHttpRequest, as Gmail uses).
- Data arrives from the server in XML and is transformed into HTML by client-side XSLT. [...]

















