Developer's Corner
Dynamic Content System
This is the system that runs CrazedSanity.com. It's an Open-source project, hosted by SourceForge.net. The project page is SourceForge.net/projects/cs-content. In the near future, I'm hoping to put up a tutorial here about how the system works. Stay tuned.
Project Manager
CS-Project LIVES! Not only is it alive, but it's actually in a fully-released version at SourceForge.net. View the website at cs-project.sourceforge.net
COMING SOON
* Subversion (SVN) best practices
-- how to setup trunk, branches, releases
-- handling versions
-- release management
-- merging
* Website setup
-- templating vs. spaghetti code
-- implementing standards (syntax, library naming, etc)
-- build with development sites in mind (i.e. "http://www.cs/")
* PHP5
-- making the most of OO programming
-- the magic __autoload() function for class inclusion
-- directory layout
-- security
-- database stuff (abstraction libs, keeping SQL only in libraries)