Archive for January 18th, 2007

What are the Disadvantages of AJAX? »

What are the disadvantages of using AJAX techniques? In practice, AJAX applications are subject to the effects of latency, often leading to baffling delays for the end-user.
AJAX is not well integrated with any browsers; so again, users may experience unexplained effects, such as failure of the back button, incapacity to bookmark pages. Search engines may [...]

What are the advantages of using AJAX techniques? »

What are the advantages of using AJAX techniques? The combination of Javascript, XML, css, HTTPRequest / i-frame can add a degree of interactivity that greatly enriches the user’s experience. At the same time, less bandwidth is used when server requests are limited to be sent only on-demand.
Technorati Tags: AJAX Java Script XML Scripting Client [...]

What is AJAX? »

What is AJAX? AJAX stands for Asynchronous JavaScript and XML. Javascript had increasingly lost popularity among web designers until it was revived with the development of AJAX. The objective of AJAX technologies is to add interactivity through a combination of techniques. Frequent small exchanges of amounts of data between client and server mean that the [...]