Archive for the ‘Programming’ Category

Harddrivers are cheap, CPU’s aren’t; cache your data, fool!

Saturday, January 6th, 2007

I have been developing a while now, both as a hobby and education, and I see many people fearing that there database could possibly be a few MB smaller. So, when you talk to them about caching some data, they fear it would cause there harddrivers would get filled up ...

(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 ...