— You Are At The Archives for the tutorial Tag —

Django Books For Sale

03.30.09 // Books // (0)

That’s right! I have a heap of Django books up for sale! Along with some other web related books. They didn’t sell on Ebay Australia, and I couldn’t be bothered constantly paying for ebay’s charges. If you want to see my selling history on ebay, check out username nightgen. Anyways! These books are up for [...]

How To Setup A Wordpress Blog

03.02.09 // Web Design // (0)

I have had some confused questions coming to me as of late by professionally orientated bloggers, quite ironically, about how to set up and install a WordPress powered blog. Firstly if you don’t know what WordPress, or WP, is: It’s an overly awesome piece of open source (free to use, distribute, modify, love) software. It’s [...]

Beginning CakePHP: Chapter 6 Solution

02.13.09 // CakePHP // (0)

Using the Time Helper is much like using the HTML helper. Remember when you created a link?
So after adding the Time helper to the PostsController :
var $helper = array(’Html’, ‘Form’, ‘Time’);
You will need to edit the date in view.ctp:

Date Published:

to:

Date Published:

Yay!
More CakePHP tutes to follow as i go along!

Ubuntu On Mac Without CD-Rom or USB

01.04.09 // Technology // (1)

This was quite the saga.
I ended up doing the following:

Buy a Firewire cable, 6-pin to 6-pin and make sure you have another macbook or mac!
On the mac that will be Ubuntufied download and install Refit this is a custom boot loader for Mac and will mac it easy to switch between operating systems on your mac! [...]

Thinking about what tutorial to write next

04.17.08 // Doing Now // (0)

what should i write next people?

Photoshop Tutorial: How to Design the Firefox Logo

04.15.08 // Links // (0)

This is a tutorial on how to design the firefox logo from scratch with firefox:
http://www.henryhoffman.com/design-firefox-logo-in-photoshop-tutorial.html

Tutorial: How to build a poll system with PHP and mySQL

04.11.08 // PHP // (49)

If you have been doing the other tutorials on this site you will notice that I have been teaching PHP and mySQL through projects. Projects that you can slot into your website, or if you are building a project, code that you can use within your project. I start from the ground up, assuming you [...]