AJAX for beginner
At first when i heard about AJAX, i thought it is a new language but it is not.
Ajax is a set of technologies being used together in a particular way.
Ajax is simply a term to describe client-server communication achieved without reloading the current page.
AJAX = Asynchronous JavaScript And XML
This is a good resource to start [...]
