Archive for May, 2007
Next Entries »Blog Updated
I finally stopped being lazy and updated my blog to the latest wordpress (even updated my plugins) so if you can’t manage to post a comment or find a bug please fling me an email. Someone really needs to create PHP blogging software with configurable templating systems and databases (Habari is looking good, but [...]
Introducing Perisama.net
Well, I’ve been promising to get the autobuilds site “alive” for weeks now – finally you can find what you’re looking for at http://perisama.net
A brief background on the project. Windows systems do not get much love in open source. Although many projects will compile and work on windows, the work of porting can [...]
Php User Streams – why doesn’t anyone use them?
Php user streams are amazing – they’re powerful, fun, and make things like a templating system with filters and multiple back ends quick and easy.
Here’s a little “test script” that shows you how to implement contexts for your streams. What are contexts? They’re resources that hold additional information. Built in php streams, such [...]