Ajax is so cool!
To help you decide whether AJAX is for you or not, here are some of the advantages it has over classic web development techniques:
The interface is much more responsive, as explained before, because only a small part of the page is transferred at a time. The user has the feeling that changes are instantaneous.
In a classic web application, when the web server sends a web page to the browser, it can use multiple connection threads to speed up delivery. However, this happens for content only – what is between the





