Ajax Overview


AJAX stands for Asynchronous JavaScript And XML. AJAX is a programming language that has gained high popularity within a short span of time. AJAX became really popular in the 2005 by Google. Most of the people think that AJAX is a new programming language; but in real it is not, however, it has introduced a new way of using existing standards. Today, AJAX is widely used in order to create faster, user-friendly, interactive, dynamic and better web applications. We will discuss more about AJAX later; for the time being, the only thing that a learner should know that AJAX is mainly based on JavaScript and HTTP requests.

ajax tutorials

Reading AJAX For Dummies

Most of the people think that AJAX is a relatively new programming language; the reason is that its name has never been used so frequently in the past as it is being used today. One of the main advantages of using AJAX is that it helps in creating faster, better, dynamic and interactive web applications. Another advantage of using AJAX is that it enables the JavaScript to communicate directly with the server, without requiring the user to refresh the page; that is the reason why AJAX is also called as a browser technology which is independent of web server software.