Google News
logo
Ajax Technologies
Ajax is not a technology but group of inter-related technologies, and creates interactive web pages.

HTML/XHTML and CSS

These technologies are used for displaying content and style. It is mainly used for presentation.

JavaScript

JavaScript is mainly used to a request to the server. Once the response is returned by the server, you will generally use some more JavaScript to modify the current page’s  DOM  In some way to show the user that the submission went through successfully.

DOM

It is used for dynamic display and interaction with data.

XMLHttpRequest

JavaScript object that performs asynchronous interaction with the server.

XMLHttpRequest has an important role in the Ajax web development technique. XMLHttpRequest is special JavaScript object that was designed by Microsoft. XMLHttpRequest object call as a asynchronous HTTP request to the Server for transferring data both sides.

XML or JSON

JSON (Javascript Object Notation) is like XML but short and faster than XML.