Ajax Tutorial
Ajax stands for "Asynchronous JavaScript and XML". The word Asynchronous means that the user need not wait until the server replies.
AJAX allows you to send only important information to the server not the entire page. So only valuable data from the client side is routed to the server side. It makes your application interactive and faster.
Prerequisites
Before start learning Ajax you need to learn HTML, CSS, JavaScript. Because it is a group of Inter-related technologies like JavaScript, dom, xml, Html, CSS etc.
Google Advertisment