Advantages of Ajax
Continuous feel : Traditional web application force a user to submit a form back to the web server .For example for a cricket score site we have to refresh each time the to watch the score.But using ajax applications we can asynchronously refresh the score with out page initilization.
Labels:
ajax
Ajax in action
Ajax(Asynchronous JavaScript and Xml) is a new web development technique used for creating interactive web applications.
The intent is to make web pages feel more responsive by exchanging small amount of data with the server behind the scenes so that entire page does not want to reloaded when use request a change.Ajax is asynchronous in the sense that extra data is requested from the the server and loaded in the background without interfering with the display and behavior of the existing page .The intent is to make web pages feel more responsive by exchanging small amount of data with the server behind the scenes so that entire page does not want to when use request a change .
Ajax(Asynchronous JavaScript and Xml) is a new web development technique used for creating interactive web applications.
The intent is to make web pages feel more responsive by exchanging small amount of data with the server behind the scenes so that entire page does not want to reloaded when use request a change.Ajax is asynchronous in the sense that extra data is requested from the the server and loaded in the background without interfering with the display and behavior of the existing page .The intent is to make web pages feel more responsive by exchanging small amount of data with the server behind the scenes so that entire page does not want to when use request a change .
