Downloadliste

Projektbeschreibung

AjaxAC is a PHP framework which can be used to develop, create, and 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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-29 17:38
0.4.1

Die ArithmeJax Beispielanwendung erstellt wurde. Die JavaScript-escape () wurde mit Fassung encodeURIComponent (). Der Haken Name Generator wurde geändert, um auch __ vor dem hookname aufgrund eines IE6 Kompatibilität Fehler. Die redundante AjaxAC Klasse wurde entfernt, und diese Funktionalität war es, die AjaxACApplication Klasse verschoben. Alle Beispiele wurden aktualisiert, um die Beseitigung der wichtigsten AjaxAC Klasse widerspiegeln.
Tags: Code cleanup
The ArithmeJax sample application was created. The
JavaScript escape() was replaced with
encodeURIComponent(). The hook name generator was
changed to include __ in front of the hookname due
to an IE6 compatibility error. The redundant
AjaxAC class was removed and this functionality
was moved to the AjaxACApplication class. All
examples were updated to reflect the removal of
the main AjaxAC class.

2005-06-10 19:52
0.4

Diese Version bereinigt und rationalisiert ziemlich viel Code und fügt einige neue Funktionen, darunter eine Timer-Widget und Erweiterung der JavaScript-Bibliothek. Ein neues Beispiel-Anwendung, die einen Klon von Google Suggest ist erstellt worden mit dem Rahmen.
Tags: Major feature enhancements
This release cleans up and streamlines quite a bit of code, and adds various new functionality, including a timer widget and expansion of the core JavaScript library. A new example application that is a clone of Google Suggest has been created using the framework.

Project Resources