Menu

NAJAX / News: Recent posts

NAJAX is the winner of the PHP Programming Innovation Award

NAJAX is the winner among all the classes nominated during the month of August of 2005. It has gotten 32.35% of all votes. The final ranking listing is available at PHP Classes (http://www.phpclasses.org/winners.html).

I want to thanks PHP Classes for the great contest and all users that have voted for NAJAX. Once again thank you!

Posted by Stan Angeloff 2005-10-01

NAJAX 0.4.1.0 released

NAJAX is a package that can be used to call PHP classes on the Web server side from Javascript code in Web pages. It uses AJAX technology to submit HTTP requests from Javascript to pass call parameters and collect and process the responses.

This is a minor feature enhancements release.

Changes:
- Small bug-fixes in the chatAdvanced example - the error dialog was removed.
- najax.html.importForm (imports an associative array to the corresponding form elements) and najax.html.exportForm (exports form values to an associative array) were added.
- Support for asynchronous calls canceling was added.

Posted by Stan Angeloff 2005-09-20

NAJAX 0.4.0.0 released

NAJAX is a package that can be used to call PHP classes on the Web server side from Javascript code in Web pages. It uses AJAX technology to submit HTTP requests from Javascript to pass call parameters and collect and process the responses.

Changes:
- Fixed a serious bug in NACLES - some events were posted more than once in case of a slow connection to the server.
- Added support for Server Extensions and Client observers - you can extend NAJAX as much as you want.
- Added NAJAX_HTML extension.
- Added two new example scripts - Exam and HTML.
- Added a new tutorial - NAJAX Page Skeleton.
- Added port support for NACLES providers - big thanks to Jurrien Stutterheim.
- Fixed the new client error handling introduced in 0.3.0.0 rc1 - instead of 'onMethodName' it was calling 'OnmethodName'.... read more

Posted by Stan Angeloff 2005-09-19

NAJAX was nominated to the PHP Programming Innovation Award

NAJAX was nominated to the PHP Programming Innovation Award among all the classes approved for publishing in the PHP Classes site during the month of August of 2005.

Manuel Lemos wrote:
"AJAX is an acronym for Asynchronous JavaScript and XML. It is a
technology that is becoming increasingly popular as it provides meants to
establish the communication in the background between a Web browser and a
Web server.... read more

Posted by Stan Angeloff 2005-09-18