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 Then, in case you want the PDO MySQL...
Yasnippet is a great emacs minor mode that lets you have lots of code snippets easily at hand. Also you can create your own snippets in a very easy way without needing to write them in emacs lisp. Basically, like textmate shortcuts for emacs. I use html-helper-mode to...
I’m stopping all my ruby on rails development. Its been a while since my last rails line was written and I will not continue to develop on that framework. Here are my reasons for this: Documentation and entry point price First of all, to get any serious...
Git is a distributed version control system. I won’t go into much details of what Git is or why use Git instead of other VC systems. There’s plenty other sites where to check that information. I love Git, but there’s a slight problem with...
Today Facebook released an animation javascript library that modifies CSS properties on the fly. You can download it and use it on your webpages. Its a very light (10.4 Kb compressed version) animation library and its very easy to use. You can chain events or...