<?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>Whiteforest &#187; JQuery</title>
	<atom:link href="http://www.whiteforest.co.uk/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whiteforest.co.uk</link>
	<description>Mark Robson&#039;s web development blog</description>
	<lastBuildDate>Mon, 22 Mar 2010 11:18:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Opening a browser in a new window</title>
		<link>http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/</link>
		<comments>http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/</guid>
		<description><![CDATA[For a long time target=&#8221;blank&#8221; has been redundant for accessibility problems. However, there are situations when opening a new window is neccessary. One technique I used is attaching a class of &#8220;external&#8221; to each link, and then usung javascript descibed in my get elements by class name example, attach a &#8220;window.open(this.href)&#8221; to each one. I [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Event Tracking</title>
		<link>http://www.whiteforest.co.uk/2009/11/google-event-tracking/</link>
		<comments>http://www.whiteforest.co.uk/2009/11/google-event-tracking/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/?p=141</guid>
		<description><![CDATA[I was asked recently if there was any way to track click events on an accordion we have implemented on a site. When first asked I didn&#8217;t think this was possible without an awful lot of javascript. However, a colleague mentioned Google event tracking is already available in Google if you have the standard setup. [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2009/11/google-event-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
