The Return of AJAX ?
Some relatively new Google applications have prompted renewed interest in a programming technique that is years old.Google Suggest and Google Maps gave Web users the sense they were using a desktop application instead of an Internet-based tool.
Google Suggest fills in words for suggested search terms, and typing an address into Google Maps returns a detailed map of the immediate area with the ability to pan out to state or national boundaries.
The apps were created using Asynchronous JavaScript and XML (AJAX), which calls from the server only the information you need for the Web browser. Rather than querying the Web server directly every time a request is made from the browser,
The programming style incorporates a number of open Web standards, including XHTML, XML, CSS, XMLHttpRequest, XSLT and DOM.
The promise
Sun Microsystems in the late 1990s with its "network as a computer" concept of putting software on the server is a huge leap in logic to make.But just because you can run application functionality remotely doesn't mean it's appropriate for everything, like when you're offline.
1 Comments:
Check out more good stuff on Ajax at http://www.ajaxgoals.com
Post a Comment
<< Home