<?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: Textbox Hints</title>
	<atom:link href="http://jasongraphix.com/journal/textbox-hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasongraphix.com/journal/textbox-hints/</link>
	<description>A journal of art, thoughts, and projects by Jason Beaird.</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:02:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raina Gustafson</title>
		<link>http://jasongraphix.com/journal/textbox-hints/#comment-1373</link>
		<dc:creator>Raina Gustafson</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/textbox-hints/#comment-1373</guid>
		<description>Thanks for this. Very helpful.
</description>
		<content:encoded><![CDATA[<p>Thanks for this. Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/textbox-hints/#comment-1372</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Fri, 01 Feb 2008 00:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/textbox-hints/#comment-1372</guid>
		<description>@Ove: Yea, defintiely tried that.  Don&#039;t you just love IE.

@Ken: I thought about that but in an attempt to keep the css pretty simple I just display noned it.  I&#039;ll update the example tonight.
</description>
		<content:encoded><![CDATA[<p>@Ove: Yea, defintiely tried that.  Don&#8217;t you just love IE.</p>
<p>@Ken: I thought about that but in an attempt to keep the css pretty simple I just display noned it.  I&#8217;ll update the example tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Seals</title>
		<link>http://jasongraphix.com/journal/textbox-hints/#comment-1371</link>
		<dc:creator>Ken Seals</dc:creator>
		<pubDate>Thu, 31 Jan 2008 22:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/textbox-hints/#comment-1371</guid>
		<description>Very nice.  I get to play with forms pretty much every day.. I&#039;ll definitely be making use of this. Thanks, man!

One bit that caught my eye is using display: none to hide the labels. It might be better to throw it off screen with absolute positioning and a negative margin or something, as some screen readers will actually take into account display: none and hide the label from visually impaired users.
</description>
		<content:encoded><![CDATA[<p>Very nice.  I get to play with forms pretty much every day.. I&#8217;ll definitely be making use of this. Thanks, man!</p>
<p>One bit that caught my eye is using display: none to hide the labels. It might be better to throw it off screen with absolute positioning and a negative margin or something, as some screen readers will actually take into account display: none and hide the label from visually impaired users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ove</title>
		<link>http://jasongraphix.com/journal/textbox-hints/#comment-1370</link>
		<dc:creator>Ove</dc:creator>
		<pubDate>Thu, 31 Jan 2008 22:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/textbox-hints/#comment-1370</guid>
		<description>Nice one.

The sorry thing is that there is support to do this dynamically (changing the TYPE attribute value), but for some reason IE just won&#039;t comply. I think it&#039;s getting confused and mixes up TYPE in Javascript and the DOM.

Ugly inline example, works in FF, not in IE.
&lt;input type=&quot;text&quot; value=&quot;Password Here&quot; onclick=&quot;this.type=&#039;password&#039;;this.value=&#039;&#039;;&quot;&gt;


</description>
		<content:encoded><![CDATA[<p>Nice one.</p>
<p>The sorry thing is that there is support to do this dynamically (changing the TYPE attribute value), but for some reason IE just won&#8217;t comply. I think it&#8217;s getting confused and mixes up TYPE in Javascript and the DOM.</p>
<p>Ugly inline example, works in FF, not in IE.<br />
&lt;input type=&quot;text&quot; value=&quot;Password Here&quot; onclick=&quot;this.type=&#39;password&#39;;this.value=&#39;&#39;;&quot;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darragh G (Seachmall)</title>
		<link>http://jasongraphix.com/journal/textbox-hints/#comment-1369</link>
		<dc:creator>Darragh G (Seachmall)</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/textbox-hints/#comment-1369</guid>
		<description>I normally just display a styled alt under the box via JS/CSS but that way seems alot smoother, very nice.
</description>
		<content:encoded><![CDATA[<p>I normally just display a styled alt under the box via JS/CSS but that way seems alot smoother, very nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
