Menu

XOAD / News: Recent posts

XOAD 0.6.0.0 released

XOAD is a PHP based AJAX/XAP object oriented framework that allows you to create richer web applications. Formerly known as NAJAX, XOAD has many benefits: it uses JSON, supports server / client side events, HTML manipulation, Caching and many more.

Changes:
- XOAD_HTML is included when XOAD is loaded - in previous version XOAD_HTML was included only on callback.
- XOAD_Client::register(...) was fixed - nested objects were not serialized as objects, but as the string "object".
- XOAD_HTML::cssQuery(...) was added.
- Prototype support was added (big thanks to Ronald Nikel).... read more

Posted by Stan Angeloff 2005-11-14

XOAD 0.5.5.0 released

XOAD is a PHP based AJAX/XAP object oriented framework that allows you to create richer web applications. Formerly known as NAJAX, XOAD has many benefits: it uses JSON, supports server / client side events, HTML manipulation, Caching and many more.

Changes:
- XOAD_Controls extension was added. This extension allows you to register custom client controls.
- XOAD Controls Library (initial version) was added.
- Internet Explorer 5 support was added (after a lot of thinking).
- The Cache extension directory was renamed to cache (all lower-case). Extensions should not include upper-case letters.
- Several JS warnings under Firefox were fixed (thanks humeniuc).

Posted by Stan Angeloff 2005-10-30

XOAD 0.5.0.0 released

This is a major feature enhancements release.

Changes:
- NAJAX has been renamed to XOAD - XmlHttp Object oriented Application Development.
- XOAD_Cache extension was added. You can cache callback requests to the server so the next time you execute them again they will be loaded from the cache.
- GET parameters are now exported to the client.

Posted by Stan Angeloff 2005-10-16