Working with AJAX and DOM

This week I have been building test applications using AJAX (Asynchronous JavaScript and XML). AJAX is very similar to Microsoft’s Remote Scripting, with the biggest feature being the XMLHttpRequest object in JavaScript which handles discreet communication between the client and server.

If you are still building Web Applications whereby the UI is rendered exclusively on the server, you will definitely want to check out some of the interesting UX improvements that can be achieved via AJAX implementations.

{Sorry, Comments are currently Closed! }