Whats Ajax ?
AJAX stands for “Asynchronous JavaScript and XML”, but something tells me you already know that and want to know in layman’s terms.
Alright, AJAX is not a Programming Language nor it is a new Technology as many of us believes it to be. AJAX is nothing but a methodology based on Javascript,XML, xHTML and CSS.
Why AJAX ?
The main feature of AJAX is that it can post or get data from the server without reloading your page. Thats right, it makes a connection to the server u...