<?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>Fanboy</title>
	<atom:link href="http://www.fanboycreative.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fanboycreative.co.uk</link>
	<description>Web design blog</description>
	<lastBuildDate>Sat, 25 Jul 2009 14:42:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use jQuery to Target Blank</title>
		<link>http://www.fanboycreative.co.uk/web-design/jquery-target-blank/</link>
		<comments>http://www.fanboycreative.co.uk/web-design/jquery-target-blank/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 14:35:20 +0000</pubDate>
		<dc:creator>fanboyryan</dc:creator>
				<category><![CDATA[XHTML / CSS / jQuery Tutorials]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[xhtml strict]]></category>

		<guid isPermaLink="false">http://www.fanboycreative.co.uk/?p=16</guid>
		<description><![CDATA[If you want to write strict XHTML and you&#8217;re having problems using target=&#8221;_blank&#8221; on your links, there is a simple jQuery fix. Add this script to your page:
$(function() {
    $(".external").attr("target","_blank");
});
And give any links you want to open in a new window class=&#8221;external&#8221;.
]]></description>
			<content:encoded><![CDATA[<p>If you want to write strict XHTML and you&#8217;re having problems using target=&#8221;_blank&#8221; on your links, there is a simple jQuery fix. Add this script to your page:</p>
<pre>$(function() {
    $(".external").attr("target","_blank");
});</pre>
<p>And give any links you want to open in a new window class=&#8221;external&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanboycreative.co.uk/web-design/jquery-target-blank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.fanboycreative.co.uk/web-design/hello-world/</link>
		<comments>http://www.fanboycreative.co.uk/web-design/hello-world/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 19:54:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fanboycreative.co.uk/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanboycreative.co.uk/web-design/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
