<?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>benwatts.ca &#187; facebook</title>
	<atom:link href="http://benwatts.ca/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://benwatts.ca</link>
	<description>Designer and Frontend Developer in Ottawa, Canada</description>
	<lastBuildDate>Fri, 22 Jul 2011 19:00:09 +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>Slow Down</title>
		<link>http://benwatts.ca/2008/slow-down/</link>
		<comments>http://benwatts.ca/2008/slow-down/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 01:48:11 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[relatives]]></category>

		<guid isPermaLink="false">http://www.benwatts.ca/2008/10/06/slow-down/</guid>
		<description><![CDATA[I kind-of-sort-of-accidentally just &#8216;installed&#8217; the Relatives app on facebook after getting a seemingly endless onslaught of requests from family (who else?). I should&#8217;ve realized how viral it would be. After installing it, you click on all of your contacts who are family members and it gets them to add the app or whatever. Needless to [...]]]></description>
			<content:encoded><![CDATA[<p>I <small>kind-of-sort-of-accidentally</small> just &#8216;installed&#8217; the Relatives app on facebook after getting a seemingly endless onslaught of requests from family (who else?). I should&#8217;ve realized how viral it would be. After installing it, you click on all of your contacts who are family members and it gets them to add the app or whatever. </p>
<p>Needless to say, once reaching that stage I took a step back and thought the whole concept was retarded (for lack of better words). <strong>I know I&#8217;m related to you; it&#8217;s not like I&#8217;m going to forget anyone.</strong> Yet.</p>
<p>Damn you, social networking.  </p>
]]></content:encoded>
			<wfw:commentRss>http://benwatts.ca/2008/slow-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting Based Upon Referer</title>
		<link>http://benwatts.ca/2008/redirecting-based-upon-referer/</link>
		<comments>http://benwatts.ca/2008/redirecting-based-upon-referer/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 00:44:14 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.rainiscold.ca/seaturtle/?p=5</guid>
		<description><![CDATA[I didn&#8217;t want to get hits from facebook for a URL that I noticed someone posted on facebook. Added this to the index file, works like a charm: if( strpos($_SERVER['HTTP_REFERER'], 'facebook.com') > 0 ){ header('Referer: http://www.facebook.com'); header('Location: http://www.facebook.com'); }]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t want to get hits from facebook for a URL that I noticed someone posted on facebook. Added this to the index file, works like a charm:</p>
<pre lang="php">
if( strpos($_SERVER['HTTP_REFERER'], 'facebook.com') > 0 ){
	header('Referer: http://www.facebook.com');
	header('Location: http://www.facebook.com');
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://benwatts.ca/2008/redirecting-based-upon-referer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

