How to Install Haxe, NME and MonoDevelop
If you’d like to try Haxe or NME, here’s some steps to get you started. First, go to http://www.haxenme.org/download and get the latest installer for your current platform. NME will install Haxe for...
View ArticleGetting Started with Haxe/C++ in MonoDevelop
If you have not already, follow this post to install Haxe and MonoDevelop on your system. To begin a new Haxe/C++ project, open MonoDevelop then go to File > New > Solution You can select the...
View ArticleGetting Started with Haxe/C++ and NME in MonoDevelop
If you have not done so already, follow this post to install Haxe, NME and MonoDevelop. If you would like to make a visual application, NME provides an array of features beyond the standard Haxe/C++...
View ArticleGetting Started with Haxe/Flash in MonoDevelop
If you have not installed Haxe and MonoDevelop yet, go to this post to read the easy instructions. You can make a new Haxe/Flash project in MonoDevelop by going to File > New > Solution from the...
View ArticleGetting Started with Haxe/JS in MonoDevelop
If you have not done it already, go to this post and install Haxe and MonoDevelop on your system. It is easy to start writing haxe JS using MonoDevelop. Create a new solution by going to File > New...
View ArticleHow to Create a Keystore for BlackBerry
If you’d like to publish an application on BlackBerry App World, you’ll need a keystore to sign your application. This process will also create a debug token, which you can use to install and run on a...
View ArticleIncrease Battery Life in Linux
The main drawback I have experienced in using Linux on my laptop is the battery life. Fortunately, there are several things you can do to extend the life of your battery. Now my laptop is running close...
View ArticleHow to Deploy HTML5 Applications for BlackBerry 10
When I test HTML5, I prefer a device over a simulator. In order to build an HTML5 application for BlackBerry 10, there are a few steps to be followed. Do not worry, it is not too complicated, but there...
View ArticleDeploying C++ to JavaScript using Emscripten
If you paid attention during the post-GDC news, you probably heard that Epic Games and Mozilla teamed up to get the Unreal Engine running in the browser, without plugins, in a matter of four days. The...
View ArticleHow to Install Support for OUYA in Windows 8
I just added support for the OUYA on Windows 8, but it was fraught with peril. I want to help by providing this little guide, so the next person won’t have as much trouble as I did. The OUYA developer...
View Article