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

Posted in Programming | Tagged | Leave a comment

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

Posted in Programming | Tagged | Leave a comment

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

Posted in Programming | Tagged , , | Leave a comment

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

Posted in Programming | Tagged , | Leave a comment