<?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: FaT-Focus at This - advanced JavaScript focusing library</title>
	<atom:link href="http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Thu, 28 Aug 2008 18:47:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-95319</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 27 Aug 2007 18:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-95319</guid>
		<description>vicky,

Absolutely, you can code and add the events and corresponding classes any way you want to.</description>
		<content:encoded><![CDATA[<p>vicky,</p>
<p>Absolutely, you can code and add the events and corresponding classes any way you want to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicky</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-91957</link>
		<dc:creator>vicky</dc:creator>
		<pubDate>Thu, 16 Aug 2007 11:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-91957</guid>
		<description>Is it possible to do it the other way round? To have an element unfocused (white semi transparent overlay on it) and have it focused on mouse over?</description>
		<content:encoded><![CDATA[<p>Is it possible to do it the other way round? To have an element unfocused (white semi transparent overlay on it) and have it focused on mouse over?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Van Reeth</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-28403</link>
		<dc:creator>Stefan Van Reeth</dc:creator>
		<pubDate>Wed, 17 Jan 2007 08:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-28403</guid>
		<description>Spot on Robert!!

Off-topic: for a guy who isn't that carried away by libraries, you chunk them out quite often lol ;)</description>
		<content:encoded><![CDATA[<p>Spot on Robert!!</p>
<p>Off-topic: for a guy who isn&#8217;t that carried away by libraries, you chunk them out quite often lol <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10603</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 26 Sep 2006 18:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10603</guid>
		<description>Shani,

Enjoy! :-)</description>
		<content:encoded><![CDATA[<p>Shani,</p>
<p>Enjoy! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shani elharrar</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10595</link>
		<dc:creator>Shani elharrar</dc:creator>
		<pubDate>Tue, 26 Sep 2006 18:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10595</guid>
		<description>Awesome, Think i will use it sometime :)</description>
		<content:encoded><![CDATA[<p>Awesome, Think i will use it sometime <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10430</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 25 Sep 2006 06:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10430</guid>
		<description>Steve,

Have fun! :-)

Chris,

Thank you! It might be over the top, but that's me when I start doing things. :-)
But the point you make is the same as my main idea for this: to function as an add-on to an existing web page or application, to make the interactivity clearer and more useful to the end user.

The form thing is definitely over the top, and should be changed to do the opposite: setting only focus to the &lt;code&gt;input&lt;/code&gt; element. But that can easily be changed by just calling &lt;code&gt;FaT.setFocusToElm&lt;/code&gt; instead of &lt;code&gt;FaT.setFocus&lt;/code&gt;.    

&lt;blockquote&gt;I thought the library would also shift the focus of the document to the element and back to the original one to help assistive technology.&lt;/blockquote&gt;

That might be an interesting option where to go with it if you want to build further functionality into it.</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Have fun! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Chris,</p>
<p>Thank you! It might be over the top, but that&#8217;s me when I start doing things. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
But the point you make is the same as my main idea for this: to function as an add-on to an existing web page or application, to make the interactivity clearer and more useful to the end user.</p>
<p>The form thing is definitely over the top, and should be changed to do the opposite: setting only focus to the <code>input</code> element. But that can easily be changed by just calling <code>FaT.setFocusToElm</code> instead of <code>FaT.setFocus</code>.    </p>
<blockquote><p>I thought the library would also shift the focus of the document to the element and back to the original one to help assistive technology.</p></blockquote>
<p>That might be an interesting option where to go with it if you want to build further functionality into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Heilmann</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10174</link>
		<dc:creator>Chris Heilmann</dc:creator>
		<pubDate>Sat, 23 Sep 2006 08:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10174</guid>
		<description>It is an interesting concept, but I was mislead by the name. I thought the library would also shift the focus of the document to the element and back to the original one to help assistive technology. 

As it stands, it is a nice plug-in, but normally you'd have that kind of functionality already in the application, as a fade should always be an indicator that something changed (easing the transition from completely reloading pages to partly changing pages for the visitor), happening at the end of other functionality. 

I don't like the focus on the form field at all, as the constant change between dark and light hurts my eyes on this laptop. 

Good job, but as a standalone library it is a bit over the top - unless you simply want to make it easier for others to integrate that effect into their app.</description>
		<content:encoded><![CDATA[<p>It is an interesting concept, but I was mislead by the name. I thought the library would also shift the focus of the document to the element and back to the original one to help assistive technology. </p>
<p>As it stands, it is a nice plug-in, but normally you&#8217;d have that kind of functionality already in the application, as a fade should always be an indicator that something changed (easing the transition from completely reloading pages to partly changing pages for the visitor), happening at the end of other functionality. </p>
<p>I don&#8217;t like the focus on the form field at all, as the constant change between dark and light hurts my eyes on this laptop. </p>
<p>Good job, but as a standalone library it is a bit over the top - unless you simply want to make it easier for others to integrate that effect into their app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Williams</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10129</link>
		<dc:creator>Steve Williams</dc:creator>
		<pubDate>Fri, 22 Sep 2006 18:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10129</guid>
		<description>Wow, does a lot of things I've been putting off learning about, I'll definately be checking it out, thank you for sharing :)</description>
		<content:encoded><![CDATA[<p>Wow, does a lot of things I&#8217;ve been putting off learning about, I&#8217;ll definately be checking it out, thank you for sharing <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10119</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 22 Sep 2006 17:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10119</guid>
		<description>Jonathan,

Let's hope it doesn't have to come to that! :-)

Michael,

Enjoy!

Kalle,

I hope so; that's one of the main objectives for me when building things.</description>
		<content:encoded><![CDATA[<p>Jonathan,</p>
<p>Let&#8217;s hope it doesn&#8217;t have to come to that! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Michael,</p>
<p>Enjoy!</p>
<p>Kalle,</p>
<p>I hope so; that&#8217;s one of the main objectives for me when building things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10115</link>
		<dc:creator>Kalle</dc:creator>
		<pubDate>Fri, 22 Sep 2006 16:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10115</guid>
		<description>This is really neat! Looks like it's easy to implement as well!</description>
		<content:encoded><![CDATA[<p>This is really neat! Looks like it&#8217;s easy to implement as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Odden</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10103</link>
		<dc:creator>Michael Odden</dc:creator>
		<pubDate>Fri, 22 Sep 2006 15:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10103</guid>
		<description>Hehe, great timing - I've been working on my own kind the last 2 days :) Looks good Robert so far. I'll have to take a close look over the weekend, perhaps there is some inspiration to get.

Have a nice weekend!</description>
		<content:encoded><![CDATA[<p>Hehe, great timing - I&#8217;ve been working on my own kind the last 2 days <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Looks good Robert so far. I&#8217;ll have to take a close look over the weekend, perhaps there is some inspiration to get.</p>
<p>Have a nice weekend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Snook</title>
		<link>http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10087</link>
		<dc:creator>Jonathan Snook</dc:creator>
		<pubDate>Fri, 22 Sep 2006 13:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/22/fat-focus-at-this-advanced-javascript-focusing-library/#comment-10087</guid>
		<description>That's cool. Is there a way you could integrate some Asynchronous Streaming? I could really use some FaT-AsS.</description>
		<content:encoded><![CDATA[<p>That&#8217;s cool. Is there a way you could integrate some Asynchronous Streaming? I could really use some FaT-AsS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
