3. Creating a MySQL connection with PHP/AJAX
The tutorial explains how to open a mysql database connection using PHP and the all popular AJAX. The purpose of this article is to demonstrate how the XMLHttpRequest object works within php and the advantages of using it
4. Use DWR to Populate an Ordered List from a Java Array
This tutorial demonstrate how automatically (you might say automagically) generates an ordered or unordered list using server content, such as a list of high-end bike makers. A typical list on a web page is hardcoded into the web page’s HTML code
5. Master AJAX Pop-Ups Using the HoverMenuExtender Control
This article shows you how you can create pop-ups in your ASP.NET application using the ASP.NET AJAX framework and the ASP.NET AJAX Control toolkit. In particular, you will learn how to use the HoverMenuExtender control to make good use of pop-ups
7. Use DWR to Create a Selection List from a Java Map
This tutorial creates a pop-up selection list on a web page from a Java Map. The list is made up of a select tag with one or more nested option tags. Each option can have a value attribute, which is what the web application sends to the server
10. AJAX Technology - An Introduction
Short introduction to XMLHttpRequest object including descriptions of attributes and methods. At the end of the article you can find the list of most popular Ajax frameworks you can use with PHP