AJAX: HTTP Request class Martin Fasani (contact me)
This class can be used to send HTTP requests to remote Web servers from Javascript code in Web pages without the need to reload such pages.
The class generates the necessary Javascript for performing the HTTP requests and handle the returned XML responses. It uses same technology behind Gmail and many other sites, that is also known as AJAX.