<?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: MooTools Form Field Default&#160;Plugin</title> <atom:link href="http://davidwalsh.name/mootools-form-field-default-plugin/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-form-field-default-plugin</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: izle</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-13130</link> <dc:creator>izle</dc:creator> <pubDate>Sun, 01 Nov 2009 16:49:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-13130</guid> <description>I just wan to point out that the input element does not have a rel attribute.</description> <content:encoded><![CDATA[<p>I just wan to point out that the input element does not have a rel attribute.</p> ]]></content:encoded> </item> <item><title>By: vidoko</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-12896</link> <dc:creator>vidoko</dc:creator> <pubDate>Sat, 24 Oct 2009 20:03:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-12896</guid> <description>I agree with the other comments about not using the rel attribute. In any case, decent little snippet.</description> <content:encoded><![CDATA[<p>I agree with the other comments about not using the rel attribute. In any case, decent little snippet.</p> ]]></content:encoded> </item> <item><title>By: dizi izle</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-12895</link> <dc:creator>dizi izle</dc:creator> <pubDate>Sat, 24 Oct 2009 20:02:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-12895</guid> <description>I suggest using the alt-attribute. it works fine on every browser and validates.</description> <content:encoded><![CDATA[<p>I suggest using the alt-attribute. it works fine on every browser and validates.</p> ]]></content:encoded> </item> <item><title>By: video izle</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-12659</link> <dc:creator>video izle</dc:creator> <pubDate>Wed, 14 Oct 2009 19:03:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-12659</guid> <description>it works fine on every browser and validates.</description> <content:encoded><![CDATA[<p>it works fine on every browser and validates.</p> ]]></content:encoded> </item> <item><title>By: kodegeek</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-9942</link> <dc:creator>kodegeek</dc:creator> <pubDate>Sat, 20 Jun 2009 04:13:53 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-9942</guid> <description>I&#039;ve built more simple. See below
&lt;a href=&quot;http://kodegeek.wordpress.com/2009/06/20/form-fields-default-value-using-mootools/&quot; rel=&quot;nofollow&quot;&gt;http://kodegeek.wordpress.com/2009/06/20/form-fields-default-value-using-mootools/&lt;/a&gt;</description> <content:encoded><![CDATA[<p>I&#8217;ve built more simple. See below<br
/> <a
href="http://kodegeek.wordpress.com/2009/06/20/form-fields-default-value-using-mootools/" rel="nofollow">http://kodegeek.wordpress.com/2009/06/20/form-fields-default-value-using-mootools/</a></p> ]]></content:encoded> </item> <item><title>By: Samuel Lovetro</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-4271</link> <dc:creator>Samuel Lovetro</dc:creator> <pubDate>Sun, 21 Dec 2008 14:30:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-4271</guid> <description>Why aren&#039;t you just using the defaultValue of the input text boxes?
&lt;a href=&quot;http://http://www.w3schools.com/HTMLDOM/prop&#095;text&#095;defaultvalue.asp&quot; title=&quot;W3C Schools: Default Value Spec&quot; rel=&quot;nofollow&quot;&gt;link text&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Why aren&#8217;t you just using the defaultValue of the input text boxes?<br
/> <a
href="http://http://www.w3schools.com/HTMLDOM/prop&#95;text&#95;defaultvalue.asp" title="W3C Schools: Default Value Spec" rel="nofollow">link text</a></p> ]]></content:encoded> </item> <item><title>By: Jim Chisholm</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-3962</link> <dc:creator>Jim Chisholm</dc:creator> <pubDate>Wed, 26 Nov 2008 07:26:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-3962</guid> <description>I was using a similar premise for a mootools validation script. For some reason I wanted it to validate but found the alt or rel attribute couldn&#039;t be used. I decided to use the lang attribute and use underscores instead of spaces which are removed later. The lang attribute is common to most elements.e.g. To get a different or nice name for a select box[[select name=&quot;role&#095;id&quot; id=&quot;role&#095;id&quot; class=&quot;val&#095;required&quot; lang=&quot;Security&#095;role&quot;]]Not sure why I needed it to validate - obsessive compulsive I think : )</description> <content:encoded><![CDATA[<p>I was using a similar premise for a mootools validation script. For some reason I wanted it to validate but found the alt or rel attribute couldn&#8217;t be used. I decided to use the lang attribute and use underscores instead of spaces which are removed later. The lang attribute is common to most elements.</p><p>e.g. To get a different or nice name for a select box</p><p>[[select name="role&#95;id" id="role&#95;id" class="val&#95;required" lang="Security&#95;role"]]</p><p>Not sure why I needed it to validate &#8211; obsessive compulsive I think : )</p> ]]></content:encoded> </item> <item><title>By: Bradley</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-3069</link> <dc:creator>Bradley</dc:creator> <pubDate>Sat, 20 Sep 2008 10:11:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-3069</guid> <description>A nice enhancement to this script would be to also support password fields -- since the value will show up as *, you have to create a new text input and hide the password input, and on-focus you swap them.  I guess that could be a little bloaty if you aren&#039;t going to use it for that, but it&#039;s nice to have general-case solutions.I agree with the other comments about not using the rel attribute.  In any case, decent little snippet.</description> <content:encoded><![CDATA[<p>A nice enhancement to this script would be to also support password fields &#8212; since the value will show up as *, you have to create a new text input and hide the password input, and on-focus you swap them.  I guess that could be a little bloaty if you aren&#8217;t going to use it for that, but it&#8217;s nice to have general-case solutions.</p><p>I agree with the other comments about not using the rel attribute.  In any case, decent little snippet.</p> ]]></content:encoded> </item> <item><title>By: Florian Pichler</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-3064</link> <dc:creator>Florian Pichler</dc:creator> <pubDate>Thu, 18 Sep 2008 19:21:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-3064</guid> <description>I suggest using the alt-attribute. it works fine on every browser and validates.</description> <content:encoded><![CDATA[<p>I suggest using the alt-attribute. it works fine on every browser and validates.</p> ]]></content:encoded> </item> <item><title>By: Martin Lundgren</title><link>http://davidwalsh.name/mootools-form-field-default-plugin/comment-page-1#comment-3059</link> <dc:creator>Martin Lundgren</dc:creator> <pubDate>Thu, 18 Sep 2008 09:22:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=369#comment-3059</guid> <description>Hi Dave,I just wan to point out that the input element does not have a rel attribute.I wrote a class for the exact same thing about two weeks ago. I used the value attribute to store the default value. Then ondomready I attached the default value to the element with the MooTools &lt;a href=&quot;http://docs.mootools.net/Element/Element#Element:store&quot; title=&quot;MooTools docs&quot; rel=&quot;nofollow&quot;&gt;store()&lt;/a&gt; and &lt;a href=&quot;http://docs.mootools.net/Element/Element#Element:retrieve&quot; title=&quot;MooTools docs&quot; rel=&quot;nofollow&quot;&gt;retrieve()&lt;/a&gt; methods and applied the functionality.Thank you for a great site!</description> <content:encoded><![CDATA[<p>Hi Dave,</p><p>I just wan to point out that the input element does not have a rel attribute.</p><p>I wrote a class for the exact same thing about two weeks ago. I used the value attribute to store the default value. Then ondomready I attached the default value to the element with the MooTools <a
href="http://docs.mootools.net/Element/Element#Element:store" title="MooTools docs" rel="nofollow">store()</a> and <a
href="http://docs.mootools.net/Element/Element#Element:retrieve" title="MooTools docs" rel="nofollow">retrieve()</a> methods and applied the functionality.</p><p>Thank you for a great site!</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 1/17 queries in 0.011 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 11:10:40 -->
