XMLHttpRequest Misuse on Page Load with AJAX Written on February 27, 2011, by danbrown.
Introduction XMLHttpRequest is a JavaScript function that allows the core dynamic data part of AJAX (Asynchronous JavaScript And XML) to work. It lets JavaScript running in a web browser call a URL on the same server and receive data back again to process. Either normal HTML, XML or any format such as JSON can be [...]
#include “blog” Written on February 6, 2011, by danbrown.
An introduction to the blog
