Snappier Web Applications with XMLHttpRequest
As web applications take on roles traditionally served by pure desktop applications, creating interactive user interfaces with the ‘real-time’ feel of a customary desktop, is a challenge facing UI developers today. In this article, we will explore a solution to this problem using JavaScript and the XMLHttpRequest object.
