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…
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…
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…
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…
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,…
It took me a good hour to find this out. In your Ant panel, select the build you want to modify and click on properties (the icon with checkboxes). Go in the excution tab, Ant command line input. This is…
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…
Hello, Lately I was in the need to create a OAuth provider and started looking for php (open source) libraries. The first one I have tried was the de facto one, i.e the PECL library. I liked it a lot,…
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…
When you are reading the title, well it seems to be a really easy task to be able to do a POST request with some parameters sent along… Well it is easy, but man it took me long to actually…
So, I wanted to be able to use a proxy while developing my android app. Also I am using a custom domain set in my hosts files. Here I am using Charles, but any should do really. So in the…