<?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: Quick Tip &#8211; Blur Links With jQuery</title>
	<atom:link href="http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/</link>
	<description>Web Design, Development, and Business</description>
	<lastBuildDate>Mon, 21 May 2012 12:58:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ext3h</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-32574</link>
		<dc:creator>Ext3h</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-32574</guid>
		<description>Allthough you should NEVER remove all markup for &quot;blurred&quot; links as this markup is essential for keyboard navigation.

Take this website for example, try to navigate over the page using the &quot;tabulator&quot;-key.
Guess what, it won&#039;t work because someone decided to make all links look the same, weither they are active or not. It doesn&#039;t matter how &quot;smooth&quot; the designer thought it would look, it simply breaks usability.

The original JS solution was much better, as it removes the focus (and therby the markup) ONLY once the link has been clicked and should only be used for &quot;links&quot; which cause an action in javascript and only on action by the user.

David Sandbergs &quot;solution&quot; is the worst by far, if you manually remove the focus from the link on focusing, you won&#039;t be even able to see the URL of the link in the browser window when navigating by keyboard or just hovering over the link. This makes an &quot;F&quot; for usability.</description>
		<content:encoded><![CDATA[<p>Allthough you should NEVER remove all markup for &#8220;blurred&#8221; links as this markup is essential for keyboard navigation.</p>
<p>Take this website for example, try to navigate over the page using the &#8220;tabulator&#8221;-key.<br />
Guess what, it won&#8217;t work because someone decided to make all links look the same, weither they are active or not. It doesn&#8217;t matter how &#8220;smooth&#8221; the designer thought it would look, it simply breaks usability.</p>
<p>The original JS solution was much better, as it removes the focus (and therby the markup) ONLY once the link has been clicked and should only be used for &#8220;links&#8221; which cause an action in javascript and only on action by the user.</p>
<p>David Sandbergs &#8220;solution&#8221; is the worst by far, if you manually remove the focus from the link on focusing, you won&#8217;t be even able to see the URL of the link in the browser window when navigating by keyboard or just hovering over the link. This makes an &#8220;F&#8221; for usability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Sandeberg</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-31024</link>
		<dc:creator>David Sandeberg</dc:creator>
		<pubDate>Fri, 09 Sep 2011 03:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-31024</guid>
		<description>This also works   
 $(&#039;a&#039;).focus(function () {        
        this.blur();
    });</description>
		<content:encoded><![CDATA[<p>This also works<br />
 $(&#8216;a&#8217;).focus(function () {<br />
        this.blur();<br />
    });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Animate Curtains Opening with jQuery &#124; xtra web solutions</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-29669</link>
		<dc:creator>Animate Curtains Opening with jQuery &#124; xtra web solutions</dc:creator>
		<pubDate>Sun, 03 Jul 2011 10:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-29669</guid>
		<description>[...] false; to make sure the link does not direct the user elsewhere. For those curious, we have written an article about blurring links, so get versed in [...]</description>
		<content:encoded><![CDATA[<p>[...] false; to make sure the link does not direct the user elsewhere. For those curious, we have written an article about blurring links, so get versed in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Share Feedback with Twitter and the Bit.ly API &#124; BestWebMagazine</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-11811</link>
		<dc:creator>Share Feedback with Twitter and the Bit.ly API &#124; BestWebMagazine</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-11811</guid>
		<description>[...] Quick Tip – Blur Links With jQuery This quick tip covers a quick usability upgrade for links&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick Tip – Blur Links With jQuery This quick tip covers a quick usability upgrade for links&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blur Links With jQuery &#124; jQuery Wisdom</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-9790</link>
		<dc:creator>Blur Links With jQuery &#124; jQuery Wisdom</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-9790</guid>
		<description>[...] functionality. Give your links some love now and make the appearance smoother for the user later! Web Site Demo         Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] functionality. Give your links some love now and make the appearance smoother for the user later! Web Site Demo         Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutoriales de la web para tu web &#187; Blog Archive &#187; Blur Enlaces Con jQuery</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-6856</link>
		<dc:creator>Tutoriales de la web para tu web &#187; Blog Archive &#187; Blur Enlaces Con jQuery</dc:creator>
		<pubDate>Mon, 03 Aug 2009 16:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-6856</guid>
		<description>[...] Enlace:http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Enlace:<a href="http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/" rel="nofollow">http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick Tip - Blur Links With jQuery - Tutorial Collection</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-5240</link>
		<dc:creator>Quick Tip - Blur Links With jQuery - Tutorial Collection</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-5240</guid>
		<description>[...] View Tutorial      No Comment  var addthis_pub=&quot;izwan00&quot;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 4:22 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] View Tutorial      No Comment  var addthis_pub=&#8221;izwan00&#8243;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 4:22 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Dunn</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-2144</link>
		<dc:creator>Sam Dunn</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-2144</guid>
		<description>@Joel Dow
The CSS only method is not compatible with all browsers, which is why this bit of code matters. If this doesn&#039;t matter to you then your method is certainly functional.</description>
		<content:encoded><![CDATA[<p>@Joel Dow<br />
The CSS only method is not compatible with all browsers, which is why this bit of code matters. If this doesn&#8217;t matter to you then your method is certainly functional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Dow</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-2143</link>
		<dc:creator>Joel Dow</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-2143</guid>
		<description>This is not worth the extra js code.  Just use a{outline:none;} in your css.</description>
		<content:encoded><![CDATA[<p>This is not worth the extra js code.  Just use a{outline:none;} in your css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago Souza</title>
		<link>http://buildinternet.com/2008/12/quick-tip-blur-links-with-jquery/comment-page-1/#comment-999</link>
		<dc:creator>Thiago Souza</dc:creator>
		<pubDate>Sat, 14 Feb 2009 00:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=448#comment-999</guid>
		<description>It works. Nice.</description>
		<content:encoded><![CDATA[<p>It works. Nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using memcached
Database Caching using memcached
Object Caching 369/369 objects using disk: basic

Served from: buildinternet.com @ 2012-05-21 10:24:56 -->
