Asynchronous Callbacks with AJAX
A blog post I came across should be of interest to anyone working with AJAX: I’ve explained before why XmlHttpRequest should always be used asynchronously. In a nutshell, JavaScript is not multi-threaded, so the only way to keep your application...