<?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: Add external link icon after all external links using jQuery</title>
	<atom:link href="http://www.travislin.com/2009/05/add-external-link-icon-after-all-external-links-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.travislin.com/2009/05/add-external-link-icon-after-all-external-links-using-jquery/</link>
	<description>Web Design, Technologies and Fancy photos of what I see.</description>
	<lastBuildDate>Thu, 17 Nov 2011 18:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: J Mehmett</title>
		<link>http://www.travislin.com/2009/05/add-external-link-icon-after-all-external-links-using-jquery/comment-page-1/#comment-4</link>
		<dc:creator>J Mehmett</dc:creator>
		<pubDate>Mon, 11 May 2009 06:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.travislin.com/?p=31#comment-4</guid>
		<description>Yeah, Travis. WP&#039;s tinyMCE editor still uses &lt;code&gt;target=&quot;_blank&quot;&lt;/code&gt; and it&#039;s true that most of the bloggers and most of webmasters still use it. :)</description>
		<content:encoded><![CDATA[<p>Yeah, Travis. WP&#8217;s tinyMCE editor still uses <code>target="_blank"</code> and it&#8217;s true that most of the bloggers and most of webmasters still use it. <img src='http://www.travislin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.travislin.com/2009/05/add-external-link-icon-after-all-external-links-using-jquery/comment-page-1/#comment-3</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Mon, 11 May 2009 00:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.travislin.com/?p=31#comment-3</guid>
		<description>Hi J Mehmett,

That&#039;s an excellent point I failed to mention since I&#039;m always on &lt;a href=&quot;http://en.wikipedia.org/wiki/XHTML#XHTML_1.0&quot; title=&quot;Wikipedia: XHTML&quot; rel=&quot;nofollow&quot;&gt;XHTML 1.0&lt;/a&gt; Transitional, instead of Strict W3 Compliance.

However most WordPress bloggers would still be using &lt;code&gt;target=&quot;_blank&quot;&lt;/code&gt; since there is no easy way to define an external link and there is no easy way to add a relative nor ID without going into HTML view of the post.
&lt;img src=&quot;http://www.travislin.com/wp-content/uploads/2009/05/p03-ss03-300x218.gif&quot; alt=&quot;Screenshot of WordPress &#039;insert/edit link&#039; lightbox&quot; /&gt;

I should have mention all this in my post. Thanks again for pointing it out :D </description>
		<content:encoded><![CDATA[<p>Hi J Mehmett,</p>
<p>That&#8217;s an excellent point I failed to mention since I&#8217;m always on <a href="http://en.wikipedia.org/wiki/XHTML#XHTML_1.0" title="Wikipedia: XHTML" rel="nofollow">XHTML 1.0</a> Transitional, instead of Strict W3 Compliance.</p>
<p>However most WordPress bloggers would still be using <code>target="_blank"</code> since there is no easy way to define an external link and there is no easy way to add a relative nor ID without going into HTML view of the post.<br />
<img src="http://www.travislin.com/wp-content/uploads/2009/05/p03-ss03-300x218.gif" alt="Screenshot of WordPress 'insert/edit link' lightbox" /></p>
<p>I should have mention all this in my post. Thanks again for pointing it out <img src='http://www.travislin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Mehmett</title>
		<link>http://www.travislin.com/2009/05/add-external-link-icon-after-all-external-links-using-jquery/comment-page-1/#comment-2</link>
		<dc:creator>J Mehmett</dc:creator>
		<pubDate>Sun, 10 May 2009 08:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.travislin.com/?p=31#comment-2</guid>
		<description>Great post. However since target=&quot;_blank&quot; is invalid XHTML, we can change this to something like rel=&quot;external&quot;, or id=&quot;external&quot; then we can change our jQuery code like this:

&lt;code&gt;$(&quot;a[rel=&#039;external&#039;]&quot;).addClass(&quot;external_icon&quot;);&lt;/code&gt;

Or...

&lt;code&gt;$(&quot;#external&quot;).addClass(&quot;external_icon&quot;);&lt;/code&gt;

Both are the same.

Thank you anyway!</description>
		<content:encoded><![CDATA[<p>Great post. However since target=&#8221;_blank&#8221; is invalid XHTML, we can change this to something like rel=&#8221;external&#8221;, or id=&#8221;external&#8221; then we can change our jQuery code like this:</p>
<p><code>$("a[rel='external']").addClass("external_icon");</code></p>
<p>Or&#8230;</p>
<p><code>$("#external").addClass("external_icon");</code></p>
<p>Both are the same.</p>
<p>Thank you anyway!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

