Re: AJAX and GMAIL
AJAX isn't a new program language it is just a way of using Javascript to pre-fetch and pre-send information without the browser needing to refresh. With Google maps, when you scroll the map, the form has already retrieved the side maps so there is little or no waiting.
It is pretty sweet technology that most vendors are going to implement into their web development environments soon.
|