Nice to meet you, Drupal.
October 22, 2008, 2:31 pm | 2 Comments »
Ever had one of those love/hate relationships? Meet Drupal.
For those who don’t know, Drupal is a CMS (Content Management System) and a CMF (Content Management Framework). What this means is you can control every piece of content you want and even create your own types of content and power them up with modules (plugins). If [...]
Wanted: The perfect CMS - Great reward
October 4, 2008, 2:14 pm | 1 Comment »
Finding that one CMS that does everything we want to is a hard task. There are so many out there and none fits my belt in perfection. Jon Norris threw me a wise thought on Twitter: “No CMS is perfect. Just pick one and learn all of its quirks, how to exploit them, etc.”. He reiterated [...]
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, [...]