<?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>TBNL &#187; graphic design</title>
	<atom:link href="http://www.tibobeijen.nl/blog/tag/graphic-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tibobeijen.nl</link>
	<description>...another view on the web and how it's built</description>
	<lastBuildDate>Tue, 15 Jun 2010 17:17:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Usability: What does this button do?</title>
		<link>http://www.tibobeijen.nl/blog/2009/10/09/usability-what-does-this-button-do/</link>
		<comments>http://www.tibobeijen.nl/blog/2009/10/09/usability-what-does-this-button-do/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:01:48 +0000</pubDate>
		<dc:creator>Tibo Beijen</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.tibobeijen.nl/?p=484</guid>
		<description><![CDATA[In software development projects, paying proper attention to usability aspects, can greatly help &#8216;getting the message functionality across&#8217;. Usability is a field of expertise on its own and involves techniques like wireframes, prototyping and card sorting. Not every project is the same and (sadly) lack of time or budget can prevent specialized interaction designers to [...]]]></description>
			<content:encoded><![CDATA[<p>In software development projects, paying proper attention to usability aspects, can greatly help &#8216;getting the <del datetime="2009-09-20T10:22:43+00:00">message </del>functionality across&#8217;. <a href="http://en.wikipedia.org/wiki/Usability">Usability</a> is a field of expertise on its own and involves techniques like <a href="http://www.usabilityfirst.com/glossary/term_645.txl">wireframes</a>, <a href="http://www.usabilitynet.org/tools/prototyping.htm">prototyping</a> and <a href="http://en.wikipedia.org/wiki/Card_sorting">card sorting</a>. Not every project is the same and (sadly) lack of time or budget can prevent specialized interaction designers to be involved in the project. This means that making the application &#8216;usable&#8217; becomes the responsibility of graphic designers or developers (or it is neglected altogether). Not an easy combination of tasks&#8230;<br />
<span id="more-484"></span><br />
When developing or visually designing an application one goes into much detail which makes it hard to step back and look at the application from an end user&#8217;s perspective. To help measure and improve usability there are numerous <a href="http://www.usereffect.com/topic/25-point-website-usability-checklist">usability checklists</a> out there, some of them focusing on <a href="http://www.alistapart.com/articles/sensibleforms">specific subjects like forms</a>. Such lists can be very complete (and thereby very long) and because of that difficult to continuously use during development. They tend to be more useful as an evaluation tool than as a development tool.</p>
<p>To help during development (or design) it helps to keep in mind that a user using an application is all about interaction and exchanging information. At any given moment while using an application, a user might wonder things like:</p>
<ul>
<li>What did that button do?</li>
<li>What will this button do?</li>
<li>What does this label mean?</li>
<li>How can I find the page I&#8217;m looking for?</li>
</ul>
<p>Summarized: action and information, past and future as illustrated below:<br />
<div id="attachment_501" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.tibobeijen.nl/blog/wp-content/uploads/2009/09/usability_application_state_diagram_01.gif" alt="Usability: Application State Diagram" title="Usability: Application State Diagram" width="500" height="350" class="size-full wp-image-501" /><p class="wp-caption-text">Usability: Application State Diagram</p></div></p>
<h3>Four quadrants</h3>
<h4>I. Past actions</h4>
<p>This translates to &#8216;feedback&#8217;. Is it at any point clear to the user what the application is doing or has done, following the user&#8217;s commands? Is the feedback form sent? Are modifications done through the CMS visible online? Is the application really still busy or is something going wrong?</p>
<h4>II. Future actions</h4>
<p>Feed forward. For a user to &#8216;trust&#8217; an application he needs to be able to predict what will happen when he performs certain actions. Take for instance a webshop: After clicking &#8216;place order&#8217;, will there be a screen to review and possibly cancel the order process? Or, after saving a page in a CMS, will it be possible to preview a page before it&#8217;s visible on the live site?</p>
<h4>III. Past information</h4>
<p>This focuses mainly on how information is displayed at a given point. Is important information clearly recognizable? Is it clear what is displayed? For example a product page on a webshop: Can editorials and user comments be clearly distinguished?</p>
<h4>IV. Future information</h4>
<p>This covers navigation and thereby how all the information and possible interaction of an application is structured. To efficiently use an application a user needs to be able to predict where to find information and how to get there. This involves structuring navigation and perhaps also tailoring navigation to accommodate for common usage scenarios.</p>
<h3>What this diagram does not</h3>
<p>The above diagram focuses on the state of an application at a given point and therefore doesn&#8217;t look at the bigger picture. This means it doesn&#8217;t:</p>
<ul>
<li>Cover consistency throughout the application.</li>
<li>Prioritize functionality.</li>
<li>Match functionality with user goals.</li>
<li>Look into characteristics of the targetted users (like experience with similar applications) or the environment the application is used in.</li>
</ul>
<h3>What this diagram can do</h3>
<p>Taking back a step once in a while <em>during</em> development and applying this diagram on the application that is being created, can help to quickly point out certain usability flaws. This is especially true when there is no dedicated usability expert in the team. Having a certain amount of knowledge of the more elaborate checklists mentioned earlier will help. Besides being used as a quick evaluation tool this diagram can also be used to structure usability-related thoughts and ideas and predict their effectiveness. Hopefully that will help creating a better user experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tibobeijen.nl/blog/2009/10/09/usability-what-does-this-button-do/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Careful with that pixel, devigner</title>
		<link>http://www.tibobeijen.nl/blog/2008/12/03/careful-with-that-pixel-devigner/</link>
		<comments>http://www.tibobeijen.nl/blog/2008/12/03/careful-with-that-pixel-devigner/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:04:53 +0000</pubDate>
		<dc:creator>Tibo Beijen</dc:creator>
				<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.yunademo.nl/preview/tibobeijen.nl/?p=68</guid>
		<description><![CDATA[A couple of days ago I attended a presentation titled &#8216;WPF in LOB applications&#8217;. Without the abbreviations that would be &#8216;Windows Presentation Foundation in Line Of Business applications&#8217;. It was just an overview but some interesting points were mentioned.
First of all, it was explained that Microsoft Silverlight is a web-based subset of WPF. Now that [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I attended a presentation titled &#8216;WPF in LOB applications&#8217;. Without the abbreviations that would be &#8216;Windows Presentation Foundation in Line Of Business applications&#8217;. It was just an overview but some interesting points were mentioned.</p>
<p>First of all, it was explained that Microsoft Silverlight is a web-based subset of WPF. Now that places things in perspective for the web-minded. Then there was some coverage on XAML, a markup language used to develop interfaces, thereby separating business from logic. I&#8217;m not sure how that is handled in WinForms applications but I got the impression that that separation was something new. </p>
<p>Proceeding on that subject the term &#8216;devigner&#8217; was mentioned, a devigner being a combintion of a developer and a designer. I hadn&#8217;t heard that before but then again, it&#8217;s just another industry term. The WPF architecture would allow &#8216;devigners&#8217; to have a larger role in a project. There&#8217;s a bit of paradox there as the increasing separation between logic and presentation seems more likely to push designers and developers back in their respective corners. But if you look upon it as &#8216;getting the hardcore logic out of the interface development&#8217; it makes a lot more sense.</p>
<p>Anyway, it raises a lot of questions: What <em>is</em> a devigner? Do devigners exist? (sure, depends on the definition) Am I a devigner? (probably, depends on the definition) Are you a devigner? Do they appear &#8216;out in the open&#8217;? If so, how can you recognize them? Is the emphasis on design or develop? Can designers be good developers and vice versa?</p>
<p>Regarding that last question: Just because someone is a proficient soccer player doesn&#8217;t mean he can&#8217;t be good at chess, right?</p>
<p>Interesting, interesting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tibobeijen.nl/blog/2008/12/03/careful-with-that-pixel-devigner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
