Wednesday, August 10, 2005

AJAX

Iv'e come across an emerging technology that has actually been around for a while: AJAX(Asynchronous Java an XML).
It uses javascript and XML to send data to a server and retrieve the results without having to reload the presentation page.
This is why Google's G-Mail and Google Maps works so quickly.
For more information on AJAX go here.