9/18/2008

AJAX

Ajax (synchronous JavaScript and XML), is a group interrelated web development techniques used for creating interactive web applications or rich internet applications. With Ajax, web applications can retrieve data from the server synchrounously in the background without interfering with the display and behavior of the existing page.

This innovation was used for build website since 2005, actually ajax is not a new programming language, but a technique for creating better, faster, and more interactive web applications. With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, without reloading the page.

Actually Ajax is based on the following web standards:
- JavaScript
- XML
- HTML
- CSS
The web standards used in AJAX are well defined and supported by all major browsers. AJAX applications are browser and platform independent

Well, with Ajax I could be able to build website faster and more user-friendly.


Tidak ada komentar: