AjaxTutorials, Ajax Articles, Learn Ajax
- Ajax Introduction in Ajax
AJAX stands for Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages.AJAX is a type of programming made popular in 2005 by Google. - Ajax Browser Support in Ajax
All Browsers (opera, Safari, firefox) can support XMLHttpRequest object but IE5 and IE6 uses an ActiveXObject. - Ajax Send Request to a Server in Ajax
To send a request to a server, we use the open() and send() methods of the XMLHttpRequest object: - Ajax XMLHttpRequest object in Ajax
When you send a request to server, you want to perform some actions based on the response. - Ajax with PHP in Ajax
Ajax can be used with PHP, ASP, ASP.net, but in this tutorial we will use ajax with PHP. We will create some php applications using Ajax. - Insert Records using Ajax in Ajax
In this tutorial, we will make an application, how we can insert records in a sql table using php/ajax - Retrieve sql Records using Ajax in Ajax
In this tutorial, we will learn how we can retrieve sql records using Ajax.
1
