<?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; Blurring Links</title>
	<atom:link href="http://www.learningjquery.com/2006/10/quick-tip-blur-links/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: asllearner</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-80757</link>
		<dc:creator>asllearner</dc:creator>
		<pubDate>Thu, 08 Jul 2010 07:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-80757</guid>
		<description>just want to say thanks...this is what I really wanted, to remove it altogether. I have found many possible solutions, plugins, etd. and this is so simple it boggles the mind.

I am not breaking usability, by the way, because I am offering another signal (an image swap) whe nthe link is hovered, but the dotted line really looked awful...this is great.</description>
		<content:encoded><![CDATA[<p>just want to say thanks&#8230;this is what I really wanted, to remove it altogether. I have found many possible solutions, plugins, etd. and this is so simple it boggles the mind.</p>
<p>I am not breaking usability, by the way, because I am offering another signal (an image swap) whe nthe link is hovered, but the dotted line really looked awful&#8230;this is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin P</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-79874</link>
		<dc:creator>Martin P</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-79874</guid>
		<description>&lt;code&gt;$(&#039;.no-outline&#039;).mouseup(function(){this.blur()})&lt;/code&gt;

I used &quot;mouseup&quot; instead of &quot;click&quot; because I want to keep the outline when using the keyboard for navigation.

However, the outline still appears for a brief moment when clicking with the mouse, so I added this CSS:

&lt;code&gt;.no-outline:active{ outline: none}&lt;/code&gt;

It works. Do you think there are any problems (accessibility/usability) with this?</description>
		<content:encoded><![CDATA[<p><code>$('.no-outline').mouseup(function(){this.blur()})</code></p>
<p>I used &#8220;mouseup&#8221; instead of &#8220;click&#8221; because I want to keep the outline when using the keyboard for navigation.</p>
<p>However, the outline still appears for a brief moment when clicking with the mouse, so I added this CSS:</p>
<p><code>.no-outline:active{ outline: none}</code></p>
<p>It works. Do you think there are any problems (accessibility/usability) with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josefk</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-72683</link>
		<dc:creator>josefk</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-72683</guid>
		<description>N0 - there are accessibility issues with removing the focus from active links - you have to be really careful. This technique can  strand a screen reader user, who often navigate through a page by hopping from link to link. Blurring will cause the screen reader to loose its place on the screen - and the screen reader user will have to start navigating the page all over again.

It&#039;s really annoying - as being primarily a visual artist, those dotted lines are very ugly - but until I can loose them without loosing focus and risk compromising accessibility, I don&#039;t feel I can use this method.</description>
		<content:encoded><![CDATA[<p>N0 &#8211; there are accessibility issues with removing the focus from active links &#8211; you have to be really careful. This technique can  strand a screen reader user, who often navigate through a page by hopping from link to link. Blurring will cause the screen reader to loose its place on the screen &#8211; and the screen reader user will have to start navigating the page all over again.</p>
<p>It&#8217;s really annoying &#8211; as being primarily a visual artist, those dotted lines are very ugly &#8211; but until I can loose them without loosing focus and risk compromising accessibility, I don&#8217;t feel I can use this method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Development Wiki: HTML/CSS</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-70379</link>
		<dc:creator>Development Wiki: HTML/CSS</dc:creator>
		<pubDate>Sat, 28 Feb 2009 18:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-70379</guid>
		<description>[...] http://www.learningjquery.com/2006/10/quick-tip-blur-links [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.learningjquery.com/2006/10/quick-tip-blur-links" rel="nofollow">http://www.learningjquery.com/2006/10/quick-tip-blur-links</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-65371</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Wed, 11 Feb 2009 05:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-65371</guid>
		<description>i have been fighting a this.blur issue with firefox that would cause another open window of firefox to come to the front when i even got near a js &quot;a&quot; item containing it.

your code at top of page eliminated the need for this.blur() completely...

thank you, thank you, thank you!!!</description>
		<content:encoded><![CDATA[<p>i have been fighting a this.blur issue with firefox that would cause another open window of firefox to come to the front when i even got near a js &#8220;a&#8221; item containing it.</p>
<p>your code at top of page eliminated the need for this.blur() completely&#8230;</p>
<p>thank you, thank you, thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdasd</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-53644</link>
		<dc:creator>asdasd</dc:creator>
		<pubDate>Thu, 21 Aug 2008 14:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-53644</guid>
		<description>&lt;strong&gt;alert(&#039;hello&#039;)Hello&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>alert(&#8216;hello&#8217;)Hello</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iDevGeek</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-53219</link>
		<dc:creator>iDevGeek</dc:creator>
		<pubDate>Thu, 14 Aug 2008 19:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-53219</guid>
		<description>I use the link blurring on DHTML elements which shouldn&#039;t have the nasty box around due to their use as controls on various dynamic components. 

&lt;strong&gt;Example as jQ plugin:&lt;/strong&gt;
&lt;code&gt;
$.fn.nb = function() {
	return this.focus(function(){
		this.blur()
	});
}
&lt;/code&gt;

&lt;strong&gt;Use:&lt;/strong&gt;
&lt;code&gt;
$(&#039;a.noblur&#039;).nb();
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I use the link blurring on DHTML elements which shouldn&#8217;t have the nasty box around due to their use as controls on various dynamic components. </p>
<p><strong>Example as jQ plugin:</strong><br />
<code><br />
$.fn.nb = function() {<br />
	return this.focus(function(){<br />
		this.blur()<br />
	});<br />
}<br />
</code></p>
<p><strong>Use:</strong><br />
<code><br />
$('a.noblur').nb();<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-51388</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 16 Jul 2008 22:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-51388</guid>
		<description>At post #2

The accesibility thing is rubbish, tab through until you get the link and IT&#039;LL show the dotted outline ¬.¬</description>
		<content:encoded><![CDATA[<p>At post #2</p>
<p>The accesibility thing is rubbish, tab through until you get the link and IT&#8217;LL show the dotted outline ¬.¬</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-27409</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 16 Jan 2008 19:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-27409</guid>
		<description>Hi Thai, look above for a link that says &quot;click me and I won&#039;t show the ugly dotted outline.&quot; Click on it. That&#039;s the demo.</description>
		<content:encoded><![CDATA[<p>Hi Thai, look above for a link that says &#8220;click me and I won&#8217;t show the ugly dotted outline.&#8221; Click on it. That&#8217;s the demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thai Property</title>
		<link>http://www.learningjquery.com/2006/10/quick-tip-blur-links/comment-page-1#comment-27374</link>
		<dc:creator>Thai Property</dc:creator>
		<pubDate>Wed, 16 Jan 2008 14:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/10/quick-tip-blur-links#comment-27374</guid>
		<description>Hi Admin,

Have any demo ? i will see your code , cuz it hard to understand jQuery Code for me

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Admin,</p>
<p>Have any demo ? i will see your code , cuz it hard to understand jQuery Code for me</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/19 queries in 0.006 seconds using disk: basic
Object Caching 371/374 objects using disk: basic
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

Served from: www.learningjquery.com @ 2012-02-08 13:55:23 -->
