<?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/"
> <channel><title>Comments on: Multiple select controls must evolve or die</title> <atom:link href="http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/feed/" rel="self" type="application/rss+xml" /><link>http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/</link> <description>User Experience Design &#38; Research, written by Harry Brignull</description> <lastBuildDate>Fri, 10 Feb 2012 12:50:52 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Harry Brignull</title><link>http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/comment-page-1/#comment-90542</link> <dc:creator>Harry Brignull</dc:creator> <pubDate>Thu, 12 Feb 2009 14:32:43 +0000</pubDate> <guid
isPermaLink="false">http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/#comment-90542</guid> <description>Oh, definitely! I was just chatting to James Wragg about this. There are lots of not-quite-perfect web implementations out there...</description> <content:encoded><![CDATA[<p>Oh, definitely! I was just chatting to James Wragg about this. There are lots of not-quite-perfect web implementations out there&#8230;</p> ]]></content:encoded> </item> <item><title>By: Richard Rutter</title><link>http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/comment-page-1/#comment-90540</link> <dc:creator>Richard Rutter</dc:creator> <pubDate>Thu, 12 Feb 2009 14:24:25 +0000</pubDate> <guid
isPermaLink="false">http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/#comment-90540</guid> <description>Excellent points Harry. This always comes up in testing - including the &quot;don&#039;t trust it&quot; user.
On a slight tangent, a native (to Windows) form control that is completely missing from HTML is the combobox, where users can type in a select box to either quickly find an option or to add a new option. As you&#039;ve no doubt seen, there are ajax implementations of this sort of thing around (especially search-ahead type controls) but it&#039;s irritating there&#039;s no native control for this - it can be really useful sometimes.</description> <content:encoded><![CDATA[<p>Excellent points Harry. This always comes up in testing &#8211; including the &#8220;don&#8217;t trust it&#8221; user.</p><p>On a slight tangent, a native (to Windows) form control that is completely missing from HTML is the combobox, where users can type in a select box to either quickly find an option or to add a new option. As you&#8217;ve no doubt seen, there are ajax implementations of this sort of thing around (especially search-ahead type controls) but it&#8217;s irritating there&#8217;s no native control for this &#8211; it can be really useful sometimes.</p> ]]></content:encoded> </item> <item><title>By: Hanford</title><link>http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/comment-page-1/#comment-81352</link> <dc:creator>Hanford</dc:creator> <pubDate>Wed, 17 Dec 2008 00:42:41 +0000</pubDate> <guid
isPermaLink="false">http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/#comment-81352</guid> <description>With CSS you can create a block of checkboxes (or any HTML) that scroll, no Javascript required. It&#039;s not an iframe either, so it means it can be inside of a bigger form.</description> <content:encoded><![CDATA[<p>With CSS you can create a block of checkboxes (or any HTML) that scroll, no Javascript required. It&#8217;s not an iframe either, so it means it can be inside of a bigger form.</p> ]]></content:encoded> </item> <item><title>By: Harry Brignull</title><link>http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/comment-page-1/#comment-79520</link> <dc:creator>Harry Brignull</dc:creator> <pubDate>Wed, 03 Dec 2008 09:59:17 +0000</pubDate> <guid
isPermaLink="false">http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/#comment-79520</guid> <description>Danny - yes that&#039;s probably the simplest solution but you&#039;re still left wanting more if you have a hierarchy and want to show checkbox inheritance;  if you have a long list and you need to avoid the selected items getting hidden when scrolled away; and so on. </description> <content:encoded><![CDATA[<p>Danny &#8211; yes that&#039;s probably the simplest solution but you&#039;re still left wanting more if you have a hierarchy and want to show checkbox inheritance;  if you have a long list and you need to avoid the selected items getting hidden when scrolled away; and so on.</p> ]]></content:encoded> </item> <item><title>By: Danny Hope</title><link>http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/comment-page-1/#comment-79515</link> <dc:creator>Danny Hope</dc:creator> <pubDate>Wed, 03 Dec 2008 09:09:16 +0000</pubDate> <guid
isPermaLink="false">http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/#comment-79515</guid> <description>Personally I just build the scrolling tick box lists right into the form  so no Javascript is neccessary. </description> <content:encoded><![CDATA[<p>Personally I just build the scrolling tick box lists right into the form  so no Javascript is neccessary.</p> ]]></content:encoded> </item> <item><title>By: Jon Hobbs</title><link>http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/comment-page-1/#comment-79500</link> <dc:creator>Jon Hobbs</dc:creator> <pubDate>Wed, 03 Dec 2008 06:46:01 +0000</pubDate> <guid
isPermaLink="false">http://www.90percentofeverything.com/2008/12/03/multiple-select-controls-must-evolve-or-die/#comment-79500</guid> <description>Harry, I completely agree.
I steer clear of them completey. Most of the time I just use a check box list instead which obviously takes up more room.
Even standard select lists are a nightmare because you can&#039;t really do much with them using CSS. I recently tried building my own select list control in jQuery and used it here - &lt;a href=&quot;http://www.compareforeigncurrency.com/ &quot; target=&quot;_blank&quot;&gt;http://www.compareforeigncurrency.com/ &lt;/a&gt;- it&#039;s a bit buggy and was done in a hurry but I might try working on a checkbox list contained within a dropdown for when multiple selects are needed. I don&#039;t think it would be hard. </description> <content:encoded><![CDATA[<p>Harry, I completely agree.</p><p>I steer clear of them completey. Most of the time I just use a check box list instead which obviously takes up more room.</p><p>Even standard select lists are a nightmare because you can&#039;t really do much with them using CSS. I recently tried building my own select list control in jQuery and used it here &#8211; <a
href="http://www.compareforeigncurrency.com/ " target="_blank"></a><a
href="http://www.compareforeigncurrency.com/" rel="nofollow">http://www.compareforeigncurrency.com/</a> - it&#039;s a bit buggy and was done in a hurry but I might try working on a checkbox list contained within a dropdown for when multiple selects are needed. I don&#039;t think it would be hard.</p> ]]></content:encoded> </item> </channel> </rss>
