Tuesday, July 11, 2006

AJAX

AJAX is new buzz word these days. AJAX stand for Asynchronous JavaScript and XML. It is web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page's interactivity, speed, and usability.

Good example is Google auto complete search

Click on this link Google and try searching for somethings e.g. India you will find many words starting with india.This is done through AJAX.

More info at :

AJAX Info

Tutorial :

AJAX Tutorial

0 Comments:

Post a Comment

<< Home