<?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>Blowing Through Lines &#187; interaction design</title>
	<atom:link href="http://blowingthroughlines.com/category/interaction-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blowingthroughlines.com</link>
	<description>Highly addictive code.</description>
	<lastBuildDate>Tue, 15 Jun 2010 18:14:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oh just pick a time</title>
		<link>http://blowingthroughlines.com/2009/10/24/javascript/time-pickers/</link>
		<comments>http://blowingthroughlines.com/2009/10/24/javascript/time-pickers/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:00:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[interaction design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://blowingthroughlines.com/?p=188</guid>
		<description><![CDATA[So it&#8217;s a difficult problem when you&#8217;re designing a form that has a lot of time inputs (the one I&#8217;m thinking of has up to 4 including a time range). There is the usual, one time box, and an AM/PM dropdown, but that requires typing then clicking, and feels  too tedious, especially the 3rd time.
Then [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s a difficult problem when you&#8217;re designing a form that has a lot of time inputs (the one I&#8217;m thinking of has up to 4 including a time range). There is the usual, one time box, and an AM/PM dropdown, but that requires typing then clicking, and feels  too tedious, especially the 3rd time.</p>
<p>Then there is the huge dropdown of times, which isn&#8217;t too bad for just hours, with which you end up with 24 options, but when you add quarter hours you get 100 items in a huge scrolling dropdown (scrolling dropdowns in themselves can be dubious to some users).</p>
<p>So I did some looking around and found the following options the first of which isn&#8217;t the fastest  to use, and doesn&#8217;t require the least clicks, but was the most consistent with other elements on the page, and also seemed to have the most development behind it, and I ended up using in my current project.</p>
<ol>
<li><a href="http://pttimeselect.sourceforge.net/example/" target="_blank">http://pttimeselect.sourceforge.net/example/</a> (I think this is the cleanest, and works the best next to the date picker, because it looks the same. though it&#8217;s not the fastest or most efficient, but I think it&#8217;s the most developed.)</li>
<li><a href="http://milesich.com/tpdemo/" target="_blank">http://milesich.com/tpdemo/</a> (ok but a little overwhelming possibly to some people because of the + the done button that needs to be pressed)</li>
<li><a href="http://labs.perifer.se/timedatepicker/ " target="_blank">http://labs.perifer.se/timedatepicker/ </a>(this is probably the simplest option, but like I said, 100 might be a pain for some users)</li>
<li><a href="http://haineault.com/media/jquery/ui-timepickr/page/" target="_blank">http://haineault.com/media/jquery/ui-timepickr/page/</a> (while my wife used it fine on the first try, it wasn&#8217;t scientific because I didn&#8217;t give her a specific time to set.)</li>
<li><a href="http://www.jnathanson.com/index.cfm?page=jquery/clockpick/ClockPick " target="_blank">http://www.jnathanson.com/index.cfm?page=jquery/clockpick/ClockPick</a> (OK but a little less intuitive than timepickr)</li>
<li><a href="http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-timepicker/ " target="_blank">http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-timepicker/</a> (kinda ok, like a time only version of the second option, but sideways, I&#8217;m not sure how well AM/PM works because there isn&#8217;t an example)</li>
<li><a href="http://keith-wood.name/timeEntry.html" target="_blank">http://keith-wood.name/timeEntry.html</a> (neat but totally hard to use until you realize its keyboard-arrow-key driven, oops I gave it away)</li>
</ol>
<p>I think my dream selector would actually be more like this most excellent timer widget for OS X that I use almost every day called <a title="Awesome Timer Widget" href="http://nitram-nunca.com/downloads/minutes/" target="_blank">Minutes</a>. You&#8217;d just grab it and spin around until you have the time you want, then let go to set. Anyway when I have a project with a better budget then I&#8217;ll maybe make that version&#8230;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blowingthroughlines.com/2009/10/24/javascript/time-pickers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
