"Insert snappy copy here." I pride myself on building websites that are easy to use, powerful and beautiful. If you've got a website that you'd like some help with it's really easy to get in contact
To find out more about me and what I do for a crust, and what I do when I'm not sitting in-front of the "nerd box" have a look here.
5 things I've been up to recently.
Some of the things that I've been working on recently. For a more in-depth look at the work I've done have a look here
-
- Artisan invitation

From the "I was going through my colleciton of zip drives, and found some interesting old stuff"
An invitation to Artisan recruitment christmas party. (Which traditionally they always have in January, which I think is a good call as endless christmas parties can become tiresome durin...
-
- Emperors Mind store

I built a store for Emperors Mind, a premium Mac reseller in Melbourne.
What makes this store different to most online stores is that most of Emperors Minds clients are on a special discount program with Apple, or Adobe. Therefor the prices of Apple of Adobe products needs to be adjust... -
- Really old mr dougal website

Disclaimer. This is really old in internet terms.
This was the mr dougal website from 2002.
I'd never make anything like this nowadays, although I thought i'd post this up for old times. It's all flash (shudder) and it (originally) launched in a popup win... -
- Wine tasting website

A new project for my client Liquid Assets. This site is a departure from their storage website, and instead focusing on wine tasting. (Which is a passion of the director at Liquid Assets).
-
- Tip: Quick and Dirty start to generating fixtures for testing
A quick and dirty way to get you started on getting some of the information out of your database and into a fixtures file. (For testing your Rails applications)
script/runner "puts User.all.to_yaml" >> spec/fixtures/users.yml
...
