Blog

Microsoft – You still suck!!!

So, I used to use Windows, but for the past 2 years and so I have been now under Linux. On my desktop computer (home use, used by other people than me) I’ve decided to install windows 8. So I’ve…

AngularJS – i18n

Working on my last project with AngularJS (started using EmberJS and dropped it in favor of Angular) I had the need of internationalization and localization. I checked around and found some resources, which I simply merged together to come up…

Linux, Haxe, NME and IntelliJ

So, I know the existence of Haxe for a looooong time now but I never had the chance / time to play with it. Tonight, this has changed… This post will walk you through installing/setting up Haxe, NME and IntelliJ…

Mysql SSH tunneling and PhpMyAdmin on Debian

It took me again some times to have this set up. First you need obviously to have apache2 php and phpmyadmin installed on your box. Once done, here are the things to do. Configure phpmyadmin to use the tcp connection,…

OAuth – xAuth AS3 library

So I have done the PHP one and am working on the JAVA one. And I needed an AS3 implementation also. I have again checked the library out there and didn’t like how they were structured. I want to have…

Installing MySQL Workbench on LMDE 13

So, MySQL workbench is a great tool, but not yet in the debian repo. I have check online to find some resources and there were barely any on how to install it on LMDE 13… so here it is. First…