<?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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Create a NoScript Compatible Select Form Element with an onChange&#160;Event</title> <atom:link href="http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 14:01:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Jow</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-26862</link> <dc:creator>Jow</dc:creator> <pubDate>Sat, 10 Sep 2011 22:13:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-26862</guid> <description>I would just put the button in  button here  tags  and thats it. I find this a little bit easier.</description> <content:encoded><![CDATA[<p>I would just put the button in  button here  tags  and thats it. I find this a little bit easier.</p> ]]></content:encoded> </item> <item><title>By: Ape Web</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-16073</link> <dc:creator>Ape Web</dc:creator> <pubDate>Thu, 11 Feb 2010 23:50:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-16073</guid> <description>The JavasScript should also be binding the onchange event.</description> <content:encoded><![CDATA[<p>The JavasScript should also be binding the onchange event.</p> ]]></content:encoded> </item> <item><title>By: Slater</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-15885</link> <dc:creator>Slater</dc:creator> <pubDate>Wed, 03 Feb 2010 14:33:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-15885</guid> <description>@atom: I can think of one: autocomplete=&quot;off&quot;.That one is completely indispensable when dealing with sensitive information in forms.- Not that it was relevant to any of this, I just thought I&#039;d mention it :P</description> <content:encoded><![CDATA[<p>@atom: I can think of one: autocomplete=&#8221;off&#8221;.</p><p>That one is completely indispensable when dealing with sensitive information in forms.</p><p>- Not that it was relevant to any of this, I just thought I&#8217;d mention it :P</p> ]]></content:encoded> </item> <item><title>By: atom</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-2193</link> <dc:creator>atom</dc:creator> <pubDate>Sun, 06 Jul 2008 23:52:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-2193</guid> <description>@david there is no reason why you shouldn&#039;t have both, in this example and most others, this can be achieved easily with minor modifications.  I am just saying, if you use Google&#039;s stuff, the likelihood that it is messy and needs some attention before reusing it is pretty high.There is almost no case where standards need to / or should be sacrificed for functionality.</description> <content:encoded><![CDATA[<p>@david there is no reason why you shouldn&#8217;t have both, in this example and most others, this can be achieved easily with minor modifications.  I am just saying, if you use Google&#8217;s stuff, the likelihood that it is messy and needs some attention before reusing it is pretty high.</p><p>There is almost no case where standards need to / or should be sacrificed for functionality.</p> ]]></content:encoded> </item> <item><title>By: david</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-2192</link> <dc:creator>david</dc:creator> <pubDate>Sun, 06 Jul 2008 23:45:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-2192</guid> <description>&lt;p&gt;@atom:  I see your point, but I think in this case that functionality is more important than standards.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@atom:  I see your point, but I think in this case that functionality is more important than standards.</p> ]]></content:encoded> </item> <item><title>By: atom</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-2190</link> <dc:creator>atom</dc:creator> <pubDate>Sun, 06 Jul 2008 19:58:16 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-2190</guid> <description>I think that it is worth mentioning that Google&#039;s client-side code should be taken with a grain of salt.  None of Google&#039;s pages are even remotely close to standards compliant, including the code in your example.  After all, who do they have to impress?</description> <content:encoded><![CDATA[<p>I think that it is worth mentioning that Google&#8217;s client-side code should be taken with a grain of salt.  None of Google&#8217;s pages are even remotely close to standards compliant, including the code in your example.  After all, who do they have to impress?</p> ]]></content:encoded> </item> <item><title>By: Scaracco</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-2168</link> <dc:creator>Scaracco</dc:creator> <pubDate>Thu, 03 Jul 2008 15:59:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-2168</guid> <description>Simply put the submit button inside &lt;code&gt;noscript&lt;/code&gt; tags and it became visible only with javascript disabled. No need for other code.</description> <content:encoded><![CDATA[<p>Simply put the submit button inside <code>noscript</code> tags and it became visible only with javascript disabled. No need for other code.</p> ]]></content:encoded> </item> <item><title>By: Carlo</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-2163</link> <dc:creator>Carlo</dc:creator> <pubDate>Thu, 03 Jul 2008 14:18:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-2163</guid> <description>Also updates the example :-)</description> <content:encoded><![CDATA[<p>Also updates the example :-)</p> ]]></content:encoded> </item> <item><title>By: david</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-2162</link> <dc:creator>david</dc:creator> <pubDate>Thu, 03 Jul 2008 13:58:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-2162</guid> <description>&lt;p&gt;@Carlo:  Thank you!  Updated.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@Carlo:  Thank you!  Updated.</p> ]]></content:encoded> </item> <item><title>By: Carlo</title><link>http://davidwalsh.name/noscript-compatible-select-form-element-onchange-event#comment-2158</link> <dc:creator>Carlo</dc:creator> <pubDate>Thu, 03 Jul 2008 10:06:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=303#comment-2158</guid> <description>For a complete form accessibility, I think it&#039;s necessary insert the label for the select.</description> <content:encoded><![CDATA[<p>For a complete form accessibility, I think it&#8217;s necessary insert the label for the select.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.006 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 11:17:11 -->
