AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX applications. The fundamental idea behind AJAX (Asynchronous JavaScript And XML) is to use the XMLHttpRequest object to change a web page state using background HTTP sub-requests without reloading the entire page. It is released under the terms of the Apache License v2.0.

Download

Sample Applications

Articles

Latest News

Features

The basic idea behind AjaxAC is that you create an AjaxAC application, which in itself contains a number of action handlers and event handlers. An application in this context might mean an entire web site powered by AJAX, or it could mean a subset of a form (such as the CountryRegionCityJax example, which could be a small part of a signup form, for example).

Roadmap

Here are future features to be included in AjaxAC:

Documentation

At this stage documentation is fairly non-existant, apart from the API documentation in the core classes, and extensive creation notes in the sample applications.

Contact Us

All questions/suggestions/comments can be directed to ajax@zervaas.com.au.

Other AJAX Resources


© 2005 Zervaas Enterprises. All rights reserved. Other projects: phpRiot