Submitted by bao on Wed, 08/10/2011 - 17:03
Here is a way to allow you to extend Symfony 2 Form using tagged Service. I think it's the correct way but not yet documented on the book. Symfony 2 is still brand new and the document is not completed yet, I found out this solution while diving into Symfony Form component :(
Submitted by bao on Mon, 06/20/2011 - 01:10
I just released ChromeSniffer 0.2.9. This is a minor update for chromesniffer after few months. This release fix broken icons on linux, improve YUI, Wordpress, Moodle detection. The following applications are added to detection list:
Submitted by bao on Thu, 04/14/2011 - 12:07
Just a very quick post for new comers to Ubuntu who is looking for a way to install rar extension. RAR extension (should be php5-rar) is not available on Ubuntu official, apt-get install php5-rar won't work, not sure why. If you want to install it then you can use PECL from PEAR instead, as following:
$ sudo apt-get install php5-dev php-pear g++
$ sudo pecl install rar
Submitted by bao on Mon, 03/21/2011 - 00:36

I just finished my presentation today's afternoon about GBA project, so this post will be the last post about my Gameboy Advance project. Not too much time pass by since the last post, so not much things were done too. I manage to get a lot of stuff done, but the whole game is not yet finished. There is no princess and no counter for the coins you collect. But anyway, it is a lot of work for a single developer like me. I share the source code of the project in case you need some references.
Submitted by bao on Wed, 03/16/2011 - 22:18
It turns out that it's an extremly busy week. Not mentioning about studying, I also have to help my friend to deploy his servers (18 total, woot!). I don't have time to blog about my Gameboy project.
It's quite fun and interesting. I have decided to write a game to demonstrated all the techniques in GBA. It's a simple game, Mario theme, you control Mario to flight through Mario world, earning coins and avoiding monsters. Here is what's going on so far:
Pages