Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevChix:
Getting started with YUI's Connection Manager in Rails and PHP
Mar 02, 2007 @ 17:34:00

From the DevChix website, there's this new post that helps introduce developers (both in PHP and Rails environments) to hos to use the Yahoo! UI connection manager in their applications.

This post is geared towards folks who haven't done the "A" part of "AJAX" before (And I mean the first "A", as in "Asychronous"); are new to Yahoo's implementation of the XMLHttpRequest object (The Yahoo! Connection Manager) and would like added information on how that works; or both.

Sarah starts off slow with an example of making a connection to a backend PHP script as called by a HTML form. The simple example is fleshed out with a database backend (via PEAR::DB) and the Javascript to handle the response and the errors that might arise. Finally, a request can be made and the result eval-ed to give the client a nice, simple Javascript object to work with.

tagged: yahooui library ajax connection tutorial rails yahooui library ajax connection tutorial rails

Link:

DevChix:
Getting started with YUI's Connection Manager in Rails and PHP
Mar 02, 2007 @ 17:34:00

From the DevChix website, there's this new post that helps introduce developers (both in PHP and Rails environments) to hos to use the Yahoo! UI connection manager in their applications.

This post is geared towards folks who haven't done the "A" part of "AJAX" before (And I mean the first "A", as in "Asychronous"); are new to Yahoo's implementation of the XMLHttpRequest object (The Yahoo! Connection Manager) and would like added information on how that works; or both.

Sarah starts off slow with an example of making a connection to a backend PHP script as called by a HTML form. The simple example is fleshed out with a database backend (via PEAR::DB) and the Javascript to handle the response and the errors that might arise. Finally, a request can be made and the result eval-ed to give the client a nice, simple Javascript object to work with.

tagged: yahooui library ajax connection tutorial rails yahooui library ajax connection tutorial rails

Link:

Greg Murray's Blog:
jMaki supports PHP!
Nov 30, 2006 @ 13:48:00

According to this post on the Zend Developer Zone (and the original post by Greb Murray), the jMaki project has announced that they will support PHP as a part of their Ajax framework.

am proud to announce that jMaki now has a server runtime that fully supports jMaki for PHP 5. This is in addition to JSP, JSF, and Phobos.

The jMaki project is an Ajax framework that gives the developer some lightweight, reusable widgets either they can make or that can be inherited from something like the Dojo toolkit, Yahoo UI, Scriptaculous, and many other libraries. This new PHP integration makes it as easy as a simple PHP call to integrate it into your application.

Check out Greg's blog entry for more details and an example of how to use this new functionality.

tagged: jmaki library ajax dojo yahooui framework support widget jmaki library ajax dojo yahooui framework support widget

Link:

Greg Murray's Blog:
jMaki supports PHP!
Nov 30, 2006 @ 13:48:00

According to this post on the Zend Developer Zone (and the original post by Greb Murray), the jMaki project has announced that they will support PHP as a part of their Ajax framework.

am proud to announce that jMaki now has a server runtime that fully supports jMaki for PHP 5. This is in addition to JSP, JSF, and Phobos.

The jMaki project is an Ajax framework that gives the developer some lightweight, reusable widgets either they can make or that can be inherited from something like the Dojo toolkit, Yahoo UI, Scriptaculous, and many other libraries. This new PHP integration makes it as easy as a simple PHP call to integrate it into your application.

Check out Greg's blog entry for more details and an example of how to use this new functionality.

tagged: jmaki library ajax dojo yahooui framework support widget jmaki library ajax dojo yahooui framework support widget

Link:


Trending Topics: