• AJAX stands for Asynchronous JavaScript And XML.
• AJAX is not a new programming language, but a new way to use existing standards.
• The central idea behind AJAX is making Web applications look and feel just like desktop applications.
• With AJAX you can create better, faster, and more user-friendly web applications.
• The "asynchronous" part means data transfers take place behind the scenes, without making the browser pause and wait for something to happen. It is asynchronous in that loading does not interfere with normal page loading.
• AJAX is based on JavaScript and HTTP requests.
• Ajax interactions allow for a clear separation of presentation logic from the data.
• AJAX is not specific to a particular programming language, data exchange format, or network communications object. It is a Web application model that employs partial screen update and asynchronous communication.
No comments:
Post a Comment