Choosing a hosting provider can be a difficult process, especially when you’re on a budget. I’m heavily involved with ewelike, a product information and price-comparison site that we’re slowly improving […]
Getting git to work on OS X Tiger
If you haven’t heard of git yet, it’s quickly becoming the preferred version-control system for tons of open-source projects, including the twin suns of ruby on rails and prototype. In […]
PHP Session Management (grievance 2)
Sometimes PHP surprises you with an easy-to-use feature, like sessions. Sessions are quite easy to use in PHP. One call to @session_start(), and you have a magic global called $_SESSION […]
SVN log message encoding problem
It’s good practice to put useful commentary in the log message whenever you commit code to a repository. Today, I wrote a log message about centigrade and farenheit conversions, using […]