<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: If you&#8217;re gonna be a Windows app, act like a windows app</title>
	<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/</link>
	<description>the blog for developers who care about more than just code...</description>
	<pubDate>Sat, 13 Mar 2010 21:53:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: i like ellipses&#8230; &#187; CSS resets and if you should use them</title>
		<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-1711</link>
		<dc:creator>i like ellipses&#8230; &#187; CSS resets and if you should use them</dc:creator>
		<pubDate>Mon, 05 May 2008 04:44:45 +0000</pubDate>
		<guid>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-1711</guid>
		<description>[...] my app to look like an app that runs on a platform somewhere else. I&#8217;ve complained about that same problem with iTunes. With CSS resets, it&#8217;s not quite that bad since you&#8217;re mostly dealing with margins and [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] my app to look like an app that runs on a platform somewhere else. I&#8217;ve complained about that same problem with iTunes. With CSS resets, it&#8217;s not quite that bad since you&#8217;re mostly dealing with margins and [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i like ellipses&#8230; &#187; How do you like your music?</title>
		<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-968</link>
		<dc:creator>i like ellipses&#8230; &#187; How do you like your music?</dc:creator>
		<pubDate>Tue, 22 Jan 2008 06:16:19 +0000</pubDate>
		<guid>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-968</guid>
		<description>[...] like it when applications try to manage that stuff for you&#8230; like iTunes. Yes, it&#8217;s yet another thing I don&#8217;t like about [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] like it when applications try to manage that stuff for you&#8230; like iTunes. Yes, it&#8217;s yet another thing I don&#8217;t like about [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solak</title>
		<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-42</link>
		<dc:creator>solak</dc:creator>
		<pubDate>Fri, 07 Sep 2007 17:40:59 +0000</pubDate>
		<guid>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-42</guid>
		<description>I'm mostly a Mac user, and what iTunes is doing is the normal Macintosh style.  As it happens, I also prefer that style because I can switch to an application without being ever-so-careful not to hit an active control.

That said, as both a programmer and a user I completely agree with your main point:  Consistency with the platform's conventions is much more important than having *some* applications match anyone's personal preference.  When I do use Windows, it annoys me to no end that only some apps match the UI style, including this mouse-click issue.  Apparently the problem is widespread, however, because I did not know until reading this blog entry that there even was a "Windows-approved" behavior in this situation, not to mention which one was correct.

Thank you for educating me.  I'll just keep my iTunes on my Macintosh and avoid this instance of the problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;m mostly a Mac user, and what iTunes is doing is the normal Macintosh style.  As it happens, I also prefer that style because I can switch to an application without being ever-so-careful not to hit an active control.</p>
<p>That said, as both a programmer and a user I completely agree with your main point:  Consistency with the platform&#8217;s conventions is much more important than having *some* applications match anyone&#8217;s personal preference.  When I do use Windows, it annoys me to no end that only some apps match the UI style, including this mouse-click issue.  Apparently the problem is widespread, however, because I did not know until reading this blog entry that there even was a &#8220;Windows-approved&#8221; behavior in this situation, not to mention which one was correct.</p>
<p>Thank you for educating me.  I&#8217;ll just keep my iTunes on my Macintosh and avoid this instance of the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-41</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 02 Sep 2007 02:44:17 +0000</pubDate>
		<guid>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-41</guid>
		<description>1. iTunes was an app for Mac first, but IMHO you should make your app follow the conventions for the platform that it's being used on. If you're being installed on a mac, it should act like how a mac user would expect it to act. If it's being installed on linux, it should act how a linux user would expect a regular linux app to work. Follow your installed OS's conventions.

