<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Unobtrusive Javascript: Self-labeling text inputs</title>
	<atom:link href="http://scottmoonen.com/2008/07/18/unobtrusive-javascript-self-labeling-text-inputs/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottmoonen.com/2008/07/18/unobtrusive-javascript-self-labeling-text-inputs/</link>
	<description>Jesu, Juva</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:27:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mat</title>
		<link>http://scottmoonen.com/2008/07/18/unobtrusive-javascript-self-labeling-text-inputs/#comment-160</link>
		<dc:creator><![CDATA[Mat]]></dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fullvalence.com/?p=31#comment-160</guid>
		<description><![CDATA[I correct:
Ps: i’ve make changes advised by Winzeep.]]></description>
		<content:encoded><![CDATA[<p>I correct:<br />
Ps: i’ve make changes advised by Winzeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://scottmoonen.com/2008/07/18/unobtrusive-javascript-self-labeling-text-inputs/#comment-159</link>
		<dc:creator><![CDATA[Mat]]></dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fullvalence.com/?p=31#comment-159</guid>
		<description><![CDATA[i&#039;ve problem with your script:
- when multiple input field on the same forms.
- when using password type field in place of text.

Ps: i&#039;ve make changes advised by Scott.

I&#039;ll really appreciates help.

Regards,

Mg]]></description>
		<content:encoded><![CDATA[<p>i&#8217;ve problem with your script:<br />
- when multiple input field on the same forms.<br />
- when using password type field in place of text.</p>
<p>Ps: i&#8217;ve make changes advised by Scott.</p>
<p>I&#8217;ll really appreciates help.</p>
<p>Regards,</p>
<p>Mg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Moonen</title>
		<link>http://scottmoonen.com/2008/07/18/unobtrusive-javascript-self-labeling-text-inputs/#comment-156</link>
		<dc:creator><![CDATA[Scott Moonen]]></dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fullvalence.com/?p=31#comment-156</guid>
		<description><![CDATA[Winny, thanks.  In this case that would be fine.  In other cases I&#039;m making use of other lowpro functionality, such as its providing shortcut constructors for HTML elements such as $a, $img, $span, etc.]]></description>
		<content:encoded><![CDATA[<p>Winny, thanks.  In this case that would be fine.  In other cases I&#8217;m making use of other lowpro functionality, such as its providing shortcut constructors for HTML elements such as $a, $img, $span, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winzeep</title>
		<link>http://scottmoonen.com/2008/07/18/unobtrusive-javascript-self-labeling-text-inputs/#comment-155</link>
		<dc:creator><![CDATA[Winzeep]]></dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fullvalence.com/?p=31#comment-155</guid>
		<description><![CDATA[Be careful with my previous script the double quotes are funky :)

Here are the normal ones:

&lt;b&gt;before:&lt;/b&gt; Event.onReady(function() {

&lt;b&gt;After:&lt;/b&gt; document.observe(&quot;dom:loaded&quot;,function() {]]></description>
		<content:encoded><![CDATA[<p>Be careful with my previous script the double quotes are funky <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here are the normal ones:</p>
<p><b>before:</b> Event.onReady(function() {</p>
<p><b>After:</b> document.observe(&quot;dom:loaded&quot;,function() {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winzeep</title>
		<link>http://scottmoonen.com/2008/07/18/unobtrusive-javascript-self-labeling-text-inputs/#comment-157</link>
		<dc:creator><![CDATA[Winzeep]]></dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fullvalence.com/?p=31#comment-157</guid>
		<description><![CDATA[Hi,

Useful script thank you.
However, you don&#039;t have to include lowpro.js anymore since prototype.js now includes the lowpro functions you need.

The only change you need to make is in autoload.js first line:

&lt;b&gt;before:&lt;/b&gt; Event.onReady(function() {

&lt;b&gt;After:&lt;/b&gt; document.observe(&quot;dom:loaded&quot;,function() {


- Winny -]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Useful script thank you.<br />
However, you don&#8217;t have to include lowpro.js anymore since prototype.js now includes the lowpro functions you need.</p>
<p>The only change you need to make is in autoload.js first line:</p>
<p><b>before:</b> Event.onReady(function() {</p>
<p><b>After:</b> document.observe(&#8220;dom:loaded&#8221;,function() {</p>
<p>- Winny -</p>
]]></content:encoded>
	</item>
</channel>
</rss>

