Apache 2 on Mac OS X Leopard 10.5 issue on upgrade

August 24, 2008, 8:09 pm | No Comments »

This weekend I decided to arrange my hard drive in a way that I could have a 5GB partition with sinful Windows XP to play some games with the family. To do that, I bought a 1TB external hard drive to use as a Time Machine backup for the process. At the time, my disk [...]

Flash messaging with CodeIgniter

August 19, 2008, 12:22 pm | 4 Comments »

Today I have released a small version of what’s so famous in Ruby on Rails: flash messaging. I’ve built a library called Flash for CodeIgniter, my PHP framework of choice (my thanks to Tony Chester for bringing this awesome revelation).
The library consists of three functions for now: assert, get and kill. These three act, obviously, [...]