Rant: Fed up with Twitter news!

Posted 2009-07-01
Is anybody else getting really bored of Twitter news? These days it seems to be everywhere; you cannot get away from it. Do you - like myself - find it really difficult to give a damn?

Read More »

Poll: Will you use goto in PHP 5.3?

Posted 2009-06-24
Category PHP
PHP 5.3 adds some great features such as lambda functions, namespaces and class constants, but one new feature "goto" in my eyes is a massvie step backwards.

Read More »

How to: Multi-site CodeIgniter Set-up

Posted 2009-06-22
Category CodeIgniter
A few people have asked me recently about setting up CodeIgniter to run accross multiple domains based on the same codebase, so here are a few tips on how to get this working on your CodeIgniter set-up.

Read More »

Quick tip: Create a branch in Git with a dirty copy

Posted 2009-06-22
Category Git
We've all done it. Started working on a task, ticket or issue and realised we have forgotten to create a branch. Using git stash we can easily hide these changes, create a branch and then get the changes back.

Read More »

Charging extra for iPhone tethering really that bad?

Posted 2009-06-09
Category iPhone
There seams to be a great deal of anger on the Internet over the new iPhone. I agree with the outrage over upgrade costs, but I have to disagree with iPhone fans complaining about the tethering costs.

Read More »

Poll: Which topic should my next screencast cover?

Posted 2009-06-05
The last two screencasts I recorded recieved a great responce. Now I am not entirely sure to do for my next screencast. Use this Twitter Poll to cast a vote.

Read More »

REST implementation for CodeIgniter

Posted 2009-06-03
Category CodeIgniter
There have been 1 or 2 RESTful implementations for CodeIgniter  so far, but none of them have been flexible or clean enough. This is the first publicly available RESTful implementation for CodeIgniter.

Read More »

Debugging ActiveRecord queries in CodeIgniter

Posted 2009-05-29
Category CodeIgniter
When you have an ActiveRecord call that just will not work, it can be a pain. To save asking questions on the CodeIgniter forums that you could answer yourself, try these steps.

Read More »

PyroCMS reaches v0.9.5

Posted 2009-05-28
Category PyroCMS
PyroCMS reaches its nearly final stage. This release took care of many bugs known in v0.9.2 and has while it has not added in many amazing new features, it has improved the existing ones considerably.

Read More »

How to: Develop a new module for PyroCMS

Posted 2009-05-27
Category PyroCMS

I noticed a few people hitting this site after searching for "add new module to pyrocms". Well, here is how.

Read More »