<?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: Custom select boxes with JavaScript [Work-in-progress]</title>
	<atom:link href="http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/</link>
	<description>Web programming for practitioners</description>
	<lastBuildDate>Thu, 26 Aug 2010 19:22:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sameer</title>
		<link>http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/comment-page-1/#comment-86</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Tue, 13 Jan 2009 07:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/#comment-86</guid>
		<description>Its really good but one issue on it. wen u click on outside of that select box the box(which has showing the value) does not closed, will you plz fix this issue..</description>
		<content:encoded><![CDATA[<p>Its really good but one issue on it. wen u click on outside of that select box the box(which has showing the value) does not closed, will you plz fix this issue..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/comment-page-1/#comment-85</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Tue, 13 Jan 2009 07:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/#comment-85</guid>
		<description>Its really good but one issue on it. wen u click on outside of that select box the does not close, will you plz fix this issue..</description>
		<content:encoded><![CDATA[<p>Its really good but one issue on it. wen u click on outside of that select box the does not close, will you plz fix this issue..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/comment-page-1/#comment-30</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 25 Jan 2008 01:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/#comment-30</guid>
		<description>hey. that&#039;s quite a list.

i&#039;m not sure what you mean by the inherit the events from the select box, there has to be a way to attach onClick, onChange events etc.. you method sounds an interesting (and right) approach... I&#039;ve always been creating an addEvent method but this now sounds stupid way to go if there can be done through inheritence of the selects events....

I think the filter approach is best, less bloat to go single way. Ofcourse theres also the up/down cursor...

I look forward to seeing yr implementation.. or lets discuss further</description>
		<content:encoded><![CDATA[<p>hey. that&#8217;s quite a list.</p>
<p>i&#8217;m not sure what you mean by the inherit the events from the select box, there has to be a way to attach onClick, onChange events etc.. you method sounds an interesting (and right) approach&#8230; I&#8217;ve always been creating an addEvent method but this now sounds stupid way to go if there can be done through inheritence of the selects events&#8230;.</p>
<p>I think the filter approach is best, less bloat to go single way. Ofcourse theres also the up/down cursor&#8230;</p>
<p>I look forward to seeing yr implementation.. or lets discuss further</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Tiedemann Christensen</title>
		<link>http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/comment-page-1/#comment-29</link>
		<dc:creator>Steffen Tiedemann Christensen</dc:creator>
		<pubDate>Wed, 16 Jan 2008 18:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/#comment-29</guid>
		<description>Yeah, you&#039;re probably right -- so you&#039;d go for basics specs like this:
- Autogenerate the javascript select box from a &lt;select&gt;&lt;option value=&quot;...&quot;&gt;...&lt;/option&gt;&lt;/select&gt; to make sure that old browsers degenerate nicely.
- Inherit events such as onchange and onclick from the html select as well.
- Inherit class names from &#039;select&#039; and &#039;option&#039;s for styling purposes.
- Act exactly like a standard form element by insert a hidden form element with the selected value.
- Have two different options: One allows you to jump in the option list when clicking the keypad, and another one creates the google-like text box for filtering.
- All parts of the js select box must be styleable with run-of-the-mill css.

Anything further to add?</description>
		<content:encoded><![CDATA[<p>Yeah, you&#8217;re probably right &#8212; so you&#8217;d go for basics specs like this:<br />
- Autogenerate the javascript select box from a &lt;select>&lt;option value=&#8221;&#8230;&#8221;>&#8230;&lt;/option>&lt;/select> to make sure that old browsers degenerate nicely.<br />
- Inherit events such as onchange and onclick from the html select as well.<br />
- Inherit class names from &#8217;select&#8217; and &#8216;option&#8217;s for styling purposes.<br />
- Act exactly like a standard form element by insert a hidden form element with the selected value.<br />
- Have two different options: One allows you to jump in the option list when clicking the keypad, and another one creates the google-like text box for filtering.<br />
- All parts of the js select box must be styleable with run-of-the-mill css.</p>
<p>Anything further to add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/comment-page-1/#comment-28</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 16 Jan 2008 18:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.refresh.dk/custom-select-boxes-with-javascript-work-in-progress/#comment-28</guid>
		<description>Nice start, but the main usability aspect of select boxes is the ability to jump to items using the keypad.

google, create a text box on click and can filter the list based on this.</description>
		<content:encoded><![CDATA[<p>Nice start, but the main usability aspect of select boxes is the ability to jump to items using the keypad.</p>
<p>google, create a text box on click and can filter the list based on this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
