<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Greenonions</title>
	<atom:link href="http://blog.greenonions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.greenonions.com</link>
	<description>This is not a cooking blog</description>
	<lastBuildDate>Wed, 20 Jan 2010 15:49:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.greenonions.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/995c55ee0fde605a6fe22fe07bbd559a?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Greenonions</title>
		<link>http://blog.greenonions.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.greenonions.com/osd.xml" title="Greenonions" />
	<atom:link rel='hub' href='http://blog.greenonions.com/?pushpress=hub'/>
		<item>
		<title>Decision-Based Design</title>
		<link>http://blog.greenonions.com/2010/01/20/decision-based-design/</link>
		<comments>http://blog.greenonions.com/2010/01/20/decision-based-design/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 15:49:58 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=142</guid>
		<description><![CDATA[[Reprinted from my old blog, dated October 2005]
One of the major conclusions of my work in content management theory is that systems designed to enforce decisions will fail. Consider a workflow system that forces users through the same process, regardless of circumstances. Invariably, situations arise where the basic workflow doesn’t hold — authors are absent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=142&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>[Reprinted from my old blog, dated October 2005]</p>
<p>One of the major conclusions of my work in content management theory is that systems designed to enforce decisions will fail. Consider a workflow system that forces users through the same process, regardless of circumstances. Invariably, situations arise where the basic workflow doesn’t hold — authors are absent from work, editors don’t have the right expertise to review a document, the content demands a new structure. Yet the majority of content management systems — indeed, most business systems — prevent humans from accommodating these scenarios because they are confined by the rules imposed by the computer.</p>
<p>I realized that computers should stick with what they’re good at — serving up information — and humans should be allowed to do what they’re good at — making decisions about day-to-day situations.</p>
<div id="_mcePaste">This is the essence of decision-based design:</div>
<div id="_mcePaste">
<ul>
<li>Focus the system on providing information to users to support the decisions they need to make.</li>
<li>Trust users to make good decisions if given the right information.</li>
<li>Avoid enforcing business rules, which may change with each new situation.</li>
<li>Evaluate requirements based on the extent to which they support decision-making.</li>
</ul>
</div>
<p>Coincidentally, I have begun work on a new system that is ripe for applying this philosophy. This project has a couple things going for it:</p>
<div id="_mcePaste">
<ul>
<li>The tech lead and I met informally a few weeks ago, and it was clear that he and I see eye-to-eye on this approach. He lamented the existing system as inflexible, indicating that the users have been extremely frustrated that it’s not designed to match their thought process. They’ve had to develop some work-arounds to accommodate situations that are not as extraordinary as they first thought.</li>
<li>The system is meant to support a process with more-or-less clear inputs (submissions from customers), outputs (approval or denial of submissions), and milestones (specific dates are determined at the outset). These clear-cut bookends make it easy to imagine the process in this way.</li>
<li>The system has pretty clear roles: a lead (the person who makes the decision about the customer submission) and a reviewer (the person who does the initial review of the submission and makes a recommendation). Because of these clear roles, we could structure our conversations around the different people making different decisions.</li>
</ul>
</div>
<p>(The purpose of the project is to support a process for reviewing submissions from this organization’s customers and providing some kind of response.)</p>
<p>We’re still in the early stages of the project, but so far it seems to be working well. The project manager, tech lead and analysts have been enthusiastic to play with these new techniques, for which I’m most grateful. The design team seems to know that I won’t let them down, and they’ve been positive about my lines of questioning, so I seem to be getting at information that will help inform the design. Here’s what we’ve done so far:</p>
<h2>Decision Lists</h2>
<p>Instead of compiling all our observations into a list of requirements, we brainstormed a list of decisions our users have to make during the course of the process. These decisions were expressed in the form of questions like, “How many reviewers will we need?” Though the answer varies with each situation, they pretty much always have to answer this question.</p>
<p>As the brainstorming progressed, we sorted the decisions in more or less chronological order and categorized them in different events. For each event, we indicated who the key decision-maker was and the scope of the decisions — what the decisions applied to, whether that be the entire project, one of the customer submissions, or one element from one of the customer submissions. Most importantly, we began listing the inputs — the information that the users need to make the decisions.</p>
<p>The outcome of this process was a table that listed every decision our users have to make during this process. I also captured some of our outstanding questions about the process, so we could clarify with users at a later date. Some observations from this exercise:</p>
<div id="_mcePaste">
<ul>
<li>Different people answer the same questions differently. The best example is the assignment of reviewers to customer submissions. Some leads do this arbitrarily while others apply a thoughtful approach. It told us that we couldn’t use the system to enforce any particular method.</li>
<li>Some decisions are repeated. Since our users are looking at a collection of items, they need to ask the same questions about each item. Sometimes they can make these decisions in bulk — about a number of items at once — and in other instances, they can only make them one at a time.</li>
<li>Some people have to answer the same question based on different inputs. Leads and reviewers all have to decide how they’re going to priortize the customer submissions, but they use different criteria to make this decision.</li>
</ul>
</div>
<p>Most of the data for this exercise came from the team’s existing knowledge. Obviously, first-hand user research is preferable, but at this point infeasible.</p>
<h2>Sorting Decisions into Screens</h2>
<p>Admittedly, after we came up with this list, I wasn’t sure how I would use it. Everyone got into the process of creating the list, but I hadn’t though much further ahead. I was used to personas — a flury of activity yielding deliverables that sat on the shelf.</p>
<p>After a requirements meeting with the client, we held a post mortem and the project manager indicated that we were starting to come up on the design deadline. I suggested a brainstorming meeting, but wasn’t entirely sure how I would facilitate it. At first I thought about an exercise I saw Marc Rettig demonstrate where he’d taken all the system features, put them on stickies, and organize them into related groups. It then occurred to me that I could do the same thing with our list of decisions.</p>
<p>I printed each decision out on a card and we did an internal card sort. There were a couple principles guiding the card sort:</p>
<div id="_mcePaste">
<ul>
<li>Two cards went together if they were related decisions — decisions about the same kind of thing or made virtually simultaneously. For example, two decisions considered related were, “Do we have enough people assigned to the project?” and “What method will we use to assign people to customer submissions?”</li>
<li>Two cards went together if they were decisions that could be supported by the same information.</li>
</ul>
</div>
<p>During the process, we elaborated on the kinds of information the users would need in order to make the decisions. We also realized that although we’d separated some decisions by events in the listing exercise (above), they really went together. In other instances, we divided a single event into multiple groups of decisions — one event ended up as three groups of decisions.</p>
<p>To facilitate the activity, we imagined each group a “screen”, such that a user should be able to make all the decisions in the pile without having to click away. In other words, one screen in the application should be able to support all the information required to make all the decisions in the pile of cards. This is how I set up the exercise for the team, and thought it made sense because we were trying to group like decisions. In the back of our minds we knew that this initial take may be totally off base, but it did help move the discussion along.</p>
<p>The feedback on this exercise was very positive. It allowed us to envision the user experience without getting caught up in screen design — even at a basic level. I didn’t stand at a white board and sketch rectangles. It was refreshing.</p>
<h2>Decision-focused Wireframes</h2>
<p>Even my wireframes look different. I’ve only just started, but for the first time my IA decisions have real traceability. In addition to functional annotations, the wireframes include the decisions that the screen needs to support. I’m taking a crack at ranking the decisions based on our card-sorting conversation. Each wireframe, therefore, includes a list of decisions that the user should be able to make when looking at the screen and which of those decisions is most crucial.</p>
<p>The wireframe itself is shaping up like my page description diagrams — a list of content in priority order. By including the list of decisions, I’m showing my work: the most important information on the screen corresponds with the most important decisions users have to make.</p>
<h2>Next steps</h2>
<p>It’s hard to say at this point whether this approach is worthwhile, and the success of the wireframes will be a big part of that. The challenge for me will be to get out of the high level and focus on the details. (Though a decision-based approach does force this by putting crucial information front-and-center in the design process.) There are a few other things that we’ll need to work out:</p>
<div id="_mcePaste">
<ul>
<li>Interaction models: At this point, we haven’t thought about the transaction side of the application. In a sense, this approach is more bottom-up: we’re looking at the screens we need to design to support various decisions, but not how those screens should relate to each other. At this point, it’s conceived as a linear process, but clearly it’s more complex than that.</li>
<li>Same screen, different users: The way these requirements shake out, it’s very focused on individual user types. Clearly, the same screen may be used by different users, even though they’re making different kinds of decisions. I’m not sure how I’ll resolve this.</li>
<li>Validation: The current situation at the client makes genuine user research difficult, so I’m not entirely sure how we’ll validate the design. Like I said, the source of this information has been the team itself, who has done extensive requirements gathering. This isn’t a case of excluding the users because our team are decent surrogates, but it is still a bit of a vacuum.</li>
<li>Extension of method: Will this method be useful for other projects? Only time will tell.</li>
</ul>
</div>
<p>Despite these reservations, I’m really pleased with how this approach is working. For years I’ve wondered how to adapt the requirements process to the needs of an information architect. Conventional requirements (”The system shall…”) have always felt inadequate to capture user needs for our purposes. Personas are too high-level, too difficult to apply directly to requirements. Use cases are too time-intensive. For the first time, I feel like I have a useful mechanism for capturing IA requirements.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=142&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2010/01/20/decision-based-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>
	</item>
		<item>
		<title>Workshops in September</title>
		<link>http://blog.greenonions.com/2009/08/31/workshops-in-september/</link>
		<comments>http://blog.greenonions.com/2009/08/31/workshops-in-september/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:13:33 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=135</guid>
		<description><![CDATA[I&#8217;m teaching two workshops in September, and it&#8217;s not too late to sign up!
Creating and Using Concept Models
Hosted by TriUPA
Research Triangle Park, North Carolina
September 8, 2009 9am-5pm
Details and registration 
The ideal tool for thinking through and designing structures for today&#8217;s web sites, concept models have become extremely popular artifacts. Creating them, and getting your team [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=135&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m teaching two workshops in September, and it&#8217;s not too late to sign up!</p>
<h2>Creating and Using Concept Models</h2>
<p>Hosted by TriUPA<br />
Research Triangle Park, North Carolina<br />
September 8, 2009 9am-5pm<br />
<a href="http://is.gd/2JPPG"><strong>Details and registration</strong></a><strong> </strong></p>
<p>The ideal tool for thinking through and designing structures for today&#8217;s web sites, concept models have become extremely popular artifacts. Creating them, and getting your team members to buy into them, can vary from challenging to really challenging.</p>
<p>Instead of representing individual web pages, concept models describe structures that are more appropriate for planning complex navigation strategies and working with content management systems. Their flexibility means you can apply them in a variety of circumstances and use them to describe different kinds of structures.</p>
<p>I&#8217;ve revamped this workshop from the ground-up, after getting lots of great feedback over the last couple of years. The content focuses more on pragmatic issues and now includes a section on translating concept models into wireframes. I&#8217;ve also created two sample models that will form the basis of our discussion.</p>
<h2>Creating and Using Flow Charts</h2>
<p>The Mansion at Strathmore (Bethesda, MD)<br />
September 25, 2009 1pm-5pm<br />
<a href="http://eightshapes.com/2009/08/25/creating-flow-charts-september-2009-workshop/"><strong>Details and registration</strong></a></p>
<p>This is the next workshop in EightShapes&#8217; monthly series. I&#8217;m especially excited about this one because I haven&#8217;t taught a workshop dedicated to flow charts, only as part of a larger workshop on deliverables.</p>
<p>Our clients are increasingly asking for flow charts (again!) since they&#8217;re crucial to planning and describing overall experiences. There are also a couple interesting variations which we&#8217;ll cover as well (storyboards, more focused on narrative; and wireflows, flow charts that integrate wireframes).</p>
<p><strong>Early bird pricing (US$195!) lasts another couple weeks, so </strong><a href="http://eightshapes.com/2009/08/25/creating-flow-charts-september-2009-workshop/"><strong>register now</strong></a><strong> before the price goes up!</strong></p>
<p>Hope to see you at one or both of these!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=135&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/08/31/workshops-in-september/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>
	</item>
		<item>
		<title>Poster: The Information Architecture of Personal Music Collections (IA Summit 2005)</title>
		<link>http://blog.greenonions.com/2009/05/01/poster-the-information-architecture-of-personal-music-collections-ia-summit-2005/</link>
		<comments>http://blog.greenonions.com/2009/05/01/poster-the-information-architecture-of-personal-music-collections-ia-summit-2005/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:33:56 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=124</guid>
		<description><![CDATA[My second poster from the 2005 IA Summit, and another one I&#8217;m particularly proud of. In the mid-2000s, during the renovation of our house, I became interested in audio systems. As an IA, I was curious about how people who expect their entire music collection to follow them around could navigate the library with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=124&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>My second poster from the 2005 IA Summit, and another one I&#8217;m particularly proud of. In the mid-2000s, during the renovation of our house, I became interested in audio systems. As an IA, I was curious about how people who expect their entire music collection to follow them around could navigate the library with a small interface. That led to getting a few different whole-house audio products to try, and subsequently this poster.</p>
<p><a href="http://www.greenonions.com/portfolio/dbrown_ia2005_musiclibraryarchitectures.pdf"><img class="aligncenter size-medium wp-image-126" title="The Information Architecture of Personal Music Collections (Poster from 2005 IA Summit)" src="http://brownorama.files.wordpress.com/2009/05/dbrown_ia2005_musiclibraryarchitectures1.jpg?w=300&#038;h=151" alt="The Information Architecture of Personal Music Collections (Poster from 2005 IA Summit)" width="300" height="151" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=124&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/05/01/poster-the-information-architecture-of-personal-music-collections-ia-summit-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>

		<media:content url="http://brownorama.files.wordpress.com/2009/05/dbrown_ia2005_musiclibraryarchitectures1.jpg?w=300" medium="image">
			<media:title type="html">The Information Architecture of Personal Music Collections (Poster from 2005 IA Summit)</media:title>
		</media:content>
	</item>
		<item>
		<title>Poster: Representing Data in Wireframes (IA Summit 2005)</title>
		<link>http://blog.greenonions.com/2009/05/01/poster-representing-data-in-wireframes-ia-summit-2005/</link>
		<comments>http://blog.greenonions.com/2009/05/01/poster-representing-data-in-wireframes-ia-summit-2005/#comments</comments>
		<pubDate>Fri, 01 May 2009 19:57:01 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Deliverables]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=118</guid>
		<description><![CDATA[In 2005, I presented this poster at the IA Summit, on different techniques for representing data and content in wireframes. By request, I&#8217;ve posted it here.



       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=118&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>In 2005, I presented this poster at the IA Summit, on different techniques for representing data and content in wireframes. By <a href="http://twitter.com/livlab/statuses/1672100274">request</a>, I&#8217;ve posted it here.</p>
<p style="text-align:center;"><a href="http://www.greenonions.com/portfolio/dbrown_ia2005_wireframes.pdf"><img class="size-medium wp-image-120 aligncenter" title="Representing Data in Wireframes Poster from 2005 IA Summit" src="http://brownorama.files.wordpress.com/2009/05/dbrown_ia2005_wireframes.jpg?w=300&#038;h=148" alt="Representing Data in Wireframes Poster from 2005 IA Summit" width="300" height="148" /></a></p>
<p style="text-align:center;"><a href="http://www.greenonions.com/portfolio/dbrown_ia2005_wireframes.pdf"></a></p>
<p style="text-align:center;"><a href="http://www.greenonions.com/portfolio/dbrown_ia2005_wireframes.pdf"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=118&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/05/01/poster-representing-data-in-wireframes-ia-summit-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>

		<media:content url="http://brownorama.files.wordpress.com/2009/05/dbrown_ia2005_wireframes.jpg?w=300" medium="image">
			<media:title type="html">Representing Data in Wireframes Poster from 2005 IA Summit</media:title>
		</media:content>
	</item>
		<item>
		<title>Difficult Conversations: Taking Things Too Far</title>
		<link>http://blog.greenonions.com/2009/04/24/difficult-conversations-taking-things-too-far/</link>
		<comments>http://blog.greenonions.com/2009/04/24/difficult-conversations-taking-things-too-far/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:27:22 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=109</guid>
		<description><![CDATA[Michael Scott is (or was, if you&#8217;ve been following The Office this season) the branch manager for a mid-sized paper company in Scranton, Pennsylvania. He and his branch are successful despite themselves, and corporate headquarters asks him to do a northeast roadshow to other branches, to explain the secret of his success. (Corporate is constantly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=109&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Michael Scott is (or was, if you&#8217;ve been following The Office this season) the branch manager for a mid-sized paper company in Scranton, Pennsylvania. He and his branch are successful despite themselves, and corporate headquarters asks him to do a northeast roadshow to other branches, to explain the secret of his success. (Corporate is constantly surprised by the performance of the Scranton office, for reasons that will become clear in a moment.) For the roadshow, they make only one provision: He is to avoid the office in Nashua, New Hampshire.</p>
<div class="wp-caption alignright" style="width: 412px"><img title="Michael and Holly" src="http://weblogs.redeyechicago.com/showpatrol/images/2008/09/24/officeamy.jpg" alt="From The Office: Michael and Holly" width="402" height="241" /><p class="wp-caption-text">From The Office: Michael and Holly</p></div>
<p>Last season, Michael fell in love with his office&#8217;s new HR manager, Holly. When the powers that be found out, they relocated her to Nashua, anticipating (not without reason) serious repercussions from the office romance. Months later on the road trip, Michael&#8217;s traveling companion, the receptionist and office manager Pam, talks about finding closure on an old romance of her own. Michael becomes convinced a trip to Nashua will help him get closure on his relationship with Holly.</p>
<p>Upon arriving at the office in Nashua, Michael and Pam learn not only that Holly is out sick that day, but also that she has started a relationship with someone in that branch. The effect on Michael was evident, an even balance of humor, discomfort and compassion that is the show&#8217;s calling card.</p>
<p>Michael decides to conduct the training anyway. It is, no surprise, an unmitigated disaster. He hasn&#8217;t even uttered half a sentence before he passively aggressively picks on Holly&#8217;s current flame. Needless to say, before long he retreats, leaving Pam to finish the training (along with all of Michael&#8217;s slightly inappropriate and extremely unconventional training props, like a real chain saw).</p>
<p>This is merely one example of many that illustrate Michael&#8217;s complete ignorance of basic social conventions. Each week The Office treats us to insights about basic human behavior, especially in a professional context. Michael&#8217;s exaggerated behaviors shows us what happens when you take best practices for dealing with office dynamics too far.</p>
<p>As part of our Difficult Conversations workshop, Chris brainstormed four pieces of advice. We use these to kick off the workshop because they are, on the surface, some basic tips for improving our skills in managing difficult situations. At a deeper level, however, they are yardsticks by which to measure our own behaviors.</p>
<ul>
<li><strong>Be Positive</strong>: Focusing on what can happen and what&#8217;s working in a situation preserves the forward momentum of the project.</li>
<li><strong>Engage Your Audience</strong>: Making colleagues essential to the process curtails potentially adversarial situations stemming from a perceived lack of ownership.</li>
<li><strong>Empathize</strong>: Putting yourself in your colleagues&#8217; shoes can help put their comments and behaviors in a larger context.</li>
<li><strong>Lighten Up</strong>: While still taking the project seriously, it&#8217;s possible not to take yourself too seriously, jeopardizing progress by letting your ego get in the way.</li>
</ul>
<p>In adapting this workshop to a short lecture, I wanted to help participants understand that it&#8217;s important to strike a balance with each of these best practices. To that end, I identified the extreme for each of them, surfacing what it meant to take each of them too far:</p>
<ul>
<li><strong>Be Positive</strong>: ignoring potentially adverse situations or issues</li>
<li><strong>Engage Your Audience</strong>: losing the focus of the project in favor of coddling colleagues</li>
<li><strong>Empathize</strong>: getting too personal</li>
<li><strong>Lighten Up</strong>: making a joke out of everything</li>
</ul>
<p>In looking at these extremes, I saw Michael Scott, the logical exaggeration of all the things we try to do to smooth over office politics. The reason why The Office is a successful sitcom, besides the sympathetic characters and good writing, is that it&#8217;s grounded in reality. Michael&#8217;s behaviors aren&#8217;t alien to us. They&#8217;re sourced from ideals we strive for. The ideal, though, isn&#8217;t an extreme: it&#8217;s a balance.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=109&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/04/24/difficult-conversations-taking-things-too-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>

		<media:content url="http://weblogs.redeyechicago.com/showpatrol/images/2008/09/24/officeamy.jpg" medium="image">
			<media:title type="html">Michael and Holly</media:title>
		</media:content>
	</item>
		<item>
		<title>The Story Behind EightShapes Monthly Workshops</title>
		<link>http://blog.greenonions.com/2009/04/17/the-story-behind-eightshapes-monthly-workshops/</link>
		<comments>http://blog.greenonions.com/2009/04/17/the-story-behind-eightshapes-monthly-workshops/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:37:45 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[EightShapes]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=100</guid>
		<description><![CDATA[From the get-go, Nathan and I knew that training and education would be a major part of EightShapes&#8217; offerings. We anticipated offering private training to our clients in our techniques and expertise. We also aspired to build a multi-day conference attracting participants from all over the world. With Adaptive Path no longer offering UX Week [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=100&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>From the get-go, Nathan and I knew that training and education would be a major part of EightShapes&#8217; offerings. We anticipated offering private training to our clients in our techniques and expertise. We also aspired to build a multi-day conference attracting participants from all over the world. With Adaptive Path no longer offering UX Week in Washington, DC, we perceived an enormous opportunity to create an event that served our local community while providing content worthy of a national or global conference.</p>
<p>What we did not anticipate was a global financial meltdown. Believe me, if we had, we definitely would have told you about it.</p>
<p>Before the mess, we put on a successful, sold-out, one-day workshop in August 2008. It was small, but participants seemed happy and satisfied. We priced the full-day workshop about $200 less than a full-day pre-conference workshop costs at the IA Summit. We probably could have charged more, but we wanted to gauge interest, format, venue, logistics, etc.</p>
<p>At the beginning of 2009, I sat down to plan the EightShapes conference. At that point, it was clear that people were doing business differently. On the consulting side, we saw our clients going through budget cuts, and it was taking longer to close new customers. We heard about friends getting laid off. We started a drinking game around using the words &#8220;limit travel&#8221; during project planning calls.</p>
<p>We ran a survey to gauge interest in content and different formats. Respondents indicated that they would be up for a two- or three-day conference. We got to planning a multi-day event that mixed workshops with regular sessions.</p>
<p><a href="http://brownorama.files.wordpress.com/2009/04/conf-length2.jpg"><img class="alignnone size-full wp-image-104" title="conf-length2" src="http://brownorama.files.wordpress.com/2009/04/conf-length2.jpg?w=600&#038;h=292" alt="conf-length2" width="600" height="292" /></a></p>
<p>Then came the conferences, the usual ones we attended every year–<a href="http://interaction09.ixda.org">Interaction</a> and <a href="http://iasummit.org">IA Summit</a>. Though Interaction was larger than last year, I know it took some effort to get the numbers up. Attendance at the IA Summit was almost half what it was last year. My pre-conference sessions, with participants usually numbering in the dozens, were considerably more intimate. The evidence suggested that the big conferences weren&#8217;t doing as well–businesses both small and large were watching expenses.</p>
<p>So, we decided to go in the other direction. Fortunate that we work in a community with a large UX presence, and one that craves education, we based our new approach on three things:</p>
<ol>
<li>Small</li>
<li>Inexpensive</li>
<li>Practical</li>
</ol>
<p>We had kicked around the idea of a monthly workshop series before, and now dusted the idea off since it seemed like a good fit for the current climate. (If you&#8217;re following along, you&#8217;ll note idea has been kicked, dusted, and fitted.) The new format meant we could focus our marketing to the DC UX community, explore new venues, and keep costs down by eliminating typical conference niceties. At the same time, with a smaller group, we could preserve some of the creature comforts without adding too much cost. Here&#8217;s how the concept netted out:</p>
<ul>
<li><strong>Venue</strong>: Cool library room at the mansion at Strathmore, an elegant arts venue in suburban DC</li>
<li><strong>Cost</strong>: $188</li>
<li><strong>Size</strong>: 12 people max</li>
</ul>
<p>So, without further ado, the <a href="http://eightshapes.com/services/training/monthly-workshop-series/">EightShapes Monthly Workshop Series</a>, and our first workshop, reprised from the IA Summit at about $200 cheaper, <a href="http://eightshapes.com/2009/04/15/modeling-concepts-may-2009-eightshapes-workshop/">Modeling Concepts</a>.</p>
<p>If you&#8217;re in the DC area, I hope you&#8217;ll join us!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=100&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/04/17/the-story-behind-eightshapes-monthly-workshops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>

		<media:content url="http://brownorama.files.wordpress.com/2009/04/conf-length2.jpg" medium="image">
			<media:title type="html">conf-length2</media:title>
		</media:content>
	</item>
		<item>
		<title>The EightShapes Documentation Survey</title>
		<link>http://blog.greenonions.com/2009/04/08/the-eightshapes-documentation-survey/</link>
		<comments>http://blog.greenonions.com/2009/04/08/the-eightshapes-documentation-survey/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:27:21 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Deliverables]]></category>
		<category><![CDATA[EightShapes]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=95</guid>
		<description><![CDATA[One of the things EightShapes, my company, does is to help our clients improve their documentation practices. We look at the work they&#8217;re doing now, identify ways to improve their approach, create tools on a common platform, and instruct them how to use these tools and expand the set.
As part of this process, we survey [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=95&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>One of the things EightShapes, my company, does is to help our clients improve their documentation practices. We look at the work they&#8217;re doing now, identify ways to improve their approach, create tools on a common platform, and instruct them how to use these tools and expand the set.</p>
<p>As part of this process, we survey and interview the design team and people who work with them. What we find is that many large design teams fall into the same traps and are trying to overcome the same obstacles, even in industries as different as high-tech and hospitality.</p>
<p>Last year, it occurred to us to run the survey that we use in these projects across the whole industry, to build a picture of how our field uses documentation.</p>
<p>To that end, we&#8217;ve launched the EightShapes Documentation Survey, an industry-wide inquiry on design documentation practices, techniques, and tools. The survey is actually dramatically different from the one we use in our practice, only because we wanted to cast a wider net. We had to make it applicable to a broader audience.</p>
<p><img class="alignright size-full wp-image-97" title="mwdcd" src="http://brownorama.files.wordpress.com/2009/04/mwdcd.gif?w=288&#038;h=240" alt="mwdcd" width="288" height="240" /></p>
<p>If you complete the survey, you could win a book! We&#8217;re giving away two copies each of my book (Communicating Design) and my partner&#8217;s book (Modular Web Design).</p>
<p>So, dive in! It&#8217;s 25 questions and won&#8217;t take you more than 20 minutes!</p>
<p><a href="http://www.surveymonkey.com/s.aspx?sm=51CKfsiU9xQLzCr5lEvtdQ_3d_3d"><strong>The EightShapes Documentation Survey</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=95&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/04/08/the-eightshapes-documentation-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>

		<media:content url="http://brownorama.files.wordpress.com/2009/04/mwdcd.gif" medium="image">
			<media:title type="html">mwdcd</media:title>
		</media:content>
	</item>
		<item>
		<title>What do you do: A dialectic fable</title>
		<link>http://blog.greenonions.com/2009/03/27/what-do-you-do-a-dialectic-fable/</link>
		<comments>http://blog.greenonions.com/2009/03/27/what-do-you-do-a-dialectic-fable/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 21:10:39 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=78</guid>
		<description><![CDATA[This is the closest I will get, hopefully, to the public debate on what we call ourselves. I&#8217;m not a fan of the conversation, but the dialog below was an itch in my brain I had to scratch. I&#8217;m always surprised by people in our field taking an either/or black-and-white approach to things like definitions. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=78&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p style="padding-left:30px;"><em>This is the closest I will get, hopefully, to the public debate on what we call ourselves. I&#8217;m not a fan of the conversation, but the dialog below was an itch in my brain I had to scratch. I&#8217;m always surprised by people in our field taking an either/or black-and-white approach to things like definitions. As I hope the dialog below shows, the labels aren&#8217;t so much labels as they are convenient signposts pointing to ever-increasing areas of specificity without precluding any other.</em></p>
<p style="padding-left:30px;"><em>These days, one of the ways I meet new people is through the playgroup my son goes to. Sarah (my wife) will make a connection with another mother, and then we invite the family to hang out. In this slightly fictionalized dialog, I meet Lizzie and Mark, who have two sons. Their elder son John and my son Harry are in playgroup together. (Names have been changed.)</em></p>
<p style="padding-left:30px;"><em>The scene: Sarah and Lizzie sit in the living room watching the boys play while Mark and I hang out in the kitchen as I&#8217;m preparing brunch.</em></p>
<p>Dan: Hey, Mark, it&#8217;s nice to meet you.</p>
<p>Mark: Nice to meet you, too.</p>
<p>D: So, what do you do?</p>
<p>M: I&#8217;m a doctor.</p>
<p>D: Cool. If it&#8217;s DC, you&#8217;re either a doctor or a lawyer, am I right?? (Slight look of regret on Mark&#8217;s face.) So&#8230; «ahem» where do you work?</p>
<p>M: I&#8217;m up at NIH. (NIH = National Institutes of Health, a government organization responsible for conducting medical research. Based in Bethesda, where I live, it&#8217;s a major employer in our area.)</p>
<p>D: So, you&#8217;re a researcher?</p>
<p>M: Yeah, but I also spend a lot of time at Suburban. (Suburban = local hospital across the road from NIH.)</p>
<p>D: You do clinical work, too?</p>
<p>M: Well, at NIH we just get the weird cases, but at Suburban, in the clinic, I can get a broader range of patients.</p>
<p>D: That makes sense.</p>
<p>M: I&#8217;m a cardiologist, so we want to look at hearts with a range of conditions.</p>
<p>D: (Regretting putting so much butter in the french toast I&#8217;m making.) No kidding.</p>
<p>M: Yeah, so we end up going to Suburban. They benefit because they get the imaging equipment we&#8217;re working on and we benefit because we get exposure to a wider range of patients.</p>
<p>D: Imaging equipment?</p>
<p>M: That&#8217;s kinda what I do. I look at different ways to visualize the heart as a means for diagnosing conditions.</p>
<p>D: That&#8217;s really cool.</p>
<p>M: Yeah, I had no idea this where I would end up, but that&#8217;s how these things work, don&#8217;t they?</p>
<p>D: Tell me about it.</p>
<p>M: So. What do you do?</p>
<p>D: Brunch is ready!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=78&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/03/27/what-do-you-do-a-dialectic-fable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>
	</item>
		<item>
		<title>Reflections on the 2009 IA Summit</title>
		<link>http://blog.greenonions.com/2009/03/24/reflections-on-the-2009-ia-summit/</link>
		<comments>http://blog.greenonions.com/2009/03/24/reflections-on-the-2009-ia-summit/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 18:22:50 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[context in design]]></category>
		<category><![CDATA[ias09]]></category>
		<category><![CDATA[ias2009]]></category>
		<category><![CDATA[iasummit2009]]></category>
		<category><![CDATA[self-reflection]]></category>
		<category><![CDATA[stories]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=64</guid>
		<description><![CDATA[In which I ruminate on three things I took away from the IA Summit: core ideas that drive design, self reflection as a crucial ingredient to our work, and exploring context.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=64&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The underlying tenor of both the <a href="http://iasummit.org/2009/">2009 IA Summit</a> and <a href="http://interaction09.ixda.org/">Interaction09</a> was no doubt a response to the current economic crisis. On the face of it, the lower-than-expected enrollment made it difficult for attendees to fully embrace the escapism we so desperately seek at these events. The world beyond the conference hotel was very much in evidence, and attendees witnessed and participated in the struggle to figure out where we fit in. You might argue that the response in each community was vastly different. By my perception, however, both were some variation of &#8220;we need to be different than we are today,&#8221; perhaps an obvious reaction to the current climate.</p>
<p>At the IA Summit, there were a couple of contentious sessions. To be honest, I didn&#8217;t attend them. On purpose. I don&#8217;t go to the Summit to get my hackles raised or to be entertained by over-the-top performances. I go to learn things, to make connections (both conceptual and personal) and for inspiration. The good news is that these weren&#8217;t lacking this year, only overshadowed. Here are a few themes that emerged:</p>
<p><strong>1. Core Idea</strong></p>
<p>The notion of using theme in the design process is hardly new or unique to design, but it&#8217;s something that was explored from several angles. I&#8217;ve been noodling on the idea for a few years, ever since I decided to revisit creative writing and read a book or two on the subject. In writing, obviously, a theme is crucial.</p>
<p>At last year&#8217;s Summit, Leah Buley presented a <a href="http://www.iasummit.org/proceedings/2008/how_to_be_a_user_experience_te">fantastic talk</a> on being a lone wolf user experience designer. (Her CommonCraft-like approach was in part an inspiration to me to use a sketch style in my presentations.) The talk covered a few topics, but one of the things she mentioned was &#8220;design principles,&#8221; a collection of ideas that are meant to guide the design process. It was an appealing merge of two things&#8211;a theme and more traditional software requirements. They were sort of creative requirements.</p>
<p>Cindy Chastain <a href="http://iasummit.org/2009/program/presentations/experience-themes-an-element-of-story-applied-to-design/">took the idea further</a> this year by more directly applying techniques from creative writing (in this case, screenwriting) to the work that we do. She generously shared a few templates with us, showing how she captured a central idea, and then built upon the idea. This nugget, this core concept isn&#8217;t a throw-away line, generic and shallow. Instead, it&#8217;s a carefully considered expression of the product&#8217;s theme, message, and philosophy. It&#8217;s specific, meaningful, and pervades the entire design process, like a melodic theme might do in a piece of music.</p>
<p>But the notion was elsewhere in the Summit. I loved <a href="http://iasummit.org/2009/program/presentations/leading-with-insight/">Matthew Milan&#8217;s talk on insight</a>. His overall message to us was that having the insight is more important than having done tons of research. A little research to back-up a couple of meaningful insights is better than million dollar research projects that serve only to validate ideas. Like creating a theme for design work, expressing the outcome of research simply, meaningfully, and in an engaging way (Matt&#8217;s shocking but useful example was &#8220;your customers behave similarly to drug users&#8221;) can be a powerful tool for motivating change.</p>
<p><strong>2. Self-Reflection</strong></p>
<p>Chris Detzi and I put together a pre-conference workshop on &#8220;<a href="http://iasummit.org/2009/program/pre-con/skills-for-senior-ias-mastering-difficult-conversations-with-clients-and-colleagues/">Difficult Conversations</a>&#8221; and it went better than I could have hoped. While we had a lot of content prepared, our real goal was to encourage good discussion and sharing. We provided a framework to help people talk about their challenges. One of the session&#8217;s underlying messages is that difficult conversations have to start with self-reflection, with gaining a better understanding of your own strengths and weaknesses. I hope the participants found this exercise valuable.</p>
<p>Self-reflection also popped up a couple times in the regular sessions, though perhaps not as clearly as &#8220;core idea&#8221;. Admittedly, I read it into the message of a couple sessions, perhaps because I was feeling self-reflective.</p>
<p>Samantha Starmer gave a heartfelt and practical talk on &#8220;<a href="http://iasummit.org/2009/program/presentations/turning-hippos-into-allies-how-to-connect-with-powerful-people-in-your-organization/">HiPPOs</a>&#8221; &#8212; the Highest Paid Person&#8217;s Opinion &#8212; and how to deal with them. While it was, at one level, a better summary of our pre-conference workshop than I could have given, it was also a good exploration of corporate politics. Again, her underlying message encouraged participants to think about their role and place in the corporate hierarchy and what they can do to route around the silos. Self-reflection seemed like a key ingredient.</p>
<p>Sam&#8217;s wasn&#8217;t the only sessions that didn&#8217;t deal directly with information architecture. I was pleased to see several &#8220;soft skills&#8221; sessions in the program, including &#8220;<a href="http://iasummit.org/2009/program/presentations/the-courage-to-quit-starting-growing-and-maintaining-your-own-ux-business/">Courage to Quit</a>,&#8221; a panel discussion on starting your own shop. Three of the panelists were sole proprietors and my colleague Chris Fahey represented the &#8220;small partnership with employees&#8221; model that we use at EightShapes. Each gave a great account of their history and lessons learned in pursuing self-employment. At the conclusion of the individual presentations, I asked what kind of self-reflection was necessary in order to make the plunge. In starting <a href="http://www.eightshapes.com">EightShapes</a>, for example, I had to be honest with myself (and my partner) about the range of my capabilities, my ability to grow, and what I really wanted out of the arrangement.</p>
<p>Sarah Rice, Whitney Hess, and Chris gave great responses, echoing some of the things that I had thought about and expanding on the idea that self-reflection is important as an entrepreneur beyond just starting the company. Chris also admitted that mostly things move too fast to reflect on them beforehand.</p>
<p>Of course, Professor Michael Wesch&#8217;s <a href="http://iasummit.org/2009/program/presentations/keynotes/">keynote</a> was nothing if not a meditation on how new technologies permit new levels of self-reflection. Hardly apologetic for what to some might appear self-centered, Prof. Wesch&#8217;s talk instead celebrated the depth of connection people find online, through these new tools. He highlighted YouTube&#8217;s &#8220;response&#8221; feature, a way for people to leave video messages for each other, as a means for inviting others into one&#8217;s internal thought process. In a meta sort of way, Prof. Wesch&#8217;s talk was a self-reflection of self-reflection. This is what conference keynotes are for, though, aren&#8217;t they.</p>
<p><strong>3. Context</strong></p>
<p>While hardly as strong as the other two themes, I did appreciate that there was a lot more &#8220;meta&#8221; talk at this conference than those past. Right next to discussions on facets, deliverables, and heuristic analysis were sessions on the environments and climates in which we operate and for which we design products.</p>
<p>Prof. Wesch again set the stage with a concept called &#8220;context collapse,&#8221; a notion that things we say and do take on a life outside the context in which they were uttered. The extreme example is the politician or TV personality who says something without knowing they&#8217;re being recorded, only to find that clip posted to YouTube. Wesch likely wasn&#8217;t saying that there is not context. Instead, I took his meaning to be that context is no longer static.</p>
<p>Andrew Hinton&#8217;s talk was a nicely serendipitous follow-up to the keynote. His session also explored the <a href="http://iasummit.org/2009/program/presentations/you-are-mostly-here-digital-space-and-the-context-problem/">role of context</a> in design. For social media, context is crucial because our identity is derived not only from who we are, but who we are in specific contexts. Giving him pause, for example, was his teenage daughter friended him on Facebook. &#8220;I can&#8217;t not friend her,&#8221; he said, &#8220;but I did have to think about who I am on Facebook and whether it was OK for her to see that.&#8221;</p>
<p>Several sessions raised issues around the context in which we work. Though I didn&#8217;t attend his session, Eric Reiss talked about &#8220;return on investment&#8221; (ROI). What I got from the live-Tweeting and accounts from friends was that we designers mistakenly try to use ROI as a way of shoe-horning design into a business context. <a href="http://iasummit.org/2009/program/presentations/roi-retaining-our-interest/">Eric offered other ways</a> of realizing and communicating the value of design in a business context.</p>
<p>Jesse James Garrett&#8217;s closing plenary was also a meditation on context, on the state of the industry, on the divisiveness between different disciplines and the sour situation we&#8217;ve created for ourselves. Argue with the content or the packaging, but the core assumption is undeniable: The in-fighting in the fields of user experience design is not a context that makes doing our work fun.</p>
<p>For me, though, it was interesting to hear about how other designers and businesses are responding to external pressures. Financial crisis aside, there&#8217;s a lot to learn about how people do design relative to clients becoming more sophisticated about our work, to the backlash against specific methodologies, to the trends in new techniques.</p>
<p>As always, the greatest value for me is talking to people outside sessions. This year I got to hang out with people I&#8217;ve only ever really interacted with through Twitter. I got to reconnect with old friends. And I got to catch up with people in between, people I&#8217;ve met a few times in person but mostly know online. The range and depth of our relationships is far more fascinating, engaging, and rewarding than it&#8217;s ever been before.</p>
<p><strong>Next Year</strong></p>
<p>I won&#8217;t mind seeing pre-baked controversy in the program next year. If organizers want to include a purposefully contentious session, so be it, but I hope these debates aren&#8217;t about how we do our work. Deliverables, methods, and definitions should be off the table for debate. Instead, I hope that these heated discussions can be around the work itself.</p>
<p>For example, I&#8217;m thinking of submitting a talk where me and my partner each present designs we&#8217;ve done throughout the year and the other critiques it. Nathan and I tell each other what we like and don&#8217;t like about our work all the time. I&#8217;d like to see how the community responds to that kind of debate.</p>
<p>Either way, I can&#8217;t wait to see you in Phoenix next year!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=64&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/03/24/reflections-on-the-2009-ia-summit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>
	</item>
		<item>
		<title>[PLUG] A Safe Place to Talk About Deliverables</title>
		<link>http://blog.greenonions.com/2009/03/06/plug-a-safe-place-to-talk-about-deliverables/</link>
		<comments>http://blog.greenonions.com/2009/03/06/plug-a-safe-place-to-talk-about-deliverables/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 02:01:06 +0000</pubDate>
		<dc:creator>Dan B.</dc:creator>
				<category><![CDATA[Deliverables]]></category>
		<category><![CDATA[ego]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[self-serving]]></category>
		<category><![CDATA[web app summit]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.greenonions.com/?p=51</guid>
		<description><![CDATA[In April, I&#8217;ll be running a workshop at the Web App Summit on design documentation–you know, the documents you make to help explain your brilliant ideas to your adoring clients and colleagues. If your work involves creating wireframes and flow charts, usability test reports and personas, you&#8217;ll get a lot out of this session.
Let me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=51&subd=brownorama&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>In April, I&#8217;ll be running a <a href="http://www.uie.com/events/web_app_summit/2009/program/#brown">workshop at the Web App Summit</a> on design documentation–you know, the documents you make to help explain your brilliant ideas to your adoring clients and colleagues. If your work involves creating wireframes and flow charts, usability test reports and personas, you&#8217;ll get a lot out of this session.</p>
<p>Let me give you a taste of how the workshop goes:</p>
<ul>
<li>In the first third, we talk about general best practices around documentation. We&#8217;ll spend time looking at how purpose, audience, and other factors shape the overall document.</li>
<li>In the remaining two-thirds, we dig into specific documents. Usually, for each type of document we&#8217;re discussing, we spend ten minutes or so sketching a sample artifact (like a wireframe or flow chart) and then sharing a few of them.</li>
<li>The fruit-throwing portion of our session then begins, where I show examples from my portfolio. We talk about what works and what doesn&#8217;t work about a few of them. My ego is sufficiently iron-clad such that we can get pretty brutal during the session, but know that I cry in the corner during the breaks.</li>
<li>With the Socratic &#8220;learn by doing&#8221; out of the way, I&#8217;ll talk about some considerations for each artifact. Though I persist the &#8220;layers&#8221; approach described in the book, I&#8217;ve started providing a set of &#8220;content decisions&#8221;: a finite set of Things to Think About while you&#8217;re planning an artifact. Here&#8217;s the relevant slide for flow charts:</li>
</ul>
<p style="text-align:center;"><a href="http://brownorama.files.wordpress.com/2009/03/flow-decisions.jpg?w=300"></a><a href="http://brownorama.files.wordpress.com/2009/03/flow-decisions2.jpg"><img class="aligncenter size-full wp-image-57" title="flow-decisions2" src="http://brownorama.files.wordpress.com/2009/03/flow-decisions2.jpg?w=360&#038;h=267" alt="flow-decisions2" width="360" height="267" /></a></p>
<p>Some other things you should know about the session:</p>
<ul>
<li>There&#8217;s lots of discussion. I love hearing people&#8217;s war stories and ideas on how they do documentation.</li>
<li>Even though this is a &#8220;basics&#8221; workshop, the basics are definitely getting more advanced. Most participants are familiar with the fundamental conventions of wireframes and other artifacts, so the session ends up being about how to improve your personal process for doing these things.</li>
<li>My style is conversational, low-key, humorous*, and honest.</li>
</ul>
<p>So, that&#8217;s the long and the short of my full-day workshop at the Web App Summit. If you&#8217;re considering coming, leave me a comment and I&#8217;d be happy to talk with you about whether the session is right for you.</p>
<p>If you&#8217;re sold, and hopefully you are, the icing on the cake is that if you <a href="https://www.uie.com/events/web_app_summit/2009/register/">sign up with the promotion code BROWN</a>, you&#8217;ll get an <strong>extra $50 off</strong> for each day. Sign up for all four days and you&#8217;ll get an <strong>iPod nano</strong>. So, what are you waiting for? <strong><a href="https://www.uie.com/events/web_app_summit/2009/register/">Register now</a></strong>!</p>
<p>* LOL not guaranteed. We will back snorts and giggles, however.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brownorama.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brownorama.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brownorama.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brownorama.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brownorama.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brownorama.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brownorama.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brownorama.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brownorama.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brownorama.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.greenonions.com&blog=5929900&post=51&subd=brownorama&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.greenonions.com/2009/03/06/plug-a-safe-place-to-talk-about-deliverables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d02a7702bda65d95179b8b3d65d7309e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan B.</media:title>
		</media:content>

		<media:content url="http://brownorama.files.wordpress.com/2009/03/flow-decisions2.jpg" medium="image">
			<media:title type="html">flow-decisions2</media:title>
		</media:content>
	</item>
	</channel>
</rss>