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…
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…
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…
Hello, I have started developing an android app and was looking for the best way to handle remote calls (as activities can be killed, … ) and found this really nice talk Google IO – Developing Android RESTFull apps This…
I just came across a google code project android-ui-utils aiming at helping designer/developer to design their android application. There is 2 seperate application: Pencil for firefox, an already well know existing application. They have created the toolset for this app…
Recently I came across this post. Flixel has been ported to Android, so games (well a specific kind of game) should be easy to develop You can get the source here and read the tutorial here