<?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"
	>

<channel>
	<title>Daniel Smith</title>
	<atom:link href="http://www.smithy.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smithy.info</link>
	<description></description>
	<pubDate>Mon, 13 Oct 2008 21:20:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Uni!</title>
		<link>http://www.smithy.info/uni-22</link>
		<comments>http://www.smithy.info/uni-22#comments</comments>
		<pubDate>Sat, 27 Sep 2008 10:19:47 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://www.smithy.info/?p=22</guid>
		<description><![CDATA[Hello, long time - no write.
Well as you can probably guess I am at University now, enjoying it so far. Starting all the hard work and lectures next monday!
Write again soon!
]]></description>
			<content:encoded><![CDATA[<p>Hello, long time - no write.</p>
<p>Well as you can probably guess I am at University now, enjoying it so far. Starting all the hard work and lectures next monday!</p>
<p>Write again soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smithy.info/uni-22/feed</wfw:commentRss>
		</item>
		<item>
		<title>Work.. work.. work..</title>
		<link>http://www.smithy.info/work-work-work-19</link>
		<comments>http://www.smithy.info/work-work-work-19#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:02:21 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.smithy.info/?p=19</guid>
		<description><![CDATA[Well after a very long weekend working long shifts I can finally relax this weekend, and I&#8217;ve got Wednesday off so its all good 
]]></description>
			<content:encoded><![CDATA[<p>Well after a very long weekend working long shifts I can finally relax this weekend, and I&#8217;ve got Wednesday off so its all good <img src='http://www.smithy.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smithy.info/work-work-work-19/feed</wfw:commentRss>
		</item>
		<item>
		<title>.htaccess Redirect based on referer</title>
		<link>http://www.smithy.info/htaccess-redirect-based-on-referer-5</link>
		<comments>http://www.smithy.info/htaccess-redirect-based-on-referer-5#comments</comments>
		<pubDate>Tue, 12 Aug 2008 22:15:45 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[.htaccess]]></category>

		<category><![CDATA[redirect]]></category>

		<category><![CDATA[referer]]></category>

		<guid isPermaLink="false">http://www.smithy.info/?p=5</guid>
		<description><![CDATA[Finally&#8230; after ages of looking around I found the fix for something we were trying to do for our business facebook adverts. We basically wanted to refer all vistors who come from our facebook adverts to a specific special offers page (facebook.php) Find a quote below of how to do it
Here is the code to [...]]]></description>
			<content:encoded><![CDATA[<p>Finally&#8230; after ages of looking around I found the fix for something we were trying to do for our business facebook adverts. We basically wanted to refer all vistors who come from our facebook adverts to a specific special offers page (facebook.php) Find a quote below of how to do it</p>
<blockquote><p>Here is the code to check your web server referer and then redirect the visitor to your custom sales page. Simply take the two lines of code and put them in your <code>.htaccess</code> file and you’re done.</p>
<p><code>RewriteCond %{http_referer} ^http://([^.]+\.)*(facebook)\.com<br />
RewriteRule ^$ facebook.php [R=302,L]</code></p>
<p>In this example, we look for referer’s from <code>facebook.com</code> and we direct them to a page on our site called facebook.php</p>
<p>You should change the domain and the page to anything you like.<em>NOTE: You need to have the apache module <code>mod_rewrite</code> installed on your web server.</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.smithy.info/htaccess-redirect-based-on-referer-5/feed</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to my new blog</title>
		<link>http://www.smithy.info/welcome-to-my-new-blog-3</link>
		<comments>http://www.smithy.info/welcome-to-my-new-blog-3#comments</comments>
		<pubDate>Tue, 12 Aug 2008 21:44:50 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://smithy.info/?p=3</guid>
		<description><![CDATA[More to come soon&#8230;.
]]></description>
			<content:encoded><![CDATA[<p>More to come soon&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smithy.info/welcome-to-my-new-blog-3/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
