<?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>mike&#039;s digital anthology &#187; design</title>
	<atom:link href="http://blog.mikepan.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mikepan.com</link>
	<description>making visuals with technology</description>
	<lastBuildDate>Fri, 06 Aug 2010 17:19:41 +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>Muse on Interface Design: part 2</title>
		<link>http://blog.mikepan.com/muse-on-interface-design-part-2/</link>
		<comments>http://blog.mikepan.com/muse-on-interface-design-part-2/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 04:47:14 +0000</pubDate>
		<dc:creator>mike pan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://blog.mikepan.com/?p=237</guid>
		<description><![CDATA[Part 2: Skinned Interface Hey let&#8217;s talk about the proverbial wheel.  Or more precisely the invention of it.  Or to be even more specific: why you should NOT reinvent the wheel.  (Unless you are Audi, in which case it&#8217;s okay because they are awesome!) I am no programmer, but the last time I looked, one [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Part 2: Skinned Interface</strong></p>
<p>Hey let&#8217;s talk about the proverbial <a href="http://en.wikipedia.org/wiki/Reinventing_the_wheel">wheel</a>.  Or more precisely the invention of it.  Or to be even more specific: why you should NOT reinvent the wheel.  (Unless you are Audi, in which case it&#8217;s okay because they are <a href="http://www.miamiherald.com/classifieds/cars/story/1359108.html">awesome</a>!)</p>
<p>I am no programmer, but the last time I looked, one didn&#8217;t have to write their own UI elements for a GUI application, you can leave that to the OS.  So GUI programming is as easy as fire up your favorite IDE, drag a few controls to a form, and hit compile!  Easy right?  Not to Nero:</p>
<p><a href="http://blog.mikepan.com/wp-content/uploads/nero-startsmart-burn-image-to-disc.png"><img class="size-thumbnail wp-image-241 alignnone" title="Nero StartSmart" src="http://blog.mikepan.com/wp-content/uploads/nero-startsmart-burn-image-to-disc-300x300.png" alt="Nero StartSmart" width="300" height="300" /></a></p>
<p>Or Gigabyte</p>
<p><a href="http://blog.mikepan.com/wp-content/uploads/et6-4.png"><img class="size-thumbnail wp-image-240 alignnone" title="EasyTune 6" src="http://blog.mikepan.com/wp-content/uploads/et6-4-300x300.png" alt="EasyTune 6" width="300" height="300" /></a></p>
<p>Nor Asus</p>
<p><a href="http://blog.mikepan.com/wp-content/uploads/asus_smdoctor.png"><img class="size-thumbnail wp-image-239 alignnone" title="SmartDoctor" src="http://blog.mikepan.com/wp-content/uploads/asus_smdoctor-300x300.png" alt="SmartDoctor" width="300" height="300" /></a></p>
<p>Why some software companies keeps on insisting on spending money and time to create their own skinned UI is baffling to me.  This creates nothing but inconsistency for the user, who expects every window to look like a native window.  Not some shiny and metallic spaceship control panel Asus!</p>
<p><span style="background-color: #ffffff;">There are other problems associated with non-native UIs: for users that rely on accessibility features, these custom skins often make screen-readers do weird things.</span></p>
<p><span style="background-color: #ffffff;">If you truly want your application to have a unique look, by all means, implement a skinnable interface ON TOP of the regular native interface, but don&#8217;t make it the only interface.</span></p>
<p>The only time when I think it would be okay to use non-OS-native-UI is if the application is cross-platform, in this case having a consistent UI across all the OS might be a good thing.  So let&#8217;s be thankful for Apple iTunes, Adobe Lightroom, and Blender for using non-native UI control elements, I firmly believe these 3 represents the best in User interface design.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikepan.com/muse-on-interface-design-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Muse on interface design</title>
		<link>http://blog.mikepan.com/muse-on-interface-design1/</link>
		<comments>http://blog.mikepan.com/muse-on-interface-design1/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 08:17:20 +0000</pubDate>
		<dc:creator>mike pan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://blog.mikepan.com/?p=226</guid>
		<description><![CDATA[Lately in my attempt to juggle many tasks and getting things done as fast as possible, I have become increasingly frustrated at some of the current UI implementations, some are pointless, some are ugly, some are a pain to use.  And often it&#8217;s the combination of all 3.  For once, I am not talking about Blender.  This [...]]]></description>
			<content:encoded><![CDATA[<p>Lately in my attempt to juggle many tasks and getting things done as fast as possible, I have become increasingly frustrated at some of the current UI implementations, some are pointless, some are ugly, some are a pain to use.  And often it&#8217;s the combination of all 3.  For once, I am not talking about Blender.  This is a general rant on the various softwares I encounter every day.</p>
<p><strong>Part 1: The diminishing vertical space</strong></p>
<p>How much time do you spend watching movies on the computer screen?  And how much time do you spend browsing the net?  If your answer is in favor of the web browsing, then help me understand why is widescreen still a popular choice for laptops and netbooks, where the focus is suppose to be work, and not play?</p>
<p>And if we agree that widescreen is a bad idea for working with text (reading webs and writing emails, etc), then why do applications still like to hog up vertical screen space so much?  And no, a 1280&#215;800 screen can NOT fit two pages of point 11 text side-by-side, so don&#8217;t even try that argument.</p>
<p><img class="alignnone size-full wp-image-228" title="IE8" src="http://blog.mikepan.com/wp-content/uploads/Untitled-1.png" alt="IE8" width="500" height="313" /></p>
<p>On a 13 inch laptop, the ever popular resolution seems to be 1280&#215;800.  If you are browsing with IE8 running on Win 7, (Firefox is not any better when it comes to this),  out of the 800 vertical pixels, 185 pixels are taken up by the UI elements,  shrinking the viewable content to a diminutive 615 pixel!  For a netbook it&#8217;s worse, browsing without fullscreen is almost like looking out a slit.  Sure you can scroll up and down to view the content.  But why make the user work for it when the application can simply condense the UI element?</p>
<p>Google Chrome seems to have the right idea about this: out of the box uses a reasonable 64 pixel of vertical space, leaving the rest for CONTENT.   A few pixels might not seems like a big deal, but when you are working on a small screen, every pixel needs to do something useful!</p>
<p><img class="alignnone size-full wp-image-229" title="Chrome" src="http://blog.mikepan.com/wp-content/uploads/Untitled-2.png" alt="Chrome" width="500" height="313" /></p>
<p>Man I am bitter today&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikepan.com/muse-on-interface-design1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
