| AJAX on W3Schools |
AJAX is not a new programming language, it is a new way to use existing standards of world wide web.
AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. Very exciting!
AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes, making it possible
to update parts of a web page, without reloading the whole page.
This one is a very nice introductory level Ajax tutorial for the beginners. A very easy to
understand Ajax tutorial. A recommended place to start learning Ajax.
|
| Ajax using jQuery Tutorial |
In this tutorial you will learn how to do Ajax using jQuery. A good one for JavaScript developers seeking a quick tutorial on Ajax.
|
| Ajax Tutorial |
A good Ajax programming tutorial. Covers Ajax - Form, Ajax - Browser Support and Ajax - XMLHttpRequest. Also includes Ajax examples.
|
| Ajax on Webucator |
This step by step ajax tutorial is very useful both for the beginners and advanced developers / programmers. Covers
Ajax Basics, Ajax Frameworks, Ajax Applications and Ajax Examples.
|
| Google Code University -- Ajax Tutorial |
This tutorial covers the basics of AJAX. The pre-requisites are knowledge of CSS, DHTML and JavaScript.
A recommended place for the beginners.
|
| ASP.NET Ajax Tutorial |
This ASP.NET Ajax Tutorial is primarily written for ASP.NET programmers. It is recommended that you go through all the chapters,
to get the most out of it as possible.
|
| Learn Ajax with Mozilla
|
This is a very nice single page Ajax tutorial for the beginners. Starts with a small
introduction and ends with a nice example.
|
| Another Ajax Tutorial
|
This AJAX tutorial explains what AJAX is and demonstrates how you can use it.
This tutorial uses ColdFusion to perform the server-side code but you can use any language you like for the server-side code.
|
|
Ajax on Rails
|
This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework.
This is not a step-by-step tutorial, and assumes that you know a little bit about how to organize and construct a Rails web application.
|
| A Quick Code Igniter and JQuery Ajax Tutorial
|
This step-by-step short tutorial shows you how to combine the power of JQuery with Code Igniter to quickly and painlessly pass a record ID
through the javascript and over to the server, where it will be passed to a mysql database, used to retrieve some data, and sent back to the page for display.
|
|