Managing CodeIgniter Packages with Git Submodules
Link: http://philsturgeon.co.uk/blog/2011/09/managing-codeigniter-packages-with-git-submodules Great post on how to include Git projects within other Git projects as submodules. I’ve been ...
Link: http://philsturgeon.co.uk/blog/2011/09/managing-codeigniter-packages-with-git-submodules Great post on how to include Git projects within other Git projects as submodules. I’ve been ...
I’m working on a project today and building a credit card checkout form for what seems like the 1,000th time. It occurred to me that a US State Helper would save me from having to 1) look ...
Link: A successful Git branching model This is probably one of the best tutorials I’ve seen on how to run a successful Git repository. Bravo!
Yesterday I wrote about how to read email with PHP, but I want to dig a bit deeper and discuss another part of the My Slow Low project that needed tackling: Extracting attachments from emails ...
PHP already has a nice IMAP extension for working with email. The extension needs to be installed and enabled before moving forward. The core functionality is all there, but the specifics on how ...
Link: Advanced Regular Expression Tips and Techniques For those of you that don’t geek out about Regular Expressions like I do, here’s a nice article from Nettuts on advanced Regex ...
Link: How to add empty directory to Git repo using .gitignore I was in the process of checking in a CodeIgniter project today when I realized that the ‘cache’ and ‘logs’ ...
The announcement of mod_pagespeed by Google couldn’t have been more perfectly timed. I’ve been working on a page load speed optimization project this week and this fits the bill perfectly. The ...
Link: Gas Mask – Simple Hosts File Manager In doing a considerable amount of local web development, I often come across the need to modify (or even completely swap out) the hosts file on ...
Link: CodeIgniter Migrations esbueno: An open source utility for Codeigniter inspired by Ruby on Rails. The one thing Ruby on Rails has that Codeigniter does not have built in is database ...