Understanding of AJaX.
Asynchronous JavaScript and XMLHTTP, or AJaX, is a web-based programming technique for creating interactive web applications. The goal is to move most of the
This will increase interactivity, speed, and usability. Ajax itself is a combination of:
DOMs are accessedwith client side scripting language, such as VBScript and ECMAScript implementations such as JavaScript and JScript, to dynamically display and interact withdisplayed information XMLHTTP objects from Microsoft or XMLHttpRequest are more commonly implemented in some browsers. This object is useful as an asynchronous data exchange vehicle withweb server . In some AJAX frameworks, the IFrame HTML element is preferred over XMLHTTP or XMLHttpRequest to exchange data with the web server.
XML is generally used as a transfer document, although other formats are also possible, such as HTML, plain text. XML is recommended in the use of AJaX techniques because of its easy access handling by using DOM
JSON can be an alternative choice as a transfer document, considering JSON is JavaScript itself so that handling is easier
Like DHTML, LAMP, or SPA, Ajax is not a specific technology, but rather a combination of technologies used together. In fact, Ajax-based derivative / composite technologies, such as AFLAX, are beginning to emerge.
Ajax benefits very much including Ajax can be used to do many things, such as loading HTML pages without refreshing web pages, form validation and more that can be done with
Hopefully a brief explanation of AJAX can be useful.