<?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>Tewha &#187; Hall of Shame</title>
	<atom:link href="http://tewha.net/tag/hall-of-shame/feed/" rel="self" type="application/rss+xml" />
	<link>http://tewha.net</link>
	<description>Links and writings on software development, mostly for iPhone and Mac OS X.</description>
	<lastBuildDate>Thu, 26 Aug 2010 00:00:28 +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>iCal View menu</title>
		<link>http://tewha.net/2008/12/ical-view-menu/</link>
		<comments>http://tewha.net/2008/12/ical-view-menu/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 21:35:28 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bad user interface]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://tewha.net/?p=736</guid>
		<description><![CDATA[Here&#8217;s iCal&#8217;s View menu. What&#8217;s so confusing about it? You really need to see how it interacts with the iCal main window to understand. We&#8217;re going to be focusing on the group starting with &#8220;Hide Calendar List.&#8221; The iCal main &#8230; <a href="http://tewha.net/2008/12/ical-view-menu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s iCal&#8217;s <strong>View</strong> menu.</p>
<p><img class="aligncenter size-full wp-image-737" title="ical-view-menu" src="http://tewha.net/wp-content/uploads/2008/12/ical-view-menu.png" alt="ical-view-menu" width="328" height="402" /></p>
<p>What&#8217;s so confusing about it? You really need to see how it interacts with the iCal main window to understand. We&#8217;re going to be focusing on the group starting with &#8220;<strong>Hide Calendar List</strong>.&#8221;</p>
<p>The iCal main window looks like this:</p>
<p><img class="aligncenter size-medium wp-image-738" title="ical-main-window" src="http://tewha.net/wp-content/uploads/2008/12/picture-11-300x197.png" alt="ical-main-window" width="300" height="197" /></p>
<p>The sidebar on the left side of the screen looks simple enough. Now let&#8217;s look again at the menu. What would you expect <strong>Hide Calendar List</strong> to do?</p>
<p>Wrong. It does this:</p>
<p><img class="aligncenter size-medium wp-image-739" title="hidden-calendar-list" src="http://tewha.net/wp-content/uploads/2008/12/picture-12-300x197.png" alt="hidden-calendar-list" width="300" height="197" /></p>
<p> </p>
<p><em>Both the calendar and mini month calendar are hidden.</em> Hiding both makes sense, but calling the command <strong>Hide Calendar List</strong> doesn&#8217;t. Go back to the menu, and we see the helpful command &#8220;<strong>Hide Mini Months</strong>.&#8221; What Mini Months? Oh, the ones that were on the iCal window, but aren&#8217;t anymore? I wonder what it does?</p>
<p>It does this:</p>
<p><img class="aligncenter size-medium wp-image-740" title="hide-mini-calendar" src="http://tewha.net/wp-content/uploads/2008/12/picture-13-300x197.png" alt="hide-mini-calendar" width="300" height="197" /></p>
<p>That&#8217;s right. Choosing <strong>Hide Mini Months</strong> <em>showed</em> the mini calendar.</p>
<p>So here&#8217;s how the menu commands work:</p>
<p>The first command, <strong>Show/Hide Calendar List</strong>, hides the entire left side bar: The calendar list and whatever is under it.</p>
<p>The second and third commands, <strong>Show/Hide Mini Months/Notifications</strong>, control what&#8217;s under the calendar list, but still controlled with the <strong>Show/Hide Calendar List</strong> command. And they don&#8217;t actually do what they say they&#8217;re going to do if the calendar lis is hidden. They&#8217;re mutually exclusive: Think of them as Under Calendar List: None, Mini Months, or Notifications.</p>
<p>The fourth and fifth items are entirely independent of the first three items.</p>
<p>Granted, coming up with menu commands to control a UI like this is hard. But that&#8217;s no excuse to throw your hands in the air and settle on this UI.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2008/12/ical-view-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two strikes&#8230;</title>
		<link>http://tewha.net/2008/10/two-strikes/</link>
		<comments>http://tewha.net/2008/10/two-strikes/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 19:12:22 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://tewha.net/?p=662</guid>
		<description><![CDATA[Apple&#8217;s sample code includes an annoying disclaimer at the top of each file. I can understand the need for a disclaimer, but this code takes it to an obnoxious level: every .h file or .m file you open, you can&#8217;t &#8230; <a href="http://tewha.net/2008/10/two-strikes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s sample code includes an annoying disclaimer at the top of each file. I can understand the need for a disclaimer, but this code takes it to an obnoxious level: every .h file or .m file you open, you can&#8217;t see any actual code to to the length of the disclaimer.</p>
<p>Strike one is including that disclaimer in every file. If the lawyers can&#8217;t accept &#8220;Please see DISCLAIMER.TXT.&#8221; in place of 38 lines of bullshit, you have stupid lawyers. Fine, though. I&#8217;ll just remove it, right?</p>
<p>Luckily, Xcode has a great Find-Replace tool. So we&#8217;ll use it.</p>
<p>And here&#8217;s where we hit strike two:</p>
<p><a href="/wp-content/uploads/2008/10/picture-4.png"><img class="alignnone size-medium wp-image-663" title="Really replace?" src="http://tewha.net/wp-content/uploads/2008/10/picture-4-237x300.png" alt="" width="237" height="300" /></a></p>
<p>It&#8217;d be nice if we could blame this on Xcode. Indeed, it&#8217;s Xcode&#8217;s fault that the text is so long. But it&#8217;s Mac OS X&#8217;s fault that the sheet goes under the dock rather than truncating before it.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2008/10/two-strikes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delete drive</title>
		<link>http://tewha.net/2008/09/delete-drive/</link>
		<comments>http://tewha.net/2008/09/delete-drive/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 17:06:15 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://tewha.net/?p=652</guid>
		<description><![CDATA[Thoroughly disguisted by the clutter on my desktop, I decided to delete all of it. I selected everything, deselected a few things I wanted to keep, and hit command-delete (the keyboard shortcut for Move to Trash). Yes, WxFPP_EN is indeed &#8230; <a href="http://tewha.net/2008/09/delete-drive/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thoroughly disguisted by the clutter on my desktop, I decided to delete all of it. I selected everything, deselected a few things I wanted to keep, and hit command-delete (the keyboard shortcut for <strong>Move to Trash</strong>).</p>
<p><a href="http://tewha.net/wp-content/uploads/2008/09/delete.png"><img class="aligncenter size-full wp-image-653" title="Delete?" src="http://tewha.net/wp-content/uploads/2008/09/delete.png" alt="" width="499" height="203" /></a></p>
<p>Yes, WxFPP_EN is indeed my Windows XP CD, left over from a failed/aborted attempt at installing Boot Camp. And Mac OS X really is asking me if I want to delete it immediately. Clicking Delete caused this error to appear:</p>
<p><a href="http://tewha.net/wp-content/uploads/2008/09/err-61.png"><img class="aligncenter size-full wp-image-654" title="err-61" src="http://tewha.net/wp-content/uploads/2008/09/err-61.png" alt="" width="479" height="188" /></a></p>
<p>Error -61 looks familiar, so I looked it up: wrPermErr. Yes, that&#8217;s right: the Leopard Finder is actually trying to delete files off the CD.</p>
<p>Okay. Bad enough. But at least it didn&#8217;t crash, right? I click OK:</p>
<p><a href="http://tewha.net/wp-content/uploads/2008/09/finder-crash.png"><img class="aligncenter size-full wp-image-655" title="finder-crash" src="http://tewha.net/wp-content/uploads/2008/09/finder-crash.png" alt="" width="500" height="507" /></a></p>
<p>After all of that my desktop is still a cluttered mess.</p>
<p>Apple, if Finder stability is one of your goals <em>ur doing it wrong</em>. Hitting command-delete on a volume shouldn&#8217;t actually try to delete the files form it. This is laughably bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2008/09/delete-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A moldy corner in Mac OS X Leopard</title>
		<link>http://tewha.net/2008/02/a-mouldy-corner-in-mac-os-x-leopard/</link>
		<comments>http://tewha.net/2008/02/a-mouldy-corner-in-mac-os-x-leopard/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 01:19:54 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Leopard]]></category>

		<guid isPermaLink="false">http://tewha.net/2008/02/a-mouldy-corner-in-mac-os-x-leopard/</guid>
		<description><![CDATA[Audio MIDI Setup is a pretty moldy corner, really. Click to see it in motion: Even the question and button names at the end are worded in a way that conflicts with generally accepted Mac standards.]]></description>
			<content:encoded><![CDATA[<p>Audio MIDI Setup is a pretty moldy corner, really. Click to see it in motion:</p>
<p><a href="/wp-content/uploads/2008/02/baddesign.png"><img src="/wp-content/uploads/2008/02/baddesign.png" alt="" title="" width="300" height="192" class="alignnone size-medium wp-image-458" /></a></p>
<p>Even the question and button names at the end are worded in a way that conflicts with generally accepted Mac standards.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2008/02/a-mouldy-corner-in-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nice to see that data was put to good use!</title>
		<link>http://tewha.net/2008/02/nice-to-see-that-data-was-put-to-good-use/</link>
		<comments>http://tewha.net/2008/02/nice-to-see-that-data-was-put-to-good-use/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 17:58:22 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[redrobin]]></category>

		<guid isPermaLink="false">http://tewha.net/2008/02/nice-to-see-that-data-was-put-to-good-use/</guid>
		<description><![CDATA[About a year ago, I filled out a customer comment card for Red Robin. It gets me some email newsletters, but few enough that it doesn&#8217;t really bother me. I saw no real increase in spam, so I don&#8217;t think &#8230; <a href="http://tewha.net/2008/02/nice-to-see-that-data-was-put-to-good-use/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>About a year ago, I filled out a customer comment card for Red Robin. It gets me some email newsletters, but few enough that it doesn&#8217;t really bother me. I saw no real increase in spam, so I don&#8217;t think they sold my email adress to anyone.</p>
<p>The card did ask for an address, which I filled out dutifully. And, of course, this was a Canadian restaraunt. I&#8217;m a Canadian citizen. My adress is a Canadian address.</p>
<p><a href=/wp-content/uploads/2008/02/flag.png' title='flag.png'><img src='http://old.tewha.net/wp-content/uploads/2008/02/flag.png' alt='flag.png' /></a></p>
<p>So, naturally, Red Robin is now sending me information on a <a href="http://www.redrobingourmetburgerscontest.com/Default.aspx">contest available to US citizens only</a>.</p>
<p>Congratulations, Red Robin. That&#8217;s how easy it is to lose someone&#8217;s good will. Nothing but nothing says you simply couldn&#8217;t care less about not abusing your email list than sending out an email like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2008/02/nice-to-see-that-data-was-put-to-good-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When the best is not recommended.</title>
		<link>http://tewha.net/2007/12/when-the-best-is-not-recommended/</link>
		<comments>http://tewha.net/2007/12/when-the-best-is-not-recommended/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 19:48:56 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[readingishard]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://pyile.com/2007/12/when-the-best-is-not-recommended/</guid>
		<description><![CDATA[A lovely quote from the Visual Studio 2005 documentation (found through searching index for /W4): Level 4 displays all level 3 warnings plus informational warnings, which in most cases can be safely ignored. This option should be used only to &#8230; <a href="http://tewha.net/2007/12/when-the-best-is-not-recommended/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lovely quote from the Visual Studio 2005 documentation (found through searching index for /W4):</p>
<blockquote><p>Level 4 displays all level 3 warnings plus informational warnings, which in most cases can be safely ignored. This option should be used only to provide &#8220;lint&#8221; level warnings and is not recommended as your usual warning level setting.</p></blockquote>
<p><strong>Not recommended</strong> is actually pretty strong, but I can see why Microsoft might say that. But the <strong>very next line</strong> goes on:</p>
<blockquote><p>For a new project, it may be best to use /W4 in all compilations. This will ensure the fewest possible hard-to-find code defects.</p></blockquote>
<p>So it&#8217;s recommended, then? Or would recommended be too strong a word?</p>
<p>It seems likely to me that these paragraphs were written by different writers, and whoever made the second change didn&#8217;t read the first writer&#8217;s work.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2007/12/when-the-best-is-not-recommended/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Radio buttons? We use check boxes around here, and we like &#039;em just fine!</title>
		<link>http://tewha.net/2007/12/radio-buttons-we-use-check-boxes-around-here-and-we-like-em-just-fine/</link>
		<comments>http://tewha.net/2007/12/radio-buttons-we-use-check-boxes-around-here-and-we-like-em-just-fine/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 18:42:43 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://pyile.com/2007/12/radio-buttons-we-use-check-boxes-around-here-and-we-like-em-just-fine/</guid>
		<description><![CDATA[I decided to take Microsoft up on their offer of a free toaster. A few screens in to the installer, I see this: Cool! So I get to click some of these options, right? I click Use recommended settings: That&#8217;s &#8230; <a href="http://tewha.net/2007/12/radio-buttons-we-use-check-boxes-around-here-and-we-like-em-just-fine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decided to take Microsoft up on their offer of <a href="/2007/12/do-you-want-the-free-toaster-the-free-toaster-or-the-free-toaster/">a free toaster</a>. A few screens in to the installer, I see this:</p>
<p><a href='http://old.tewha.net/wp-content/uploads/2007/12/view1.png' title='view1.png'><img src='http://old.tewha.net/wp-content/uploads/2007/12/view1.png' alt='view1.png' /></a></p>
<p>Cool! So I get to click some of these options, right? I click <strong>Use recommended settings</strong>:</p>
<p><a href='http://old.tewha.net/wp-content/uploads/2007/12/view2.png' title='view2.png'><img src='http://old.tewha.net/wp-content/uploads/2007/12/view2.png' alt='view2.png' /></a></p>
<p><em>That&#8217;s odd,</em> I muse. <em>That option must be incompatible with the others for some reason.</em> So I turn it off and try the next option, <strong>Install definition updates only</strong><sup><a href="http://tewha.net/2007/12/radio-buttons-we-use-check-boxes-around-here-and-we-like-em-just-fine/#footnote_0_407" id="identifier_0_407" class="footnote-link footnote-identifier-link" title="Who writes these option names, anyway? Terribly complicated!">1</a></sup>.</p>
<p><a href='http://old.tewha.net/wp-content/uploads/2007/12/view3.png' title='view3.png'><img src='http://old.tewha.net/wp-content/uploads/2007/12/view3.png' alt='view3.png' /></a></p>
<p>At this point, I turn off the option and try the third option, <strong>Ask me later</strong>. I know what&#8217;s going to happen, I just can&#8217;t quite believe it. Nobody&#8217;s this stupid, right? Wrong.</p>
<p><a href='http://old.tewha.net/wp-content/uploads/2007/12/view4.png' title='view4.png'><img src='http://old.tewha.net/wp-content/uploads/2007/12/view4.png' alt='view4.png' /></a></p>
<p>And there you have it. When Microsoft first chipped the Windows logo in to cave walls, they must have chipped a check box under it.</p>
<p>I feel almost guilty pointing out Microsoft&#8217;s stupidities. It&#8217;s a bit like kicking a puppy. A puppy that when you stop kicking it will pee on your carpet, round the corners of your furniture with its teeth, bite your friends and dry hump your leg, but still a puppy.</p>
<ol class="footnotes"><li id="footnote_0_407" class="footnote">Who writes these option names, anyway? Terribly complicated!</li></ol>]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2007/12/radio-buttons-we-use-check-boxes-around-here-and-we-like-em-just-fine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do you want the free toaster, the free toaster or the free toaster?</title>
		<link>http://tewha.net/2007/12/do-you-want-the-free-toaster-the-free-toaster-or-the-free-toaster/</link>
		<comments>http://tewha.net/2007/12/do-you-want-the-free-toaster-the-free-toaster-or-the-free-toaster/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 18:31:24 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[wga]]></category>

		<guid isPermaLink="false">http://pyile.com/2007/12/do-you-want-the-free-toaster-the-free-toaster-or-the-free-toaster/</guid>
		<description><![CDATA[Microsoft offers a variety of exciting offers through &#8220;Windows Genuine Advantage Offers.&#8221; I&#8217;m leaning towards the toaster.]]></description>
			<content:encoded><![CDATA[<p>Microsoft offers a variety of exciting offers through &#8220;Windows Genuine Advantage Offers.&#8221;</p>
<p><a href='http://old.tewha.net/wp-content/uploads/2007/12/wga_offers.png' title='wga_offers.png'><img src='http://old.tewha.net/wp-content/uploads/2007/12/wga_offers.png' alt='wga_offers.png' /></a></p>
<p>I&#8217;m leaning towards the toaster.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2007/12/do-you-want-the-free-toaster-the-free-toaster-or-the-free-toaster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best quote yet on Leopard&#039;s translucent menu bar</title>
		<link>http://tewha.net/2007/11/best-quote-yet-on-leopards-translucent-menu-bar/</link>
		<comments>http://tewha.net/2007/11/best-quote-yet-on-leopards-translucent-menu-bar/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 17:32:29 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Leopard]]></category>
		<category><![CDATA[menubar]]></category>

		<guid isPermaLink="false">http://pyile.com/2007/11/best-quote-yet-on-leopards-transparent-menu-bar/</guid>
		<description><![CDATA[Best quote yet on Leopard&#8217;s translucent menu bar: If anyone happens to meet the UI designer who thought a transparent menu bar was a good idea, please slap them once for every Leopard user (two million slaps and counting&#8230;) To &#8230; <a href="http://tewha.net/2007/11/best-quote-yet-on-leopards-translucent-menu-bar/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Best quote yet on <a href="http://apple.slashdot.org/comments.pl?sid=348167&#038;cid=21210943">Leopard&#8217;s translucent menu bar</a>:</p>
<blockquote><p>If anyone happens to meet the UI designer who thought a transparent menu bar was a good idea, please slap them once for every Leopard user (two million slaps and counting&#8230;)</p></blockquote>
<p>To be fair, some of those two million users probably have hardware that doesn&#8217;t support the translucent menu bar. Their menu bar is just a really ugly muddy grey.</p>
<p>Come to think of it, slap him for those users too.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2007/11/best-quote-yet-on-leopards-translucent-menu-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stacks: An unmitigated disaster</title>
		<link>http://tewha.net/2007/11/stacks-an-unmitigated-disaster/</link>
		<comments>http://tewha.net/2007/11/stacks-an-unmitigated-disaster/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 15:37:20 +0000</pubDate>
		<dc:creator>Steven Fisher</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hall of Shame]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Leopard]]></category>
		<category><![CDATA[macosxstacks]]></category>
		<category><![CDATA[userinterface]]></category>

		<guid isPermaLink="false">http://pyile.com/2007/11/stacks-an-unmitigated-disaster/</guid>
		<description><![CDATA[Subtitle: The Ugliest Thing You Have Ever Seen in the Mac GUI I think I can get off my horse now. This says everything I want to on the subject, only much more elegantly. And with, like, pictures and stuff.]]></description>
			<content:encoded><![CDATA[<p>Subtitle: The Ugliest Thing You Have Ever Seen in the Mac GUI</p>
<p>I think I can get off my horse now. This <a href="http://www.davidillig.com/whatamess.shtml">says everything I want to</a> on the subject, only much more elegantly. And with, like, pictures and stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://tewha.net/2007/11/stacks-an-unmitigated-disaster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
