<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>seeking reality</title>
	<atom:link href="http://rekarnar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rekarnar.wordpress.com</link>
	<description>because it isnt always right there</description>
	<pubDate>Fri, 01 Aug 2008 12:51:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>a quote</title>
		<link>http://rekarnar.wordpress.com/2008/08/01/a-quote/</link>
		<comments>http://rekarnar.wordpress.com/2008/08/01/a-quote/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 12:51:48 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[lol]]></category>

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=208</guid>
		<description><![CDATA[&#8220;is donky kong a crogidle&#8221; - nina
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8220;is donky kong a crogidle&#8221; - nina</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/208/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/208/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=208&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/08/01/a-quote/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
		<item>
		<title>Symfony: sfAssetsLibraryPlugin - troubleshooting</title>
		<link>http://rekarnar.wordpress.com/2008/07/28/symfony-sfassetslibraryplugin-troubleshooting/</link>
		<comments>http://rekarnar.wordpress.com/2008/07/28/symfony-sfassetslibraryplugin-troubleshooting/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 02:52:07 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[work]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=206</guid>
		<description><![CDATA[Right, so I have this scenario:
I exclude propel.ini from my sync&#8217;s with our web server. So after installing a few things i forgot to make the corresponding change online:
* Enable Propel behavior support in propel.ini:
propel.builder.AddBehaviors = true
So when running this (while installing sfAssetsLibraryPlugin):

symfony sfassetlibrary-create-root backend

I would get the following bastard of an error:
Creating root node [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Right, so I have this scenario:</p>
<p>I exclude propel.ini from my sync&#8217;s with our web server. So after installing a few things i forgot to make the corresponding change online:</p>
<blockquote><p>* Enable Propel behavior support in propel.ini:</p>
<p>propel.builder.AddBehaviors = true</p></blockquote>
<p>So when running this (while installing sfAssetsLibraryPlugin):</p>
<blockquote>
<pre class="wiki">symfony sfassetlibrary-create-root backend</pre>
</blockquote>
<p>I would get the following bastard of an error:</p>
<blockquote><p>Creating root node at media&#8230;<br />
PHP Fatal error:  Call to undefined method sfAssetFolder::makeRoot() in /var/www/xxxx/plugins/sfAssetsLibraryPlugin/lib/model/sfAssetFolderPeer.php on line 36</p>
<p>Fatal error: Call to undefined method sfAssetFolder::makeRoot() in /var/www/xxxx/plugins/sfAssetsLibraryPlugin/lib/model/sfAssetFolderPeer.php on line 36</p></blockquote>
<p>EXTRA NOTE: I also had to add this line at the end of the create function in sfAsset.php:</p>
<blockquote><p>chmod($this-&gt;getFolderPath().&#8221;/&#8221;. $this-&gt;getFilename(), 0604);</p></blockquote>
<p>This has something to do with the way dreamhost has permission setup and the above create root line.</p>
<p>(The error here was that you could not see the images once uploaded)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/206/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/206/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=206&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/07/28/symfony-sfassetslibraryplugin-troubleshooting/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
		<item>
		<title>I did some work!! - sfContactGrabberPlugin</title>
		<link>http://rekarnar.wordpress.com/2008/07/23/symfony-sfcontactgrabberplugin/</link>
		<comments>http://rekarnar.wordpress.com/2008/07/23/symfony-sfcontactgrabberplugin/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 05:50:51 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[symfony]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=204</guid>
		<description><![CDATA[Today I released a plugin for Symfony, well, more of an update for an old broken one.
It feels quite good to finally give something back. You can find it here
It basically add&#8217;s those forms that you see all over the place on social networking esk type sites that allow you to grab contacts from your [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I released a plugin for Symfony, well, more of an update for an old broken one.</p>
<p>It feels quite good to finally give something back. You can find it <a href="http://trac.symfony-project.org/wiki/sfContactGrabberPlugin">here</a></p>
<p>It basically add&#8217;s those forms that you see all over the place on social networking esk type sites that allow you to grab contacts from your accounts in other places.</p>
<p>At the moment it&#8217;s only working for gmail and yahoo, but I might end up adding some more functionally in the future, all depending on how the current project im working on pans out.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/204/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/204/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/204/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=204&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/07/23/symfony-sfcontactgrabberplugin/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
		<item>
		<title>symfony: No package found for database &#8220;&#8221; in generated-schema.xml</title>
		<link>http://rekarnar.wordpress.com/2008/07/22/symfony-no-package-found-for-database-in-generated-schemaxml/</link>
		<comments>http://rekarnar.wordpress.com/2008/07/22/symfony-no-package-found-for-database-in-generated-schemaxml/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 03:52:43 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[symfony]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=202</guid>
		<description><![CDATA[Ok so i was setting up a Symfony 1.0 project recently and was getting this error. It took me a while of poking around to figure out what was wrong. The error indicated a lack of database&#8217;y things and I had my empty one defined in databases.yml so i was stumped.
The error was this:
Execution of [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ok so i was setting up a Symfony 1.0 project recently and was getting this error. It took me a while of poking around to figure out what was wrong. The error indicated a lack of database&#8217;y things and I had my empty one defined in databases.yml so i was stumped.</p>
<p>The error was this:</p>
<p><em>Execution of target &#8220;om-template&#8221; failed for the following reason: /usr/share/php/symfony/vendor/propel-generator/build-propel.xml:470:1: No package found for database &#8220;&#8221; in generated-schema.xml. The propel.packageObjectModel property requires the package attribute to be set for each database.<br />
[phingcall] /usr/share/php/symfony/vendor/propel-generator/build-propel.xml:470:1: No package found for database &#8220;&#8221; in generated-schema.xml. The propel.packageObjectModel property requires the package attribute to be set for each database.</em></p>
<p>Basically what is happening, is that since I had one defined i also had to have one listed in the schema, even an empty one.. so</p>
<p>To fix:</p>
<p>add the following at the top of config/schema.yml:</p>
<p>propel:</p>
<p>^^^thats it.</p>
<p>I also heard you can also delete your schema.yml file, but i wouldnt recommend that, and im not sure if it would even work.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/202/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/202/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=202&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/07/22/symfony-no-package-found-for-database-in-generated-schemaxml/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
		<item>
		<title>recently</title>
		<link>http://rekarnar.wordpress.com/2008/06/23/recently-2/</link>
		<comments>http://rekarnar.wordpress.com/2008/06/23/recently-2/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 00:17:44 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[words]]></category>

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=201</guid>
		<description><![CDATA[heard an awesome quote, that i whole heartedly agree with.
&#8220;your beliefs and convictions are only as meaningful as your behaviors and actions&#8221;
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>heard an awesome quote, that i whole heartedly agree with.</p>
<p>&#8220;your beliefs and convictions are only as meaningful as your behaviors and actions&#8221;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/201/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/201/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=201&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/06/23/recently-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
		<item>
		<title>yum homemade sweet chilli!</title>
		<link>http://rekarnar.wordpress.com/2008/06/18/yum-homemade-sweet-chilli/</link>
		<comments>http://rekarnar.wordpress.com/2008/06/18/yum-homemade-sweet-chilli/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 22:37:21 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[awesome]]></category>

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

		<category><![CDATA[sweet chilli]]></category>

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

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

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

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=199</guid>
		<description><![CDATA[on sunday we went to the vege markets and bought heaps and heaps of chillies. then couple of days ago blended them up into some awesome chilli sauce. its quite yum.

i didnt really follow a recipe, although i did consult one first for some ideas.
basically if you wanna make something awesome, just do it to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>on sunday we went to the vege markets and bought heaps and heaps of chillies. then couple of days ago blended them up into some awesome chilli sauce. its quite yum.</p>
<p><a href="http://rekarnar.files.wordpress.com/2008/06/sany0163.jpg"><img class="alignnone size-medium wp-image-200" src="http://rekarnar.files.wordpress.com/2008/06/sany0163.jpg?w=300&h=225" alt="home made chilli sauce take one" width="300" height="225" /></a></p>
<p>i didnt really follow a recipe, although i did consult one first for some ideas.</p>
<p>basically if you wanna make something awesome, just do it to your tastes. This is about what i can remember for next time:</p>
<ul>
<li>couple thumbs of ginger and galangal</li>
<li>bulb or so of garlic</li>
<li>as many chilies as i had (20ish 2-3 inch ones)</li>
</ul>
<p>blend all that up and add:</p>
<ul>
<li>half a cup of raw sugar</li>
<li>bit of water</li>
<li>sprinkle of rock salt</li>
</ul>
<p>and cook untill boiling, then reduce to simmer for 5 mins or so. then add:</p>
<ul>
<li>100mls of cider vinegar<strong></strong></li>
<li>50mls dark soy</li>
<li>about half a blended kaffir lime (no rind)</li>
</ul>
<p>cook a touch more i guess and vola! jar while hot.</p>
<p>maby next time i might try some lemon grass and some of the kaffir lime leaves.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/199/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/199/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=199&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/06/18/yum-homemade-sweet-chilli/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>

		<media:content url="http://rekarnar.files.wordpress.com/2008/06/sany0163.jpg?w=300" medium="image">
			<media:title type="html">home made chilli sauce take one</media:title>
		</media:content>
	</item>
		<item>
		<title>Catholics vs Protestants</title>
		<link>http://rekarnar.wordpress.com/2008/05/26/catholics-vs-protestants/</link>
		<comments>http://rekarnar.wordpress.com/2008/05/26/catholics-vs-protestants/#comments</comments>
		<pubDate>Mon, 26 May 2008 07:53:48 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[theology]]></category>

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

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=198</guid>
		<description><![CDATA[ed and i were discussing this topic. and we didnt really know much. I found this list which shines a little light:
also this sentence:
Anglicanism is characterized by a via media (middle way) between Catholicism and Protestantism. Anglicans are not subject to the Pope and are Protestant in most areas of doctrine, but Anglicans also retain [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>ed and i were discussing this topic. and we didnt really know much. I found this <a href="http://www.religionfacts.com/christianity/charts/catholic_protestant.htm">list</a> which shines a little light:</p>
<p>also this sentence:</p>
<p>Anglicanism is characterized by a <strong><em>via media</em></strong> (middle way) between Catholicism and Protestantism. Anglicans are not subject to the Pope and are Protestant in most areas of doctrine, but Anglicans also retain many Catholic forms of worship, including a hierarchy based on <strong>bishops</strong> (which is the meaning of the world &#8220;episcopalian&#8221;).</p>
<p><a href="http://www.religioustolerance.org/chr_capr.htm">this</a> list is a little more comprehensive.</p>
<p>and <a href="http://www.gotquestions.org/difference-Catholic-Protestant.html">here</a> is a very nice post, which you totally should read.</p>
<p>ps. if your still up for reading, <a href="http://ldolphin.org/babel.html">here</a> is the babel thing.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/198/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/198/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=198&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/05/26/catholics-vs-protestants/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
		<item>
		<title>helooooooooo</title>
		<link>http://rekarnar.wordpress.com/2008/04/17/helooooooooo/</link>
		<comments>http://rekarnar.wordpress.com/2008/04/17/helooooooooo/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:42:36 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=197</guid>
		<description><![CDATA[
so i hurt my foot at the gym. its quite suck. its been a few days and the lovely people around me have not stopped badgering me to goto the hospital or something. so caroll is going to take me now.
other than that, our new project will be up in the next week or so. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://rekarnar.files.wordpress.com/2008/04/sany0038.jpg"><img class="alignnone size-medium wp-image-196" src="http://rekarnar.files.wordpress.com/2008/04/sany0038.jpg?w=256&h=192" alt="it hurts" width="256" height="192" /></a></p>
<p>so i hurt my foot at the gym. its quite suck. its been a few days and the lovely people around me have not stopped badgering me to goto the hospital or something. so caroll is going to take me now.</p>
<p>other than that, our new project will be up in the next week or so. www.t3ad.com &lt;&#8211; at the moment its pointing straight to tead, hopefully this weekend we will be changing over.</p>
<p>ps. so so so close to pics for you ninass.</p>
<p>[UPDATE::] ok so got some x-rays, totally blew the whole mornings work tho having to wait at the hospital. did get some good physics lectures listened to tho.</p>
<p>[UPDATE2] oh yer it fine, they said to just rest etc. got a nice strap thing tho.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/197/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/197/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=197&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/04/17/helooooooooo/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>

		<media:content url="http://rekarnar.files.wordpress.com/2008/04/sany0038.jpg?w=400" medium="image">
			<media:title type="html">it hurts</media:title>
		</media:content>
	</item>
		<item>
		<title>oh today</title>
		<link>http://rekarnar.wordpress.com/2008/04/08/oh-today/</link>
		<comments>http://rekarnar.wordpress.com/2008/04/08/oh-today/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 02:07:41 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

		<guid isPermaLink="false">http://rekarnar.wordpress.com/?p=195</guid>
		<description><![CDATA[while deliberating on what to do today, i happened to run into two amusing news stories, so if your bored here and here will use some of your time.
gym tonight, exciting, although im still a little sore from running last night, planning to make some videos soon, which too will be exciting. I might wait [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>while deliberating on what to do today, i happened to run into two amusing news stories, so if your bored <a href="http://computerworld.co.nz/news.nsf/tech/2F5C3C5D68A380EDCC257423006E71CD">here</a> and <a href="http://blog.mlive.com/flintjournal/newsnow/2008/04/post_moto_kid_death_story_here.html">here</a> will use some of your time.</p>
<p>gym tonight, exciting, although im still a little sore from running last night, planning to make some videos soon, which too will be exciting. I might wait a few weeks and then do a whole bunch. As well as the house tour ones for nina, which i keep forgetting about.</p>
<p>anyways, i really should do some work..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/195/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/195/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=195&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/04/08/oh-today/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
		<item>
		<title>had something more awesome</title>
		<link>http://rekarnar.wordpress.com/2008/04/02/had-something-more-awesome/</link>
		<comments>http://rekarnar.wordpress.com/2008/04/02/had-something-more-awesome/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 03:49:17 +0000</pubDate>
		<dc:creator>rekarnar</dc:creator>
		
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://rekarnar.wordpress.com/2008/04/02/had-something-more-awesome/</guid>
		<description><![CDATA[but have been busy today. again. work is awesome. yay.
side note: man russians own the internet.
listening to:  Pillar of Davidson - Throwing Coper - Live
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>but have been busy today. again. work is awesome. yay.</p>
<p>side note: man <a href="http://www.bluetrait.com/archive/2008/03/21/3-million-comments/">russians</a> own the internet.</p>
<p>listening to:  Pillar of Davidson - Throwing Coper - Live</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rekarnar.wordpress.com/194/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rekarnar.wordpress.com/194/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rekarnar.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rekarnar.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rekarnar.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rekarnar.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rekarnar.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rekarnar.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rekarnar.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rekarnar.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rekarnar.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rekarnar.wordpress.com/194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rekarnar.wordpress.com&blog=262845&post=194&subd=rekarnar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rekarnar.wordpress.com/2008/04/02/had-something-more-awesome/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/rekarnar-128.jpg" medium="image">
			<media:title type="html">rekarnar</media:title>
		</media:content>
	</item>
	</channel>
</rss>