DISCOVER
X

Archives

Cordova Installation in Windows 8 Part 2

August 31, 2014 4:01 pm Leave your thoughts

Contributed by Arthur K Continuing from part 1, we will now setup Apache Ant, Android SDK and prepare our first application. Apache Ant The easiest way to install Ant is using “npm install –g ant”, but somehow on my machine it only installed version 1.8.4 and would not work with current JDK version... View Article


Cordova Installation in Windows 8 Part 1

August 28, 2014 10:52 pm Leave your thoughts

Contributed by Arthur K In my pursuit to further my experiences in the software development world, I have dived into the interesting world of Cordova. The concept is quite simple, build applications using JavaScript and use Cordova to convert them into native applications in various mobile platform. This means that as... View Article


A Simplistic Explanation to EmberData Polymorphism

August 18, 2014 10:37 pm Leave your thoughts

I have been implementing Ember data for one of my projects and one of the most interesting handy features that ember data has is polymorphic models. As the name suggests, this is ember data’s implementation of polymorphism. The first time I use ember data however, requires me spending a lot of... View Article


Raspberry Pi Image Cruncher Part 1

August 6, 2014 11:08 pm Leave your thoughts

A Raspberry Pi image cruncher, this is something that I have been wanting to write about for quite some time. The plan is to get this article out weeks ago however I had to hold back and make sure that the script and processing actually works all the time. Most... View Article