August 28, 2014 10:52 pm
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
April 22, 2013 7:37 am
Last weekend I did some modifications to this website, if you are reading this from a mobile phone you’ll notice that this website is now using responsive web design to some extend. The original site would never adapt to mobile devices and was a bit hard to read when read... View Article
April 4, 2013 9:42 pm
Contributed by: Hans Permana (view his profile) Hans Permana is a PhD Candidate at RMIT University. HardwareWith the advancement of sensor technologies, there is a rapid increase of autonomous robot development. Nowadays we have witnessed more and more varieties on robot competition, from a soccer robot, sumo robot, to the big... View Article
March 13, 2013 8:50 am
Many times this question pops in my mind and many others. Obviously if it’s more to do with representing objects such as a car or a person, then we use objects as it’s a more “proper” way of doing it. However if we just want to keep a set of... View Article
March 6, 2013 8:52 pm
Most people, beginners and professionals alike find regular expressions sometimes confusing, perhaps because developers do not really use this in their everyday development. As of the time this post was written, there were about 53000 questions in stackoverflow concerning regular expressions in some repect; surely this points out how many... View Article
February 21, 2013 8:20 am
If I remembered correctly during my university years there were very little reasoning provided for adhering to code standards apart from the occasional fear that we might lose mark. This is not the right attitude to be taught to budding programmers, it lacks the long term reasoning of software maintenance.... View Article
February 7, 2013 10:31 pm
If you are like me, requiring to open the Linux terminal every now and then in order to do test some of your codes. Then this tool, will be useful. Guake Terminal. The name comes from the game Quake. Remember the good ol’ days when we press tilde in-game and... View Article