<?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; Code</title>
	<atom:link href="http://simonthegeek.com/category/code/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.2</generator>
		<item>
		<title>Stop people hotlinking your pics</title>
		<link>http://simonthegeek.com/technical/stop-people-hotlinking-your-pics/</link>
		<comments>http://simonthegeek.com/technical/stop-people-hotlinking-your-pics/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 14:47:14 +0000</pubDate>
		<dc:creator>simonthegeek</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[hotlinking]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[theft]]></category>

		<guid isPermaLink="false">http://simonthegeek.com/?p=202</guid>
		<description><![CDATA[Don&#8217;t you just hate it when you see your photos or hand crafted graphics popping up on other people&#8217;s sites? Well you can&#8217;t do much about people copying those kind of files and hosting them on their own site, but we certainly can stop them just lifting everything and using things that are hosted on [...]]]></description>
		<wfw:commentRss>http://simonthegeek.com/technical/stop-people-hotlinking-your-pics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>28</slash:comments>
		</item>
	</channel>
</rss>

