<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Six Tips for Improving Your Design Documentation</title>
	<atom:link href="http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/</link>
	<description>Boxes and Arrows is devoted to the practice, innovation, and discussion of design; including graphic design, interaction design, information architecture and the design of business.</description>
	<lastBuildDate>Fri, 17 May 2013 16:58:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bmundy</title>
		<link>http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9304</link>
		<dc:creator>bmundy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9304</guid>
		<description><![CDATA[Ryan,  

I enjoyed your article.  We are currently in the process of evaluating the usability/utility of our documentation (how well can those reading the doc translate, absorb, produce), so your article is timely :)  Something we are finding is that the type of document you describe works well for our designers that produce the prototypes, but is less useful for the developers who actually write the code.  The developers prefer more of a stripped down -just the requirements- technical document.  Would you suggest two documents in this situation?]]></description>
		<content:encoded><![CDATA[<p>Ryan,  </p>
<p>I enjoyed your article.  We are currently in the process of evaluating the usability/utility of our documentation (how well can those reading the doc translate, absorb, produce), so your article is timely <img src='http://www-boxesandarrows-com.zippykid.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Something we are finding is that the type of document you describe works well for our designers that produce the prototypes, but is less useful for the developers who actually write the code.  The developers prefer more of a stripped down -just the requirements- technical document.  Would you suggest two documents in this situation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan olshavsky</title>
		<link>http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9305</link>
		<dc:creator>ryan olshavsky</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9305</guid>
		<description><![CDATA[Thanks bmundy! You raise a good question. It&#039;s true, the type of document I talk about in the article is typically oriented less toward programmers than toward the decision makers (who are more likely to be product managers, executives, or possibly even other designers). That audience is generally more receptive to narrative presentation, for example. Tips 2 and 3, on the other hand, are probably less interesting or useful in documentation for developers (the other tips, I&#039;d argue, are useful no matter what audience).

But to answer your question (in a round-about way, and with another question): What do you mean by a &quot;technical&quot; document? Do you mean something that tells the developer exactly what they&#039;re supposed to code, and how, or something that provides detailed specifics about how the design looks and behaves? If they&#039;re demanding the former, I&#039;d suggest pushing back -- the technical requirements document should really be created by the developers, based on their technical needs and objectives. If they&#039;re asking for the latter, then, yes, you probably want to create a separate detailed design document. I&#039;ve seen that document variously called the &quot;Form &amp; Behavior Specification,&quot; &quot;Design Specification,&quot; and &quot;Functional Specification.&quot; 

That may not be the answer you wanted, since it implies doing more work. But you can avoid a lot of it by using the preceding, more narrative-based document to inform the content of the design spec. The key difference between the two docs, though, is that while the first doc will likely be organized around how the *user* sees the product, the spec should be organized (as much as possible) around how it will be built. So, if you have a website with 5 distinct sections, each one would probably be represented by its own section in the design spec. And the details of the design would be presented within the context of those sections. A general structure I&#039;ve used for the specifications is: Section &gt; Component &gt; Details &gt; Behaviors.

Developers usually need a document that is easily referenced and organized logically so they can (ideally) have it sitting next to them as they code.

All of which is to say: yes, I&#039;d recommend writing two documents. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks bmundy! You raise a good question. It&#8217;s true, the type of document I talk about in the article is typically oriented less toward programmers than toward the decision makers (who are more likely to be product managers, executives, or possibly even other designers). That audience is generally more receptive to narrative presentation, for example. Tips 2 and 3, on the other hand, are probably less interesting or useful in documentation for developers (the other tips, I&#8217;d argue, are useful no matter what audience).</p>
<p>But to answer your question (in a round-about way, and with another question): What do you mean by a &#8220;technical&#8221; document? Do you mean something that tells the developer exactly what they&#8217;re supposed to code, and how, or something that provides detailed specifics about how the design looks and behaves? If they&#8217;re demanding the former, I&#8217;d suggest pushing back &#8212; the technical requirements document should really be created by the developers, based on their technical needs and objectives. If they&#8217;re asking for the latter, then, yes, you probably want to create a separate detailed design document. I&#8217;ve seen that document variously called the &#8220;Form &amp; Behavior Specification,&#8221; &#8220;Design Specification,&#8221; and &#8220;Functional Specification.&#8221; </p>
<p>That may not be the answer you wanted, since it implies doing more work. But you can avoid a lot of it by using the preceding, more narrative-based document to inform the content of the design spec. The key difference between the two docs, though, is that while the first doc will likely be organized around how the *user* sees the product, the spec should be organized (as much as possible) around how it will be built. So, if you have a website with 5 distinct sections, each one would probably be represented by its own section in the design spec. And the details of the design would be presented within the context of those sections. A general structure I&#8217;ve used for the specifications is: Section &gt; Component &gt; Details &gt; Behaviors.</p>
<p>Developers usually need a document that is easily referenced and organized logically so they can (ideally) have it sitting next to them as they code.</p>
<p>All of which is to say: yes, I&#8217;d recommend writing two documents. <img src='http://www-boxesandarrows-com.zippykid.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VegasLaunch</title>
		<link>http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9306</link>
		<dc:creator>VegasLaunch</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9306</guid>
		<description><![CDATA[Updating a document and maintaining document development through theages that is not personality based is not covered. This process only works for those who want to keep track, a true solution will encompass both personality types.]]></description>
		<content:encoded><![CDATA[<p>Updating a document and maintaining document development through theages that is not personality based is not covered. This process only works for those who want to keep track, a true solution will encompass both personality types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Krause</title>
		<link>http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9307</link>
		<dc:creator>Brian Krause</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-9307</guid>
		<description><![CDATA[Ryan, thanks for the citation, part of a useful article.  

I go even a bit farther on &quot;use the present tense, active voice.&quot;  I go so far as to write in the second person, for example, &quot;your available balance appears at the top of the report.&quot;  (Compared to, &quot;The user&#039;s available balance....&quot;) This avoids the stuffy phrase &quot;the user,&quot; he/she pronoun issues, and I think is less distracting than using character names.  In fact, I&#039;d say it&#039;s almost unnoticeable if you do it this way.  It also lets harried tech writers lift from the spec--think of it as the first draft or base of the user manual.]]></description>
		<content:encoded><![CDATA[<p>Ryan, thanks for the citation, part of a useful article.  </p>
<p>I go even a bit farther on &#8220;use the present tense, active voice.&#8221;  I go so far as to write in the second person, for example, &#8220;your available balance appears at the top of the report.&#8221;  (Compared to, &#8220;The user&#8217;s available balance&#8230;.&#8221;) This avoids the stuffy phrase &#8220;the user,&#8221; he/she pronoun issues, and I think is less distracting than using character names.  In fact, I&#8217;d say it&#8217;s almost unnoticeable if you do it this way.  It also lets harried tech writers lift from the spec&#8211;think of it as the first draft or base of the user manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wits07</title>
		<link>http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-5522</link>
		<dc:creator>wits07</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/six-tips-for-improving-your-design-documentation/#comment-5522</guid>
		<description><![CDATA[I enjoyed this article. I have tried to emply this in my business process discovery docements. Take a look...
http://www.docstoc.com/docs/1210501/Business-Process-Discovery-Template]]></description>
		<content:encoded><![CDATA[<p>I enjoyed this article. I have tried to emply this in my business process discovery docements. Take a look&#8230;<br />
<a href="http://www.docstoc.com/docs/1210501/Business-Process-Discovery-Template" rel="nofollow">http://www.docstoc.com/docs/1210501/Business-Process-Discovery-Template</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
