<?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>User experience and usability &#187; guidelines</title>
	<atom:link href="http://www.mariellewinarto.nl/category/guidelines/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mariellewinarto.nl</link>
	<description>on user experience, usability, cognition, neuroscience, psychology, learning, interface design, ergonomics, and other interesting things</description>
	<lastBuildDate>Tue, 26 Jul 2011 09:47:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The prototypical portfolio site</title>
		<link>http://www.mariellewinarto.nl/2011/05/links-for-2011-05-06/</link>
		<comments>http://www.mariellewinarto.nl/2011/05/links-for-2011-05-06/#comments</comments>
		<pubDate>Fri, 06 May 2011 20:39:56 +0000</pubDate>
		<dc:creator>marielle</dc:creator>
				<category><![CDATA[guidelines]]></category>

		<guid isPermaLink="false">http://www.mariellewinarto.nl/2011/05/links-for-2011-05-06/</guid>
		<description><![CDATA[An older (2009) but still nice to read case study on portfolio websites (especially design portfolios): Portfolio Design Study: Design Patterns and Current Practices &#8211; Smashing Magazine How does the typical portfolio site look? Prototypical portfolio site: light design, with neutral, calm colors in a horizontally centered layouts with two to three columns and a simple [...]]]></description>
			<content:encoded><![CDATA[<p>An older (2009) but still nice to read case study on portfolio websites (especially design portfolios):</p>
<p><a href="http://www.smashingmagazine.com/2009/09/17/portfolio-design-study-design-patterns-and-current-practices/">Portfolio Design Study: Design Patterns and Current Practices &#8211; Smashing Magazine</a></p>
<h2>How does the typical portfolio site look?</h2>
<p>Prototypical portfolio site: light design, with neutral, calm colors in a horizontally centered layouts with two to three columns and a simple large horizontal navigation with right-aligned elements including a link to the &#8216;about us&#8217; page, some kind of introductory block in the upper area, contact link in the upper-right corner.<br />
For every project there&#8217;s a detailed page including case studies, testimonials, slideshows with screenshots, drafts and sketches. There is some form of standalone services page. The contact page contains driving directions, a phone number, email address, postal address, vCard and online form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mariellewinarto.nl/2011/05/links-for-2011-05-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multicolumn lists, reading direction and alphabetic ordering</title>
		<link>http://www.mariellewinarto.nl/2008/07/multicolumn-lists-reading-direction-and-alphabetic-ordering/</link>
		<comments>http://www.mariellewinarto.nl/2008/07/multicolumn-lists-reading-direction-and-alphabetic-ordering/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:53:30 +0000</pubDate>
		<dc:creator>marielle</dc:creator>
				<category><![CDATA[guidelines]]></category>
		<category><![CDATA[direction]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.mariellewinarto.nl/?p=38</guid>
		<description><![CDATA[On iconic logo designers, a great website by the designer David Airey with a collection of logo designers, I found the following multicolumn list: In books the multicolumn format for lists was generally used to save space. A single-column lists takes up a lot of vertical space and only little horizontal space. A long list [...]]]></description>
			<content:encoded><![CDATA[<p>On <a href="http://www.logosdesigners.com/">iconic logo designers</a>, a great website by the designer <a href="http://www.davidairey.com/">David Airey</a> with a collection of logo designers, I found the following multicolumn list:<br />
<img src="http://www.mariellewinarto.nl/weblog/wp-content/logodesignerslist.png" alt="List of logo designers in original order" title="logodesignerslist" width="487" height="244" class="alignnone size-full wp-image-42" /><br />
<span id="more-38"></span><br />
In books the multicolumn format for lists was generally used to save space. A single-column lists takes up a lot of vertical space and only little horizontal space. A long list could be split in the middle to be shown in two columns, or split at multiple points for more than two columns.</p>
<p>In this example there are 32 items: 4 columns, each containing 8 items. These items are ordered alphabetically (based on the designer&#8217;s last name). The table was filled row by row.</p>
<h3>Reading order</h3>
<p>However, in general a column-first reading order feels more natural. In this list, the items in each column are centered horizontally, which points more attention to the vertical direction than to the horizontal rows.</p>
<p>The same list, filled column-first:<br />
<img src="http://www.mariellewinarto.nl/weblog/wp-content/logodesignerslist-reordered1.png" alt="Logo designers - filled column-first" title="logodesignerslist-reordered1" width="487" height="249" class="alignnone size-full wp-image-41" /><br />
The alphabetic ordering is discovered faster, and it&#8217;s easier to find a particular item.</p>
<h3>General guideline</h3>
<p><i>When placing items in multi-columns lists or tables, follow the natural reading direction unless there is a good reason to do otherwise. </i> This one is pretty obvious. That in html it is easier to fill a table row by row does not count as a good reason. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mariellewinarto.nl/2008/07/multicolumn-lists-reading-direction-and-alphabetic-ordering/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Standards: when there is no obvious best choice</title>
		<link>http://www.mariellewinarto.nl/2008/07/standards-when-there-is-no-obvious-best-choice/</link>
		<comments>http://www.mariellewinarto.nl/2008/07/standards-when-there-is-no-obvious-best-choice/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 13:44:17 +0000</pubDate>
		<dc:creator>marielle</dc:creator>
				<category><![CDATA[guidelines]]></category>
		<category><![CDATA[heuristics]]></category>

		<guid isPermaLink="false">http://www.mariellewinarto.nl/weblog/?p=24</guid>
		<description><![CDATA[On which side of the road should we drive? Although I probably could make up an argument for either side based on the asymmetry of the brain&#8217;s hemispheres, this would be little convincing. Driving on the right is not safer (or less safe) than driving on the left. But it is pretty obvious that randomly [...]]]></description>
			<content:encoded><![CDATA[<p>On which side of the road should we drive? Although I probably could make up an argument for either side based on the asymmetry of the brain&#8217;s hemispheres, this would be little convincing. Driving on the right is not safer (or less safe) than driving on the left. But it is pretty obvious that randomly assigning roads a &#8216;drive left&#8217; or &#8216;drive right&#8217; sign would lead to extremely dangerous situations, with frustrated drivers, accidents and confusion.</p>
<p>For many design choices in software applications there is no clear best option. The best thing to do in such a case is to aim for consistency (both internal consistency, within the application, and external consistency, with other applications in the typical usage environment). In this respect, human interface guidelines have great value and following guidelines results in applications consistent with your user&#8217;s expectations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mariellewinarto.nl/2008/07/standards-when-there-is-no-obvious-best-choice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple and Microsoft interface guidelines</title>
		<link>http://www.mariellewinarto.nl/2006/11/apple-and-microsoft-interface-guidelines/</link>
		<comments>http://www.mariellewinarto.nl/2006/11/apple-and-microsoft-interface-guidelines/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 03:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[guidelines]]></category>

		<guid isPermaLink="false">http://www.mariellewinarto.nl/weblog/?p=3</guid>
		<description><![CDATA[Today I found some time to look at the Apple Human Interface Guidelines for Mac OS X. Microsoft&#8217;s latest guidelines are the Windows Vista User Experience Guidelines (still &#8220;preliminary documentation&#8221; though). A few thoughts: The Vista guidelines are quite technology-driven sometimes, top rule number one is &#8220;Use the Aero Theme and System Font (Segoe UI)&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found some time to look at the <a href="http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/index.html">Apple Human Interface Guidelines</a> for Mac OS X. Microsoft&#8217;s latest guidelines are the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/uxguide/uxguide/home.asp">Windows Vista User Experience Guidelines</a> (still &#8220;<span class="external">preliminary documentation&#8221; though)</span>.</p>
<p>A few thoughts:
<ul>
<li>The Vista guidelines are quite technology-driven sometimes, top rule number one is &#8220;Use the Aero Theme and System Font (Segoe UI)&#8221;</li>
<li>Apple places more emphasis on the design process and stresses involving your users in early stage development and</li>
<li>The Apple guidelines are clearer and easier to work with</li>
<li>I really hope the final version of the Vista guidelines will be better<span class="external"></span></li>
</ul>
<p>On first impression, Apple clearly wins. (And I&#8217;m not even a Mac user)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mariellewinarto.nl/2006/11/apple-and-microsoft-interface-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

