What is AJAX?

Posted in Technology, Internet, Articles, Web 2.0 by John T P on May 10th, 2006

Ever wondered what AJAX is and why it is so popular these days? Keep reading to find out.
AJAX stands for Asynchronus Javascript and XML.

It is a Web development technique for interactive Web applications.

A method that defines how Web pages interact with the server and client.

When was AJAX developed?
The technique was used way back in 2000, when Javascript Remote Scripting was first used. But back then,it was purely based on Javascript.
Why is AJAX gaining in popularity?

The concept is very simple, and the programmer doesn’t have to lean a new language. With Ajax, you can create richer, more dynamic Web application user interfaces that approach the immediancy and usability of native desktop applications.
How is AJAX better than just HTML?

AJAX makes Web pages more user-friendly and the entire HTML page doesn’t need to refresh each time a change is made.It allows for updating,deleting and fetching of small queries without the entire page needing to submitted. This makes the page more interactive, and quicker,AJAX also reduces interaction with the server.
Where will AJAX be used?

AJAX will be used in almost all Web pages that need to be more interactive, and to reduce response time.
Who has used AJAX?

The technique has been extensively used by Google in their applications such as Gmail.
Another example is portal applications,which bring up information from multiple sources and provide application services to the portlets that comprise the portal Web application. To the user, the portlet applications are similar to windowed applications on a desktop. Most portals are in a scenario where an action in one windowed application causes content in all other applications to be refreshed! Web developers employ AJAX-style programming to combact this behavior.

I hope this has cleared all your basic doubts about AJAX.

Leave a Comment

You must be logged in to post a comment.