AJAX Frameworks
A PHP class library for writing powerfull reloadless web user interfaces using Ajax (DHTML+server-side) style.
Homepage : http://sourceforge.net/projects/cajax/
On the first view i can’t seem to find a webpage or online documentation, now that’s a bad start. Because there are alot of AJAX frameworks available, i decided to let this one go…i had a look at the sourcecode, some examples included but besides a README.developer file i prefer some more documentation…
AjaxAC
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.
Homepage : http://ajax.zervaas.com.au/
Also not much documentation, three nice examples are online on their homepage, one example with similar functionality as “Google Suggest”. I downloaded the source file, in total the lib comes down to 56kb (example excluded), all bundled in one big class file with 3 dependencies, i am still playing with the examples to see how this framework works…i’ll keep u posted
XAjaxÂÂ