<?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: Making text in inputs disappear when you click on it</title>
	<atom:link href="http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/</link>
	<description>The goat loves the water</description>
	<lastBuildDate>Thu, 31 Mar 2011 08:57:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luc</title>
		<link>http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/comment-page-1/#comment-123</link>
		<dc:creator>Luc</dc:creator>
		<pubDate>Tue, 28 Oct 2008 11:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.safetygoat.co.uk/?p=117#comment-123</guid>
		<description>@Andrew P - that&#039;s certainly another way round the problem - I try to be descriptive in the fields though, and thus far no-one has a username/email of &quot;Your email address&quot;. I use another function for validation/styling....</description>
		<content:encoded><![CDATA[<p>@Andrew P &#8211; that&#8217;s certainly another way round the problem &#8211; I try to be descriptive in the fields though, and thus far no-one has a username/email of &#8220;Your email address&#8221;. I use another function for validation/styling&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew P</title>
		<link>http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/comment-page-1/#comment-122</link>
		<dc:creator>Andrew P</dc:creator>
		<pubDate>Tue, 28 Oct 2008 10:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.safetygoat.co.uk/?p=117#comment-122</guid>
		<description>Hi Luc, I prefer to not use the defaultValue as it allows for the corner case of the person wanting to type in the same value in a field as the default without affecting the clearing behavior.  By attaching a class, and using this to define if the field has been used, it also allows for styling to be applied.</description>
		<content:encoded><![CDATA[<p>Hi Luc, I prefer to not use the defaultValue as it allows for the corner case of the person wanting to type in the same value in a field as the default without affecting the clearing behavior.  By attaching a class, and using this to define if the field has been used, it also allows for styling to be applied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc</title>
		<link>http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/comment-page-1/#comment-121</link>
		<dc:creator>Luc</dc:creator>
		<pubDate>Tue, 28 Oct 2008 09:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.safetygoat.co.uk/?p=117#comment-121</guid>
		<description>I&#039;ve got a jQuery function that makes this particular problem very very easy - all you have to do is add this after your document.ready() and change the #id :
www.project14.co.uk/hosted/jquery-dissapear.txt (I wasn&#039;t sure if the comments would mangle the script or not)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a jQuery function that makes this particular problem very very easy &#8211; all you have to do is add this after your document.ready() and change the #id :<br />
<a href="http://www.project14.co.uk/hosted/jquery-dissapear.txt" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.project14.co.uk/hosted/jquery-dissapear.txt?referer=');">http://www.project14.co.uk/hosted/jquery-dissapear.txt</a> (I wasn&#8217;t sure if the comments would mangle the script or not)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kat</title>
		<link>http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/comment-page-1/#comment-118</link>
		<dc:creator>kat</dc:creator>
		<pubDate>Fri, 24 Oct 2008 09:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.safetygoat.co.uk/?p=117#comment-118</guid>
		<description>Wow!  I&#039;m glad you guys found this stuff as useful as me!  Will update post with some of the javascript stuff when I figure it out :)</description>
		<content:encoded><![CDATA[<p>Wow!  I&#8217;m glad you guys found this stuff as useful as me!  Will update post with some of the javascript stuff when I figure it out <img src='http://www.safetygoat.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/comment-page-1/#comment-117</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 24 Oct 2008 07:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.safetygoat.co.uk/?p=117#comment-117</guid>
		<description>Well you&#039;ve successfully wierded me out. This was one of the things on my &quot;get this fixed&quot; list for a client project and low and behold, you blog the solution.

Thanks :)</description>
		<content:encoded><![CDATA[<p>Well you&#8217;ve successfully wierded me out. This was one of the things on my &#8220;get this fixed&#8221; list for a client project and low and behold, you blog the solution.</p>
<p>Thanks <img src='http://www.safetygoat.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ewan</title>
		<link>http://www.safetygoat.co.uk/2008/10/making-text-in-inputs-disappear-when-you-click-on-it/comment-page-1/#comment-116</link>
		<dc:creator>Ewan</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.safetygoat.co.uk/?p=117#comment-116</guid>
		<description>I knew about this.select(), but the first one is even better. Have just applied to 4 or 5 search boxes. Thanks!</description>
		<content:encoded><![CDATA[<p>I knew about this.select(), but the first one is even better. Have just applied to 4 or 5 search boxes. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

