Archives for: January 2010
Keeping branches of a project updated from the trunk
January 30th, 2010I just recently worked on a project that required us to have some base code and then for each client that we setup with the app we needed to allow them to have customization. Now the only thing that I had to factor in was that when we make changes to th… more »
Regular Expressions
January 15th, 2010Regular Expressions are a magical thing but they also but they also do a great job at driving you crazy when you're trying to understand them.
This is why I am going to actually start documenting when I do things with regex and i am going to do it here… more »