<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Fetch Softworks</title>
	<atom:link href="http://fetchsoftworks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://fetchsoftworks.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 02 Jul 2009 20:55:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Who We Are, Part 4: Goldilocks</title>
		<link>http://fetchsoftworks.com/blog/who-we-are-part-4-goldilocks</link>
		<comments>http://fetchsoftworks.com/blog/who-we-are-part-4-goldilocks#comments</comments>
		<pubDate>Thu, 02 Jul 2009 20:54:16 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=335</guid>
		<description><![CDATA[This is part 4 in a series on the redesign of fetchsoftworks.com; the series starts at Part 1: My Original Sin.Design Space


	img.slideshow-showing {
		opacity: 1;
	}
	img.slideshow-hidden {
		opacity: 0;
	}
	img.slideshow-image {
		position: absolute;
		-webkit-transition-property: opacity;
		-webkit-transition-duration: 500ms;
	}
	img.floatleft { float: left; margin: 5px 10px 5px 10px; }
	img.floatright { float: right; margin: 5px 10px 5px 10px; }
	div.slideshow-right {float: right; display: inline; margin: 5px 10px [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 4 in a series on the redesign of fetchsoftworks.com; the series starts at <a href="/blog/who-we-are-part-1-my-original-sin">Part 1: My Original Sin</a>.</p><span id="more-335"></span><h4>Design Space</h4>

<style>
	img.slideshow-showing {
		opacity: 1;
	}
	img.slideshow-hidden {
		opacity: 0;
	}
	img.slideshow-image {
		position: absolute;
		-webkit-transition-property: opacity;
		-webkit-transition-duration: 500ms;
	}
	img.floatleft { float: left; margin: 5px 10px 5px 10px; }
	img.floatright { float: right; margin: 5px 10px 5px 10px; }
	div.slideshow-right {float: right; display: inline; margin: 5px 10px 5px 10px; width: 240px; height: 85px;}
	img.inline-plus-2 { display: inline; position: relative; top: 2px; }
</style>

<script>
	var intervalId = 0;

	function getSlideShowImages() {
		var retVal = new Array();
		var elements = document.getElementsByTagName("img");
		for(var i = 0;i < elements.length;i++){
			if (elements[i].className.match(/\bslideshow-image\b/)) {
				retVal.push(elements[i]);
			}
		}
		return retVal;
	}
	
	function doSlideShow() {
		var imgs = getSlideShowImages();
		var imgToHide = 0;
		for (var i = 0; i < imgs.length; i++) {
			var re = /\bslideshow-showing\b/;
			if (imgs[i].className.match(re)) {
				imgToHide = i;
				break;
			}
		}
		var imgToShow = imgToHide + 1;
		if (imgToShow >= imgs.length) {
			imgToShow = 0;
		}
		var temp = imgs[imgToShow].className;
		imgs[imgToShow].className = imgs[imgToHide].className;
		imgs[imgToHide].className = temp;
	}
	
	function startSlideShow() {
		intervalID = setInterval("doSlideShow()", 2000);
	}
	
	function toggleSlideShow() {
		if (intervalID == 0) {
			startSlideShow();
		} else {
			clearInterval(intervalID);
			intervalID = 0;
		}
	}
</script>
<div class="slideshow-right">
<img src="/i/blog/logo-sketches/logo1.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-showing" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo2.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo3.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo4.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo5.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo6.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo7.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo8.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo9.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo10.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo11.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo12.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo13.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo14.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo15.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo16.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo17.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo18.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo19.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo20.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo21.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo22.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo23.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo24.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo25.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo26.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo27.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo28.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo29.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo30.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onClick="toggleSlideShow()"></img>
<img src="/i/blog/logo-sketches/logo31.png" alt="Logo concept by Joe Finocharrio" width="240" height="85" class="slideshow-image slideshow-hidden" onLoad="startSlideShow()" onClick="toggleSlideShow()"></img>
</div>

<p>Joe had ideas, <em>lots</em> of ideas, and quickly presented us with twenty (!). I thought they were all amazing in one way or another, and most of them were virtually ready to use. But we had to choose just one, to represent who we are. At this point, the task of redesigning an ugly website, which turned into the task of choosing a new company logo, seemed to turn into something more basic. We were asking ourselves the big questions: Who are we? What makes us who we are? Who do we want to be? We fumbled for labels and adjectives.</p>

<p>Two of the adjectives we settled on were &ldquo;simple&rdquo; and &ldquo;clean&rdquo;; they are two qualities we strive to achieve with our software, and important qualities for a good logo. &ldquo;Memorable&rdquo; was another; Fetch&rsquo;s running dog cursor is not just there to entertain the user, it also makes the experience of using Fetch a little different, and a bit easier to remember. (We also &ldquo;self-identified,&rdquo; in therapy parlance, as &ldquo;picky.&rdquo;; more about that later.) And we recognized the importance of another label: we are the-company-that-makes-Fetch. Our choice of logo had to deal with the fact that people know us as the company that makes that program named for a game dogs play, and that has a dog icon, and plenty of doggy imagery and wordplay in its advertising, tradeshow <a href="/i/blog/plushtoy.jpg">giveaways</a> and <a href="http://fetchsoftworks.com/store"> t-shirts</a>.</p>

<h4>Goldilocks and the Three Logos</h4>

<img src="/i/blog/logo-finalists.png" class="floatleft" alt="Logo finalists" title="The final three"></img>

<p>With those criteria in mind we narrowed Joe&rsquo;s menagerie of logo ideas to three: the dot, the jumping dog, and the dogtag. The dot was my initial favorite: its simplicity and cleverness was the sort of thing that had attracted us to Joe&rsquo;s designs in the first place. The floating bright orange dot was as primitive and simple as shapes get, while challenging the viewer to see it as a thrown ball being chased by a tail-wagging pooch.</p>

<img src="/i/blog/amazon-logo.png" class="floatright" alt="Amazon logo" title="Look Ma, no color!"></img>

<p>But I feared that the dot was too subtle &mdash; how many people would ever make the dot&rarr;ball&rarr;dog connection? I think it&rsquo;s neat that the Amazon logo has an arrow from the A to the Z (they sell everything from A to Z, get it?), but I've yet to run into anyone else who even noticed. There is such a thing as being too cryptic. The FedEx logo works whether or not you know the secret, but I worried that the dot would not strike many people as meaning &ldquo;Fetch Softworks.&rdquo;</p>

<p>The dog, on the other hand, was too blunt. It tied us too closely to dog imagery. If we decided that the world really needed another Twitter client, we&rsquo;d have to call it something like Birddog. I feared a future where we had a litter&rsquo;s worth of different dog logos, none of them strong, representing different dog products.</p>

<img src="/i/blog/dogtag-color-plus-monochrome.png" class="floatright" alt="Color and monochrome dogtags" title="Look Ma, no color!"></img>

<p>The dog tag was just right. The basic oval shape was simple and clear, and recognizable even shrunken down to favicon size <img src="/i/blog/fsw-favicon.png" class="inline-plus-2" width="16" height="16" alt="Fetch Favicon" title="Shiny!"></img>. The design worked in monochrome as well as color. It connected with our existing canine identity, but in an understated way, and without competing with our existing dog logo. The company name, in handcrafted type, left no doubt as to what company was being represented. It worked whether you realized it was a metal dog tag or not.</p>

<p>Now we had a company logo, and could return to our original goal: redesigning the website.</p>

<p>Next up, Part 5: Sunny in Philadelphia.</p>

<p>Logo sketches are Copyright &copy; 2007 Joe Finocharrio Design.</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/blog/who-we-are-part-4-goldilocks/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pick an editor, any editor&#8230;</title>
		<link>http://fetchsoftworks.com/fetch/news/pick-an-editor-any-editor</link>
		<comments>http://fetchsoftworks.com/fetch/news/pick-an-editor-any-editor#comments</comments>
		<pubDate>Sat, 27 Jun 2009 21:32:06 +0000</pubDate>
		<dc:creator>smcguire</dc:creator>
		
		<category><![CDATA[Fetch]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=334</guid>
		<description><![CDATA[Want to make a quick edit to that graphic on your webpage in Photoshop or Acorn with just one click?  With Fetch 5.5, now you can.
	img.floatright { float: right; margin: 5px 10px 5px 10px; }


That was Then&#8230;

Since Fetch 4, Fetch's Edit feature has let you open a file in an external editor, and have [...]]]></description>
			<content:encoded><![CDATA[<p>Want to make a quick edit to that graphic on your webpage in Photoshop or Acorn with just one click?  With Fetch 5.5, now you can.</p><span id="more-334"></span><style>
	img.floatright { float: right; margin: 5px 10px 5px 10px; }
</style>

<h4>That was Then&hellip;</h4>

<p>Since Fetch 4, Fetch's Edit feature has let you open a file in an external editor, and have your changes be automatically uploaded back to the server.  But it only worked with a select set of text editors that support the <a href="http://www.merzwaren.com/external_editor.html">external editor protocol</a> and GraphicConverter for image files.  If all you wanted to do was edit your text files in one of the supported text editors, this worked well.  But from the feedback we received, we knew that users wanted to edit with a wider range of applications, such as Dreamweaver for HTML files, and to edit other kinds of files, such as Microsoft Word documents.</p>

<h4>&hellip;This is Now</h4>

<p>Fetch 5.5's improved Edit command can do just that &mdash; now you can edit any kind of file on a server, using any application that supports opening and saving that file type. Just select a file in the Fetch file list, click the <span class="ui button">Edit</span> button in the toolbar, and Fetch will download the file and open it in the appropriate application for that kind of file.  Whenever you save, Fetch will notice and upload the revised file back to the server.</p>

<h4>Choosing the Right Application</h4>

<p>How does Fetch decide which application to use?  It normally picks the default application for that kind of file, as specified by the Mac OS X Finder.  But if you'd rather edit with another application, that's not a problem.  Select a file, hold down the Option key, and click the <span class="ui button">Edit</span> button.  Fetch will ask you to choose another editor from a list of applications on your Mac that claim to support editing that kind of file.  If you the application you want isn't in the list, you can choose it using the <span class="ui command">Other</span> menu item.  If you want to change the editor permanently, click the <span class="ui button">Remember this editor choice</span> checkbox.</p>

<img class="floatright" src="/i/blog/edit-with-menu.png" alt="Edit With menu"></img>

<p>Or, if you prefer, you can also Control-click on a file and use the <span class="ui command">Edit With</span> menu in the contextual menu to choose a different editor for this time only.</p>

<p>Want to edit images with Photoshop?  HTML files with Dreamweaver?  Spreadsheets with Excel?  Fetch 5.5 will let you do that.</p>

<h4>But What About TextEdit?</h4>

<p>We're sorry to say there is one situation where a common Mac application isn't invited to the editor party&hellip; but it's for a good reason.  We're often asked, &ldquo;How can I make Fetch edit my webpage (HTML) files with TextEdit?&rdquo;  Our answer is, &ldquo;You really don't want to do that.&rdquo;  Why would we say that?  HTML file are text files&hellip; TextEdit is a free text editor that comes with Mac OS X&hellip; what's the problem?</p>

<p>TextEdit understands basic HTML, and when you open an HTML file in TextEdit, instead of showing you HTML code, it shows you formatted text. It's trying to offer you What You See Is What You Get (WYSIWYG) HTML editing.  But unfortunately, there's a lot of HTML that TextEdit doesn't understand.  And when you save your HTML file after editing it, TextEdit just throws away all the parts it didn't understand, usually resulting in data loss and a webpage that doesn't look or work the way you expect it to.</p>

<p>And that's why Fetch doesn't offer TextEdit as a choice for editing HTML files.  (It's fine for files that really are just plain text, and Fetch offers TextEdit as an editor for them.)  Instead, if you're looking for a good, free text editor, we recommend <a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a> from our friends at <a href="http://www.barebones.com/">Bare Bones Software</a>.</p>

<h4>Every Editor is a Winner</h4>

<p>But otherwise, if an application supports editing a file, it will work with the Fetch Edit command.  Regardless of which application you use &mdash; happy editing!</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/fetch/news/pick-an-editor-any-editor/feed</wfw:commentRss>
		</item>
		<item>
		<title>Who We Are, Part 3: Logos On The Brain</title>
		<link>http://fetchsoftworks.com/blog/who-we-are-part-3-logos-on-the-brain</link>
		<comments>http://fetchsoftworks.com/blog/who-we-are-part-3-logos-on-the-brain#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:29:05 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=333</guid>
		<description><![CDATA[This is part 3 in a series on the redesign of fetchsoftworks.com; the series starts at Part 1: My Original Sin.
	img.floatleft { float: left; margin: 5px 10px 5px 10px; }
	img.floatright { float: right; margin: 5px 10px 5px 10px; }
	img.inline-plus-1 { display: inline; position: relative; top: 1px; }
	img.inline-plus-2 { display: inline; position: relative; top: 2px; }
	img.inline-plus-3 [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 3 in a series on the redesign of fetchsoftworks.com; the series starts at <a href="/blog/who-we-are-part-1-my-original-sin">Part 1: My Original Sin.</a></p><span id="more-333"></span><style>
	img.floatleft { float: left; margin: 5px 10px 5px 10px; }
	img.floatright { float: right; margin: 5px 10px 5px 10px; }
	img.inline-plus-1 { display: inline; position: relative; top: 1px; }
	img.inline-plus-2 { display: inline; position: relative; top: 2px; }
	img.inline-plus-3 { display: inline; position: relative; top: 3px; }
	img.inline-plus-4 { display: inline; position: relative; top: 4px; }
	p.next-link { padding-top: 1.7em; }
</style>

<h4>In Need of a Logo</h4>

<img src="/i/blog/fetch-logo-128.png" class="floatright" height="128" width="128" alt="Fetch Icon" title="One logo to rule them all?">

<p>Just as we were finally ready to dive into the website redesign, all progress had come to a halt.  The site was to represent our company, and for that it needed a company logo.  Since 2001 our logo had been a 3D rendering of the Fetch dog. It was, and is, a great logo &mdash; cute, colorful, easily identified.  The problem was that it wasn&rsquo;t just a company logo, it was also the icon and logo for the Fetch product.</p>

<p>Our identity as a company and Fetch&rsquo;s identity were tied together like conjoined twins, and separating them without losing the brand recognition we had built up promised to be a tricky operation.  But, unless we wanted to forever remain a single-product company, it was an operation we had to attempt.  And, since our new company website needed a company logo, the new logo had to come first.  We set out in search of a logo designer.</p>

<h4>Finding a Logo Designer</h4>

<p>Just as we had been keeping our eyes open for web designs we liked, my colleagues and I started to stare at magazine ads and delivery trucks, trying to figure out what we liked in a logo. Naturally we liked the iconic simplicity of a number of classic graphic logos, such as the Target bullseye <img src="/i/blog/target-favicon.png" class="inline-plus-3" alt="Target logo"></img>, the Nike Swoosh <img src="/i/blog/nike-swoosh-small.png" class="inline-plus-3" alt="Nike logo"></img> and the Apple, um, apple <img src="/i/blog/apple-logo-small.png" class="inline-plus-1" alt="Apple logo"></img>. I was also struck by less famous examples, such as the clicked cloud <img src="/i/blog/clickable-bliss-logo-small.png" class="inline-plus-2" alt="Clickable Bliss logo" ></img> of fellow Mac indie developer <a href="http://clickablebliss.com">Clickable Bliss</a>. I also admired the typographical cleverness of the <img src="/i/blog/fedex-logo-small.png" class="inline-plus-1" alt="Fedex logo" title="See the arrow?"> </img><a href="http://www.thesneeze.com/mt-archives/000273.php">logo</a>, with its secret symbol.</p>

<p>I started reading the <a href="http://www.underconsideration.com/brandnew/">Brand New</a> blog, which compares brand logos with their new (and sometimes not at all improved) replacements. Our break came when my Googling turned up a blog post titled &ldquo;<a href="http://www.davidairey.com/the-worlds-best-logo-designers/">The world&rsquo;s best logo designers?</a>&rdquo; Most of the designers listed &mdash; geniuses like Paul Rand (IBM <img src="/i/blog/ibm-logo-small.png" class="inline-plus-2" alt="IBM logo"></img>) and Saul Bass (AT&#038;T <img src="/i/blog/att-logo-small.png" class="inline-plus-4" alt="AT&#038;T bell logo" title="pre-Death Star"></img>) &mdash; were, sadly, no longer with us. But the post also mentioned Joe Finocharrio, who is alive and well in New York City.</p>

<h4>Joe Finocchario</h4>

<a href="http://www.joefino.com/Pages_1/S03.html"?><img src="/i/blog/nwa-logo.png" class="floatright" alt="Northwest Airlines logo" title="Can you believe NWA stopped using this logo?"></img></a>

<p>Paging through his online <a href="http://www.joefino.com/">portfolio</a>, I was immediately attracted to the simplicity and strength of Joe&rsquo;s logos. I especially liked the ones that included some sort of typographical trickery, like his classic mark for Northwest Airlines, with its implied &ldquo;W&rdquo; (which literally points northwest) and the missing stroke of his <img src="/i/blog/imageworks-logo-small.png" class="inline-plus-1" alt="Imageworks logo"></img> logo. He has a knack for saying a lot with very little.</<p>

<p>But would he want to work for us? After all, one of his recent projects had been the redesign of the <img src="/i/blog/cisco-logo-small.png" class="inline-plus-3" alt="Cisco logo"></img> <a href="http://www.identityworks.com/reviews/2006/cisco.htm">logo</a>. Cisco has 67,000 employees and $40 billion in annual revenue. Fetch Softworks had 3 full time employees, and, well, somewhat less than $40 billion in annual revenue. I called him, again feeling a bit presumptuous in even asking, and again found myself talking with a Fetch user who was interested in working with us.</p>

<p class="next-link">Next, <a href="/blog/who-we-are-part-4-goldilocks">Part 4: Goldilocks</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/blog/who-we-are-part-3-logos-on-the-brain/feed</wfw:commentRss>
		</item>
		<item>
		<title>Who We Are, Part 2: In Search Of A Web Designer</title>
		<link>http://fetchsoftworks.com/blog/who-we-are-part-2-in-search-of-a-web-designer</link>
		<comments>http://fetchsoftworks.com/blog/who-we-are-part-2-in-search-of-a-web-designer#comments</comments>
		<pubDate>Tue, 23 Jun 2009 17:28:27 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=332</guid>
		<description><![CDATA[This is part 2 in a series on the redesign of fetchsoftworks.com; the series starts at Part 1: My Original Sin.
p.next-link { padding-top: 1.7em; }


Finding a Web Designer




Having finally committed to redesigning our website, we started looking for a web designer.  We tried to notice when we saw a site we liked.  We [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 2 in a series on the redesign of fetchsoftworks.com; the series starts at <a href="/blog/who-we-are-part-1-my-original-sin">Part 1: My Original Sin</a>.</p><span id="more-332"></span><style>
p.next-link { padding-top: 1.7em; }
</style>

<h4>Finding a Web Designer</h4>

<a href="http://www.happycog.com">
<img src="/i/blog/happy-cog-logo.png" class="floatright" height="38" width="202" alt="Happy Cog Logo">
</a>
<p>Having finally committed to redesigning our website, we started looking for a web designer.  We tried to notice when we saw a site we liked.  We paged through designs at <a href="http://csszengarden.com/">CSS Zen Garden</a>, looking for examples that struck a chord.  At <a href="http://commandshift3.com">CommandShift3</a>, the &ldquo;Hot or Not&rdquo; of websites, I noticed the newly redesigned home page for <a href="http://www.happycog.com">Happy Cog</a>, a design firm with offices in New York and Philadelphia.  The design wasn&rsquo;t something that would work for us, but I was struck by how well and creatively it suited its purpose.</p>

<a href="http://www.zeldman.com/dwws/">
<img src="/i/blog/designing-with-web-standards-cover.png" class="floatleft" height="126" width="100" alt="Designing With Web Standards cover">
</a>

<p>It wasn&rsquo;t the first we&rsquo;d heard of Happy Cog; John Gruber had <a href="http://daringfireball.net/linked/2007/02/08/zeldman-cog">written</a> that &ldquo;Happy Cog is one of, if not <em>the</em>, best web design agencies in the world.&rdquo;  Joel Spolsky of Fog Creek Software has <a href="http://www.joelonsoftware.com/items/2007/10/30.html">blogged</a> about his company&rsquo;s experience having Happy Cog redesign their site.  Happy Cog&rsquo;s founder <a href="http://www.zeldman.com/">Jeffrey Zeldman</a> had literally written the <a href="http://www.zeldman.com/dwws/">book</a> on standards-based web design. Plus they had a sense of humor; the page footer on the Happy Cog site informs you that &ldquo;XHTML and CSS keep us crispy in milk.&rdquo;</p>

<p>I sent Happy Cog a project planner with some nervousness; it felt a bit like petitioning web design royalty. But Jeffrey Zeldman got right back to me, and we hit it off.  The Happy Cog gang turned out to be Fetch users and fans, and they were psyched to give us a site that would live up to our product.</p>

<h4>Next, A Step Back</h4>

<p>The next step in redesigning the website was to tell HappyCog all about our existing company and brand identity, around which everything else would be built. In the project planner I explained what we do, the feelings I wanted the new site to inspire, and the adjectives I thought best described the Fetch Softworks brand.  But a brand needs more than words &mdash; it needs an image, a picture, a logo.</p>

<p>And only then did I realize: we didn&rsquo;t have one.</p>

<p class="next-link">Next, <a href="/blog/who-we-are-part-3-logos-on-the-brain">Part 3: Logos On The Brain</a></p>

]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/blog/who-we-are-part-2-in-search-of-a-web-designer/feed</wfw:commentRss>
		</item>
		<item>
		<title>How Reliable Is Reliable Enough?</title>
		<link>http://fetchsoftworks.com/fetch/news/how-reliable-is-reliable-abridged</link>
		<comments>http://fetchsoftworks.com/fetch/news/how-reliable-is-reliable-abridged#comments</comments>
		<pubDate>Tue, 02 Jun 2009 17:31:27 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Fetch]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=312</guid>
		<description><![CDATA[I think of Fetch as a reliable FTP client.

For twenty years we've tuned and tweaked its code to handle new situations, and users regularly tell us that Fetch has worked when other alternatives didn&#8217;t. Nonetheless, from time to time we have received a particular and troubling sort of user report.  The Quarry

The user would [...]]]></description>
			<content:encoded><![CDATA[<p>I think of Fetch as a reliable FTP client.</p>

<p>For twenty years we've tuned and tweaked its code to handle new situations, and users regularly tell us that Fetch has worked when other alternatives didn&rsquo;t. Nonetheless, from time to time we have received a particular and troubling sort of user report.</p>  <span id="more-312"></span><h4>The Quarry</h4>

<img src="/i/blog/stall-status-screenshot.png" class="right" height="19" width="197" alt="Screenshot of a stalled upload" title="Taken with Fetch 5.3, *not* 5.5!"></img><p>The user would be uploading a big file, or a bunch of files, and somewhere in the process the upload would stall, or fail with an error.  It didn&rsquo;t happen every time, or always in the same place, and my colleagues and I could never reproduce it ourselves.  Most users would never see this issue &mdash; out of the hundreds of thousands of Fetch users we were only getting two or three reports a month.  But we knew that for every user who took the time to contact us there were probably several more who didn&rsquo;t.</p>

<h4>Reliable Unreliability</h4>

<p>I was itching to go after this problem; writing some code to make a user&rsquo;s life a little better is the best part about being a programmer.  But first I needed to get a good look at it.  If I couldn&rsquo;t reproduce the problem, my attempted solutions would be shots in the dark, and I&rsquo;d never be sure that I&rsquo;d actually fixed it.  I needed a reliable way to make Fetch behave unreliably.</p>

<h4>10,000 Files To Fetch On A Wall</h4>

<img src="/i/blog/file9999-screenshot.png" class="right" height="85" width="122" alt="Screenshot of folder with 10,000 files" title="9997, 9998, 9999..."></img><p>We never saw this problem with the server we used for much of our Fetch testing, which (like our website) is hosted at <a href="http://www.pair.com">Pair Networks</a>. For the first time I cursed Pair&rsquo;s excellent reliability.  Our support staff started asking users who reported these problems where they were hosting their sites, and I bought accounts from each company.  We are now the proud owners of accounts at some of the worst hosting providers around. Since the problem didn&rsquo;t happen all the time, or even most of the time, I wrote scripts to upload 10,000 files to each of our many test accounts, one after another, hoping that the problem would appear (preferably before the Comcast bandwidth police appeared at my door).</p>

<h4>Hosting From Hell</h4>

<p>After some false alarms I finally hit the jackpot &mdash; a hosting service that randomly but reliably failed every time I tried our standard 10,000 file upload.  I tried uploading with other FTP clients, and they all failed as well.  The best part was that it failed in completely unpredictable ways: sometimes during a transfer, sometimes setting up the transfer, sometimes getting a file list, sometimes deleting files.  I never knew how it would break, but I knew that if I tried to upload 10,000 files it was sure to fail in some way.  It was a hosting service you wouldn&rsquo;t wish on your worst enemy, and I was thrilled to find it.</p>

<p>Step by step I refined Fetch&rsquo;s error handling to keep it going in the face of the demonic server&rsquo;s errors.  Several times I was sure that I&rsquo;d fixed the last remaining issue, only to have another appear.  Our QA engineer, <a href="http://mactester.com">Doug Grinbergs</a>, and I varied our test routine, uploading lots of small files, lots of empty folders and very deep hierarchies of 100,000 folders.</p>

<h4>Sigmas</h4>

<p>At last I had a Fetch version that would reliably upload 10,000 files to all of our test servers, including the cursed one.  In fact I ran tests until I saw one million straight uploads to that server without an error.  Big businesses like Motorola and GE talk about reducing the rate of defects to under 3.4 in a million (they call it <a href="http://en.wikipedia.org/wiki/Six_Sigma">Six Sigmas</a>&trade;).  When those million uploads were done I felt that we&rsquo;d earned our sigmas.</p>

<p>But all this work was based on a hypothesis, that the solution to uploading problems with our cursed test server was also the solution to the more elusive problems seen by some of our users.  We started sending a pre-release Fetch version to every user who reported a similar sounding problem, and asking them to try it.  At first we found a few more issues, which we were able to address.  And then ... nothing but positive feedback.  We&rsquo;ve now been distributing these special versions for over a year.  In all that time we&rsquo;ve yet to come across a user whose random upload problems weren&rsquo;t solved by the new code.</p>

<p>Today we&rsquo;re releasing <a href="/fetch">Fetch 5.5</a>, and we&rsquo;ll find out if we can keep that streak going with many, many more users.  I can&rsquo;t wait.</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/fetch/news/how-reliable-is-reliable-abridged/feed</wfw:commentRss>
		</item>
		<item>
		<title>Who We Are, Part 1: My Original Sin</title>
		<link>http://fetchsoftworks.com/blog/who-we-are-part-1-my-original-sin</link>
		<comments>http://fetchsoftworks.com/blog/who-we-are-part-1-my-original-sin#comments</comments>
		<pubDate>Tue, 02 Jun 2009 17:31:08 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=315</guid>
		<description><![CDATA[In early 2007 we started working on an already overdue redesign of our website.  Today we are launching the results of that effort.There were many times along the way when I thought to myself, &#8220;When this website is finally done I should blog about this.&#8221; Indeed, blogging more regularly about what we are doing [...]]]></description>
			<content:encoded><![CDATA[<p>In early 2007 we started working on an already overdue redesign of our website.  Today we are launching the results of that effort.</p><span id="more-315"></span><p>There were many times along the way when I thought to myself, &ldquo;When this website is finally done I should blog about this.&rdquo; Indeed, blogging more regularly about what we are doing at Fetch Softworks is a goal of ours, and the redesigned site has this new company blog for just that purpose.</p>

<p>The resulting post turned out to be quite long, so I&rsquo;ve broken it into seven parts:</p>

<ul>
	<li><a href="/blog/who-we-are-part-1-my-original-sin">Part 1: My Original Sin</a></li>
	<li><a href="/blog/who-we-are-part-2-in-search-of-a-web-designer">Part 2: In Search Of A Web Designer</a></li>
	<li><a href="/blog/who-we-are-part-3-logos-on-the-brain">Part 3: Logos On The Brain</a></li>
	<li><a href="/blog/who-we-are-part-4-goldilocks">Part 4: Goldilocks</a></li>
	<li>Part 5: Sunny In Philadelphia</li>
	<li>Part 6: Ball In Our Court</li>
	<li>Part 7: So Who Are We Anyway?</li>
</ul>

<h4>My Original Sin</h4>

<img src="/i/blog/old-site-nav-bar-screenshot.png" class="floatright" height="55" width="128" alt="Old Fetch Navigation Bar" title="Small and blurry enough?"></img>

<p>We have known for quite a while that our website was due for a major redesign.  I am a programmer, not a designer, and I&rsquo;d hastily put the original site together on a flight to San Francisco to launch Fetch Softworks at Macworld Expo 2001.  It was created in a trial copy of Adobe GoLive, with grey template graphics thrown together in Photoshop Elements.  The website had grown and been tweaked over the years, but it still bore the mark of my original sins against good graphic design.</p>

<img src="/i/blog/old-site-message-board-header-screenshot.jpg" class="floatleft" height="58" width="180" alt="Old Fetch Message Board Header" title="Why is Fetch running the wrong way?"></img>

<p>The problems with the old site did not end with its ugliness.  Its message board, an obsolete version of <a href="http://en.wikipedia.org/wiki/UBB.classic">UBB</a>, did not look like the rest of the site (actually that might have been a good thing...).  The message board had problems with popular browsers (such as, umm, Safari...), and was vulnerable to spam.  The HTML throughout the site was a machine-generated, table-based tag soup, without a hint of modern, standard-based XHTML/CSS.</p>

<p>This was all embarassing, especially since the primary audience for Fetch is web designers, the people who would be most attuned to (if not offended by) the shortcomings of our site.  It was like trying to sell woodworking tools to discerning craftsmen over a store counter that had been carved with a chainsaw.</p>

<p>And aside from our embarrassment, the site was not serving its visitors.  It had a lot of useful information, but it was hard to know what was there, or to find what you were looking for.</p>

<p>Next up, <a href="/blog/who-we-are-part-2-in-search-of-a-web-designer">Part 2: In Search of a Web Designer</a>.  Please click on your web browser&rsquo;s RSS icon to subscribe and I&rsquo;ll be right back!</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/blog/who-we-are-part-1-my-original-sin/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fetch 5.5 adds editing with any application, Quick Look, and rock-solid reliability</title>
		<link>http://fetchsoftworks.com/fetch/news/fetch-55-adds-editing-with-any-application-quick-look-and-rock-solid-reliability</link>
		<comments>http://fetchsoftworks.com/fetch/news/fetch-55-adds-editing-with-any-application-quick-look-and-rock-solid-reliability#comments</comments>
		<pubDate>Tue, 02 Jun 2009 17:30:05 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Fetch]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=314</guid>
		<description><![CDATA[Etna, NH -- Fetch Softworks is delighted to announce Fetch 5.5, the new version of the original Macintosh file transfer program. Fetch 5.5&#8217;s improved editing support lets you edit any sort of remote file using any application.You can also now use Mac OS X 10.5 Leopard's Quick Look technology to view many more kinds of [...]]]></description>
			<content:encoded><![CDATA[<p>Etna, NH -- Fetch Softworks is delighted to announce Fetch 5.5, the new version of the original Macintosh file transfer program. Fetch 5.5&rsquo;s improved editing support lets you edit any sort of remote file using any application.</p><span id="more-314"></span><p>You can also now use Mac OS X 10.5 Leopard's Quick Look technology to view many more kinds of remote files without leaving Fetch. Fetch's industry-leading file transfer engine has been upgraded to upload websites and other large collections of files with unprecedented reliability, completing users' vital tasks under conditions where other programs will stall or fail.</p>

<p>John Casey, head photographer at Casey Imaging and Fetch 5.5 beta tester, reports that &ldquo;Our files must meet deadlines! The files can be big, and we can do without the frustration of FTP software stalling after three-quarters have been uploaded. Only Fetch allows us to be sure the files will get there each time, every time, on time.&rdquo;</p>

<p>Fetch Softworks is simultaneously launching a completely new website at <a href="http://fetchsoftworks.com">http://fetchsoftworks.com</a>. Created in collaboration with the acclaimed designers of <a href="http://www.happycog.com">Happy Cog Philadelphia</a> and <a href="http://www.joefino.com">Joe Finocchiaro Design</a>, the new site delivers easy navigation for an abundance of information and support options, along with a new company blog.  Not to be left behind, the Fetch dog mascot has joined Twitter, posting helpful tips and answering questions at <a href="http://twitter.com/fetchftp">http://twitter.com/fetchftp</a>.</p>

<p>Fetch 5.5 is a Universal binary, compatible with Mac OS X 10.3.9 or later, including Mac OS X 10.4 Tiger and Mac OS X 10.5 Leopard, and can be downloaded from <a href="http://fetchsoftworks.com">http://fetchsoftworks.com</a>.</p>

<p>Fetch 5.5 is free to try for 15 days, and a single-user license is $29. Upgrades are free for customers who purchased Fetch after January 28, 2009; otherwise, upgrades are $10.  Free licenses and upgrades are available for educational and charitable use.</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/fetch/news/fetch-55-adds-editing-with-any-application-quick-look-and-rock-solid-reliability/feed</wfw:commentRss>
		</item>
		<item>
		<title>Follow Fetch on Twitter</title>
		<link>http://fetchsoftworks.com/fetch/news/follow-fetch-on-twitter</link>
		<comments>http://fetchsoftworks.com/fetch/news/follow-fetch-on-twitter#comments</comments>
		<pubDate>Thu, 07 May 2009 14:06:44 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Fetch]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=310</guid>
		<description><![CDATA[Like Oprah Winfrey and Roland Hedley, Fetch is now on Twitter.  Follow the fetchftp account for a steady diet of Fetch news and tips, and feel free to reply with your (short!) file transfer questions.]]></description>
			<content:encoded><![CDATA[<p>Like <a href="http://twitter.com/Oprah">Oprah Winfrey</a> and <a href="http://twitter.com/Roland_Hedley">Roland Hedley</a>, Fetch is now on <a href="http://twitter.com/">Twitter</a>.  Follow the <a href="http://twitter.com/fetchftp">fetchftp</a> account for a steady diet of Fetch news and tips, and feel free to reply with your (short!) file transfer questions.</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/fetch/news/follow-fetch-on-twitter/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fetch 5.3.1 Available; Upgrades from Fetch 4 Now Only $10</title>
		<link>http://fetchsoftworks.com/fetch/news/fetch-531-available-upgrades-from-fetch-4-now-only-10</link>
		<comments>http://fetchsoftworks.com/fetch/news/fetch-531-available-upgrades-from-fetch-4-now-only-10#comments</comments>
		<pubDate>Fri, 27 Mar 2009 17:53:18 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Fetch]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=306</guid>
		<description><![CDATA[
Fetch 5.3.1 is now available.  This is a minor update that fixes a few bugs in the check for update and purchasing code.


At the same time we're reducing the price for upgrading to Fetch 5 from Fetch 4 to $10 (it was $15).  So if you are still running Fetch 4, it's a [...]]]></description>
			<content:encoded><![CDATA[<p>
Fetch 5.3.1 is now available.  This is a minor update that fixes a few bugs in the check for update and purchasing code.
</p>
<p>
At the same time we're reducing the price for upgrading to Fetch 5 from Fetch 4 to $10 (it was $15).  So if you are still running Fetch 4, it's a great time to move up to Fetch 5!
</p>
<span id="more-306"></span><p>
Fetch 5.3.1 requires Mac OS X 10.3.9 or later, and is a free update for users of Fetch 5 or later.
</p>
<p>
You can download Fetch 5.3.1 from the <a href="/fetch/download">Fetch download page</a>, or by choosing <span class="ui menu">Check for Update&hellip;</span> from the <span class="ui menu">Fetch</span> menu in an earlier version.
</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/fetch/news/fetch-531-available-upgrades-from-fetch-4-now-only-10/feed</wfw:commentRss>
		</item>
		<item>
		<title>Change in support offerings</title>
		<link>http://fetchsoftworks.com/fetch/news/change-in-support-offerings</link>
		<comments>http://fetchsoftworks.com/fetch/news/change-in-support-offerings#comments</comments>
		<pubDate>Thu, 05 Mar 2009 00:25:09 +0000</pubDate>
		<dc:creator>Jim Matthews</dc:creator>
		
		<category><![CDATA[Fetch]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fetchsoftworks.com/?p=308</guid>
		<description><![CDATA[
As of March 1, 2009 we are no longer offering telephone support for Fetch.

This is not a decision we took lightly, but we decided it would be better to concentrate our resources on serving our users through web and email support. Please use these options if you need help with a problem or improving your [...]]]></description>
			<content:encoded><![CDATA[<p>
As of March 1, 2009 we are no longer offering telephone support for Fetch.
</p>
<span id="more-308"></span><p>This is not a decision we took lightly, but we decided it would be better to concentrate our resources on serving our users through <a href="/fetch/messageboard">web</a> and <a href="/fetch/feedback">email</a> support. Please use these options if you need help with a problem or improving your experience with Fetch, and we will assist you.
</p>]]></content:encoded>
			<wfw:commentRss>http://fetchsoftworks.com/fetch/news/change-in-support-offerings/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
