I usually just keep old backups, perhaps for some undefined historical purposes, but more likely just out of laziness. But clearly, this method (or lack thereof) can eat up disk space rather quickly.
I recently created a simple bash script that will find an remove all files or directories that are older than a specified […]
Posted on August 12th, 2008 by plusbryan
Filed under: Development | No Comments »
At Xobni, I’ve developed a simple testing and deployment platform that helps us ensure that new web code is good before it’s pushed out the door. Part of this means maintaining two separate databases, one for development and one for live mode (Ruby on Rails developers will find this concept familiar). That way, we can […]
Posted on June 16th, 2008 by plusbryan
Filed under: Development | No Comments »
If you’re on a windows machine and you use SVN, I’ll bet you already know about TortoiseSVN. If not, it’s seriously the most important application in my arsenal. It makes svn management a snap in windows, where before I had to adopt a whole clunky editor (Eclipse) to do the job.
If you don’t know the […]
Posted on April 3rd, 2008 by plusbryan
Filed under: Development, Infrastructure | No Comments »
Ruby on Rails brought with it a lot of good practices in regards to code structure and maintenance. At least for me, my experience with RoR two years ago was the first time I’d used subversion and deployed my code (via capistrano).
Even though I use PHP on my day-to-day, there’s no reason why PHP […]
Posted on March 14th, 2008 by plusbryan
Filed under: Development, Infrastructure | 1 Comment »
For years I’ve used Courier New or whatever font my IDE chose for me. On a whim, I decided to search for a better programmer’s font; one that’s not only is easier on the eyes, but is more compact and efficient. I think I’ve found it: ProggyFonts
The Proggy font collection is composed of several free […]
Posted on October 30th, 2007 by plusbryan
Filed under: Development | 11 Comments »
Graphing in PHP has always been an annoyance for me - while it would be cool feature to have, the need doesn’t come up nearly enough to warrant paying the exorbitant fees associated with most commercial graphing libraries. Besides, commercial PHP libraries always bring out the miser in me - it just doesn’t seem to […]
Posted on October 22nd, 2007 by plusbryan
Filed under: Development | 4 Comments »
Our supporttrio support ticket installation went down last night. Their code is protected via Zend Guard, which requires Zend Optimizer to be installed.
Our site is served and managed by Rackspace. Last night I realized that I should actually use their services rather than keep installing things myself. So I asked them to install APC.
All seemed […]
Posted on October 10th, 2007 by plusbryan
Filed under: Development | 1 Comment »
I wanted to enable the rest of the Xobni team to create their own personal blogs, giving them the freedom to communicate their technical ideas and discoveries with the world. Unfortunately, while Wordpress supports multiple users, it doesn’t allow each to have distinct themes and posts. The recommended workaround is to install Wordpress multiple times, […]
Posted on October 8th, 2007 by plusbryan
Filed under: Development | 5 Comments »