<?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>Veracity Solutions Blog &#187; UX</title>
	<atom:link href="http://blogs.veracitysolutions.com/tag/ux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.veracitysolutions.com</link>
	<description>Software Consulting That Rocks</description>
	<lastBuildDate>Thu, 22 Apr 2010 17:21:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Roles of User Experience Design: User Research</title>
		<link>http://blogs.veracitysolutions.com/roles-of-user-experience-design-user-research/</link>
		<comments>http://blogs.veracitysolutions.com/roles-of-user-experience-design-user-research/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 04:46:20 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[UX Methodology]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[User Research]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=693</guid>
		<description><![CDATA[This is the second post in a series on User Experience design. See other posts here:

Introduction to User Experience (UX) Design

User Research
Definition
User research means learning about your users &#8211; your customers – by gathering data and testing designs for the two purposes of discovery and evaluation. User research answers questions like the following:

What is the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second post in a series on User Experience design. See other posts here:</p>
<ul>
<li><a href="http://blogs.veracitysolutions.com/introduction-to-user-experience-ux-design/">Introduction to User Experience (UX) Design</a></li>
</ul>
<h2>User Research</h2>
<h3>Definition</h3>
<p><strong>User research</strong> means learning about your users &#8211; your customers – by gathering data and testing designs for the two purposes of <em>discovery</em> and <em>evaluation</em>. User research answers questions like the following:</p>
<ul>
<li>What is the user&#8217;s workflow for their job (or given tasks)?</li>
<li>What do users want to ultimately <em>do</em>?</li>
<li>What terminology do they use? (what&#8217;s their domain language?)</li>
<li>How well does your software help users do what they need to do?</li>
<li>How well does the software match users&#8217; <em>mental model</em> of what they expect it should do?</li>
<li>What parts of your software do users find confusing?</li>
<li>What parts of your software do users love?</li>
</ul>
<p>The data you get from user research is both <strong>quantitative</strong> (hard numbers and statistics that tell you what is happening) and <strong>qualitative</strong> (observed behaviors and user rationales that give you the context of why).</p>
<h3>How it fits into Agile</h3>
<p>The trick about Agile and UX is that <strong>Agile development already involves user research</strong>.</p>
<p>Agile has a discovery process, in which we gather user stories from actual users and map them into goals, activities, and stories on a story wall. Discovery is about learning how users do their tasks and how your software can help them do what they need to do efficiently.</p>
<p>We also do evaluations, in which we show our designs or working prototype code to the customer (as a user or user advocate) for feedback, at the end of each iteration. Usability testing has a reputation for being formal and summative (when everything is done), but it&#8217;s just as useful when formative (while you&#8217;re building things) and the Agile methodology (done right) actually has an insertion point where the user research that has been gathered can usefully inform the on-going product development.</p>
<p>Making it a more formal part of the process gives Agile development <strong>three benefits</strong>:</p>
<ol>
<li>It makes getting feedback from users an explicit part of Agile development, so that we can get the info we need at the end of each iteration, throughout the design and development process, and make quick course corrections.</li>
<li>It gives us a &#8220;utility belt&#8221; of best practices for gathering data and evaluating software with users, so that the information we have is more accurate, and saves money and time.</li>
<li>The data we gather helps us make models of how users think and act, and having a rich model means that <a href="http://www.thinkingandmaking.com/view/agile-ux-six">designing (and redesigning) is much more rapid</a>.</li>
</ol>
<h3>User Research methods</h3>
<p>User research gathers data through a variety of methods. The methods we most commonly advocate are:</p>
<p>Field observations (watching users&#8217; behavior in context)</p>
<ul>
<li>semi-structured interviews (asking users both prepared and extemporaneous questions)</li>
<li>data logging (collecting statistics on software usage)</li>
<li>diary studies (asking users to record their experiences)</li>
</ul>
<p>Usability testing puts designs (sketches, or prototype code) in front of users, and then uses all of the methods above to get feedback and evaluate design decisions. [We've written far more information about these methods <a title="User Research Methods" href="http://wiki.veracitysolutions.com/confluence/display/veracity/User+Research+Methods">over here</a>.]</p>
<h3>What deliverables can I expect from User Research?</h3>
<p>Data gathering gives us the information we need to build a model of the users. This generally manifests itself in personas (write-ups describing the different typical users of your software) and in the user stories of an Agile story wall. As further data is gathered, the stories may change, and the story wall is an evolving model for a user&#8217;s workflow and needs.</p>
<p>Evaluation findings and raw data are kept in whatever system the team is using to document design. We recommend a wiki or blog as a repository for user research findings (and as a journal of design decisions for the rest of the UX design).</p>
<p>Findings should identify problems that need fixing and provide data to support the finding.</p>
<p><strong>Example: </strong>a wiki page with video that shows a user getting confused when trying to submit a form on a specific screen of your application. (There should be video of both the person&#8217;s reaction and the screen they see.)</p>
<p>User research informs decisions and makes recommendations, but should not prescribe how to fix the problems identified.</p>
<p>Keep in mind that there is <em>no such thing</em> as &#8220;fixing problems proactively&#8221;. Every piece of software is going to have problems and every piece of software is going to need to have the experience fixed. Many people have the idea that a good enough UX designer will be able to spot problems with their magical designer intuition and fix them without any contact with the target users. While there are best practices in terms of layout, color, type and flow, it is impossible to build a perfect application on the first try.</p>
<h3>Where in the development process does User Research fit?</h3>
<p>User research should occur throughout the entire design and development process. Before any coding begins and iterations begin in earnest, it is a vital component for properly identifying stories and the tasks associated with them.</p>
<p>For more specific information about how to implement the various user research tasks into the development process, see the chart in “User Experience and App Workflow”.</p>
<h3>What benefits can I expect from User Research?</h3>
<p>As mentioned before, user research is already a native part of Agile methodology; you&#8217;re not buying something extra by doing user research. If you don&#8217;t do it, you&#8217;re taking something OUT of Agile and weakening the strength of the methodology in the process.</p>
<p>As stated above, formalizing user research helps you set up an infrastructure for getting feedback on a more regular basis so that you can be more agile, and helps you be the most efficient and get the most accurate data when gathering feedback from users. User research helps you better understand the needs of your customers, identify software requirements, prioritize features and drive product strategy. This results in spending appropriate time and money on features that deliver the greatest return on investment (ROI).</p>
<p><em>(Silverlight/WPF technologies have some specific ROI benefits for gathering data. See below.)</em></p>
<h3>How do Silverlight/WPF technologies help me with User Research?</h3>
<p>The biggest aspect of the current Silvelright/WPF technogies that aids in user research is the SketchFlow application that comes as a part of Blend 3 (and later versions).</p>
<p>In early product planning and development,  SketchFlow lets you mock-up an interactive prototype that you can put in front of users in order to quickly collect feedback. While the system is not yet perfected, it offers significant savings over traditional shoe-leather data gathering.</p>
<p>For more developed projects, it is possible to hook <a href="http://mark.mymonster.nl/2009/02/15/tracking-silverlight-support-in-google-analytics/">Google Analytics into Silverlight</a> projects and let it listen for certain events. However, the most effective (and cheapest) method we&#8217;ve found is the old fashioned methods of user interviews and observation.</p>
<h2>Additional User Research links</h2>
<p>D. Chisnell. <em>Usability Testing Demystified</em>. (2009)<br />
<a href="http://www.alistapart.com/articles/usability-testing-demystified/">http://www.alistapart.com/articles/usability-testing-demystified/</a><br />
Straight-forward explanation of what usability testing is, how to do it, and why it doesn&#8217;t need to be formal summative testing.</p>
<p>S. Krug. <em>Don&#8217;t Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition</em>. (2005)<br />
<a href="http://www.amazon.com/exec/obidos/ASIN/0321344758/ref=nosim/advancedcommonse">http://www.amazon.com/exec/obidos/ASIN/0321344758/ref=nosim/advancedcommonse</a><br />
S. Krug. <em>Rocket Surgery Made Easy: A Do-It-Yourself Guide to Finding and Fixing Usability Problems</em>. (2009)<br />
<a href="http://www.amazon.com/exec/obidos/ASIN/0321657292/ref=nosim/advancedcommonse">http://www.amazon.com/exec/obidos/ASIN/0321657292/ref=nosim/advancedcommonse</a><br />
Excellent books, with some of the best advice on low/no-budget usability testing we&#8217;ve seen.</p>
<p>R. Jones, N. Milic-Frayling, K. Rodden, A. Blackwell, &#8220;Contextual Method for the Redesign of Existing Software Products,&#8221; <em>International Journal of Human-Computer Interaction</em>, 2007, 22(1-2). (Original paper dated 2004.)<br />
<a href="http://research.microsoft.com/apps/pubs/default.aspx?id=70095">http://research.microsoft.com/apps/pubs/default.aspx?id=70095</a><br />
Great practical overview of many of the methods described above, courtesy Microsoft Research.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.veracitysolutions.com/roles-of-user-experience-design-user-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to User Experience (UX) Design</title>
		<link>http://blogs.veracitysolutions.com/introduction-to-user-experience-ux-design/</link>
		<comments>http://blogs.veracitysolutions.com/introduction-to-user-experience-ux-design/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:58:33 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[UX Methodology]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=690</guid>
		<description><![CDATA[One of the most sought after aspects of line-of-business development in recent months has been the desire to create not just an application but an experience that appeals to and compels the users of the application. At the same time, there is no aspect of development that is more poorly understood in terms of planning, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most sought after aspects of line-of-business development in recent months has been the desire to create not just an application but an experience that appeals to and compels the users of the application. At the same time, there is no aspect of development that is more poorly understood in terms of planning, expectations and deliverables than UX design and development.</p>
<p>In this series of blog posts (tagged with UX Methodology), we at Veracity Solutions will try to elucidate how this process works for us.</p>
<p>This post is an effort to clear up some misconceptions about UX design and identify some common terms and roles to expect when doing UX design&#8230; especially within an Agile development environment.</p>
<h2>The 5 Roles of User Experience</h2>
<p>There are five terms that cover the tasks that can be expected in a project implementing effective user experience design. Keep in mind that this does not mean you need a small army to run your UX design initiative. Most UX designers can spearhead more than one of these roles. But it is important to remember that these roles each involve time (also known as money) and each role is important to the process.</p>
<p>Without further ado, the five UX roles are:</p>
<ul>
<li>User Research</li>
<li>Information Architecture (IA)</li>
<li>Interaction Design (IxD)</li>
<li>Visual Design (VisD)</li>
<li>UI Development (UI Dev)</li>
</ul>
<p>For each of these roles, we will cover the following:</p>
<ul>
<li>Definition of the role (what it is, what it’s for, how it’s done)</li>
<li>Deliverable (what do other people on the team see)</li>
<li>Where in the dev process this role take place</li>
<li>Tangible (profitable) benefits</li>
<li>Silverlight/WPF technologies that facilitate this task</li>
</ul>
<p>All of our work is done in using the Agile methodology and a good deal of it is done in Microsoft technologies. As a result, we&#8217;re focusing this series with those two concepts in mind. This doesn&#8217;t mean that people who work in non-Microsoft technologies will be lost at sea. Only that those who do use the Microsoft technologies will find additional information specific to WPF and Silverlight development.</p>
<p>The chart below is quick summary of how these roles fit together. The blocks indicate where the roles take place and the text near the arrows indicate what kind of deliverables come from each role and inform the next role or step in the design or development process. We&#8217;ll highlight how these roles work together in more detail in the coming posts.</p>
<p><a href="http://blogs.veracitysolutions.com/wp-content/uploads/2010/02/AgileSimple.png"><img class="alignnone size-full wp-image-691" src="http://blogs.veracitysolutions.com/wp-content/uploads/2010/02/AgileSimple.png" alt="" width="641" height="284" /></a></p>
<p>For more on UX and Agile, make sure you read the Scott Barnes post <a href="http://www.riagenic.com/archives/225">Can You Mix UX with Agile</a> and Anthony Colfelt&#8217;s <a href="http://www.boxesandarrows.com/view/bringing-user">Bringing User Centered Design to the Agile Environment</a>.</p>
<p>More to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.veracitysolutions.com/introduction-to-user-experience-ux-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
