<?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>Mockery Blog &#187; UI</title>
	<atom:link href="http://getmockery.com/blog/archives/tag/ui/feed" rel="self" type="application/rss+xml" />
	<link>http://getmockery.com/blog</link>
	<description>GetMockery.com company blog - Mockery, UI, and more.</description>
	<lastBuildDate>Sat, 21 Aug 2010 17:32:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Already Told You That!</title>
		<link>http://getmockery.com/blog/archives/76</link>
		<comments>http://getmockery.com/blog/archives/76#comments</comments>
		<pubDate>Fri, 13 Nov 2009 02:02:54 +0000</pubDate>
		<dc:creator>Joel Anair</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://getmockery.com/blog/?p=76</guid>
		<description><![CDATA[I used to have a checking account with Wells Fargo. Overall I was pretty happy with the service, locations, and website. It was a pretty good overall banking experience. There was, however, one extremely grating thing. Every time I used of of their ATMs, it started out by saying, &#8220;Welcome, Joel. Please select a language [...]]]></description>
			<content:encoded><![CDATA[<p>I used to have a checking account with Wells Fargo. Overall I was pretty happy with the service, locations, and website. It was a pretty good overall banking experience. There was, however, one extremely grating thing. Every time I used of of their ATMs, it started out by saying, &#8220;Welcome, Joel. Please select a language for this transaction,&#8221; and presenting options for English and Spanish.</p>
<p>Of course, I have no problem with them providing the option to conduct transactions in Spanish. What bothered me was that I had to tell them <em>every time I used the ATM</em>. Christ, they know who I am; I just put my card in the machine, and they&#8217;re addressing me by name! What are the odds I would want to change my mind and use a different language than I used last time I used the ATM? Would that ever happen?</p>
<p>Now, there may have been a technical reason that it wasn&#8217;t possible to save my preferred language. From a user&#8217;s perspective, though, it just doesn&#8217;t matter. It&#8217;s annoying having to answer the same question, click the same button, change the same radio button, or do anything else <em>every single time you want to get something done</em>.</p>
<p>I try to remember how irritating those ATMs were when I&#8217;m adding new functionality in <a href="http://getmockery.com">Mockery</a>. Am I asking my users to do the same thing over and over? Users tend to be less forgiving of minor annoyances when your application doesn&#8217;t spit out $20 bills.</p>
]]></content:encoded>
			<wfw:commentRss>http://getmockery.com/blog/archives/76/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A roundup of UI guidelines and reference documents</title>
		<link>http://getmockery.com/blog/archives/72</link>
		<comments>http://getmockery.com/blog/archives/72#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:11:07 +0000</pubDate>
		<dc:creator>Joel Anair</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://getmockery.com/blog/?p=72</guid>
		<description><![CDATA[As UI designers, we are responsible for playing nicely with the operating systems that our software runs on. While blind adherence to any rule is obviously not a good idea, uniformity gives applications greater learnability and makes users feel at home. If you&#8217;re doing something in your app differently than other apps do the same [...]]]></description>
			<content:encoded><![CDATA[<p>As UI designers, we are responsible for playing nicely with the operating systems that our software runs on. While blind adherence to any rule is obviously not a good idea, uniformity gives applications greater learnability and makes users feel at home. If you&#8217;re doing something in your app differently than other apps do the same thing, you should have a good reason.</p>
<p>If you&#8217;re developing software that will run on multiple platforms, in most cases the technology you&#8217;re using will handle rendering controls and widgets in a platform-appropriate way. But using platform-specific design patterns is still up to you. Luckily, most major platforms provide guides for designing UIs that feel right. Here is a list of useful documentation broken out by OS.</p>
<h3>Windows</h3>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/aa511440.aspx">Windows User Experience Interaction Guidelines</a> include sections on controls, windows, commands (by which they mean menus and toolbars), text, handling input devices, and more.</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa511275.aspx">The Aesthetics section of the above document</a>, in particular, has some really useful information about UI layout and the graphic design side of UI.</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa511443.aspx">Microsoft&#8217;s overview of the Windows Environment</a> will be particularly helpful for anyone who hasn&#8217;t been able to keep up with the Windows UI over the past few revisions.</li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb328626.aspx">MS&#8217;s Visual Index of controls</a> provides screenshots and brief descriptions of UI controls as they appear in the modern Aero Windows graphical theme.</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa511331.aspx">Top Guidelines Violations </a> serves as an example of what not to do in your UI design.</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa511335.aspx">How to Design a Great User Experience</a> offers 19 pieces of advice. I&#8217;m not certain that Microsoft is the best source for advice on creating <em>great</em> UIs, but they have been successful, and most of these points are fairly self-evident.</li>
</ul>
<h3>Mac OS X</h3>
<ul>
<li><a href="http://developer.apple.com/mac/library/DOCUMENTATION/UserExperience/Conceptual/AppleHIGuidelines/XHIGIntro/XHIGIntro.html">The Apple Human Interface Guidelines</a> are the grandfather of all UI guidelines and pretty much a one-stop-shop for information of best practices in Mac OS UI development.</li>
<li><a href="http://developer.apple.com/mac/library/DOCUMENTATION/UserExperience/Conceptual/AppleHIGuidelines/XHIGPartIII/XHIGPartIII.html#//apple_ref/doc/uid/TP40002723-TPXREF101">The Aqua Interface</a> deals specifically with the controls and widgets available to UI developers on the Mac.</li>
<li><a href="http://developer.apple.com/mac/library/DOCUMENTATION/UserExperience/Conceptual/AppleHIGuidelines/XHIGMOSXEnvironment/XHIGMOSXEnvironment.html#//apple_ref/doc/uid/TP40002721-TPXREF101">The Mac OS X Environment</a> provides a run-down on the Dock, Finder, Desktop, and more Mac-specific OS-level features that may be unfamiliar to Windows-only developers or designers.</li>
<li><a href="http://developer.apple.com/mac/library/DOCUMENTATION/UserExperience/Conceptual/AppleHIGuidelines/XHIGDesignProcess/XHIGDesignProcess.html#//apple_ref/doc/uid/TP40002718-TPXREF101">The Design Process</a> is a good, quick read with some good, though often obvious, advice.</li>
</ul>
<h3>Linux/Other</h3>
<ul>
<li><a href="http://library.gnome.org/devel/hig-book/stable/">The GNOME Human Interface Guidelines</a> are similar in layout and organization to MS and Apple&#8217;s guides, but cover the GNOME desktop environment.</li>
<li><a href="http://developer.kde.org/documentation/standards/kde/style/basics/index.html">The KDE User Interface Guidelines</a> provide the same for the KDE environment.</li>
</ul>
<p>This is not intended to be an exhaustive list of UI reference materials; rather, it is a list of official reference materials provided by platform providers. If you know of other useful platform-specific UI guideline documents, please post them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://getmockery.com/blog/archives/72/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A faster horse</title>
		<link>http://getmockery.com/blog/archives/68</link>
		<comments>http://getmockery.com/blog/archives/68#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:08:18 +0000</pubDate>
		<dc:creator>Joel Anair</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://getmockery.com/blog/?p=68</guid>
		<description><![CDATA[“If I’d asked people what they wanted, they would have said a faster horse.”
- Henry Ford
I just heard that quote yesterday from a pretty smart guy, and I really like it. Some people disagree, but I couldn&#8217;t agree more. Sliced Bread Design had a great and very detailed take on it. My favorite bit from [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>“If I’d asked people what they wanted, they would have said a faster horse.”</em></p>
<p><em>- Henry Ford</em></p></blockquote>
<p>I just heard that quote yesterday from <a title="Rob's very interesting blog" href="http://blog.founddrama.net">a pretty smart guy</a>, and I really like it. <a title="An argument against Henry Ford's point" href="http://findsubstance.com/2007/09/10/henry-ford-was-asking-the-wrong-question/">Some people disagree</a>, but I couldn&#8217;t agree more. Sliced Bread Design had <a title="Sliced Bread Design's blog post on Henry Ford's quote" href="http://www.slicedbreaddesign.com/blog/index.php/2009/10/a-faster-horse-when-not-to-listen-to-users/">a great and very detailed take</a> on it. My favorite bit from it:</p>
<blockquote><p>So, what should Henry Ford have been asking his customers? Instead of, “What do you want?” he could have asked, “Is there anything you particularly like or don’t like about your horse and wagon?”</p></blockquote>
<p>You can probably very easily ask someone what software they want you to build, bang out the code, and deliver exactly what they asked for. They might even be really happy with it. But if that&#8217;s all you&#8217;re doing, what separates you from everyone else? What we need to do is break down user requests into desired implementations and desired results.</p>
<h3>Implementations are a means to an end.</h3>
<p>Customers are not going to make clear distinctions in feature requests between desired implementations and desired outcomes. It is up to us to do make that distinction, because <em>if we can come up with a better implementation that produces the same result, we both win</em>. A customer may ask for a dialog, but what he/she&#8217;s really asking for is <em>whatever that dialog lets them do</em>.</p>
<p>Applying this to Henry Ford&#8217;s quote, if we had a customer ask us for a faster horse, we could simply break down the request into implementation and outcome. The desired outcome is fairly clear; <em>get me and my stuff from point a to point b faster</em>. The desired implementation? Some kind of rocket-powered superhorse. The outcome is what the customer is willing to pay for, though; the implementation is merely a suggestion. If you can can come up with a better implementation (and Henry Ford sure did), people will not be disappointed.</p>
<p>As a developer, it&#8217;s easy to become fixated on details; they&#8217;re our bread and butter. That&#8217;s why it&#8217;s important to take a step back when analyzing customer requests and remember that users have exactly the opposite fixation. They&#8217;re willing to work with just about any implementation that lets them accomplish their task. We need to give them what they really <strong>want</strong>, whether or not it&#8217;s what they asked for.</p>
]]></content:encoded>
			<wfw:commentRss>http://getmockery.com/blog/archives/68/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playing left-handed, cognitive dissonance</title>
		<link>http://getmockery.com/blog/archives/57</link>
		<comments>http://getmockery.com/blog/archives/57#comments</comments>
		<pubDate>Thu, 22 Oct 2009 01:50:09 +0000</pubDate>
		<dc:creator>Joel Anair</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[intuitiveness]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://getmockery.com/blog/?p=57</guid>
		<description><![CDATA[I play guitar left-handed, which is kind of a pain in the ass when it comes down to it. I can&#8217;t play anyone else&#8217;s guitar and they can&#8217;t play mine. When I go to the guitar store, there are usually only a couple of lefties and they&#8217;re usually pretty unspectacular.
Most times when I mention this [...]]]></description>
			<content:encoded><![CDATA[<p>I play guitar left-handed, which is kind of a pain in the ass when it comes down to it. I can&#8217;t play anyone else&#8217;s guitar and they can&#8217;t play mine. When I go to the guitar store, there are usually only a couple of lefties and they&#8217;re usually pretty unspectacular.</p>
<p>Most times when I mention this to people they ask me why I didn&#8217;t just learn to play right-handed. After all, it would be my left hand that would be doing the &#8220;hard&#8221; part. And, in fact, I tried it when I was first starting. Thing was, <em>it just felt wrong</em>. I didn&#8217;t enjoy it until I flipped the guitar over and played it the way it felt right. Years later, I&#8217;m still happily shredding.</p>
<p>The suggestion to &#8220;just play right-handed&#8221; is well-meaning but wrong. There is a reason that right-handed people (almost) universally play guitar right-handed. There is a real connection between plucking and strumming and the dominant hand. It just works that way for most people. Fighting to overcome that natural tendency is not fun, and when playing music is not fun people do not learn to play. I think you&#8217;d be doing a disservice to an aspiring guitarist if you told him or her to flip the guitar over and play it the other way because that&#8217;s just <em>the way it&#8217;s done</em>.</p>
<p>Software, I think, is a lot like that. You can force people to try to accommodate your interface. If your app is important enough to them, they may even fight their way through the pain and continue to use it. But if you continually tell people to do things in a way that is uncomfortable and unintuitive for them, people who are just getting started are going to bail out and give up on you because <em>it&#8217;s not worth the pain to them</em>. If I ever get tempted to cut a corner UI-wise, I&#8217;m going to try to remember how it felt to try to play that right-handed guitar 15-odd years ago when I was getting started.</p>
]]></content:encoded>
			<wfw:commentRss>http://getmockery.com/blog/archives/57/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What do you call them? Mockups? Prototypes? Wireframes?</title>
		<link>http://getmockery.com/blog/archives/36</link>
		<comments>http://getmockery.com/blog/archives/36#comments</comments>
		<pubDate>Sun, 11 Oct 2009 01:32:59 +0000</pubDate>
		<dc:creator>Joel Anair</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mockup]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[terminology]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[wireframe]]></category>

		<guid isPermaLink="false">http://getmockery.com/blog/?p=36</guid>
		<description><![CDATA[One of the snags I run into most often when I talk to people about Mockery is the terminology involved in designing UIs. What one person calls a mockup (or a mock-up) another person may call a prototype or a wireframe. While they all amount to more or less the same thing, here&#8217;s some clarification [...]]]></description>
			<content:encoded><![CDATA[<p>One of the snags I run into most often when I talk to people about Mockery is the terminology involved in designing UIs. What one person calls a mockup (or a mock-up) another person may call a prototype or a wireframe. While they all amount to more or less the same thing, here&#8217;s some clarification on how I see the terms:</p>
<p>A mock-up is an image of a product used to flesh out ideas and solidify the design, done (ideally) before implementation begins. It isn&#8217;t intended to work at all; it is just a representation of what the finished product should look like.</p>
<p>Naturally, then, some confusion comes in when the term &#8220;prototype&#8221; is used to describe a mockup. A prototype is, to my mind, a functional (albeit crude) implementation of something used to prove it can be done and to test the technology involved. The key bit is that <em>it should work</em>. And that&#8217;s part of the problem with prototypes: the fact that they work means that all too often <em>the prototype becomes the release</em>. It&#8217;s happened to me before, and it&#8217;s reason enough to</p>
<p>Wireframe is a term I hear used synonymously with mockup a lot; it seems that a wireframe is a very light, fast mockup without much or any visual flair.</p>
<p>All in all it doesn&#8217;t really matter, but I do have to explain what a mockup is more often than I would expect. Hopefully getting the word out about Mockery will help.</p>
<p>Anybody have any thoughts on what we should call all of this stuff?</p>
<p><strong>Update: </strong><a title="Melissa Bernais's desciption" href="http://www.melissabernais.com/blog/wireframes-v-mock-ups-v-prototypes/" target="_self">http://www.melissabernais.com/blog/wireframes-v-mock-ups-v-prototypes/</a> describes Melissa Bernais&#8217;s take on this really well. I agree with her on all of these; our definitions of prototype are a little different but not incompatible.</p>
]]></content:encoded>
			<wfw:commentRss>http://getmockery.com/blog/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I think that StartupToDo.com is a good idea</title>
		<link>http://getmockery.com/blog/archives/20</link>
		<comments>http://getmockery.com/blog/archives/20#comments</comments>
		<pubDate>Tue, 29 Sep 2009 22:54:27 +0000</pubDate>
		<dc:creator>Joel Anair</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[clever]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[to do]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://getmockery.com/blog/?p=20</guid>
		<description><![CDATA[I learned about the launch of StartupToDo.com yesterday at the Joel on Software discussion boards. It seems like a smart idea.
Basically, it provides and to-do lists for software startups to follow. These are designed by experts and intended to work sort of like a paint-by-numbers for building a new software business.
It sounds really smart to [...]]]></description>
			<content:encoded><![CDATA[<p>I learned about the launch of <a title="StartupToDo" href="http://startuptodo.com">StartupToDo.com</a> yesterday at the Joel on Software discussion boards. It seems like a smart idea.</p>
<p>Basically, it provides and to-do lists for software startups to follow. These are designed by experts and intended to work sort of like a paint-by-numbers for building a new software business.</p>
<p>It sounds really smart to me, as there are so many things that you just have to know when you get started. I think they will probably be successful.</p>
]]></content:encoded>
			<wfw:commentRss>http://getmockery.com/blog/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
