Another CodeIgniter Project - Car Sages

Posted: 24th Mar 2009

blog-cs

Another project we finished a few weeks ago was a site called Car Sages. A car questions and answers community. It was an experiment to see how long it would take to build a site with user registration, question asking and answering and other nifty features like AJAX search and autocomplete.

Well it took 2 days - roughly 18 hours. Thanks to CodeIgniter. The site is far from complete, but it goes to show what you can do when you have a spare weekend and not a lot else to do. :-)



New Permissions System on Halogy

Posted: 11th Mar 2009

We have finished building some amazing new features to Halogy. We are so excited about them and we are itching to create new screencasts to show the features in action. Halogy has grown ten fold over the last couple of months and not only that but the branding is coming along nicely (more to come on that later).

The features include a new permissions system, an events system and enhancements to the templating part of the CMS.

Read more



CodeIgniter - Custom errors using the Form Validation class

Posted: 4th Mar 2009

TECHY WARNING - This post has techy-talk, be warned

Recently I've been using the new Form Validation Class on CodeIgniter and though overall it is much better than the previous validation class I found a gripe with it recently when trying to add custom error messages using the "validation_errors()" helper.

Read more



CodeIgniter - building web sites fast!

Posted: 1st Mar 2009

What is CodeIgniter?

I have been using CodeIgniter for about 6 months now and I really love it. It is basically a framework that you can build web applications on quickly. A bit like Symfony or the Zend Framework it allows developers to not have to re-invent the wheel every time they build a blog or a shopping cart system. We have built so many web applications which would normally have taken months, thanks to CodeIgniter framework.

Read more