Tag Archives: php

Easy PHP code test development with SimpleTest unit testing framework

Testing is a task every developer has to do eventually on any programming project. You can do it manually after writing all your code to see if it works as you intended, or better yet, before writing your code, using … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , , , , , | Leave a comment

The Social Network Movie

I just saw The Social Network movie. From a geeky perspective, its a very interesting movie. But I don’t know if it will be entertaining enough for the general public. Also I say this with the perspective of having read … Continue reading

Posted in Emacs, personal | Tagged , , , , , | 1 Comment

First day at DrupalCon San Francisco 2010

DrupalCon San Francisco has been great. Yes, its been only one day but I love the atmosphere. There are several tracks going on at the same time during the day, so its impossible to see every talk. I hope that … Continue reading

Posted in Events, GNU/Linux Free Software & Open Source | Tagged , , , | 1 Comment

Random links from my bookmarks

I’d like to share my bookmarks from time to time. I think sometimes random browsing can be very fruitful and sometimes even productive. This week on my delicious bookmaks, I’d like to share: Red Hat Magazine | A guide to … Continue reading

Posted in GNU/Linux Free Software & Open Source, Interesting random stuff, Programming & Web Development | Tagged , , , , , , , , | 1 Comment

How to install PHP PDO extensions on Debian Lenny

If you need to install PHP PDO extensions on Debian Lenny, its very simple. This is what I did to get it done: sudo aptitude install php5 php5-dev php5-cli libmysqlclient15-dev Then use pecl to get PDO: sudo pecl install pdo … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , , , | 5 Comments

PHP syntax check as you type with Emacs

For those who have to code in PHP, there’s a nice feature in Emacs that makes your coding horror times less stressing and helps you avoid typos and similar dumb errors. Emacs 22.1 comes with flymake mode, a nice tool … Continue reading

Posted in Emacs, GNU/Linux Free Software & Open Source | Tagged , , | 1 Comment