Watch CodeIgniter error's reported as they happen
How do you read your CodeIgniter error logs for your live site? Download them via FTP and open them up each time, scroll to the bottom and read? That sucks! Try tailing. Read More »
Posted: Feb 06, 2009 Category: CodeIgniter
How to: Support multiple production environments in CodeIgniter
Maintaining different configurations for CodeIgniter across multiple environments can be a pain. Find out how to support multiple config settings and create a instance-wide flag to let you know which environment is being used. Read More »
Posted: Jan 29, 2009 Category: CodeIgniter
New design integrated
After a year of using my CMS' very boring default theme, Phil Sturgeon.co.uk now has a beautiful new design. Read More »
Posted: Jan 28, 2009 Category: PyroCMS
Comments fixed!
I noticed last night that comments once again have been broken, so stayed up late fixing them along with several other bugs in this CMS. Consider them fixed! Read More »
Posted: Jan 23, 2009 Category: PyroCMS
How to: Clean username URL's in CodeIgniter
The URI segment system in CodeIgniter is a very handy thing, but sometimes not flexible enough to handle all your URL needs in one go. To have URL's like http://example.com/username and still maintain normal URI segment structure, read on. Read More »
Posted: Jan 19, 2009 Category: CodeIgniter
How to recover files in Eclipse
Accidentally deleted your working copy/local files and Ctrl + Z just won't get them back? Find out how to recover almost any file using Eclipse's built in history/version tracking feature. Read More »
Posted: Jan 13, 2009 Category: Applications
New service launched, CodeIgniter Web Hosting
While there may be many hosting solutions out there, how many of them are designed for CodeIgniter developers? Now the users have one! Read More »
Posted: Jan 12, 2009 Category: CodeIgniter
DateTime objects - Start month, end month, first Monday, etc
Throw away strtotime and date() and check out PHP's funky DateTime objects for much greater control over your dates. Read More »
Posted: Jan 12, 2009 Category: PHP
cURL 1 out on CodeIgniter
That title may be misleading but I just couldn't help myself... Puns aside, I decided it was time to write a nice clean cURL library for CodeIgniter to help with your automated browsing and remote page requests. Read More »
Posted: Dec 11, 2008 Category: CodeIgniter
Creating proxies with Apache
Setting up HTTP proxies in Apache can be handy for many reasons. If you have a server at home, stream media using something like Orb, watch your torrents downloading with a remote URL or do any other similar activities, you may be slightly fed up with having to keep track of all the different port nubmers they use. Read More »
Posted: Nov 28, 2008 Category: Apache