Search
Categories
Meta
- Android 4 on nexus s is a big improvement. HWA for the win. 2011/12/18
- RT @kumobius: Bean's Quest World 2 update is out on the App Store! We added Game Center support, so continue or start the journey now! h ... 2011/08/11
- RT @kumobius: MMGN just awarded Bean's Quest App of the Week! http://t.co/4vq7RT7 2011/07/29
Category Archives: Programming
Google Voice Recognition
After realising the newly updated Google Mobile iPhone app was failing to perform its voice recognition because of the university proxy I tested the system and found it to be quite accurate: “university of melbourne” “interactive system design” However I … Continue reading
jQuery Context Menu Plugin
Okay, this jQuery plugin (by Cory S.N. LaViska) is awesome: Tutorial Demo Basically you can achieve a right-click drop-down menu via the following jQuery code: $("#selector").contextMenu({ menu: ‘myMenu’ }); Where ‘myMenu’ is the id of the HTML you want to … Continue reading
Debugging Javascript
So far my experience with Javascript has not required too much dealing with its raw form. I’m a big fan of the jQuery library and I’ve heard described as a swiss army knife for Javascript. I think that’s an understatement … Continue reading
Embedded data extraction
I recently developed a small website that allowed users to add students to a database and then allow them to be assigned software license keys. Part of the problem that the website aimed to solve was that previously students were … Continue reading
