<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Davin&#039;s blog &#187; writing</title>
	<atom:link href="http://blog.davingranroth.com/tag/writing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davingranroth.com</link>
	<description>Experience design, faith, and family.</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:42:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to write release notes</title>
		<link>http://blog.davingranroth.com/2010/03/how-to-write-release-notes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-write-release-notes</link>
		<comments>http://blog.davingranroth.com/2010/03/how-to-write-release-notes/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:54:21 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[releasenotes]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=1143</guid>
		<description><![CDATA[I confess, I&#8217;m a release notes reader, and I&#8217;ve read some overwrought release notes lately. When you use them like an installation guide, a features list, or a list of software conflicts, you&#8217;ve got it wrong. The purpose of release &#8230; <a href="http://blog.davingranroth.com/2010/03/how-to-write-release-notes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I confess, I&#8217;m a release notes reader, and I&#8217;ve read some overwrought release notes lately. When you use them like an installation guide, a features list, or a list of software conflicts, you&#8217;ve got it wrong.</p>
<p>The purpose of release notes is simple: <strong><br />
Release notes explain what changed with this version of your software. <em>Period.</em></strong></p>
<p>I hope this article will help you write release notes with clarity and brevity.</p>
<h3>Title format for release notes</h3>
<p>The title for your document should include specific information:</p>
<ul>
<li>Name of product</li>
<li>Version number</li>
</ul>
<p>For example, if your product is RubberDucky and this release is version 3.3.5, the title for your release notes document should be <em>RubberDucky 3.3.5 Release Notes</em>.</p>
<p>Make the title big and bold at the top of the page. Refer to it in links exactly as the title reads.</p>
<p>Consider following the title with these bits of information.</p>
<ul>
<li>One sentence overview of the product</li>
<li>Date of the release</li>
<li>System requirements
<ul>
<li>Note changes, like &#8220;Discontinued support for Windows XP.&#8221;</li>
</ul>
</li>
<li>Link to installation instructions</li>
<li>Link to a user manual</li>
<li>Link to a release notes archive</li>
</ul>
<h3>Other sections in release notes</h3>
<p>Break the release notes document up into sections, each with its own heading. Here are some sections to consider.</p>
<ul>
<li>Additions</li>
<li>Removals</li>
<li>Changes</li>
<li>Fixes</li>
</ul>
<p>Keep the actual descriptions brief. Release notes are often little more than a bullet list of updates, and that&#8217;s fine. If there are a series of small technical changes, try to describe them as a theme. For instance, &#8220;Improvements to the communication between the software and our servers.&#8221;</p>
<p>However, if there is an update that is important for users to understand, do not sacrifice clarity for brevity. Write enough of a description to explain the feature, but no more than necessary.</p>
<p>How do you know if an explanation is too short or hard to understand? Ask someone who is familiar with the software but doesn&#8217;t really know about the release to read the explanation and explain it to you in his or her own words.</p>
<h3>What about personality?</h3>
<p>Release notes should be easily scannable, and inserting witticisms should be avoided. However, if the company is proud of some feature, it doesn&#8217;t hurt to brag about it, so long as it is brief.</p>
<p>Here&#8217;s a nice example from <a href="http://www.barebones.com/support/textwrangler/notes_tw30.html">TextWrangler 3.0 Release Notes</a>.</p>
<div id="attachment_1144" class="wp-caption alignnone" style="width: 550px"><img class="size-full wp-image-1144" title="Brag about it. Snippet from TextWrangler Release Notes." src="http://blog.davingranroth.com/wp-content/uploads/2010/03/tw3-release-snippet.png" alt="Brag about it. Snippet from TextWrangler Release Notes." width="540" height="81" /><p class="wp-caption-text">BareBones Software inserting a little attitude into their release notes.</p></div>
<h3>What about posting existing, known defects?</h3>
<p>This question quickly becomes a philosophical one. In my opinion, a company should be transparent about known defects with their software and earnestly try to fix those problems. You can see this type of behavior with some open source projects in that they have a public defect tracking system. The bugs are out there for the world to see. With enough of a user-base, defects with your software will probably become known eventually anyway.</p>
<p>However, I do understand that in some cases advertising known-defects is a security and stability liability and just shouldn&#8217;t be done. My preference is that that sort of decision is made on a defect-by-defect basis, and not as a corporate blanket statement.</p>
<p>Regardless, known defects or incompatibilities do not belong in your release notes document. You could, however, link to a list of them in your release notes.</p>
<h3>Organizing archival release notes</h3>
<p>What do you do with all those release notes from prior versions of your software? Archive them on your website so you and your customers can get to them.</p>
<h4>One page, all release notes</h4>
<p>If your release notes are brief, you might want to include each version on a single page. The most recent release notes should be at the top of the page. <a href="http://fetchsoftworks.com/fetch/release-notes">Fetch Softworks currently takes this single page for all notes approach</a>.</p>
<h4>One page of release notes per version</h4>
<p>For the sake of clarity, I would prefer to have release notes for a specific version on that single page, with a release notes archive page that links to every version. <a href="http://bbedit.com/support/bbedit/archived_notes.html">BareBones Software takes this index of release notes approach</a>.</p>
<p>Some companies keep a current release notes page up-to-date so they don&#8217;t have to continue updating links. Again, BareBones follows this approach: <a href="http://bbedit.com/support/bbedit/current_notes.html">http://bbedit.com/support/bbedit/current_notes.html</a></p>
<h3>Do you have good (or bad) examples of release notes?</h3>
<p>Not having seen any &#8220;best practice&#8221; document for release notes, I wrote this article. Do you agree? Disagree?</p>
<p>If you have examples of great, or really awful, release notes, please comment with the web addresses so we can all see them. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2010/03/how-to-write-release-notes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Thanks MS. But I don&#8217;t want to disconnect from the Internet.</title>
		<link>http://blog.davingranroth.com/2009/04/thanks-ms-but-i-dont-want-to-disconnect-from-the-internet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thanks-ms-but-i-dont-want-to-disconnect-from-the-internet</link>
		<comments>http://blog.davingranroth.com/2009/04/thanks-ms-but-i-dont-want-to-disconnect-from-the-internet/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 21:25:11 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=788</guid>
		<description><![CDATA[That&#8217;s just a bizarre instruction. &#8220;You can now disconnect from the Internet.&#8221; I almost blew it too by clicking the &#8220;Cancel&#8221; button because (1) I thought it was all done and it was the only button shaped thing available, (2) &#8230; <a href="http://blog.davingranroth.com/2009/04/thanks-ms-but-i-dont-want-to-disconnect-from-the-internet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s just a bizarre instruction. &#8220;You can now disconnect from the Internet.&#8221;</p>
<div id="attachment_789" class="wp-caption alignnone" style="width: 515px"><img class="size-full wp-image-789" title="DotNetInstall" src="http://blog.davingranroth.com/wp-content/uploads/2009/04/dotnetinstall.png" alt="MS .Net Installation - You may disconnect from the Internet." width="505" height="478" /><p class="wp-caption-text">MS .Net Installation - You can now disconnect from the Internet.</p></div>
<p>I almost blew it too by clicking the &#8220;Cancel&#8221; button because (1) I thought it was all done and it was the only button shaped thing available, (2) I do not want to disconnect anyway.</p>
<p>Luckily, I noticed in time that the progress bar was still working.</p>
<p>I know Microsoft takes a lot of abuse for no reason other than that they are M$, but it&#8217;s just so easy with stuff like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2009/04/thanks-ms-but-i-dont-want-to-disconnect-from-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stay up-to-date through our…what?</title>
		<link>http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=stay-up-to-date-through-our%25e2%2580%25a6what</link>
		<comments>http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 01:09:53 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=651</guid>
		<description><![CDATA[Okay, so…when I first glanced at this text, I did a triple-take because I thought it read, &#8220;The best way to stay updated with the Design Encyclopedia is through our ass… It&#8217;s actually &#8220;RSS,&#8221; not some kinky techie-mojo. Just thought &#8230; <a href="http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-650" title="RSS text from The Design Encylopedia" src="http://blog.davingranroth.com/wp-content/uploads/2009/01/rss-text-design-encyclopedia.png" alt="RSS text from The Design Encylopedia" width="298" height="39" /></p>
<p>Okay, so…when I first glanced at this text, I did a triple-take because I thought it read, &#8220;The best way to stay updated with the Design Encyclopedia is through our <em>ass</em>…</p>
<p>It&#8217;s actually &#8220;RSS,&#8221; not some kinky techie-mojo. Just thought I&#8217;d share.</p>
<p>(It&#8217;s from <a href="http://www.thedesignencyclopedia.org/">The Design Encyclopedia</a>, which is actually a cool project.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Congratulations, your bank account has been deleted!</title>
		<link>http://blog.davingranroth.com/2007/02/congratulations-your-bank-account-has-been-deleted/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=congratulations-your-bank-account-has-been-deleted</link>
		<comments>http://blog.davingranroth.com/2007/02/congratulations-your-bank-account-has-been-deleted/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 02:58:28 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=330</guid>
		<description><![CDATA[I actually got this feedback from a website a couple days ago. It struck me as a funny confirmation.]]></description>
			<content:encoded><![CDATA[<p>I actually got this feedback from a website a couple days ago. It struck me as a funny confirmation.</p>
<p><img class="alignnone size-full wp-image-462" title="Congratulations your bank account has been deleted" src="http://blog.davingranroth.com/wp-content/uploads/2008/12/congrats-nobank.gif" alt="Congratulations your bank account has been deleted" width="380" height="85" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2007/02/congratulations-your-bank-account-has-been-deleted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techie error text</title>
		<link>http://blog.davingranroth.com/2006/03/techie-error-text/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=techie-error-text</link>
		<comments>http://blog.davingranroth.com/2006/03/techie-error-text/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 18:55:12 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=301</guid>
		<description><![CDATA[As I logged in to a local coffee shop wireless network, I got this message. I took a snapshot because I thought the error text was telling. Clearly, a programmer wrote it. Else you can always goto following url to &#8230; <a href="http://blog.davingranroth.com/2006/03/techie-error-text/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-469" title="Techie error text, wireless authentication" src="http://blog.davingranroth.com/wp-content/uploads/2008/12/techie-error-text.gif" alt="Techie error text, wireless authentication" width="381" height="167" /></p>
<p>As I logged in to a local coffee shop wireless network, I got this message. I took a snapshot because I thought the error text was telling. Clearly, a programmer wrote it.</p>
<p><q><em>Else</em> you can always <em>goto</em> following <em>url</em> to logout…</q></p>
<p>Here&#8217;s the thing: nobody actually says <q>else</q> and <q>goto</q> isn&#8217;t actually a word. And, instead of <q>url</q>, why not just say, <q>Or, you can logout at http://1.1.1.1/logout.html.</q></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2006/03/techie-error-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice error text from Gmail</title>
		<link>http://blog.davingranroth.com/2006/01/nice-error-text-from-gmail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nice-error-text-from-gmail</link>
		<comments>http://blog.davingranroth.com/2006/01/nice-error-text-from-gmail/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 13:34:24 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=297</guid>
		<description><![CDATA[I like the peronality coming through what would normally be very dull error text.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-456" title="Gmail error text" src="http://blog.davingranroth.com/wp-content/uploads/2008/12/gmail-error-text-482x141.png" alt="Gmail error text" width="482" height="141" /></p>
<p>I like the peronality coming through what would normally be very dull error text.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2006/01/nice-error-text-from-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t be passing up good&#8230;</title>
		<link>http://blog.davingranroth.com/2005/11/dont-be-passing-up-good/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dont-be-passing-up-good</link>
		<comments>http://blog.davingranroth.com/2005/11/dont-be-passing-up-good/#comments</comments>
		<pubDate>Mon, 14 Nov 2005 02:12:15 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=292</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/11/dont-be-passing-up-good/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><q>Don&#8217;t be passing up good jobs just because you lack the appropriate education.</q> &mdash; From a spam message about enrolling for some sort of education program.</p>
<p>I guess they are trying to write to their audience&#8217;s level.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/11/dont-be-passing-up-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Manual of Style has no &#8220;open source&#8221; entry</title>
		<link>http://blog.davingranroth.com/2005/10/ms-manual-of-style-has-no-open-source-entry/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ms-manual-of-style-has-no-open-source-entry</link>
		<comments>http://blog.davingranroth.com/2005/10/ms-manual-of-style-has-no-open-source-entry/#comments</comments>
		<pubDate>Fri, 07 Oct 2005 15:03:01 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=285</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/10/ms-manual-of-style-has-no-open-source-entry/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was just drafting an email and wanted to know if there is a standard way of writing out &#8220;open source,&#8221; like, is it capitalized.</p>
<p>I happen to have the &#8220;Microsoft Manual of Style for Technical Publications, Third Edition&#8221; on my desk, and I found no entry for anything resembling &#8220;open source&#8221; in it.</p>
<p>Somehow, I wasn&#8217;t surprised.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/10/ms-manual-of-style-has-no-open-source-entry/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Email or e-mail?</title>
		<link>http://blog.davingranroth.com/2005/08/email-or-e-mail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=email-or-e-mail</link>
		<comments>http://blog.davingranroth.com/2005/08/email-or-e-mail/#comments</comments>
		<pubDate>Tue, 09 Aug 2005 16:26:05 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=267</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/08/email-or-e-mail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Searched Google for &#8220;email&#8221; and returned 802,000,000 results.</p>
<p>Searched Google for &#8220;e-mail&#8221; and returned 1,300,000,000 results. But, also got Google&#8217;s &#8220;Did you mean: email?&#8221; prompt, which suggests that Google, at least, has &#8220;email&#8221; as a preferred term with &#8220;e-mail&#8221; as a variant term.</p>
<p>I almost always write &#8220;email,&#8221; but when I think about it, putting in the hyphen makes sense to me. But then, our language is changing, and probably the version without the hyphen is already accepted as proper English.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/08/email-or-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing, distraction, writing</title>
		<link>http://blog.davingranroth.com/2004/02/writing-distraction-writing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-distraction-writing</link>
		<comments>http://blog.davingranroth.com/2004/02/writing-distraction-writing/#comments</comments>
		<pubDate>Thu, 12 Feb 2004 15:34:36 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=88</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/02/writing-distraction-writing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m in the midst of trying to crank out a proposal that is to be in the mail today.</p>
<p>I&#8217;m making progress, but too slowly. So, Chey told me to turn on some techno music and write to this blog for 5 minutes. So, I am.</p>
<p>Any other bloggers out there getting comments that are suspciciously similar to spam? Like a comment that has little do to with the post, and has a link to a web site about some kind of HGH drug or worse?</p>
<p>I just deleted about three of them from this site. How irritating. I wonder if someone has written a script that is allowing spammers to use these blogs to direct links to their sites. Or, if someone is actually doing it by hand.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/02/writing-distraction-writing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I used to write stuff</title>
		<link>http://blog.davingranroth.com/2003/05/i-used-to-write-stuff/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-used-to-write-stuff</link>
		<comments>http://blog.davingranroth.com/2003/05/i-used-to-write-stuff/#comments</comments>
		<pubDate>Thu, 22 May 2003 17:18:07 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=38</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2003/05/i-used-to-write-stuff/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote these two pieces a few years ago. Read &#8216;em if you like.
<ul>
<li><a href="http://www.leelanau.com/nmj/winter/snowdevil.shtml">Snowfall, Snowdevil, etc.</a> published in the Norther Michigan Journal sometime in 2000.</li>
<li><a href="http://tech1.dccs.upenn.edu/xconnect/v5/i1/g/granroth.html">I am unable to wrap my arms around a tree and then jerk it from the ground</a> published in Cross Connect, Issue 14, Nov 1999.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2003/05/i-used-to-write-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

