En ce moment sur Jamendo : Ecoutez les jamradios !

Archive for décembre, 2008

Colorblind t-shirt #3

décembre 24, 2008

http://www.zazzle.com/team_colorblind_t_shirt-235712485877193387

MySQL WorkBench for OSx

décembre 24, 2008

Yeaaaah thanks folks !
http://dev.mysql.com/workbench/?p=182
I’m waiting to drop my virtualbox out to work only on osx, the last tool I use on Windows is MySQL workbench !
It’s a chrismas present don’t expect a fully functional software, just load and show that’s more than nothing

Nice way to handle language with ZF

décembre 22, 2008

With Jamendo we use localized urls like www.j.com/en/albums and we handle this detail with regular expressions into an apache rewrites file.
Better or not, this is a way to do exactly the same thing with the ZendFramework programatically.
http://www.gsdesign.ro/blog/using-zend-framework-language-component/
This is maybe heavier because apache rewrites are faster, but you have to instanciate Zend_Translate and Zend_Locale anyway, so [...]