<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
    <channel>
        <title>...On A Long Piece Of String</title>
        <link>http://www.scottboms.com/</link>
        <description>It&apos;s all interconnected</description>
        <language>en</language>
        <copyright>Copyright 2009</copyright>
        <lastBuildDate>Wed, 24 Jun 2009 12:00:22 -0500</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        <item>
            <title>The Notebook Has Moved!</title>
            <description><![CDATA[
            <p>The Notebook has moved to a new (permanent) home at a new domain and although it's been setup to handle all the necessary redirects on the server end of things, I recommend you update your bookmarks and RSS feeds to the new locations which are:</p>

            <ul>
              <li><a href="http://www.scottboms.com">Notebook - scottboms.com</a></li>
              <li><a href="http://www.scottboms.com/feeds/rss.xml">Notebook - RSS 2.0 feed</a></li>
              <li><a href="http://www.scottboms.com/feeds/atom.xml">Notebook - Atom feed</a></li>
              <li><a href="http://delicious.com/rss/scottboms">&hellip;Hits, No Misses (delicious) feed</a></li>
            </ul>
            ]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F&amp;seed_title=The+Notebook+Has+Moved%21</link>
            <guid>http://www.scottboms.com/</guid>
                <category domain="http://www.sixapart.com/ns/types#category">Wishingline</category>
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
                <category domain="http://www.sixapart.com/ns/types#tag">notebook</category>
                <category domain="http://www.sixapart.com/ns/types#tag">ideas</category>
                <category domain="http://www.sixapart.com/ns/types#tag">cms</category>
                <category domain="http://www.sixapart.com/ns/types#tag">links</category>
                <category domain="http://www.sixapart.com/ns/types#tag">rss</category>
            <pubDate>Mon, 11 May 2009 11:30:00 -0500</pubDate>
        </item>
        
        <item>
            <title>Designful</title>
            <description><![CDATA[<p>This week I started reading the latest book by Marty Neumeier called <a href="http://www.amazon.ca/dp/0321580060">The Designful Company</a> which, simply put, should probably be required reading for all business executives or anyone who owns their own company today.</p>

<div id="q_dxd" class="quote_replaced">
  <blockquote>
    <p>d x d = :D</p>
  </blockquote>
</div>

<p>Early on in the book the above equation is referenced. For me it summarizes a key problem I have with most companies and their products but also one of the problems I have with the vast myriad of "design" companies out there. <em>I'll elaborate on this specifically in another piece (soon).</em></p>

<p>As with his <a href="http://www.amazon.ca/dp/0321348109">other</a> <a href="http://www.amazon.ca/dp/0321426770">books</a>, all of which I also highly recommend, there's loads of keen, thoughtful advice that could help turn around companies that might be struggling in the current economy, but also help those who are thriving be even better, stronger and more mindful of their global impact.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F06%2Fdesignful%2F&amp;seed_title=Designful</link>
            <guid>http://www.scottboms.com/2009/06/designful/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Design</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">books</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">business</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ideas</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">quotations</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">quotes</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">strategy</category>
            
            <pubDate>Wed, 24 Jun 2009 11:32:19 -0500</pubDate>
        </item>
        
        <item>
            <title>Preventing Contact Form Spam</title>
            <description><![CDATA[<p>When I moved the Notebook site over from the <a href="http://www.wishingline.com">wishingline.com</a> domain over to this one, one of the things I wanted to do was rebuild the <a href="/contact">contact form</a> from scratch and integrate it into the base <a href="http://www.movabletype.com">Movable Type</a> install that manages things behind the scenes.</p>

<p>That was a fairly simple process overall and using a bit of <a href="http://php.net"><span class="caps">PHP</span></a>, <a href="http://jquery.com/">jQuery</a> and Ajax magic, I built the form so that it works whether Javascript is enabled in the browser or not. Unobtrusive progressive enhancement - it's good. You should try it.</p>

<p>Where I ran into a problem though was that all of a sudden bots were going to town on the form and I was getting all kinds of spam through the form, despite work put into preventing that at the start - eg. ensuring the form would only accept local requests from the same domain, using secret server-level key validation, etc.</p>

<p>Ultimately what proved to cure the problem: give the fields unusual names. If you have a field that collects a person's name, don't name it "name" or an email address, "email". Bots look for that and can easily exploit it.</p>

<p>Truth be told: <em>I knew this</em>. Maybe you already do too, but an occasional reminder never hurts.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F06%2Fcanned%2F&amp;seed_title=Preventing+Contact+Form+Spam</link>
            <guid>http://www.scottboms.com/2009/06/canned/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tutorials</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Development</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">articles</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">code</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">forms</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">html</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">server</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tutorials</category>
            
            <pubDate>Sat, 20 Jun 2009 13:41:24 -0500</pubDate>
        </item>
        
        <item>
            <title>Looking Glass</title>
            <description><![CDATA[<p>In <a href="http://www.amazon.ca/gp/product/0679417958">Through the Looking Glass</a>, Lewis Caroll wrote: </p>

<blockquote><p>It takes all the running you can do to keep in the same place. If you want to get somewhere else, you must run at least twice as fast as that.</p></blockquote>

<p>In a roundabout way I think that passage perfectly sums up the state of the web industry for me in 2009 and is a perfect lead-in to mention <a href="http://www.alistapart.com/issues/284">issue number 284</a> of <a href="http://alistapart.com">A List Apart</a> which features an article on the topic of <a href="http://www.alistapart.com/articles/burnout/">Burnout</a> by yours truly.</p>

<p>It was a challenging article to write simply because it was so deeply rooted in my own personal experiences  and I hope readers take note and are interested in continuing the discussion further because, obvious or not, the web and design industries are intrinsically ripe for extreme cases of burnout.</p>

<p>My thanks to Carolyn Wood, Krista Stevens, Erin Kissane, Zeldman et al.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F05%2Fglass%2F&amp;seed_title=Looking+Glass</link>
            <guid>http://www.scottboms.com/2009/05/glass/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Design</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">The Interwebs</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Development</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">ala</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">articles</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">personal</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">resources</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">web</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
            
            <pubDate>Tue, 26 May 2009 08:02:00 -0500</pubDate>
        </item>
        
        <item>
            <title>MSMTP and Virtual Hosts</title>
            <description><![CDATA[<p>Last year when I originally moved the <a href="http://www.wishingline.com">Wishingline</a> site and a handful of others over a shiny new slice at <a href="http://slicehost.com">Slicehst</a> one of the issues I ran into was handling outgoing mail from contact forms, <a href="http://www.movabletype.com">Movable Type</a>, etc. I'm no server admin and despite knowing enough to be dangerous, setting up a secure mail server that can handle multiple domains was definitely outside my comfort zone.</p>

<p>Thanks to <a href="http://unstoppablerobotninja.com">Ethan</a>, I discovered a gem of an open source project called <a href="http://msmstp"><span class="caps">MSMTP</span></a> which was just what I needed; the exception being that I couldn't figure out how to use it with multiple domains. Until last week that is.</p>

<p>Of course it's really easy.</p>

<h4>Installing and Configuring for Multiple Domains</h4>

<p><a href="http://msmtp.sourceforge.net"><span class="caps">MSMTP</span></a> provides two ways you can configure the software using a simple and well-documented configuration file format. It's all plain text so it's easy to create, edit and back up.</p>

<h5>Installing the Software</h5>

<p>Installing <a href="http://msmtp.sourceforge.net"><span class="caps">MSMSTP</span></a> requires the following packages which can be installed using the <code>aptitude</code> tool on Ubuntu. Installation on other *nixes may vary.</p>



<pre><code>
$ aptitude install msmtp msmtp-mta ca-certificates
</code></pre>



<h5>Configuration</h5>

<p>Once you have everything installed, you need to create a configuration file either in <code>/etc/msmtprc</code> or by creating a user-specific one in your user's home directory. If you need mail services for more than one domain, I suggest using the global configuration option.</p>

<p>I'm going to assume you're reasonably comfortable working in a Unix environment from here on out though if you know what you're doing you can do all of this just as easily using <a href="http://www.expandrive.com">ExpanDrive</a> and <a href="http://macromates.com">TextMate</a> without having to touch the Terminal.</p>



<pre><code>
$ sudo nano /etc/msmtprc
</code></pre>



<p>Once the <code>nano</code> editor has opened a new blank file for you, enter the following and replace the example configuration as needed. I'm including examples for two domains so you get the idea.</p>



<pre><code>
# Account: domain1.com
account         domain1
host            smtp.gmail.com
port            587
auto_from       off
auth            on
user            hello@domain1.com
password        PASSWORD
tls             on
tls_starttls    on
from            robot@domain1.com
maildomain      domain1.com
tls_trust_file  /etc/ssl/certs/ca-certificates.crt
logfile
syslog          LOG_MAIL

# Set a default account to use
account default : domain1

# Account: domain2.com
account         domain2
host            smtp.gmail.com
port            587
auto_from       off
auth            on
user            hello@domain2.com
password        PASSWORD
tls             on
tls_starttls    on
from            robot@domain2.com
maildomain      domain2.com
tls_trust_file  /etc/ssl/certs/ca-certificates.crt
logfile
syslog          LOG_MAIL
</code></pre>



<p>Repeat as necessary to add more domains. Save your changes by typing <code>Control-O</code> and pressing Enter. Then type <code>Control-X</code> to exit the editor.</p>

<h5>Virtual Host Configuration</h5>

<p>Assuming you're using <span class="caps">PHP </span>with Apache as your web server, you can add the last two lines in the example below to each virtual host to specify which configuration account you'd like to use to send mail.</p>



<pre><code>
&lt;VirtualHost *:80&gt;
  ServerAdmin webmaster@domain1.com
  ServerName domain1.com
  DocumentRoot /home/user/sites/domain1/
  DirectoryIndex index.html index.php

  # MSMTP configuration for this domain
  php_admin_value sendmail_path &quot;/usr/bin/msmtp -a domain1 -t&quot;
&lt;/VirtualHost&gt;
</code></pre>



<p>Replace <code>domain1</code> with the correct domain obviously. This should correspond to the account names specified in the <code>/etc/msmtprc</code> file.</p>

<p>Alternatively you need to instruct your middleware or framework to use <span class="caps">MSMTP </span>instead of Sendmail/Postfix to send mail and pass the same account parameter whenever called. Most have some form of configuration option to allow this.</p>

<p>That's it.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F05%2Fmsmtp%2F&amp;seed_title=MSMTP+and+Virtual+Hosts</link>
            <guid>http://www.scottboms.com/2009/05/msmtp/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">The Interwebs</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tutorials</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Development</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">articles</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">code</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">opensource</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">php</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">server</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">software</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tutorials</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">unix</category>
            
            <pubDate>Tue, 19 May 2009 20:37:26 -0500</pubDate>
        </item>
        
        <item>
            <title>Slab</title>
            <description><![CDATA[<p>If you thought slab serifs were hot a few months ago, then they must be on fire right now given the release this week of not one, but two smokin' new families of slab serifs - <a href="http://www.houseind.com/fonts/neutrafaceslab">Neutraface Slab</a> from <a href="http://www.houseind.com">House Industries</a> and <a href="http://typography.com/fonts/font_overview.php?productLineID=100034">Sentinel</a> from <a href="http://typography.com">Hoefler &amp; Frere-Jones</a>.</p>

<p><img src="/-/img/fonts_slab.gif" alt="Font samples from Neutraface Slab by House Industries and Sentinel by Hoefler and Frere-Jones" height="108" width="583" /></p>

<p>If anyone's looking for me, I'll be burying my wallet in the back yard.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F05%2Fslab%2F&amp;seed_title=Slab</link>
            <guid>http://www.scottboms.com/2009/05/slab/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Design</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Resources</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">fonts</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">inspiration</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">typography</category>
            
            <pubDate>Wed, 13 May 2009 15:46:46 -0500</pubDate>
        </item>
        
        <item>
            <title>Choose Your Corner</title>
            <description><![CDATA[<p>I've been thinking a lot about this quote from Charles Eames for the last four or five days now because it speaks volumes about my current situation.</p>

<p><img src="/-/img/choose_your_corner.gif" alt="Choose your corner, pick away at it carefully, intensely and to the best of your ability and that way you might change the world." height="198" width="583" class="noborder" /></p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F05%2Fcorner%2F&amp;seed_title=Choose+Your+Corner</link>
            <guid>http://www.scottboms.com/2009/05/corner/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Design</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">The Interwebs</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">creativity</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ideas</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">inspiration</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">process</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">quotes</category>
            
            <pubDate>Fri, 01 May 2009 20:39:35 -0500</pubDate>
        </item>
        
        <item>
            <title>Slate</title>
            <description><![CDATA[<p>After a few weeks of soul searching I've made the decision to permanently close Wishingline. I hinted at this being a real possibility in a couple <a href="/2009/03/more/">previous</a> <a href="/2009/03/watershed/">entries</a>, though my original intenion was to simply <em>put the company on ice</em> in the short term because I needed some distance and clarity to make an informed decision about what to do.</p>

<p>I've had a bit of time now and simply, for me, the right thing to do is completely wipe the slate clean.</p>

<p><a href="http://www.gapingvoid.com/fail444456-thumb.jpg"><img src="/-/img/gapingvoid_fail.jpg" alt="Illustration by Hugh MacLeod at gapingvoid" height="288" width="583" /></a></p>

<p>Over the years Wishingline's become more than just me and <a href="/2009/03/more/">as I hinted at</a>, I don't entirely recognize it anymore. Simply - circumstances change and people change. As a result companies change and adapt too.</p>

<p>As I suspect is true of most companies who've got a few years under their belt, they've had their fair share of great successes, a few crushing defeats and a handful of fits and starts, but looking back, and dispite some mistakes made along the way, I feel proud of what I've accomplished and for taking some big risks. I don't feel like I've failed by any means - or I at least need to keep reminding myself of that.</p>

<p>It was a risk when I left a stable job and struck out on my own. It was a risk when I decided it was time to grow the company and move into the <a href="/2008/02/officetour/">office space</a> the company occupied until last week. It was a risk when I brought in not just <a href="/2008/01/andthentherewerefour/">one</a> new fulltime employee, but <a href="/2008/09/anewserveranewface/">two</a>, especially over a fairly short time period. And of course (for various reasons) it's a risk I'm taking now closing the door on Wishingline.</p>

<p>When all's said and done though, it's the right thing for me to do.</p>

<h4>Uncertain Weather</h4>

<p>What the future holds for me is <em>still</em> very much uncertain. I have a good idea what I <em>don't want to do</em>, it's now a question of <em>what I do want to do</em>. I haven't eliminated the possibility of freelancing or something similar, but if so, the circumstances under which that happens will be very different based on everything I've experienced and learned. And if so, it'd be under a different banner; but who knows. I might not return to the freelance/small agency world at all.</p>

<p>If I haven't been particularly active <a href="/">here</a>, on <a href="http://www.twitter.com/scottboms">Twitter</a> or <a href="http://www.flickr.com/photos/wishingline">Flickr</a> of late, it's because I've been working on tying up loose ends and exploring possibilities, including what exactly to do with this site. Honestly I've been feeling like a bit like a lost puppy and still have some important questions to answer before I make the next big decision.</p>

<p>As much as I'm still pretty emotional about everything that's happened this year, and though I'm closing one door, I'm opening another. This is an opportunity. I don't think it's too pie in the sky to say, but life is just too short to spend stuck in a rut, doing something that doesn't make you truly happy or leaves you feeling like you're not living up to your full potential. Carpe diem, as they say.</p>

<h4>Change, Change, Change</h4>

<p>Over the next little while I'll be starting to dismantle the business side of the Wishingline site. I'm debating what to do about this notebook though and whether I should keep it up as-is, do some fancy redirects to move it up to the top of the domain, move it to an entirely new domain or... <em>I don't know</em>. I haven't sorted out what all the possible implications are of doing any of the above but whatever I end up deciding, I'll do what I can to not break the internets.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F05%2Fslate%2F&amp;seed_title=Slate</link>
            <guid>http://www.scottboms.com/2009/05/slate/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Wishingline</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">business</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">family</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ideas</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">personal</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
            
            <pubDate>Fri, 01 May 2009 09:27:00 -0500</pubDate>
        </item>
        
        <item>
            <title>Spring</title>
            <description><![CDATA[<p>It's spring or at least that's what the calendar says and that means it's time for some spring cleaning. As a result of the changes 'round these parts I now have a handful of software licenses that are no longer being used along with one shiny, good as new 24" iMac computer that's for sale (the other ones are already accounted for).</p>

<h4>Software</h4>


<ul>
<li><a href="http://www.adobe.com/products/creativesuite/design">Adobe Creative Suite <span class="caps">CS4</span> Design Premium</a> (boxed copies of <span class="caps">CS3</span> Design Premium full version + upgrade to <span class="caps">CS4</span> Design Premium) - <strong>$750</strong> <span style="color: #9e1917"><span class="caps">SOLD</span></span></li>
<li><a href="http://www.fontexplorerx.com/pro">FontExplorer X Pro 2.x</a> (two individual licenses available)  - <strong>$40.00 <span class="caps">CDN </span>each</strong> - <span style="color: #9e1917"><span class="caps">ONE </span>left</span></li>
<li><a href="http://www.macromates.com">TextMate</a> (two individual licenses available) - <strong>$25.00 <span class="caps">CDN </span>each</strong> - <span style="color: #9e1917"><span class="caps">ONE </span>left</span></li>
<li><a href="http://www.marketcircle.com/daylite/">Daylite 3.x Productivity Suite</a> (3-user license) - <strong>$300.00 <span class="caps">CDN </span>bundle</strong></li>
</ul>



<h4>Hardware</h4>

<p>At this point I don't have much need to keep a second iMac around in the office since there's already two other Macs and a PC at my disposal. The iMac is one of the current aluminum models (though prior to the last hardware minor update a few weeks back), approximately 6 months old and includes the obligatory AppleCare extended warranty.</p>

<h5>Detailed Hardware Specifications</h5>


<ul>
<li>24" glossy <span class="caps">TFT </span>widescreen active-matrix <span class="caps">LCD </span>display</li>
<li>2.8GHz Intel Core2 Duo processor</li>
<li>4MB shared L2 cache at full processor speed</li>
<li>800MHz frontside bus</li>
<li>4GB (two 2GB SO-DIMMs) of 166MHz <span class="caps">DDR SDRAM</span></li>
<li>500GB 7200 <span class="caps">RPM </span>internal Serial <span class="caps">ATA </span>hard drive</li>
<li>Apple slot-loading SuperDrive (DVD&plusmn;R DL/DVD&plusmn;RW/CD-RW)</li>
<li>AirPort Extreme Wi-Fi wireless networking (802.11n)</li>
<li>Bluetooth 2.1+EDR</li>
<li>Built-in 10/100/1000BASE-T Gigabit networking</li>
<li>Built-in stereo speakers, microphone and iSight video camera</li>
<li>Apple Keyboard and Mighty Mouse</li>
<li>Mac OS X 10.5 Leopard + iLife 08 software bundles</li>
</ul>



<p><strong>$1,800</strong> - <span style="color: #9e1917"><span class="caps">SOLD</span></span></p>

<p>If you're interested or have a question about any of the above items, get in touch by sending an email to springcleaning {at} wishingline.com. Everything is first-come first-serve and once something is gone it's gone. Shipping is not included and will be determined on a per-item basis as required.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F04%2Fspring%2F&amp;seed_title=Spring</link>
            <guid>http://www.scottboms.com/2009/04/spring/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Technology</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Wishingline</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">apple</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">business</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">forsale</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">hardware</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">office</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">software</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">studio</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">technology</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
            
            <pubDate>Sun, 12 Apr 2009 14:18:55 -0500</pubDate>
        </item>
        
        <item>
            <title>Truth</title>
            <description><![CDATA[<p>I'd say this is true for just about anyone - designers, developers, musicians, architects, business executives, etc., but it's up to you whether this turns out to be a positive or a negative.</p>

<p><img src="/-/img/if_you_do.gif" alt="If you do what you have always done, you'll get what you have always got" height="162" width="583" class="noborder" /></p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F04%2Ftruth%2F&amp;seed_title=Truth</link>
            <guid>http://www.scottboms.com/2009/04/truth/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Design</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">business</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">creativity</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ideas</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">inspiration</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">quotes</category>
            
            <pubDate>Fri, 03 Apr 2009 09:57:41 -0500</pubDate>
        </item>
        
        <item>
            <title>iPhone Wallpapers (Set 3)</title>
            <description><![CDATA[<p>Since I seem to be on a roll blogging for the first time in ages, I was thinking this morning that now would be a good time to assemble a new set of wallpaper images for the <a href="http://www.apple.com/iphone">iPhone</a> and <a href="http://touch">iPod touch</a>. As with <a href="/-/downloads/desktops/iphone_set1.zip">previous</a> <a href="/-/downloads/desktops/iphone_set2.zip">sets</a>, these are taken from a handful of recent favourite photos from my <a href="http://www.flickr.com/photos/wishingline">Flickr photostream</a>.</p>

<p><img src="/-/img/desktops_iphone_set3.jpg" alt="Wishingline iPhone desktop wallpapers" height="270" width="583" /></p>

<p>As before I only ask that people link back to this post instead of redistributing the individual download archives or wallpaper images themselves.</p>


<ul>
<li><a href="/-/downloads/desktops/iphone_set3.zip">Download - Set 3</a> (596KB Zip File) <strong><span class="caps">NEW</span></strong> </li>
<li><a href="/-/downloads/desktops/iphone_set2.zip">Download - Set 2</a> (442KB Zip File)</li>
<li><a href="/-/downloads/desktops/iphone_set1.zip">Download - Set 1</a> (557KB Zip File)</li>
</ul>

]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F04%2Fiphonewallpapers3%2F&amp;seed_title=iPhone+Wallpapers+%28Set+3%29</link>
            <guid>http://www.scottboms.com/2009/04/iphonewallpapers3/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Resources</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">desktops</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">flickr</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">iphone</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">projects</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wallpaper</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
            
            <pubDate>Wed, 01 Apr 2009 23:38:53 -0500</pubDate>
        </item>
        
        <item>
            <title>Zippy</title>
            <description><![CDATA[<p>Since June of last year (following attending <a href="http://developer.apple.com/wwdc"><span class="caps">WWDC</span></a> in San Francisco) I've had an item on my To Do list - "experiment with improving the overall performance of the <a href="/">Wishingline Notebook</a> site". In other words, do some under the hood optimizations.</p>

<p>Yahoo! has a terrific set of <a href="http://developer.yahoo.com/performance/rules.html">guidelines</a> that can be used to squeeze the most performance out of your site. This, along with a talk from <span class="caps">WWDC </span>last year piqued my interest in learning more - especially any simple things I could put into practice in my client work as well.</p>

<p>First on my list was experimenting with minifying and concatenating Javascript and <span class="caps">CSS </span>files. This is easily done with the <a href="http://developer.yahoo.com/yui/compressor/"><span class="caps">YUI</span> Compressor</a> or other <a href="http://code.google.com/p/minify/">similar utilities</a>. The trick is automating everything when changes are made. For example, generating minified versions automatically when deploying files to your site.</p>

<p>Second on the list was moving the site's <span class="caps">CSS,</span> Javascript and images to their own subdomains, allowing browsers to download assets faster since <a href="http://www.openajax.org/runtime/wiki/The_Two_HTTP_Connection_Limit_Issue">most are limited to two connections per server</a>. By splitting things up browsers can use more than just two concurrent connections, thereby loading the site faster.</p>

<blockquote><p>1 domain = 2 concurrent connections. Ok but not great.</p>

<p>4 domains = 8 concurrent connections. Zippy!</p></blockquote>

<p>Unfortunately it wasn't until this past week that I had a chance to look into this one.</p>

<p>I started with two simple goals:</p>


<ol>
<li>Provide separate <span class="caps">URL</span>s for Javascript, <span class="caps">CSS </span>and images.</li>
<li>Make the code change across the site templates simple.</li>
</ol>



<p>Setting up subdomains in Apache is simple and adding the necessary <span class="caps">DNS </span>entries and virtual subdomains to accomplish the first goal took less than 10 minutes.</p>

<p>On the other hand, being smart about how to handle putting those subdomains into the template code elegantly was a bit trickier. Sure I could just hard-code the <span class="caps">URL</span>s into the site templates - but that kind of sucks. I had a better idea.</p>

<p>The <a href="/">Notebook</a> site has been running on <a href="http://www.movabletype.com">Movable Type</a> since 2003 and a better way to accomplish this would be by using template tags. And so I did, though it meant creating a <a href="http://plugins.movabletype.org/mediaurls/">special plugin</a> for Movable Type to do so.</p>

<p>Enter <a href="http://plugins.movabletype.org/mediaurls/">MediaURLs</a> for Movable Type 4.x, a new plugin that allows users to specify a series of <span class="caps">URL</span>s for serving <span class="caps">CSS,</span> Javascript and image assets each from their own domain or subdomain while providing a set of corresponding template tags to make applying those changes <span class="caps">DRY, </span>easy, and fast.</p>

<p><img src="/-/img/plugin_mediaurls.gif" alt="MediaURLs configuration screenshot" height="324" width="583" /></p>

<p>Each of the four setting options provided by the plugin settings (shown above) are optional and should be fairly self-explanatory. A simple example of how to use these is included in the documentation.</p>

<p>The general "media" option was added at the last minute for the sake of simplicity - to allow the use of a single generic domain/subdomain to serve any type of asset - for example, serve all <span class="caps">CSS,</span> JS and images from a single secondary domain.</p>

<p>The <a href="http://code.google.com/p/mediaurls/">MediaURLs source</a> is being hosted at <a href="http://code.google.com">Google Code</a> and will be regularly maintained. This is really only a first release and I'm open to suggestions for further improvements. Enjoy and happy optimizing!</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F03%2Fzippy%2F&amp;seed_title=Zippy</link>
            <guid>http://www.scottboms.com/2009/03/zippy/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Technology</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Development</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">code</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">development</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">google</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movabletype</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">opensource</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">plugins</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">servers</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">software</category>
            
            <pubDate>Tue, 31 Mar 2009 23:34:21 -0500</pubDate>
        </item>
        
        <item>
            <title>Powers</title>
            <description><![CDATA[<p>With everything that's been <a href="/2009/03/watershed/">going</a> <a href="/2009/03/more/">on</a> lately, my third trip down to Austin for <a href="http://sxsw.com/interactive"><span class="caps">SXSW</span></a> couldn't have come at a better time. I definitely needed a break and some time to decompress.</p>

<p>In every sense: mission accomplished.</p>

<p><img src="/-/img/sxsw2009_mark_josh.jpg" alt="Mark Bixby and Joshua Lane at the Hampton Inn" height="378" width="583" /></p>

<p>I was largely offline while in Austin. I didn't bring my MacBook and it was often challenging to get connected on my iPhone since roaming data rates are insane (thanks again Rogers and <span class="caps">AT&amp;T</span>). The often spotty wifi access didn't help either. Despite that, being somewhat disconnected much of the time was refreshing - I think we'd all benefit from doing it more often.</p>

<h4>Bigger, yes. Better?</h4>

<p>Although I didn't expect it to be bigger this year given the current economic climate, <a href="http://sxsw.com/interactive"><span class="caps">SXSW</span> Interactive</a> indeed was. Whether the conference itself was better than previous years though is still largely up for debate. Reports seem to indicate some good, a little bit of awesome and a whole lot of "meh" which isn't really any different from previous years.</p>

<p>I honestly spent more time connecting with friends, both old and new than I did going to panels. I can count the number of panels I attended on one hand, but the ones I did were all enjoyable. Not mind blowing but enjoyable nonetheless.</p>

<h4>It's Made of People</h4>

<p><span class="caps">SXSW </span>has definitely become much more important to me (and many others) for the things that happen outside the conference sessions than in them. So much so for some that they didn't bother to even get a conference pass this year, something that I would hazzard a guess will increase a bit more next year.</p>

<p><img src="/-/img/sxsw2009_luke_brian.jpg" alt="Luke Dorny, Brian Warren and Mr. President outside the Obama Store in Austin" height="378" width="583" /></p>

<p>As this was my third year attending, having time to reaquaint with <a href="http://maniacalrage.net">old</a> <a href="http://begoodnotbad.com/">friends</a> <a href="http://www.lukedorny.com">I</a> <a href="http://www.markbixby.com">may</a> <a href="http://ryanirelan.com">not</a> <a href="http://www.airbagindustries.com">have</a> <a href="http://splorp.com">seen</a> <a href="http://www.mezzoblue.com">for</a> <a href="http://www.2sidesdesignstudio.com/blog/">a</a> <a href="http://tincorporated.com">year</a> <a href="http://unstoppablerobotninja.com">or</a> <a href="http://www.superfluousbanter.org">more</a> was great and <a href="http://elliotjaystocks.com">getting</a> <a href="http://www.robgoodlatte.com">the</a> <a href="http://rohdesign.com">opportunity</a> <a href="http://stephencaver.com">to</a> <a href="http://www.drewwarkentin.com">meet</a> <a href="http://www.theadnostic.com">so</a> <a href="http://jennlukas.com">many</a> <a href="http://markhuot.com">more</a> <a href="http://cargocollective.com/renaud">again</a> <a href="http://louderthan10.com">proved</a> to be well worth the cost of spending a week in Austin. Still, there were many faces missing this year and people I didn't have a chance to find or chat with.</p>

<p>Now that the 2010 dates have been announced (March 12th--16th), if you're thinking of attending, you mind want to consider skipping the conference pass and just hang out in the hallways or at <a href="http://www.halcyonaustin.com">Halcyon</a> or <a href="http://www.gingermanpub.com">Gingerman</a>. I know I am. That's where you'll likely find a lot of us anyway.</p>

<p><img src="/-/img/sxsw2009_veerle_geert.jpg" alt="Veerle and Geert on the patio at the Hampton Inn" height="378" width="583" /></p>

<p>More photographic evidence of my time in Austin at <span class="caps">SXSW </span>is available for your viewing pleasure <a href="http://www.flickr.com/photos/wishingline/sets/72157615708643608/">at Flickr</a>. On a side note - if you didn't get a chance to see Gary Hustwit's new film <a href="http://www.objectifiedfilm.com">Objectified</a>, do yourself a favour and make a point to.</p>

<p>Now that I've been back for about a week, caught up on work, the big <a href="http://www.apple.com/iphone/preview-iphone-os/">iPhone OS 3.0 announcement</a> and everything else going on in the web/design world, I've started to dedicate some time to reconnecting with a few of the things I've had sitting on the backburner or that will help me build up the momentum I need in planning what's next.</p>

<p>First up: writing more and getting back on my book reading bandwagon. Two blog entries this week alone so I think I'm off to a good start.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F03%2Fpowers%2F&amp;seed_title=Powers</link>
            <guid>http://www.scottboms.com/2009/03/powers/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Events</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">The Interwebs</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Travel</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Wishingline</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">austin</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">conferences</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">interactive</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">sxsw</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">travel</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
            
            <pubDate>Fri, 27 Mar 2009 10:38:50 -0500</pubDate>
        </item>
        
        <item>
            <title>More</title>
            <description><![CDATA[<p>Never far from my thoughts since making <a href="/2009/03/watershed/">the big announcement</a> official last week and after reading through <a href="http://www.snook.ca/archives/personal/being-square">Snook's announcement</a> from a couple days ago, I realized I still have a bit more to say about why I made the decision to shake things up. If nothing else, to clarify how this all came about.</p>

<h4>Identity Crisis</h4>

<p>A while back we received a <span class="caps">RFP </span>for a project that would have lasted six months to a year if not longer. It was complicated and well beyond my comfort zone. Ultimately we declined to respond but while reviewing the project specs I realized something that I felt had been staring me in the face for some time, something I just hadn't seen until then - <em>Wishingline had a major identity problem</em>. </p>

<p>Although recognized primarily as designers by other designers (and developers), to the outside world, Wishingline (and me by extension) were developers or some sort of hybrid. Not what I had in mind. That project <span class="caps">RFP </span>and the resulting conversation with the client confirmed it.</p>

<p>Insert panic attack here.</p>

<p>After walking home that night and mulling over the situation I had a pretty good idea where that perception problem came from. It turned out to be partially, if not entirely my own doing. Looking back through some of the <a href="/2008/11/automatedsvnsetup/">more</a> <a href="/2008/10/macsvnsshserver/">technically</a> <a href="/2007/11/leopardmysqlrubybindings/">minded</a> <a href="/2007/04/rsssvn/">entries</a> in <a href="/archives">the notebook</a> and our previous enterprise application work made it abundantly clear.</p>

<p>I'm a designer first and foremost but I like to tinker. I'm innately curious and have always liked to know how things work but I'm not a developer. Building or fixing things comes naturally and I've always found that characteristic allowed me to be sympathetic to developers, resulting in better decisions and ultimately better sites or applications.</p>

<p>Development experience also meant I could bring more to the table when working with clients. What I didn't realize at the time though was the cost of that knowledge and what it ultimately meant in relation to the type of work that showed up on our doorstep.</p>

<p>My involvement in the development side of the web increased out of interest and necessity but also from the type of work that Wishingline was already involved in - a considerable amount of application design (<a href="http://www.rubyonrails.org">Rails</a>, <a href="http://www.sproutcore.com">Sproutcore</a>, iPhone, embedded web widgets, etc), rarely from the commercial website part of the business.</p>

<p>At this point I have about zero interest in doing any more web app design work. Those are problems I'm just not interested in trying to solve now. It's too easy to get caught up in the minutia and technical details which can quickly suck the life and momentum out a project.</p>

<p>For now I'm only interested in focusing my time and effort into things I can get behind 100%. To some extent that means getting back to my roots and focusing much more on design rather than mucking about in code or someone else's app framework.</p>

<h4>The Intangible Web</h4>

<p>The intangibleness and the seeming repetitiveness of the web is something I've struggled with for some time, leaving me feeling like the web is just too much of the "same old, same old" to be really interesting. I know that's not really true but constantly being handed the same basic problems to solve over and over or being pigeonholed into one design aesthetic hasn't helped bend my opinion to the other side.</p>

<p><a href="http://www.annamazon.com">Anna</a>, <a href="http://theinterned.net">Ned</a> and I talked about this quite a bit in the office - how we could make the web more interesting (for us at least) by introducing more tangible visual elements and interaction into our work without resorting to Flash. We looked at potentially building actual "set pieces" and working more with real objects that we'd photograph and use as building blocks for site designs. Unfortunately we didn't get the opportunity to put this into practice, but I'm not done with that idea yet.</p>

<p>I come from a largely traditional design background: paste-up by hand, processing my own film, print (litho, screenprinting, letterpress, flexo) and the like. I've used more than my fair share of <a href="http://en.wikipedia.org/wiki/Letraset">Letraset</a> and <a href="http://en.wikipedia.org/wiki/Rubylith">Rubylith</a>.</p>

<p>I've always been passionate about <a href="http://ilovetypography.com">typography</a> but being as focused on the web for as long as I have left many of my typographic senses dulled. I've been chipping away at that problem for a little while now but I need to step that up, if only for myself. It's not that I'm sick of Lucida Grande, Verdana or Georgia... Ok, maybe a little.</p>

<p>I also miss working with my hands instead of being glued to a desk and computer screen - whether this means sketching or working with real materials (paper, ink, film, traditional photography, etc) instead of doing everything digitally in Photoshop. Analog is where it's at. I <a href="http://ournameisgeorge.com">made a record</a> for crying out loud.</p>

<h4>Personal Projects</h4>

<p>Like <a href="http://www.snook.ca">Jon</a>, internal projects at Wishingline have been constantly sidelined. It's a problem when the client vs internal/personal work division is almost always 100/0, and one which has weighed heavily on my mind for a long, long time.</p>

<p>A perfect example is the main <a href="/">Wishingline site</a> which hasn't been significantly updated in nearly 5 years and in desperate need of attention. There's also a big sketchbook of creative project ideas that's been sitting on my desk untouched for nearly as long. Paying the bills is all well and good but without a striking proper balance between client work and personal projects it can be difficult to stay engaged.</p>

<p>Simply put, a big part of why I started Wishingline in the first place, aside from the flexibility of being choosey about the for-hire projects I would work on, was to be free to work on these "fun" projects; to dedicate a portion of my day to reading, writing and doing whatever would allow me to stay creative, motivated and engaged so that the "work" projects don't somehow become a burden. That hasn't worked out quite the way it should have and in the end I'm the only one who can do something about it - and so I am.</p>

<h4>Taking Back The Reins</h4>

<p>Time is one of the few (only?) finite variables in life and the reality for me was that I didn't want to look back and feel like I wasted an opportunity by trying to "tough it out" in a situation that wasn't working. I have a wife and a young daughter and need to consider how what I do for a living affects those relationships too.</p>

<p>I've had the opportunity to work on a wide variety of projects with some smart people - many I've enjoyed for one reason or another, but there's also been some real duds. There's been times where I found myself severely overbooked and overwhelmed too. Sometimes it was my fault but other times it was entirely out of my control. Stress is ok in small doses but long-term, relentless stress is really, really bad even if you're getting paid for the overtime. <a href="/2007/12/sabbatical/">Trust me</a>.</p>

<p>Perhaps naively, I almost always put client work first. That proved to be wrong. It's important but only if it's the right work or if it doesn't occupy every waking moment of your life, in the office or out. Maybe that sounds selfish but personally I don't think so. I'm honestly too close to really be objective anyway.</p>

<p>Let's be totally clear - I'm not saying I'm done with the web or design in general. Far from it, but I need to redefine my place in it by better understanding what I want from it and by hopefully contributing something back to it that I (and others) think is truly interesting, engaging and worthwhile.</p>

<p>More on exactly what that means soon.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F03%2Fmore%2F&amp;seed_title=More</link>
            <guid>http://www.scottboms.com/2009/03/more/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Design</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Wishingline</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">announcements</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">business</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ideas</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">personal</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">projects</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">studio</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">web</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
            
            <pubDate>Thu, 26 Mar 2009 00:08:38 -0500</pubDate>
        </item>
        
        <item>
            <title>Watershed</title>
            <description><![CDATA[<p>Somewhere along the way I remember reading something along the lines of <em>"the best strategy is an exit strategy"</em>. Today, more than any day before that holds a lot of meaning for me because I can finally let the cat out of the proverbial bag and announce that not so long ago I had a watershed moment and made a decision that's ultimately led to the next big change for me personally and <a href="/">Wishingline</a> which is officially on hiatus at least in the sense of accepting new client work for the foreseeable future.</p>

<p>The exact wording I used in trying to explain this to the few people who were told prior to now was "closed", but more and more in mulling that over I thought "hiatus" would ultimately to be a better choice. "Crazy talk" <a href="http://lukedorny.com">some</a> <a href="http://begoodnotbad.com">have</a> <a href="http://www.airbagindustries.com">told</a> <a href="http://www.markbixby.com">me</a> so I'll give you a moment...</p>

<h4>Uh, what?</h4>

<p>Let's not have any illusions, it's hard work running a business and <a href="/">Wishingline</a> for the last 4+ years has been exactly that. It's hard doing it by yourself as a freelancer and just as hard if not more when employees and other management responsibilities are thrown into the mix. The provincial and national government bodies here in Canada don't make that any easier either. These things can constantly weigh on your shoulders (they certainly have mine) and deserve as much attention as the clients paying the bills.</p>

<p>Owning and managing a small but successful design agency <em>(I can't stand that term but it'll do)</em> can mean wearing a lot of different hats and juggling conflicting responsibilities. That balancing act can be exhausting, especially if many of those frequently conflict with your individual needs.</p>

<p>When it comes to "work", I'm a designer first and foremost but also happen to have some background in a lot of other areas thanks to a solid and varied university education, previous jobs and generally being exposed to nearly every possible side of "the biz" at one time or another.</p>

<p>Even though I've had the opportunity to work on some interesting projects, particularly some of the <a href="http://paypal.com">more</a> <a href="http://ournameisgeorge.com">recent</a> <a href="http://otherinbox.com">projects</a>, I haven't been feeling particularly creatively satisfied or engaged. Unfocused. Remember all those hats I mentioned a moment ago? Yeah, exactly.</p>

<p>Ultimately I think there's little point in doing something where your passion is wavering, doesn't provide sufficient purpose or from which you're not deriving the right level of personal satisfaction. Some people might be able to get away with that but I'm not one of them. It's not in my <span class="caps">DNA.</span></p>

<p>For the last few months I've hummed and hawed over what to do, in part because of the implications to the business, clients, family, and the two <a href="http://theinterned.net">talented</a> and <a href="http://annamazon.com">exceptionally smart</a> people working with me in the office, but the reality was that, for beter or worse, change was inevitable. Thankfully there's been no crying and no staplers, chairs or computers thrown in my general direction. At least not yet.</p>

<h4>...Next</h4>

<p>What that change ends up being is entirely up in the air right now. It might be a small change or it might be something more significant. For now it means that <a href="/">Wishingline</a> is back to being just me while I tie up loose ends on a few projects and sort out what to do with <a href="http://wherewedowhatwedo.com/spaces/1236-wishingline">the office</a>, furniture, computers and such. Beyond that I have a few ideas and opportunities to explore though I'm in no hurry to rush into anything. I need to regroup and recalibrate first.</p>

<p>The one thing that's for sure is that <a href="http://sxsw.com"><span class="caps">SXSW</span></a> officially starts tomorrow and I'll be down in Austin, TX for the next week, celebrating my birthday (today), shaking hands and kissing babies, uh, I mean hanging out with friends and undoubtedly letting off steam. I'll have some nifty hotdog <a href="http://www.flickr.com/photos/wishingline/2435522814">squiggle</a> buttons with me along with a handful of copies of the new release from <a href="http://ournameisgeorge.com">George</a>, so please do say "hello".</p>

<h4>Shout outs</h4>

<p><a href="/">Wishingline's</a> clients deserve a very special thank you for their extreme patience and understanding through the current transition period. Ensuring they are taken care of and projects either wrapped up or in a state where they can be passed on has been, understandably, a huge concern. Thank you also to friends, dotcomrades and family for their unconditional support and encouragement.</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F03%2Fwatershed%2F&amp;seed_title=Watershed</link>
            <guid>http://www.scottboms.com/2009/03/watershed/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Business</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Wishingline</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">announcements</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">business</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">news</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">personal</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wishingline</category>
            
            <pubDate>Thu, 12 Mar 2009 01:19:00 -0500</pubDate>
        </item>
        
        <item>
            <title>George</title>
            <description><![CDATA[<p>It's amazing how long it can take to put out a record. It's amazing how long it took to get this one out considering it was in the can <em>(to use some old school industry lingo)</em> months ago. We've been quietly sitting on it since <a href="http://www.flickr.com/photos/wishingline/3101179086/">while artwork was created</a>, manufacturing was sourced, distribution was discussed, small details clarified and the <a href="http://www.flickr.com/photos/wishingline/3273455592/">final products</a> finally arrived at our door. Oh, and building a <a href="http://ournameisgeorge.com">little website</a> to allow the band to sell the darn things too!</p>

<p><img src="/-/img/george_sleeves.jpg" alt="George - Life in the Dead of Winter record sleeves" height="432" width="583" /></p>

<h4>Did We Mention It's an Actual Record?</h4>

<p>Even if the quality of digital audio is technically better, there's something magical and innately satisfying about the vinyl medium, particularly 180g (heavy duty) vinyl. The larger canvas for artwork is more impressive and simply more "fun". Ultimately, <a href="http://ournameisgeorge.com">The band</a> (of which I happen to also be a member) decided to go the vinyl route for this recording for two main reasons:</p>


<ul>
<li>The characteristics of the medium fit well with the songs themselves. They're loose, a little raw and were largely recorded live off the floor in <a href="http://www.sleepytownsound.com">the studio</a></li>
<li>It was a challenge - it was a totally different experience than producing a CD</li>
</ul>



<p>To put it another way and to take a page from <a href="http://radiohead.com">Radiohead's playbook</a>, the band wanted a real <em>artifact</em> despite the recognition that most people would experience the music in a digital format such as on an iPod or their computer. Analog simply has more character than digital in pretty much every respect.</p>

<h4>About the Packaging</h4>

<p>The sleeve was illustrated by our good friend and exceptionally talented illustrator <a href="http://www.johnmartz.com">John Martz</a> under direction from <a href="http://ournameisgeorge.com">the band</a> and <a href="http://www.wishingline.com">Wishingline</a>. The fine details in John's illustrations, such as the subtle textures and hand lettering that might otherwise be lost if printed at CD size shine through and are further enhanced by the "reverse board" process suggested by our new friends at <a href="http://vinylrecordguru.com">Vinyl Record Guru</a> who were fantastic in guiding us through the entire production process.</p>

<h4>Tidbits Learned Along the Way</h4>

<p>This was a good learning project for us and even if it wasn't all practical learning, we certainly picked up a few tidbits of vinyl trivia. For example - there are <a href="http://blogto.com/music/2008/01/rip_vinyl_pressing_in_canada/">no vinyl pressing plants</a> in Canada anymore. The last one closed down in early 2008. Now everything is handled out of a few locations in the US or Europe.</p>

<p>We also learned that <a href="http://www.canada.com/Entertainment/story.html?id=1143511">vinyl sales roughly doubled in 2008</a> over 2007 (1.88 million vs 990,000 units) in Canada whereas CD sales slid a further 20%. Although still a niche market, that tidbit validated the band's decision to produce the record on vinyl only.</p>

<h4>Where Can I Get One?</h4>

<p>Limited to a mere 300 copies, you can pick up one direct from the band at <a href="http://ournameisgeorge.com/buy">ournameisgeorge.com</a> for the low, low price of $20 + shipping. Each copy will be individually numbered and will include a special code that can be used to download a digital version of the record in lossless <acronym title="Advanced Audio Coding">AAC</acronym> format. Sorry - no <span class="caps">MP3</span>s, but anyone who purchases a copy will of course be free to convert the <acronym title="Advanced Audio Coding">AAC</acronym> files to <span class="caps">MP3 </span>or any other audio format they want.</p>

<p>So, what are you waiting for - get 'em while they're hot!</p>]]></description>
            <link>http://www.scottboms.com/feeder/?FeederAction=clicked&amp;feed=Notebook+%28RSS+2.0%29&amp;seed=http%3A%2F%2Fwww.scottboms.com%2F2009%2F02%2Fgeorge%2F&amp;seed_title=George</link>
            <guid>http://www.scottboms.com/2009/02/george/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Band</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Music and Lyrics</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Offline</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Wishingline</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">band</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">canada</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">george</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">indie</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">music</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">personal</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">recordings</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">toronto</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">vinyl</category>
            
            <pubDate>Tue, 17 Feb 2009 10:15:31 -0500</pubDate>
        </item>
        
    </channel>
</rss>

