Professional Freelance Web Developer
CodeIgniter Activist, Caffeine Junkie

Elliot Haughin

Building Web Applications That Scale

dev, php, sql / 25th February 2009 / By Elliot

During my time as a web developer I’ve had the opportunity to work on some application that needed serious scalability. But scaling isn’t something we always think of when we set off to build an application.
So, here’s a few tips I’ve picked up on the way that can help you build applications that are ready [...]

Read the Full Story »

Creating a CMS Structure with CodeIgniter

codeigniter, php, sql / 11th December 2007 / By Elliot

For a long time now I’ve been wanting to build a really good CMS with CodeIgniter.
But I’m not the only one! – After searching through the CI Forums, I’ve noticed that there’s a real demand for such CMS.
About a year ago, I decided to start the ‘CodeIgnition’ Project, a CMS based on CodeIgniter. But, because [...]

Read the Full Story »

MySQL: DELETE across multiple tables using JOIN.

dev, sql / 1st November 2007 / By Elliot

Ever had a situation where you’ve wanted to say delete rows from lots of tables in your database that can all be associated with some form of join?
Well, after a few minutes of playing around, I’ve found a nice way to do this in just 1 query:

DELETE u, up, upc, ut, utp
FROM users AS u
LEFT [...]

Read the Full Story »

Boring Stuff

Design © copyright Elliot Haughin 2009

Content published here are copyright their respective owners.

You cannot copy content from this site, either in English or translated to another language.

Keep Subscribed

Theres lots of ways for you to keep up with me on the web.

Please Note

Information given out on this blog should only be used as a guideline. I hold no liability for any code I write.

Always consult a professional before acting on this guidance.