Development Archive

CodeIgniter 2.1.0 is here!

EllisLab has yet to update their website with the new User Guide but you are free to download 2.1.0 to see the changes. Scanning through the change log, I see a lot that I like: Added increment_string() to String Helper … Continue reading

Getting Started with Subversion on OS X 10.7

For those not already on the GIT bandwagon, Apache Subversion is a great chose for versioning your software projects. Even better, Lion has Subversion 1.6.16 installed my default. To see for yourself, in terminal: $ svn --version You should see … Continue reading

Client-Side Cacheable Dynamic Images

Task: Allow users to embed their rating on our site, as an image, on their personal site. Goal: Stress our server as little as possible. There are several ways of doing this but the basic process of how this works is: Our … Continue reading