Archive for April, 2007

  • 04.15.07 30 Boxes and Quicksilver (with Growl) posted in Geekery

    Gotta love 30 Boxes, and I know you love Quicksilver. Throw in Growl and I think we’ve got an applescript…

    Continue reading: 30 Boxes and Quicksilver (with Growl)

  • 04.15.07 How-to: Rotating VIRB Headers posted in Web Design

    I get a lot of questions about how to do rotating headers on VIRB profiles. So here’s a quick tutorial. If the technique provided here is beyond your skill level, you’ll probably need to find someone who can help you execute it. But if you’ve got enough skill to create between 2 and 15 headers of the same dimensions, and enough CSS knowledge to put them at the top of your page as a background image in a div, you can probably pull this off.

    Continue reading: How-to: Rotating VIRB Headers

  • 04.15.07 A Basic Subversion Work Cycle posted in Geekery

    Okay, so we’ve got a remote repository set up, and a local checkout. On your own you probably pointed your local testing environment to the local checkout and set up a database if necessary (importing a dump of the live database). So now let’s see how we’re going to edit our website using our new Subversion-based workflow.

    Continue reading: A Basic Subversion Work Cycle

  • 04.14.07 Circle Six Favorites: Spring 2007 posted in Geekery

    I need a break from the Subversion series, so I’m taking a moment to list some of the most exciting OS X software and a few of my current favorite websites/apps. I don’t know how long or short the list will end up, so I refuse to either limit myself to 10 or set such high expectations ;).

    Continue reading: Circle Six Favorites: Spring 2007

  • 04.13.07 Working with Subversion posted in Geekery

    Okay, so we’ve installed subversion and covered the basics. Let’s go ahead and make our first actual repository on a remote server and check out a local working copy, as well as look at a few possible workflows to see what will work best for each of us.

    Continue reading: Working with Subversion

  • 04.12.07 Getting started with SVN posted in Geekery

    Yesterday we installed Subversion. We’re going to dive into the command line today, so get comfortable on a machine that has your favorite terminal program on it (I’ll be using iTerm). We’re going to create a test repository and check it out, learning a few svn basics along the way. By the time we’re done, we’ll be all ready to make our blog or website into a repository and check it out on our local machine for editing. BTW, we’re starting with the Terminal because it’s my personal opinion that you shouldn’t use a graphical client until you understand what’s going on at a more basic level. So on with the basics…

    Continue reading: Getting started with SVN

  • 04.11.07 Installing Subversion posted in Geekery

    Alright, let’s get down to it. If you’re just getting started with this, or even thinking about experimenting with it, you’ll need to get Subversion installed on your local machine, as well as on your remote server where you plan to put your testing/produciton servers. If you don’t have access to install svn on your production server and it’s not already included, you can still sing along. Revision control will work fine if you’re developing and testing locally and then deploying using other means. On to the installation using the path of least resistance…

    Continue reading: Installing Subversion

  • 04.10.07 Why I’m Using Subversion posted in Geekery

    Before I get too far into the Subversion series, I think a little explanation is in order. So if you’re wondering why you would want to use Subversion (svn) for web development, let’s take a look at typical development processes and examine pitfalls and shortcomings, and then see where svn can help us out. This is part 1.5 of the series because I forgot to plan it in to the original lineup. I guess I just assumed that everyone WANTED to use Subversion (silly me)…

    Continue reading: Why I’m Using Subversion

  • 04.10.07 Beginning the SVN Journey posted in Geekery

    Alright, we’re beginning our Subversion tutorials today. Subversion is a revision control system, and for our purposes we’re going to be setting it up for web development, and using this blog as an example. For those of you preparing to join me on my SVN exploration, you’re looking at what appears like it’s going to be an 8 or 9 part series. I’ve got it all laid out and am confident enough now to share my experiences. We’re going to start with a prerequisite in part I today: Password-less SSH. Note: I work in OS X, and while most of this material is cross-platform, there will be frequent OS X references.

    Continue reading: Beginning the SVN Journey

  • 04.08.07 Keeping up with iGTD posted in Geekery

    I can’t keep up with this guy. He just released version 1.3.4 of iGTD and it boasts a ton of new features. It adds niceties like autocomplete on tags and multiple links for projects and has meaty features like smart folders with “due in x days” filters. Awesome quicksilver integration as well. This is it, I’m sold. Here’s the list of new features from the forum:

    Continue reading: Keeping up with iGTD