Articles
[01/12/2009] Ajax
Ajax: asynchronous Java script and XML that is a collection of interrelated techniques of web development. Ajax uses a combination of CSS and HTML for styling and marking up information. This is technique is used to produced interactive web applications on the client-side. With the help of Ajax, data can be retrieved asynchronously from the server in the background. During retrieval of data, interference does not take place in between of displaying page and behavior of existing page. By using Ajax, we can increase interactivity or dynamic interfaces for web pages.Ajax is very often used in web design in creating very complex web projects.