-
Archives
- October 2012
- May 2012
- November 2011
- September 2011
- May 2011
- February 2011
- January 2011
- December 2010
- July 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Monthly Archives: October 2007
Simple WordPress Upgrade Using Subversion
I’ve been using subversion to update WordPress for a few minor revisions now. I simply followed the 2.2 branch and ran… svn up …to update my code. Today I ran… svn switch http://svn.automattic.com/wordpress/branches/2.3 …followed by visiting the upgrade script page … Continue reading
Posted in Open Source, PHP, Technology
Tagged bzr, Open Source, PHP, subversion, wordpress
1 Comment
IRC Bot to Post Links to Delicious
I lurk in an IRC chatroom with some friends and throughout the course of a day a lot of links are posted. I wanted to be able to catch up on the links without having to read through the entire … Continue reading
Posted in Open Source, Python, Technology
5 Comments
Customizing the Summary in TracGantt
We use Trac at Lo-Fi Art to manage… well just about everything that doesn’t go in our Google Calendars. We’ve been testing out TracGantt to get some sort of idea what we’re working on at any given date. We quickly … Continue reading
Rhythmbox Loves Jesus
In case the problem isn’t obvious, I’m listening to LugRadio and Rhythmbox is displaying album art for Songs for Worship Country. I don’t even own an album by that name, so Rhythmbox randomly picked it, one can only assume, based … Continue reading
Hello Planet Python
Just noticed my first post appeared on Unofficial Planet Python. Hello all! If you’re really bored, you can learn more about me or read all of my posts. Suffice it to say I’m a new Python consultant. Monday, October 15th, … Continue reading
Every 3rd Safari Upload Fails
Recently I built a small CherryPy application to allow users to upload photos to a gallery. The application is pretty trivial and just uses the Python Imaging Library to resize the photos and Genshi to output some XML which is … Continue reading