Archive for the ‘Programming’ Category

(Templating || Theming) + PHP == Output Buffering?

Sunday, November 19th, 2006

For a while now, I've been working on a framework that should, ultimatly, allow me to create a website by simply uploading the framework, modules the site needs, run a few installers and thats it. If it needs something I don't have yet, I would be able to just write ...

Hello framework ^_^

Monday, August 28th, 2006

Inspired by an article on Tim Dorr's blog, I decided to write my own framework. My aim wasn't to create something everybody will use and love or something like that. (Chances are I will be the only one to ever use it.) I just tryed to make something I like, and ...