1. 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...
2. 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
3. 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.
4. Ajax for Java developers: Ajax with Direct Web Remoting
This tutorial shows how to take things one step further, using a framework that formalizes your ability to make remote procedure calls on server-side Java objects from JavaScript client code.
5. Ajax Dojo Comet Tutorial
This tutorial is about how to push events from the server to the client
6. Call SOAP Web services with Ajax, Part 1: Build the Web services client
This paper is the first of a short series that illustrates the implementation of a cross-platform, JavaScript-based SOAP Web services client based on the Asynchronous JavaScript and XML (Ajax) design pattern for Web applications
7. ColdFusion Ajax Tutorial 2: Related Selects
This tutorial introduces ColdFusion 8's new Ajax functionality - how to organize relesed control without requiring any client-side scripting
10. Globalization And Localization In ASP.NET AJAX
Globalization and localization are often overlooked features in ASP.NET. ASP.NET AJAX has refreshed the face of these two beauties now by bringing them to the client-side world. We'll see what these two topics cover as well with ASP.NET AJAX.