<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Narga &#187; code recipes</title>
	<atom:link href="http://www.narga.net/tag/code-recipes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.narga.net</link>
	<description>The internet reviews</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:00:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://www.narga.net/?pushpress=hub'/>
		<item>
		<title>How to Open All External Links in a New Window/Tabs by using jquery</title>
		<link>http://www.narga.net/open-all-external-links-new-window-tabs-jquery/</link>
		<comments>http://www.narga.net/open-all-external-links-new-window-tabs-jquery/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:30:58 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[code recipes]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1927</guid>
		<description><![CDATA[If you know anything about attribute selectors, that should look familiar to you. Basically, it is saying, apply the attribute target="_blank" to all links that begin with http. I have written a few lines of jQuery code that will convert all external links (i.e. links that begin with http) to links opening up in a new window by injecting the target="_blank" behind the screens.]]></description>
		<wfw:commentRss>http://www.narga.net/open-all-external-links-new-window-tabs-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
