Home
Articles
About Us
Rss Feeds
Welcome to the New Site
AJAXmatters.com has relaunched with an all new site design and new in-depth articles. We will continue to add site features such as forums, tips and FAQ's over the coming months.
Latest AJAX Articles
The JDA Revolution
JDA is a nimble, kevlar-booted javascript message-passing kernel which manages communication between separate javascript modules and enforces that modularization.
Dealing with Long Running Processes in ASP.NET
Long processes can cause browser request time-out issues, deal with these using IAsyncResult and ICallbackEventHandler.
Update Multiple Page Elements Using The XMLHTTPRequest Object and JavaScript
A fully wored example with source code for how to update multiple page elements from a single request to the server.
Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 2)
In the second part of this article the AJAX enabled grid is made editable.
Introduction to GWT Remote Procedure Calls (RPC) (with example application)
RPC is a powerful technique for constructing distributed, client-server based applications which GWT has integrated into its framework.
Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 1)
Use ICallbackEventHandler to Ajaxify a GridView control. Part 1 shows how to create the AJAX enabled grid and to peform sorting and paging operations.
Getting started with AJAX using PHP : Tutorial
Implementing AJAX using PHP
Using ICALLBACKEventHandler in ASP.NET
A fully worked example on implementing the ICALLBACK EventHandler.