Short Introduction to AJAX

AJAX is a web development technique (not a new programming language) that allows you to create faster and more user friendly web applications. AJAX stands for Asynchronous JavaScript And XML. It changes the way a web page is processed on client side using server side information. ... [ read more >> ]