Monday, 13th October 2008.

Posted on Friday, 18th July 2008 by Lee

People regularly ask me where to host their websites. This is pretty much what I tell everybody.
RackSpace Is The Best
Unless You Don’t Want To Pay For Managed Hosting Or You Want Ruby on Rails Support
An entry level server at RackSpace will cost you about $500/month. If you can afford a managed, dedicated server, and your [...]

Posted in PHP, Ruby on Rails, Web Development | Comments (3)

Posted on Tuesday, 15th July 2008 by Lee

I’ve been asked a few times how to make a signature with a link in Mac Mail. I’m using Leopard and I agree that it’s not very obvious how to pull this off. The steps are fairly simple as long as you know what to do.

Open a new mail message
Create a link in your mail [...]

Posted in Everyday Tips, Mac OSX | Comments (3)

Posted on Tuesday, 8th July 2008 by Lee

I have recently become quite fond of using jQuery as my javascript library in conjunction with my CodeIgniter PHP projects. In PHP, I often name my form fields in the format of...

model_name[attribute_name]
For Example...
contact[first_name]
contact[last_name]
etc.

I do this so that I can easily retrieve all the attributes for each model and then quickly store them to the database [...]

Posted in CodeIgniter, PHP, Web Development | Comments (2)

About