2.Actually, I have seen that more and more too. Office 2007 apps eat the click too. Even though those are first and foremost Windows apps, I don't think they're acting like how good Windows apps should work. When I was experimenting with them for this post, I saw their behavior and it struck me as odd. And since I'm an all Windows user, that simply shouldn't happen.</description>
		<content:encoded><![CDATA[<p>1. iTunes was an app for Mac first, but IMHO you should make your app follow the conventions for the platform that it&#8217;s being used on. If you&#8217;re being installed on a mac, it should act like how a mac user would expect it to act. If it&#8217;s being installed on linux, it should act how a linux user would expect a regular linux app to work. Follow your installed OS&#8217;s conventions.</p>
<p>2.Actually, I have seen that more and more too. Office 2007 apps eat the click too. Even though those are first and foremost Windows apps, I don&#8217;t think they&#8217;re acting like how good Windows apps should work. When I was experimenting with them for this post, I saw their behavior and it struck me as odd. And since I&#8217;m an all Windows user, that simply shouldn&#8217;t happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Lerch</title>
		<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-40</link>
		<dc:creator>Aaron Lerch</dc:creator>
		<pubDate>Sat, 01 Sep 2007 15:32:52 +0000</pubDate>
		<guid>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-40</guid>
		<description>Yep - good article.

And in no way am I trying to defend iTunes on Windows _at all_, but, I would offer that:

1. iTunes is a Mac app first and foremost - why would we expect Apple to put in a lot of effort to "window-ize" it? If they make windows users *too* happy, what incentive do they have to switch to a Mac? :)
2. Regarding buttons taking focus + "activating" when clicked while the app doesn't have focus, it's interesting because in .NET 2.0 the default toolstrip behavior (toolbars, menus, etc.) is to take focus, but it eats the click. So even Microsoft isn't acting like a windows app!
Check out this post for more info on it
http://blogs.msdn.com/rickbrew/archive/2006/01/09/511003.aspx</description>
		<content:encoded><![CDATA[<p>Yep - good article.</p>
<p>And in no way am I trying to defend iTunes on Windows _at all_, but, I would offer that:</p>
<p>1. iTunes is a Mac app first and foremost - why would we expect Apple to put in a lot of effort to &#8220;window-ize&#8221; it? If they make windows users *too* happy, what incentive do they have to switch to a Mac? <img src='http://ilikeellipses.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 2. Regarding buttons taking focus + &#8220;activating&#8221; when clicked while the app doesn&#8217;t have focus, it&#8217;s interesting because in .NET 2.0 the default toolstrip behavior (toolbars, menus, etc.) is to take focus, but it eats the click. So even Microsoft isn&#8217;t acting like a windows app!<br />
Check out this post for more info on it<br />
<a href="http://blogs.msdn.com/rickbrew/archive/2006/01/09/511003.aspx" rel="nofollow">http://blogs.msdn.com/rickbrew/archive/2006/01/09/511003.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lb</title>
		<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-39</link>
		<dc:creator>lb</dc:creator>
		<pubDate>Fri, 31 Aug 2007 03:07:32 +0000</pubDate>
		<guid>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-39</guid>
		<description>well said. i find itunes to be an appalling application on windows. it's slow, has such fiddly little controls, and doesn't keep you informed of what it's doing.</description>
		<content:encoded><![CDATA[<p>well said. i find itunes to be an appalling application on windows. it&#8217;s slow, has such fiddly little controls, and doesn&#8217;t keep you informed of what it&#8217;s doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-38</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 26 Aug 2007 14:24:53 +0000</pubDate>
		<guid>http://ilikeellipses.com/2007/08/26/if-youre-gonna-be-a-windows-app-act-like-a-windows-app/#comment-38</guid>
		<description>Great article. I hate iTunes, slow and sluggish and doesn't feel right for the reasons you state. Unfortunately, every other music manager I've tried is even worse. I keep threating to attempt to make my own app to manage Podcasts, because that is all I use my iPod for, but never do.</description>
		<content:encoded><![CDATA[<p>Great article. I hate iTunes, slow and sluggish and doesn&#8217;t feel right for the reasons you state. Unfortunately, every other music manager I&#8217;ve tried is even worse. I keep threating to attempt to make my own app to manage Podcasts, because that is all I use my iPod for, but never do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
