Tutorials
Friday, March 11th, 2011
After over a year, here’s the next instalment of my Git tutorial! In this video we look at the difference between rebasing and pulling from remote repositories. Sorry it took so long!
(more…)
Tags: git, github, pull, rebase, tutorial
Posted in Git Video Tutorials, Linux, Programming, Tutorials | 2 Comments »
Tuesday, January 12th, 2010
Time for another shameless plug. This time it is for Swiftless
, a guy who I work with in the Wearable Computer Lab. His website has some pretty awesome tutorials on game programming, OpenGL, Shaders, game related maths and heaps more. Check it out!

http://www.swiftless.com
Posted in Programming, Random News, Tutorials | No Comments »
Thursday, June 25th, 2009

Age Gauge on Comeout.on.net
If you work with websites, sooner or later you will find yourself interacting with Flash. While Flash usually gives me the urge to run for the hills, sometimes it really is the correct tool for the job. If you do have to work with Flash, chances are you will need to get data into it. This post documents how I created the Age Gauge for the Come Out Festival‘s 2009 website. (more…)
Tags: flash, flashvars, php, web, www
Posted in Tutorials, Web Development | No Comments »
Saturday, March 28th, 2009
In the last video, we just looked at adding files and commiting changes. This is great, but remember that in Git, commits are local. In this video we look at how we can set up remote repositories that we can push data to, either to use as backups, or for sharing with others. (more…)
Posted in Git Video Tutorials, Linux, Tutorials | 3 Comments »
Saturday, March 28th, 2009
This video hits up the terminal and starts using git. We start by creating a git repository, which is super easy with Git. Then, we look at adding files to the repository, and commiting changes. (more…)
Tags: git, tutorial, video, vtm
Posted in Git Video Tutorials, Linux, Tutorials | 7 Comments »
Saturday, March 28th, 2009
In this video I give a brief introduction to the Git Version Control System. (more…)
Tags: git, tutorial, video, vtm
Posted in Git Video Tutorials, Linux, Tutorials | 1 Comment »
Monday, December 8th, 2008
This is a very short video explaining a problem that comes up time and time again on 3dbuzz.com. Essentially, why the code for their Hello World example doesn’t compile. If you have done any C++ coding before, you can safely ignore this video. (more…)
Tags: 3dbuzz, c++, Programming, tutorial
Posted in Tutorials | No Comments »