Computer Videos Category
You are here: Home > Videos > AJAX > AJAX Intro video
Video title: AJAX introductory video |
|
|
|
|
|
With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequestobject. With this object, a JavaScript can trade data with a web server, without reloading the page. AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages. The AJAX technique makes Internet applications smaller, faster and more user-friendly. As most of the webmasters are adopting this technology for their websites. One thing to note is that AJAX is based on the following web standards:
|
|
.png)

