Ajax
AJAX: The Definitive Guide 1st Edition
Ajax is an acronym for asynchronous JavaScript and XML is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page.
.
Ajax is not a single technology, but a group of technologies. HTML and CSS can be used in combination to mark up and style information.

0 comments: