Posts tagged tutorial

Installing Ruby on Rails + MySQL + Imagemagick + Nginx + Passenger With Macports OSX

This was one epic battle for me when i tried to get rails going with Lighttpd. But with that said, i have been spending quite sometime on just getting my development environment up and running on an environment similar to how i would deploy the... [+]

CakePHP URL Shortener Service Tutorial

If you have just woken up from a 10 year long coma, you might realise that the internet has been dumbed down to 140 characters and services that offer “URL Shortening” are quite widely used. Well today, coma awakened or not, I will be writing... [+]

Django Books For Sale

Django Books For Sale

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,... [+]

How To Setup A WordPress Blog

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... [+]

Beginning CakePHP: Chapter 6...

Beginning CakePHP: Chapter 6 Solution

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:... [+]

Ubuntu On Mac Without CD-Rom or USB

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... [+]

Thinking about what tutorial to write next

what should i write next people?

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

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... [+]