Ajax Basics and Tutorials and code
This blog contains basics of ajax with examples and code for the most useful programs like dynamic search like google suggest and live cricket score application and detailed explanation of 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 .
