<?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>John McCollum &#187; select lists</title>
	<atom:link href="http://johnmc.co/llum/tag/select-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnmc.co/llum</link>
	<description>Muddling through since 1980</description>
	<lastBuildDate>Sat, 11 Sep 2010 11:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Select multi lists suck!</title>
		<link>http://johnmc.co/llum/select-multi-lists-suck/</link>
		<comments>http://johnmc.co/llum/select-multi-lists-suck/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 22:13:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[select lists]]></category>

		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=73</guid>
		<description><![CDATA[I was recently involved in a project where there were two multi-select lists involved, with a big number of options &#8211; around 300 in each. These things are a usability nightmare: The user has to ctrl-click to select multiple options (&#8216;where&#8217;s the central key?&#8217;) A stray click will unselect everything already selected (Critically important on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjohnmc.co%2Fllum%2Fselect-multi-lists-suck%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjohnmc.co%2Fllum%2Fselect-multi-lists-suck%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I was recently involved in a project where there were two multi-select lists involved, with a big number of options &#8211; around 300 in each.</p>
<p>These things are a usability nightmare:</p>
<ul>
<li>The user has to ctrl-click to select multiple options (&#8216;where&#8217;s the central key?&#8217;)</li>
<li>A stray click will unselect everything already selected (Critically important on a site sign-up form)</li>
<li>They are just plain ugly</li>
</ul>
<p>So the workarounds I&#8217;ve been trialling?</p>
<p><a href="http://abeautifulsite.net/notebook/62">Jquery multiselect plugin</a> &#8211; Very nice plugin that solves all three of the problems above. One problem however &#8211; it was taking over a minute for my page to load in Firefox!</p>
<p>Interestingly, Chrome displayed the page in under 5 seconds. Guess that new javascript engine is a fast as they say&#8230;</p>
<p><a href="http://johnmccollum.co.uk/select.html">Half-assed Jquery solution I cobbled together for fun</a> &#8211; This lets the user use a single click instead of a control click on multi-select lists. Solves problem one and two, problem three would still need someone with more artistic leanings working on it. Oh, and it doesn&#8217;t work in IE. Told you it was half-assed.</p>
<p>Current favourite option &#8211; A div with overflow hidden, full of checkboxes. Sort of solves the main problems, but still not ideal.</p>
<p>How would you deal with this interface problem? I&#8217;d love to hear your suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnmc.co/llum/select-multi-lists-suck/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

