<?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"
	>
<channel>
	<title>Comments on: Highlighting Forms [tutorial]</title>
	<atom:link href="http://www.dtsn.co.uk/2008/04/11/highlighting-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dtsn.co.uk/2008/04/11/highlighting-forms/</link>
	<description>Daniel Thomas Saxil-Nielsen</description>
	<pubDate>Thu, 03 Jul 2008 23:29:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Daily del.icio.us for April 6th through April 12th &#8212; Vinny Carpenter&#8217;s blog</title>
		<link>http://www.dtsn.co.uk/2008/04/11/highlighting-forms/#comment-502</link>
		<dc:creator>Daily del.icio.us for April 6th through April 12th &#8212; Vinny Carpenter&#8217;s blog</dc:creator>
		<pubDate>Sat, 12 Apr 2008 20:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/?p=117#comment-502</guid>
		<description>[...] dtsn : Highlighting Forms [tutorial] - This is quite a well known but under used technique for highlighting your form elements without any JavaScript. By using the CSS property focus you can apply style to a form element when it is clicked, also know as focus. [...]</description>
		<content:encoded><![CDATA[<p>[...] dtsn : Highlighting Forms [tutorial] - This is quite a well known but under used technique for highlighting your form elements without any JavaScript. By using the CSS property focus you can apply style to a form element when it is clicked, also know as focus. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.dtsn.co.uk/2008/04/11/highlighting-forms/#comment-497</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/?p=117#comment-497</guid>
		<description>Hi Sashidar,

Sorry I only have IE8 on my machine, and didn't think to check IE7. I have now updated the post above, thanks for bringing it to my attention.

Daniel</description>
		<content:encoded><![CDATA[<p>Hi Sashidar,</p>
<p>Sorry I only have IE8 on my machine, and didn&#8217;t think to check IE7. I have now updated the post above, thanks for bringing it to my attention.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sashidhar Kokku</title>
		<link>http://www.dtsn.co.uk/2008/04/11/highlighting-forms/#comment-495</link>
		<dc:creator>Sashidhar Kokku</dc:creator>
		<pubDate>Fri, 11 Apr 2008 21:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/?p=117#comment-495</guid>
		<description>It does not work in IE7 either.</description>
		<content:encoded><![CDATA[<p>It does not work in IE7 either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.dtsn.co.uk/2008/04/11/highlighting-forms/#comment-492</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/?p=117#comment-492</guid>
		<description>Hi Kangax,

Thats a great idea, I completely forgot about the Invoke method.

Daniel</description>
		<content:encoded><![CDATA[<p>Hi Kangax,</p>
<p>Thats a great idea, I completely forgot about the Invoke method.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kangax</title>
		<link>http://www.dtsn.co.uk/2008/04/11/highlighting-forms/#comment-491</link>
		<dc:creator>kangax</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/?p=117#comment-491</guid>
		<description>that could be written even shorter:

$$('input[type=text]').invoke('observe', 'click', function(el){ el.toggleClassName('yourclassname') })</description>
		<content:encoded><![CDATA[<p>that could be written even shorter:</p>
<p>$$(&#8217;input[type=text]&#8216;).invoke(&#8217;observe&#8217;, &#8216;click&#8217;, function(el){ el.toggleClassName(&#8217;yourclassname&#8217;) })</p>
]]></content:encoded>
	</item>
</channel>
</rss>
