I’ve been using SMF in combination with my personal sites for years now, I like how fast it is and how easy it is to manage. But one thing SMF lacks is a good API with most off all, documentation. In this blog post I’ll show what changes(additions) need to be made so that we can create and manage [...]
Some of you are probably wonder, what does CDN stand for? It stands for ‘content delivery network’. The trick I will be describing here is how to simulate a CDN. What we want to accomplish is having a free performance increase and not spend any money on hardware. For the real and complete definition of a ‘Content Delivery Network’ [...]

If you’re a developer like me writing his own apps for his phone, then you’re out of luck with the default windows 7 phone. To ‘unlock’ it you have to sign up for a developer account on APP HUB, meaning you have to pay $99. Lucky for us, a group of people quickly found a way to unlock the phone, [...]
Sometimes you have large amount of generated data that you don’t want to create on every web request. An examples would be a home page with several news posts on it. The text would be in a database, but all the ‘extra’ things you did like bbtags present in the text, information about the user that posted it, etc etc [...]
For those of you that do not know phpDocumentor, a small intro: phpDocumentor, sometimes referred to as phpdoc or phpdocu, is the current standard auto-documentation tool for the php language. Similar to Javadoc, and written in php, phpDocumentor can be used from the command line or a web interface to create professional documentation from php source code. phpDocumentor has support [...]