[url=http://www.devsource.com/article2/0,1759,1778106,00.asp]http://www.devsource.com/article2/0,1759,1778106,00.asp[/url]
June 17th, 2006 :: AJAX Revisited, revisted
Be sure to check out the [url=http://php5.kcpug.org/ajax-fun/memberlookup/]the ajax-driven member list[/url].
Get real about PHP4 vs. PHP5
http://www.thephpgrind.net/2006/06/08/get-real-about-php4-vs-php5/
Now, some of us are at the mercy of our web hosts, and some of us need to test our code on PHP5 before cutting away from PHP4. [url=http://www.wampserver.com/en/]WAMP[/url]’s latest release uses PHP 5.1.4 (the latest release of PHP) for Windows, and several similar “packaged installs” of Apache/MySQL/PHP exist for other platforms. These are especially useful if you want to get a miniature install going on your desktop to help you make the change to PHP5.
I thought it was an interesting article. I wasn’t aware that so many big names in the web app industry were actually telling customers to hold off on using PHP5.
May 20, 2006 :: AJAX Revisited
[url=http://www.kcpug.org/doghouse/2006_may/Ajax-revisited.pdf]AJAX Revisited (pdf)[/url]
[url=http://www.kcpug.org/doghouse/2006_may/Ajax-revisited.swf]AJAX Revisited (swf)[/url]
[url=http://www.kcpug.org/doghouse/2006_may/Ajax-revisited.odp]AJAX Revisited (ODF – Impress)[/url]
As I mentioned this week, I’ve added some new folders to the links area of our site. As you explore and use this technology, please add the links that you find the most useful or interesting.
Read more for other random links I saved while researching this presentation.
http://www.json.org/
http://www.json.org/xml.html
http://www.json.org/json.js
http://developer.yahoo.com/
http://developer.yahoo.com/common/json.htm
http://code.google.com/webtoolkit/
http://code.google.com/webtoolkit/documentation/examples/kitchensink/
http://www.symfony-project.com/
http://framework.zend.com/
Performance Tuning Best Practices for MySQL
[i]Read on for links and more info[/i]
“Jay Pipes is a co-author of the recently published Pro MySQL (Apress, … all ยป 2005), which covers all of the newest MySQL 5 features, as well as in-depth discussion and analysis of the MySQL server architecture, storage engines, transaction procesing, benchmarking, and advanced SQL scenarios. You can also see his name on articles appearing in Linux Magazine and can read more articles about MySQL at his website. ”
For those who find this interesting, much of the same information is contained in:
High Performance MySQL
http://www.oreilly.com/catalog/hpmysql/index.html
Cake PHP 1.0 Released!
http://www.cakephp.org/
March 18, 2006 :: The Eclipse IDE and PHP
For more info, be sure to check out [url=http://www.kcpug.org/doghouse/2006_mar/eclipse.swf]his presentation[/url].
Available in [url=http://www.kcpug.org/doghouse/2006_mar/eclipse.swf]Shockwave Flash[/url] and [url=http://www.kcpug.org/doghouse/2006_mar/eclipse.odp]Open Office.org[/url] formats.
Thanks again Eric!!!
Zend Framework available for download!
Built in the true PHP spirit, the Zend Framework delivers ease-of-use and powerful functionality. It provides solutions for building modern, robust, and secure websites.
http://framework.zend.com/
My-BIC – A PHP AJAX “State of Mind”
Jim Plush, the guy behind My-BIC, has come up with some intuitive sample code and tutorials for harnessing the power of AJAX with PHP.
From the Readme:
My-Bic is a very simple concept, we keep javascript and PHP seperate instead of trying to mash them together. This concept allows you to use the client side framework with whatever backend language you choose.
See the My-BIC page for more info:
http://www.litfuel.net/mybic/
Yahoo Developer Network – PHP Development Center
Yahoo put together a nice site chock full of helpful code samples and applications to help PHP developers understand and use the Yahoo! ™ API.
Yahoo’s API provides developers with access to quite a bit of useful information. This site makes it pretty simple to understand how to unlock the potential.