<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Journal of a User-Interface Enthusiast</title>
	<atom:link href="http://ndorfin.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ndorfin.wordpress.com</link>
	<description>Documented sojourns through Widgets, Design Wonders and UI Work.</description>
	<lastBuildDate>Wed, 04 Mar 2009 13:53:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on rl date-picker by Joe Sokohl</title>
		<link>http://ndorfin.wordpress.com/2009/03/02/rl-date-picker/#comment-24</link>
		<dc:creator>Joe Sokohl</dc:creator>
		<pubDate>Wed, 04 Mar 2009 13:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=37#comment-24</guid>
		<description>I think the biggest problem users would have is the small size of the target Seems to be  clear violation of Fitts&#039; Law.</description>
		<content:encoded><![CDATA[<p>I think the biggest problem users would have is the small size of the target Seems to be  clear violation of Fitts&#8217; Law.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rl date-picker by Shaun O'Connell</title>
		<link>http://ndorfin.wordpress.com/2009/03/02/rl-date-picker/#comment-23</link>
		<dc:creator>Shaun O'Connell</dc:creator>
		<pubDate>Tue, 03 Mar 2009 20:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=37#comment-23</guid>
		<description>Thanks for the feedback gang.

@coda: I agree.  KISS Should be the pursuit of any interaction designer designing for the masses.

@Vocable: I guess it depends on whether there is animation present or not.  If pressing down, and it looks like the whole tumbler rotates down, then I guess it would be learned quite quickly.
People are not alike, some like inverted mice (for example), others insist it goes the &#039;right&#039; way.  I&#039;ll see what I can find about such studies.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback gang.</p>
<p>@coda: I agree.  KISS Should be the pursuit of any interaction designer designing for the masses.</p>
<p>@Vocable: I guess it depends on whether there is animation present or not.  If pressing down, and it looks like the whole tumbler rotates down, then I guess it would be learned quite quickly.<br />
People are not alike, some like inverted mice (for example), others insist it goes the &#8216;right&#8217; way.  I&#8217;ll see what I can find about such studies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rl date-picker by Vocable</title>
		<link>http://ndorfin.wordpress.com/2009/03/02/rl-date-picker/#comment-22</link>
		<dc:creator>Vocable</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=37#comment-22</guid>
		<description>I really like the idea and think that, depending on how good the designer is it could be very easy to use. Something in your description caught me, though:

&quot;One could also capture the Arrow keys.  If the down arrow was used, the date could increment up by each keystroke.&quot;

I think that making use of the arrow keys is an excellent idea in general and should be standard practice for these sorts of controls, but...this is a case where the customary use of arrow keys could be confusing. 

While in the interface it makes perfect sense for a down gesture to increment the field values up, would that be intuitive for someone using the keyboard? I feel like once those fingers hit the keys the user will expect an up arrow key press to increment the date up one day/month/year. I have been thinking about this very usability issue a lot lately in reference to interfaces I am working on. Do you (or anybody out there in internetland) know of any usability studies in this area?</description>
		<content:encoded><![CDATA[<p>I really like the idea and think that, depending on how good the designer is it could be very easy to use. Something in your description caught me, though:</p>
<p>&#8220;One could also capture the Arrow keys.  If the down arrow was used, the date could increment up by each keystroke.&#8221;</p>
<p>I think that making use of the arrow keys is an excellent idea in general and should be standard practice for these sorts of controls, but&#8230;this is a case where the customary use of arrow keys could be confusing. </p>
<p>While in the interface it makes perfect sense for a down gesture to increment the field values up, would that be intuitive for someone using the keyboard? I feel like once those fingers hit the keys the user will expect an up arrow key press to increment the date up one day/month/year. I have been thinking about this very usability issue a lot lately in reference to interfaces I am working on. Do you (or anybody out there in internetland) know of any usability studies in this area?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rl date-picker by coda</title>
		<link>http://ndorfin.wordpress.com/2009/03/02/rl-date-picker/#comment-21</link>
		<dc:creator>coda</dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=37#comment-21</guid>
		<description>Nice timing! I&#039;ve also given date pickers some thought, after recently implementing a JavaScript required full calendar inline popup solution in a sign up form. This resulted in a social network of mostly 9-year-olds (luckily the data is recoverable!).

Dates are always important data so I prefer a KISS approach that is fool-proof and backwards-compatible: individual select fields for Day, Month and Year. Click on the field, and scroll to select. I&#039;d probably reconsider this approach when working with multiple dates though (thinking Google Analytics, which I love - no idea how it downgrades though).

Ultimately it depends on the context: date type, target audience, technical requirements (browser support), etc.

Also with predefined dates. Date of Birth for example - I find if you know your audience then you can calculate an average birth year, but even that might be risky when older users are concerned (they might take offence? people are weird about age).

Would like to see your idea implemented.</description>
		<content:encoded><![CDATA[<p>Nice timing! I&#8217;ve also given date pickers some thought, after recently implementing a JavaScript required full calendar inline popup solution in a sign up form. This resulted in a social network of mostly 9-year-olds (luckily the data is recoverable!).</p>
<p>Dates are always important data so I prefer a KISS approach that is fool-proof and backwards-compatible: individual select fields for Day, Month and Year. Click on the field, and scroll to select. I&#8217;d probably reconsider this approach when working with multiple dates though (thinking Google Analytics, which I love &#8211; no idea how it downgrades though).</p>
<p>Ultimately it depends on the context: date type, target audience, technical requirements (browser support), etc.</p>
<p>Also with predefined dates. Date of Birth for example &#8211; I find if you know your audience then you can calculate an average birth year, but even that might be risky when older users are concerned (they might take offence? people are weird about age).</p>
<p>Would like to see your idea implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Readable CSS by Mega Awesome CSS Resource List! &#124; WebDevLounge &#124; design, development, SEO and wordpress &#124; articles, discussion and community</title>
		<link>http://ndorfin.wordpress.com/2008/07/15/readable-css/#comment-17</link>
		<dc:creator>Mega Awesome CSS Resource List! &#124; WebDevLounge &#124; design, development, SEO and wordpress &#124; articles, discussion and community</dc:creator>
		<pubDate>Sun, 03 Aug 2008 14:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=9#comment-17</guid>
		<description>[...] Readable CSS This article goes into detail on 3 rules of organizing your CSS. General Rules, Document Tree and [...]</description>
		<content:encoded><![CDATA[<p>[...] Readable CSS This article goes into detail on 3 rules of organizing your CSS. General Rules, Document Tree and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Readable CSS by Design Inspirations for July 22nd &#124; isuckatdesign.com</title>
		<link>http://ndorfin.wordpress.com/2008/07/15/readable-css/#comment-12</link>
		<dc:creator>Design Inspirations for July 22nd &#124; isuckatdesign.com</dc:creator>
		<pubDate>Tue, 22 Jul 2008 15:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=9#comment-12</guid>
		<description>[...] Readable CSS « Journal of a User-Interface Enthusiast - [...]</description>
		<content:encoded><![CDATA[<p>[...] Readable CSS « Journal of a User-Interface Enthusiast &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Readable CSS by Shaun O'Connell</title>
		<link>http://ndorfin.wordpress.com/2008/07/15/readable-css/#comment-11</link>
		<dc:creator>Shaun O'Connell</dc:creator>
		<pubDate>Mon, 21 Jul 2008 07:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=9#comment-11</guid>
		<description>Hey Wendy,

Drips &amp; Drabs - I can identify! How long before you strip it all out and start over again? ;)

Are you using wireframes before you start your CSS / HTML work?

Ciao,
Shaun</description>
		<content:encoded><![CDATA[<p>Hey Wendy,</p>
<p>Drips &amp; Drabs &#8211; I can identify! How long before you strip it all out and start over again? ;)</p>
<p>Are you using wireframes before you start your CSS / HTML work?</p>
<p>Ciao,<br />
Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Readable CSS by wendy</title>
		<link>http://ndorfin.wordpress.com/2008/07/15/readable-css/#comment-10</link>
		<dc:creator>wendy</dc:creator>
		<pubDate>Fri, 18 Jul 2008 14:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=9#comment-10</guid>
		<description>Yay another anally retentive css coder :) 
My issue is that Im given the designs in drips and drabs and can never plan my css properly to make it as generic as I would like
When you aren&#039;t given the whole thing up front its not easy to make it pure and clean (generic and semantic) and then I&#039;m never given time afterward to clean it up and add documentation and comments
Its like stopping someone with obsessive compulsive disorder from washing their hands!</description>
		<content:encoded><![CDATA[<p>Yay another anally retentive css coder :)<br />
My issue is that Im given the designs in drips and drabs and can never plan my css properly to make it as generic as I would like<br />
When you aren&#8217;t given the whole thing up front its not easy to make it pure and clean (generic and semantic) and then I&#8217;m never given time afterward to clean it up and add documentation and comments<br />
Its like stopping someone with obsessive compulsive disorder from washing their hands!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.net with MVC. Finally. by Bookmarks about Mvc</title>
		<link>http://ndorfin.wordpress.com/2008/07/02/aspnet-with-mvc-finally/#comment-3</link>
		<dc:creator>Bookmarks about Mvc</dc:creator>
		<pubDate>Thu, 10 Jul 2008 21:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=4#comment-3</guid>
		<description>[...] ASP.net with MVC. Finally.  http://ndorfin.wordpress.com/2008/07/02/aspnet-with-mvc-finally/ - bookmarked by 2 members originally found by Saturnebullience on July 10, 2008 [...]</description>
		<content:encoded><![CDATA[<p>[...] ASP.net with MVC. Finally.  <a href="http://ndorfin.wordpress.com/2008/07/02/aspnet-with-mvc-finally/" rel="nofollow">http://ndorfin.wordpress.com/2008/07/02/aspnet-with-mvc-finally/</a> &#8211; bookmarked by 2 members originally found by Saturnebullience on July 10, 2008 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.net with MVC. Finally. by ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://ndorfin.wordpress.com/2008/07/02/aspnet-with-mvc-finally/#comment-2</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Wed, 02 Jul 2008 07:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://ndorfin.wordpress.com/?p=4#comment-2</guid>
		<description>[...] ASP.net with MVC. Finally. (7/1/2008)Tuesday, July 01, 2008 from ndorfin.wordpress.com(I&#039;m too happy with Python and Genshi at this point to switch over though.) The Views in ASP.net MVC still have a long way to go before it... [...]</description>
		<content:encoded><![CDATA[<p>[...] ASP.net with MVC. Finally. (7/1/2008)Tuesday, July 01, 2008 from ndorfin.wordpress.com(I&#8217;m too happy with Python and Genshi at this point to switch over though.) The Views in ASP.net MVC still have a long way to go before it&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
