<?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>Ranting Kenya &#187; Design</title>
	<atom:link href="http://www.designerkev.com/blog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerkev.com/blog</link>
	<description>Design, technology, games and the like.</description>
	<lastBuildDate>Wed, 10 Nov 2010 22:22:44 +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>Windows GUI Mouse Superiority</title>
		<link>http://www.designerkev.com/blog/usability/windows-gui-mouse-superiority/</link>
		<comments>http://www.designerkev.com/blog/usability/windows-gui-mouse-superiority/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 19:46:17 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/?p=345</guid>
		<description><![CDATA[Since the early days of Graphical User Interfaces (GUI), Apple's patents have long held their OS offerings among the easiest to use with a mouse. Acquiring targets consistently being their main strength. Computing however has changed from so many angles. Seems to me right now that the standard GUI is easiest to use if you have a Windows machine (a Windows 7 machine in particular). "Wait, what? Windows easier to use than a Mac? You're crazy!" No, not really.]]></description>
			<content:encoded><![CDATA[<p>Due to my desk positioning in the office, I&#8217;m frequently privy to many conversations around the office. One that caught my ear the other day was a coworker complaining about the Mac OS X GUI and that they preferred their Windows 7 laptop for many tasks. Music to my ears. Not because I hate Macs (far from it), but the general public consensus about seems to be all pro-Mac without really any hard thinking about the platforms.</p>
<p>Most of the people who switched to Mac in the last couple years have switched likely from an old Windows XP installation, bypassed Vista and Windows 7. Vista aside (not terrible if you waited for service pack 1), Windows 7 is fantastic, and many people don&#8217;t realize this.</p>
<p>But this isn&#8217;t a post regarding Windows 7 specifically, or the &#8220;which is better a better OS&#8221; debate. They&#8217;re both great at different things. This is a post comparing the two GUIs assuming the user is using the mouse the year is 2010. I&#8217;m going to look at user behaviour, Fitts&#8217; law (in concept, not with hard figures) and computers and how they&#8217;ve advanced hardware-wise and how this affects GUI elements.</p>
<h2>Fitts&#8217; Law</h2>
<p>A quick review of Fitts&#8217; law, upon which all my points refer to. The law essentially states that for user using a mouse cursor on a screen, the distance the mouse must travel and the size of the target are related to how easy it is to acquire a target. Target acquisition is the most fundamental action a user takes in any GUI. So, if a mouse must travel far, the difficulty goes up. The difficulty also increases if the target is small.</p>
<h2>The Law Applied</h2>
<p>The application of Fitts&#8217; law is obviously the most important aspect of it. A little trick that UIs have been doing is placing buttons or menu items on the edge of the screen. This has the effect of making a target area of infinite size (since the mouse cursor cannot extend past the edges of the screen). In the case of Apple&#8217;s computers, due to their patent, they always place their menus on the very top edge of the screen (not sure why Linux distros aren&#8217;t affected by this patent, obscurity I suppose). File, Edit, View etc. are always in the same place for every program. This is great because it makes consistent mousing to the menu bar much easier. This is good for Macs since they&#8217;ve always been mouse-oriented.</p>
<p>Similarily, Windows has been using this trick for the start menu (and some other elements). And in fact, the start menu is probably the easiest to acquire of any UI element on any OS since it&#8217;s in the bottom left corner (by default). It essentially has infinite width and height. You don&#8217;t even have to look, just throw the mouse that way and click and you got it. However, depending on what you&#8217;re doing, you probably don&#8217;t need to access this menu nearly as much as the file menu in a program (this is just assuming your only mousing within the active program).</p>
<p>At any rate, due to the way the Mac OS was designed (I&#8217;m not just talking OS X&#8230; pretty much every version I can think of), this has always been an advantage for Apple.</p>
<h2>Things Change</h2>
<p>I believe Mac&#8217;s advantage in this area is now a liability for many users for a number of reasons.</p>
<ol>
<li>Computer resolutions are much much larger. Just ten years ago (anecdotally), 1024 x 768 was the resolution used on nearly every computer. Now, computers are generally at least 1280 x 1024, or any number of widescreen resolutions (1920 x 1200, 1680 x 1050, 1280 x 960). This means total screen area has increased in general anywhere between 150% to nearly 300%. This doesn&#8217;t even take into account multiple monitor setups, which are continuing to gain in popularity. Multiply this effect for Mac users since Apple has truly been pushing high quality, larger displays in the last ten years. Ask any user of a 27 inch iMac how large the display is. A far cry from the resolutions when the patent was filed. What were they? 480 pixels wide?</li>
<li>Computer power in terms of multi-tasking is also generations ahead. More and more computers are now truly capable of running multiple programs simultaneously. Having a program open on the right-hand side of your 27 inch iMac, and going to the file menu that&#8217;s in the top left corner is a huge distance for the mouse to travel.</li>
<li>Users are now more physically capable users. Having a button on the screen of infinite size benefits the user new to a mouse (or trackpad, track ball, whatever) much much more than an experienced computer user. Most people have been using computers now for well over a decade. It&#8217;s the same as a new driver. Control of the gas pedal in a car is more erratic for new drivers than drivers with even one month of experience. Most people now click on relatively small targets with their mouse with little issue.</li>
<li>So much of what everybody does on a computer now is browser based anyway. The internet has been stealing users of applications for years now. You&#8217;ll probably hit the back button in your browser many more times a day than file and quit. This post was typed in wordpress, not Word or Textedit.</li>
</ol>
<h2>But wait, all of these points aren&#8217;t Mac exclusive!</h2>
<p>Windows resolutions are up, multitasking&#8217;s never been better, the users are also experienced, and we have the internet in Windows too! But here&#8217;s my reasoning for windows superiority&#8230;</p>
<ol>
<li>Combine points one and four. Most of what people do on computers now is browser based. Meaning, user aren&#8217;t going to the file menu for all their operations. The most common action for a browser from the file menu is probably quit. Well, if the browser is maximized (it&#8217;s probably the most commonly maximized program used now), then quitting on windows is just throw the  mouse to the top right without looking and click. That&#8217;s faster and easier then getting to the file menu alone.</li>
<li>Consider also that if a program in windows is maximized, you can actually close it in the top left corner by double clicking.</li>
<li>If a user is multi-tasking in windows, and you&#8217;re working in a specific program, unless the program currently in use is in the top left of the screen, then getting to the menus is vastly shorter for the windows user. Combine that with point three, then hitting a menu that&#8217;s not on the top edge of the screen&#8217;s advantage is lessened by computer user skill.</li>
<li>If you need to get rid of all the windows open to get to your desktop on your Windows 7 installation, just chuck the mouse to the bottom right and click. No need to minimize, minimize, minimize etc.</li>
<li>Accessing your pictures, documents, &#8220;My Computer&#8221; or any number of other items that may not sit on your dock can all be found one level deep on your start menu, which is super quick to access.</li>
</ol>
<p>Basically, strictly from a mousing usability perspective, Apple&#8217;s hold on the most usable OS has eroded away since the early days of GUI computing. Today, Windows (more specifically Windows 7) is a better OS overall for mousing (which is kind of ironic since the Mac OS is more mouse focussed).</p>
<p>That isn&#8217;t to say that the Mac OS is unusable. I believe that they are advancing GUI OS&#8217;s more than anyone on a large perspective. iOS is a perfect example. While not a GUI by traditional standards, their touch-centric interfaces still rely on GUI elements. Combine this with the desktop trackpads with multi-touch they now offer, they&#8217;re obviously attempting to move away from the standard GUI&#8217;s we&#8217;ve become accustomed to the last 20ish years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/usability/windows-gui-mouse-superiority/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Media Center Streaming Breaks</title>
		<link>http://www.designerkev.com/blog/media/when-media-center-streaming-breaks/</link>
		<comments>http://www.designerkev.com/blog/media/when-media-center-streaming-breaks/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 00:28:17 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/?p=240</guid>
		<description><![CDATA[I had this bizarre issue for the last month or so. One day, I could no longer stream anything to either of my two Xbox 360s from Windows Media Center. All that would happen is instead of the actual playback, I would just get a black screen for any live or recorded tv. I googled [...]]]></description>
			<content:encoded><![CDATA[<p>I had this bizarre issue for the last month or so. One day, I could no longer stream anything to either of my two Xbox 360s from Windows Media Center. All that would happen is instead of the actual playback, I would just get a black screen for any live or recorded tv.</p>
<p>I googled the net quite a bit, searched through various user forums, re-installed the extender a number of times, called Xbox technical support (pointless and frustrating), and nearly re-installed Vista.</p>
<p>Before I did that however, I did post in a couple forums my problem. And what do you know, I got response that worked.</p>
<p>Here&#8217;s the thread: <a title="Digital Home Forum - Media Center Streaming Issues" href="http://www.digitalhome.ca/forum/showthread.php?p=887638#post887638">http://www.digitalhome.ca/forum/showthread.php?p=887638#post887638</a></p>
<p>Here&#8217;s the fix: <a title="Microsoft Knowledge Base - Winsock" href="http://support.microsoft.com/kb/811259/en-us">http://support.microsoft.com/kb/811259/en-us</a></p>
<p>Turns out the solution was simple. Just reset the Winsock. Even though the auto-check showed no problems, and I could see all ten of the entries listed, I did the manual reset anyway. It worked.</p>
<p>Thanks to BadLag of the <a title="Digital Home Forums" href="http://www.digitalhome.ca/forum/index.php">Digital Home Forums</a> for the help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/media/when-media-center-streaming-breaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Browsers May Be Ignoring Your Floats</title>
		<link>http://www.designerkev.com/blog/design/why-browsers-may-be-disregarding-your-floats/</link>
		<comments>http://www.designerkev.com/blog/design/why-browsers-may-be-disregarding-your-floats/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 00:21:26 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[css design float]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/?p=184</guid>
		<description><![CDATA[Here&#8217;s a little tip I thought I&#8217;d share, and may be very obvious to many. I had a design I was testing that had 2 column, 3 column, and 4 column floats all on one page. Problem was, the only browser that seem to actually float the divs was Opera. I spent a hefty chunk [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a little tip I thought I&#8217;d share, and may be very obvious to many.</p>
<p>I had a design I was testing that had 2 column, 3 column, and 4 column floats all on one page. Problem was, the only browser that seem to actually float the divs was Opera. I spent a hefty chunk of time trying to figure out why Firefox especially was just putting one right after the other.</p>
<p>Turns out the answer was super simple. I had named my classes things like &#8220;3col&#8221; and &#8220;4col&#8221;. Once I renamed them to &#8220;threecol&#8221; and &#8220;fourcol&#8221; the whole thing worked perfectly in all browsers. So simple.</p>
<p>*insert head smashing desk*</p>
<p>Hopefully I&#8217;ll save somebody some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/design/why-browsers-may-be-disregarding-your-floats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome, and the ACID 2 Test</title>
		<link>http://www.designerkev.com/blog/of-interest/google-chrome-and-the-acid-2-test/</link>
		<comments>http://www.designerkev.com/blog/of-interest/google-chrome-and-the-acid-2-test/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:37:05 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Of Interest]]></category>
		<category><![CDATA[google chrome browser]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/?p=174</guid>
		<description><![CDATA[Well, what&#8217;s the first thing I tried after downloading Google chrome? The ACID 2 test of course. And how did the new browser fair? Interesting quesion. This is the screenshot I took. The errors changed based on how large my browser window was. Also, if I waited long enough (like 60 seconds or something), it [...]]]></description>
			<content:encoded><![CDATA[<p>Well, what&#8217;s the first thing I tried after downloading Google chrome? The ACID 2 test of course. And how did the new browser fair? Interesting quesion.</p>
<p><a href="http://www.designerkev.com/blog/wp-content/uploads/2008/09/googld_chrome_acid.png" rel="lightbox[174]"><img class="alignnone size-full wp-image-175" title="googld_chrome_acid" src="http://www.designerkev.com/blog/wp-content/uploads/2008/09/googld_chrome_acid.png" alt="" width="350" height="261" /></a></p>
<p>This is the screenshot I took. The errors changed based on how large my browser window was. Also, if I waited long enough (like 60 seconds or something), it would create the proper image.</p>
<p>As per most Google products, it&#8217;s a beta so I&#8217;m sure this will all be fixed soon enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/of-interest/google-chrome-and-the-acid-2-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 Beta 1 Passes the Acid 2 Test!</title>
		<link>http://www.designerkev.com/blog/code/firefox-3-beta-1-passes-the-acid-2-test/</link>
		<comments>http://www.designerkev.com/blog/code/firefox-3-beta-1-passes-the-acid-2-test/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 17:38:13 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[acid 2 test]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/css/firefox-3-beta-1-passes-the-acid-2-test/</guid>
		<description><![CDATA[I was only moderately excited for the new Firefox beta since my current version of Firefox 2 is fairly customized and runs great. However, as I was reading about the updates to Firefox 3, CSS rendering was supposed to be improved. I decided it was time to have another look at the Acid 2 test. [...]]]></description>
			<content:encoded><![CDATA[<p>I was only moderately excited for the new Firefox beta since my current version of Firefox 2 is fairly customized and runs great.</p>
<p>However, as I was reading about the updates to Firefox 3, CSS rendering was supposed to be improved. I decided it was time to have another look at the Acid 2 test. It&#8217;s a test to see if the CSS rendering of the browser is standards complaint. Firefox 2 was pretty good, but not perfect. Well, Firefox 3 fixes all of that. Here&#8217;s the screenshot I took to prove it.</p>
<p><a href="http://www.designerkev.com/blog/wp-content/uploads/2007/11/ff3_acid_test.png" rel="lightbox[92]" title="Firefox 3 Beta 1 rendering of the Acid 2 Test"><img src="http://www.designerkev.com/blog/wp-content/uploads/2007/11/ff3_acid_test.thumbnail.png" alt="Firefox 3 Beta 1 rendering of the Acid 2 Test" /></a></p>
<p>Congratulations to Mozilla for fixing the last remaining significant argument against Firefox! As a designer, I&#8217;m very happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/code/firefox-3-beta-1-passes-the-acid-2-test/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Font Smoothing and Web Design</title>
		<link>http://www.designerkev.com/blog/design/font-smoothing-and-web-design/</link>
		<comments>http://www.designerkev.com/blog/design/font-smoothing-and-web-design/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 20:49:25 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/design/font-smoothing-and-web-design/</guid>
		<description><![CDATA[Something that had never occurred to me before today was font smoothing and the web. Cleartype is a font smoothing technology that was included in Windows XP, but was not turned on my default (I have no idea why it’s not the default). I have had it turned on for as long as I can [...]]]></description>
			<content:encoded><![CDATA[<p>Something that had never occurred to me before today was font smoothing and the web. Cleartype is a font smoothing technology that was included in Windows XP, but was not turned on my default (I have no idea why it’s not the default). I have had it turned on for as long as I can remember, and it never occurred to me that some computers might not have it turned on.</p>
<p>This is a serious problem, I’m not sure how I never thought about it. Here’s a screenshot of the differences.</p>
<p><img src="http://www.designerkev.com/blog/wp-content/uploads/2007/10/comparisons.jpg" alt="Comparison of smoothed and un-smoothed text" /></p>
<p>The effect is not so bad on headings, since the letters are thicker. It’s more obvious on smaller letter forms. And you can’t really get a feel for the effect with just one word.</p>
<p>When you have a text-heavy website, all the jaggies make it nearly unreadable. Especially when you’re looking at large amount of technical text.</p>
<p>Does anyone know about a solution from the web developer side?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/design/font-smoothing-and-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple’s Clickwheel – A Borrowed Interface Behavior</title>
		<link>http://www.designerkev.com/blog/technology/apple%e2%80%99s-clickwheel-%e2%80%93-a-borrowed-interface-behavior/</link>
		<comments>http://www.designerkev.com/blog/technology/apple%e2%80%99s-clickwheel-%e2%80%93-a-borrowed-interface-behavior/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 17:09:30 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/technology/apple%e2%80%99s-clickwheel-%e2%80%93-a-borrowed-interface-behavior/</guid>
		<description><![CDATA[I was thinking about the clickwheel on Apple’s iPod and where they got the idea from. I also wondered why this strange circular movement of the thumb is so easy to use. Well it finally dawned on me. Combination padlocks. Personally, I don’t use the “pinch and rotate” technique with my fingers to select my [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking about the clickwheel on Apple’s iPod and where they got the idea from. I also wondered why this strange circular movement of the thumb is so easy to use.</p>
<p>Well it finally dawned on me. Combination padlocks.</p>
<p>Personally, I don’t use the “pinch and rotate” technique with my fingers to select my combination on my padlocks, I use my thumb over the actual numbered surface. This, I found, was more accurate and quick for me to open up my locker at the gym, in college, high school etc.</p>
<p>Then it dawned on me, virtually everyone has used this type of lock before. It’s a brilliant evolution of an interface everyone has used. Nobody realizes their thumbs have been trained for the iPod for years. Maybe the lock manufacturers should sue Apple. I’d say prior art is definitely established.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/technology/apple%e2%80%99s-clickwheel-%e2%80%93-a-borrowed-interface-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take Advantage of Human Nature, Reduce Your Choices.</title>
		<link>http://www.designerkev.com/blog/of-interest/take-advantage-of-human-nature-reduce-your-choices/</link>
		<comments>http://www.designerkev.com/blog/of-interest/take-advantage-of-human-nature-reduce-your-choices/#comments</comments>
		<pubDate>Fri, 11 May 2007 16:19:57 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Of Interest]]></category>

		<guid isPermaLink="false">http://www.designerkev.com/blog/uncategorized/take-advantage-of-human-nature-reduce-your-choices/</guid>
		<description><![CDATA[An excellent read from Andy Rutledge: Few things are as compelling or as fruitful as a rivalry. Any landscape, no matter how vibrant or contentious, is merely tepid without the conspicuous presence of two, and only two, powerful and clearly defined antagonists. Design View / Andy Rutledge &#8211; Versus Thinking about all the decisions I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>An excellent read from Andy Rutledge:</p>
<blockquote><p>Few things are as compelling or as fruitful as a rivalry. Any landscape, no matter how vibrant or contentious, is merely tepid without the conspicuous presence of two, and only two, powerful and clearly defined antagonists.</p>
<p class="citation"><cite cite="http://www.andyrutledge.com/versus.php"><a href="http://www.andyrutledge.com/versus.php">Design View / Andy Rutledge &#8211; Versus</a></cite></p>
</blockquote>
<p>Thinking about all the decisions I&#8217;ve tried to make over the years (movies at the movie store, type of beer to drink, what kind of sub to buy, what movie to go see, where to walk the dog etc&#8230;) this totally makes sense. I have literally spent hours in stores trying to pick between like 5 possible items. Even deciding what to eat for dinner with my girlfriend is frequently a difficult decision.</p>
<p>Thinking now about my work, as much as I&#8217;d love to only present two possible designs for a website, I feel that a only two different designs might not represent the best options. I look at web design sometimes more like problem solving. What is the best way to display this information? What is the best method of navigation for this content? There is frequently more than two solutions. In fact, if I haven&#8217;t even thought about a thrid option, I probably haven&#8217;t thought long and hard enough. How can you reduce possibly hundreds of ideas into only two sets of choices for a client?<br />
Maybe I should just try harder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerkev.com/blog/of-interest/take-advantage-of-human-nature-reduce-your-choices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.446 seconds -->

