<?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: Mark external links and open in new window/tab (jQuery)</title>
	<atom:link href="http://blog.decaf.de/2010/01/mark-external-links-and-open-in-new-windowtab-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decaf.de/2010/01/mark-external-links-and-open-in-new-windowtab-jquery/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 13:12:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dirk Schürjohann</title>
		<link>http://blog.decaf.de/2010/01/mark-external-links-and-open-in-new-windowtab-jquery/#comment-50718</link>
		<dc:creator>Dirk Schürjohann</dc:creator>
		<pubDate>Tue, 05 Jan 2010 09:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decaf.de/?p=979#comment-50718</guid>
		<description>Robert, thanks for your feedback. I&#039;m not sure how to handle your question: You don&#039;t ask for a technical explanation, right? You&#039;re focussing on the theory part of whether to force opening external links in new windows/tabs vs. letting the user deal with the targets?</description>
		<content:encoded><![CDATA[<p>Robert, thanks for your feedback. I&#8217;m not sure how to handle your question: You don&#8217;t ask for a technical explanation, right? You&#8217;re focussing on the theory part of whether to force opening external links in new windows/tabs vs. letting the user deal with the targets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.decaf.de/2010/01/mark-external-links-and-open-in-new-windowtab-jquery/#comment-50710</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decaf.de/?p=979#comment-50710</guid>
		<description>Dirk,

care to explain why you chose to capture the &#039;click&#039; event and let it perform the (as far as I can see) default off-the-shelf event behaviour? I fail to see the need for this part:

&lt;code&gt;  .end()
  .click(function(e) {
    open(this.href);
    e.preventDefault();
  });&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Dirk,</p>
<p>care to explain why you chose to capture the &#8216;click&#8217; event and let it perform the (as far as I can see) default off-the-shelf event behaviour? I fail to see the need for this part:</p>
<p><code>&nbsp;&nbsp;.end()
&nbsp;&nbsp;.click(function(e) {
&nbsp;&nbsp;&nbsp;&nbsp;open(this.href);
&nbsp;&nbsp;&nbsp;&nbsp;e.preventDefault();
&nbsp;&nbsp;});</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

