Archive for month: April, 2009

It's so easy

29 April, 2009 (21:44)

Time has proven that the best ideas are dead simple. Think YouTube, Flickr, Hotmail, Twitter, etc.
And once again somebody beat me to the punch and made a something that was under my nose the whole time, I just didn’t see it.
Anyways, the other day my father asked if there was any way for him to [...]

Have a cake and eat it too

28 April, 2009 (19:01)

Using jQuery (or prototype or whatever) is a standard tool in my tool belt nowadays. It’s so useful I can’t think how I’d do without. You can make some pretty nifty user interfaces with it. And not just pretty ones, but useful ones to.
Take our latest project for example, on the front page (and sub [...]

Class_Exists, __autoload & third-party code

26 April, 2009 (18:35)

I had some problems with my new PHP framework. I was trying (for the first time in this framework) to use a third-party library in my code (SimplePie). And that turned out to be a problem.
See, my framework uses __autoload to dynamically load classes that aren’t yet included. And SimplePie (like many other libraries) uses [...]