2. Implementing AJAX in ASP.NET
AJAX relies on a broker to dispatch and process requests to and from the server. For this task, the .NET wrapper relies on the client-side XmlHttpRequest object. The XmlHttpRequest object is well supported by most browsers, making it the solutio...
3. Ajax using XMLHttpRequest and Struts
Some very basic examples of how to call and respond to the XMLHttpRequest object to access server side scripts from the client
4. Create Ajax Login page with Dojo toolkit and Zend Framework
Article shows how to create Ajax forms with server-side actions using the Dojo toolkit and Zend Framework. Shows creation of a sample user login form that uses dojo.io client-side packages and Zend_Controller and Zend_Filter_Input server-side packages.
5. HelloWorld Dojo Tutorial
The purpose of this tutorial is to provide a starting point for users who are new to Dojo. Whilst every effort is made to introduce as much as possible about Dojo
6. FBJS/Examples/Typeahead/AJAX
This wiki article demonstrates how to use Typeahead feature to provide a classical suggestion field behavior.
8. Dojo: A Slideshow Widget Example
This article demonstrate you how to build the slide-show widget. There's not a ton of code to it, but we'll start with the smallest possible (loads but doesn't do anything) version of the widget