Category Archives: Programming

Geek supreme!

Error reporting

This has been a draft for a while, so things are probally outdated but I’m still wondering about this, so here goes… I have been doing a lot more PHP lately then I have in a long while and that, … Continue reading

Posted in PHP, Programming | 2 Comments

Know what to use where

Making something in PHP isn’t hard. Things get harder when it needs to be secure and when speed becomes relevant. But what to do when things really have to be at there absolute fastest? What if every µsecond counts? What … Continue reading

Posted in PHP | 4 Comments

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

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 … Continue reading

Posted in Programming, The Internet | 2 Comments

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

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 … Continue reading

Posted in Programming | 1 Comment