Anyone who has never made a mistake has never tried anything new.

IE7 Error: Expected identifier, string or number

Thursday, November 29th, 2007

For the win!

Halo 3: the Xbox 360 version of Halo 2

Saturday, November 24th, 2007

Halo 3 playable characters
Having recently played through all the campaign mode of Halo 3 in cooperative mode with Rodrigo (he has no blog Alarm!), I can say the game was very entertaining, and the co-op mode just roxors (specially, when you play on a big LCD screen ^_^ — we played in the same room).

Continue reading »

Forms in CodeIgniter Views

Friday, November 23rd, 2007

When you hand code your (x)HTML and, in addition, your CSS, Javascript, and PHP code; things start to look boring. Very Boring! Repetition is FTL. So we, coders, are always on the look for items, techniques, paradigms, frameworks, etc. that reduce the water in our systems. In other words, make us DRY.

From the perspective of an XHTML hand-coder and CodeIgniter user, a form generator *could* be useful in the sense of doing more in less time. This is a simple passive code generator. It takes into account what you would usually put in an “Add”, or “Edit” form. The point here is to write a bit of information, and then, modify the result.

Continue reading »