-
http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/
A sweet little app that needs a one line edit to Apache's config in order to run a basic weave (firefox sync) server. Welcome to my own firefox data backed up on my own server... :-)
-
http://www.ramirezcobos.com/category/yii/
Useful posts from Antonio Ramirez on the Yii framework. This is the category, there's quite a lot of helpful stuff in there.
-
http://programmersnotes.info/2009/03/04/handling-application-parameters-in-yii-using-the-database/
Very helpful article on how to store option or config data Yii in a database. Also includes a quick overview (the useful part for me!) of how to access data stored in a config file. Nifty. :-)
-
http://www.ramirezcobos.com/2010/11/06/how-to-use-swfuploads-yii-extension/
A handy article explaining how SWFUpload was integrated into Yii. Useful example of creating a view and controller.
-
http://www.pixelpost.org/
Open source photoblog software. Funky, clean, described as extensible. PHP / MySQL based.
-
http://www.glype.com/
A web based proxy script powered by PHP and curl, not free, released under a proprietary license, removing the "powered by glype" link costs money. Free as in beer.
-
http://wpmu.org/scaling-wordpress-wpmu-buddypress-like-edublogs/
Interesting write up by James at Incsub on how they handle scale on edublogs. Some good advice although a little light on specifics, a good starting point for research.
-
http://bugs.php.net/bug.php?id=46260&thanks=4
My bug report on the __FILE__ symlink stupidity in PHP.
-
http://bugs.php.net/bug.php?id=38790
The __FILE__ constant contains the path of the currently executing (as in included) file *after* symlinks have been resolved. This bug suggests it should not resolve symlinks, or should provide an option to change the behaviour. Response was no!
-
http://www.zend.com/support/knowledgebase.php?kbid=241
How to install Zend Studio on Ubuntu with Xgl / Compiz. Worked for me on 8.04.
-
http://kohanaphp.com/
Kohana is an object orientated PHP framework that uses the MVC architecture.
-
http://simplepie.org/
SimplePie is a PHP class for parsing RSS and Atom feeds. It supports auto-discovery and is supposedly super quick.
-
http://wikkawiki.org/HomePage
Wikka is a very simple PHP/ MySQL wiki. It has very basic functionality, without the advanced features of something like MediaWiki, but it's extremely easy to use.
-
http://openidenabled.com/php-standalone-openid-server
An OpenID server that supports Yadis discovery and Simple Registration (sreg) written in PHP under a GPL license.
-
http://developer.ebay.com/developercenter/php/
PHP sample code to interface with the eBay API. Example code includes getting items, getting search results, and so on. Full documentation is available for all API calls.
-
http://uk3.php.net/autoload
The PHP autoload function which can lazy-load classes just in time as they are instantiated.
-
http://phpmailer.sourceforge.net/
An open source mailer class for PHP, supports local sendmail, smtp, the full monty.
-
http://sourceforge.net/projects/sabrosus/
Sabros.us SourceForge project page.
-
http://sabros.us/
An open source, online bookmark manager, similar to del.icio.us or scuttle.
-
http://www.sitepoint.com/article/developing-facebook-platform
An article from Sitepoint.com on how to develop PHP apps for Facebook
-
http://blog.outer-court.com/archive/2005-02-13-n32.html
How to Log IRC through PHP