Introduction to HTML_AJAX slides available
I gave a presentation at yesterdays azPHP Meeting.
The slides from this are now available.
Also there should be another HTML_AJAX release today fixing and annoying bug.
The weblog of Joshua Eichorn, AJAX, PHP and Open Source
I gave a presentation at yesterdays azPHP Meeting.
The slides from this are now available.
Also there should be another HTML_AJAX release today fixing and annoying bug.
This entry was posted on Wednesday, October 26th, 2005 at 10:10 am and is filed under AJAX, HTML_AJAX, PHP, presentations. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
There and Back Again is proudly powered by
WordPress
Entries (RSS)
and Comments (RSS).

Nice slideshow joshua, gives a clear view on what ajax is. Could be expanded with some graphics, explaining where HTML_AJAX exactly is to make it even better. Did you use the slide show technique from ALA ?
Its was pretty quickly put together im happy how it turned out, but the examples could be made prettier.
For the slides i used s5 http://www.meyerweb.com/eric/tools/s5/
Do I have to install extra stuff to get html_ajax to work? Because I don’t get it working. The examples also don’t work. For example: example3 in the slides gives me an error like this “remoteExample is not defined”. I’ve tested it with php4.4.0 and php5.0.5 on an Apache2 server
The example “proxy_usage.php” also gives an error like that “test is not defined”
thx in advance
the proxy usage is a php5 error, the 0.2.4 release fixes that, im not sure what your other problems are. If you could run the server page include just by itself you can find the root cause of the other errors.
server.php?stub=example
Actually now that i think of it, all the problems your having should be fixed by upgrading, im pretty sure you got hit by a couple 0.2.3 bugs
Ok, thx. It’s fixed now. I got it working on one pc with updating to 0.2.4, on the other one it worked after I put the error handler E_STRICT to E_ALL in my php.ini file.
Thanks for the fix. PHP5 was kicking my arse. Little differences help.
The team has built up to the point that we get wider testing before each release so that helps too. Case vs Caseless is a huge source of bugs
Introdução ao html_AJAX
Joshua Eichorn diponibilizou alguns slides de uma apresentação que ele fez na azPHP Meeting sobre o HTML_Ajax .
Vale dar uma conferida para ver como é simples usar este pacote do PEAR.
Slides
Post no Blog