<?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>Fromthehill.nl</title>
	<atom:link href="http://www.fromthehill.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fromthehill.nl</link>
	<description>Design &#38; Code</description>
	<lastBuildDate>Sat, 13 Feb 2010 16:12:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatic year display</title>
		<link>http://www.fromthehill.nl/snippet/test/</link>
		<comments>http://www.fromthehill.nl/snippet/test/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:26:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[snippet]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[test post]]></category>

		<guid isPermaLink="false">http://www.fromthehill.nl/?p=3</guid>
		<description><![CDATA[&#60;p&#62;&#38;#169; &#60;?php
$copyYear = 2008;
$curYear = date('Y');
echo $copyYear . (($copyYear != $curYear) ? '-' . $curYear : '');
?&#62;&#60;/p&#62;

which has the following result:
&#169; 2008-2012
]]></description>
			<content:encoded><![CDATA[<pre class="brush: php;">
&lt;p&gt;&amp;#169; &lt;?php
$copyYear = 2008;
$curYear = date('Y');
echo $copyYear . (($copyYear != $curYear) ? '-' . $curYear : '');
?&gt;&lt;/p&gt;
</pre>
<p>which has the following result:</p>
<p>&#169; 2008-2012</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fromthehill.nl/snippet/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.fromthehill.nl/uncategorized/hello-world/</link>
		<comments>http://www.fromthehill.nl/uncategorized/hello-world/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 14:58:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fromthehill.nl/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fromthehill.nl/uncategorized/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

