What is Ajax in depth?
Ajax is a set of technologies, supported by a web browser, including these elements:
Html and CSS for presenting.
JavaScript (ECMAScript) for local processing, and DOM (Document Object Model) to access data inside the page or to access elements of Xml file read on the server (with the getElementByTagName method for example)...
The XMLHttpRequest class read or send data on the server asynchronously. optionally...
The DomParser class may be used PHP or another scripting language may be used on the server.
XML and XSLT to process the data if returned in Xml form.
SOAP may be used to dialog with the server. The "Asynchronous" word, means that the response of the server while be processed when available, without to wait and to freeze the display of the page.
Thursday, July 13, 2006
Subscribe to:
Post Comments (Atom)
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Python Strings : The raw_input and "Hello, " + name + "!" Let’s go for the "Hello" part first and leave raw_in...
-
The Zimbra Ajax Toolkit : Zimbra is contributing to the Open Ajax Initiative by providing open access to the Zimbra Ajax Toolkit (AjaxTK)....
-
Saving and Executing Your Programs : First of all, you need a text editor, preferably one intended for programming. (If you use something ...
No comments:
Post a Comment