<?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>Simonthegeek &#187; Chrome</title>
	<atom:link href="http://simonthegeek.com/tag/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://simonthegeek.com</link>
	<description>A diary of stupid things that really shouldn't interest you</description>
	<lastBuildDate>Tue, 13 Dec 2011 21:05:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>History.back() &#8211; Problems With Chrome and Safari</title>
		<link>http://simonthegeek.com/technical/history-back-problems-with-chrome-and-safari/</link>
		<comments>http://simonthegeek.com/technical/history-back-problems-with-chrome-and-safari/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 15:24:26 +0000</pubDate>
		<dc:creator>simonthegeek</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://simonthegeek.com/?p=183</guid>
		<description><![CDATA[Had a bit of an issue today with our old friend history.back(). This works fine in IE + FF: &#60;a href=&#8221;#&#8221; onclick=&#8221;history.back();&#8221;&#62;Back&#60;/a&#62; But doesn&#8217;t seem to want to play in Chrome or Safari. So I tried to tidy up the code and be a little more strict: &#60;a href=&#8221;#&#8221; onclick=&#8221;window.history.back(-1);&#8221;&#62;Back&#60;/a&#62; But still noy joy. In [...]]]></description>
		<wfw:commentRss>http://simonthegeek.com/technical/history-back-problems-with-chrome-and-safari/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

