<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>On the Razor's Edge</title>
	<atom:link href="http://razoredge.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://razoredge.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 21 Jun 2009 05:48:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='razoredge.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>On the Razor's Edge</title>
		<link>http://razoredge.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://razoredge.wordpress.com/osd.xml" title="On the Razor&#039;s Edge" />
	<atom:link rel='hub' href='http://razoredge.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Giving CodeIgniter A Second Shot</title>
		<link>http://razoredge.wordpress.com/2009/05/30/giving-codeigniter-a-second-shot/</link>
		<comments>http://razoredge.wordpress.com/2009/05/30/giving-codeigniter-a-second-shot/#comments</comments>
		<pubDate>Sat, 30 May 2009 04:54:14 +0000</pubDate>
		<dc:creator>naryga</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://razoredge.wordpress.com/?p=43</guid>
		<description><![CDATA[As any one who has worked with or for me , I&#8217;m a Ruby on Rails and CakePHP guy.  I&#8217;ve used both for years and I&#8217;m very comfortable with them.  I tried CodeIgniter briefly about 3 years ago and didn&#8217;t like it at all.  At the time I felt that it wasn&#8217;t as polished or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=43&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As any one who has worked with or for me , I&#8217;m a <a title="Learn more about Ruby on Rails" href="http://rubyonrails.org" target="_blank">Ruby on Rails</a> and <a title="Learn more about CakePHP" href="http://cakephp.org/" target="_blank">CakePHP</a> guy.  I&#8217;ve used both for years and I&#8217;m very comfortable with them.  I tried <a title="Learn more about CodeIgniter" href="http://codeigniter.com/" target="_blank">CodeIgniter</a> briefly about 3 years ago and didn&#8217;t like it at all.  At the time I felt that it wasn&#8217;t as polished or as complete as CakePHP as a frame work, and didn&#8217;t pursue it further.  Before any one decides to flame me, read on <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>A recent professional development caused me to give CodeIgniter a second glance and I think I&#8217;m beginning to see what I missed the first time around.  As I began to go through the documentation and play around with the code I realized that because I had already been very deeply involved in RoR and CakePHP their paradigms had colored my vision.  Both have a very ridged, &#8220;My way or the High way&#8221; feel.  People tend to phrase it something like, &#8220;convention over configuration&#8221;. I felt comfortable with that.  It meant a lot of things I just plain and simple didn&#8217;t have to worry about!</p>
<p>CodeIgniter doesn&#8217;t do that.  The first time I tried CodeIgniter I felt this was indicative of incompleteness or lack of power.  Wow, what a mistake!  It is true that CodeIgnitor does not FORCE you to do things in one particular way.  It&#8217;s also true that it will allow you to do things just about any way you want.  ANY WAY YOU WANT.  That&#8217;s pretty cool.  If you want to do strict mvc (like RoR or CakePHP) you can.  Or you could drop the model entirely if you wanted. No sweat.  As I really looked at what that meant it hit me suddenly.  That&#8217;s freedom!  That&#8217;s flexibility.  And it comes at a very small cost in terms of aditional configuration (read nearly non existant.).  Some things (like setting up a form to insert data) are a tad more complicated, but nothing to speak of.  And you gain so much!</p>
<p>And when I say &#8220;so much&#8221; I&#8217;m looking beyond just flexibility and freedom.  The way CodeIgniter handles loading things like helpers, models and views allows you to load as much or as little as you need very, very easily.  Beyond the flexibility that opens up some serious performance gains, since it&#8217;s as easy to load as not to load, so you might as well leave it out till you need it!</p>
<p>One final point worth mentioning is documentation.  While both RoR and Cake have made serious gains in documentation and both have a really strong community surrounding them, I can&#8217;t stand the official documentation.  CodeIgniter has AMAZING docs that are both thorough and easy to read.  It&#8217;s been a while since I experienced that!</p>
<p>Now, I&#8217;m just getting my feet wet, and I&#8217;m by no means saying I&#8217;m ditching my old friends RoR and Cake, but I have some revelatory experiences with CodeIgniter. You can bet I&#8217;ll be throwing it at a couple of projects in the near future.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/razoredge.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/razoredge.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/razoredge.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/razoredge.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/razoredge.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/razoredge.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/razoredge.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/razoredge.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/razoredge.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/razoredge.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/razoredge.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/razoredge.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/razoredge.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/razoredge.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=43&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://razoredge.wordpress.com/2009/05/30/giving-codeigniter-a-second-shot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbb2c5aec15a453c5b248fec87da680b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naryga</media:title>
		</media:content>
	</item>
		<item>
		<title>One click Git install for Tiger</title>
		<link>http://razoredge.wordpress.com/2009/02/02/one-click-git-install-for-tiger/</link>
		<comments>http://razoredge.wordpress.com/2009/02/02/one-click-git-install-for-tiger/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:28:35 +0000</pubDate>
		<dc:creator>naryga</dc:creator>
				<category><![CDATA[Step by Step]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://razoredge.wordpress.com/?p=39</guid>
		<description><![CDATA[If any one out there is having trouble installing Git on Mac OS 10.4 (Tiger), I feel your pain!  I recently reformated my hard drive and started reinstalling everything and found that Git wold not install on Tiger.  I tried compiling from source and just was not getting anywhere.  I even tried using the Leopard [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=39&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If any one out there is having trouble installing <a title="Git - Fast Version Control System" href="http://git-scm.com/" target="_blank">Git</a> on Mac OS 10.4 (Tiger), I feel your pain!  I recently reformated my hard drive and started reinstalling everything and found that Git wold not install on Tiger.  I tried compiling from source and just was not getting anywhere.  I even tried using the Leopard Git installer (I know, I know, but still&#8230;), to no avail.</p>
<p>Just when I was about to give up and go back to svn, I discovered that some saint had made a <a title="New Git Package for OS X" href="http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/" target="_blank">Tiger Git Installer</a>!  Just down load and run it and your are all set.  Just the way a Mac App should work.</p>
<p>By the way, if you haven&#8217;t already, you&#8217;ll have to add &#8220;/usr/local/bin&#8221; to your $PATH variable to make it work.  That&#8217;s not too hard, of course.  If you use bash (as most Mac OS users do) open terminal, and enter:</p>
<p><code>vi ~/.bash_login</code></p>
<p>Hit the &#8220;i&#8221; key on your keyboard to enter editing mode, then, at the very end, add:</p>
<p><code>export PATH="/usr/local/bin:$PATH"</code></p>
<p>Then save and exit (i.e. hit &#8220;esc&#8221;, then type &#8220;:qw&#8221; without the quotes).  Finaly, in terminal do this:</p>
<p><code>. ~/.bash_login</code></p>
<p>That&#8217;s it!  You should now be able to type <code>git --version</code> in terminal and have it spit some thing like <code>git version 1.5.3.1</code>.  Happy Source Controlling!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/razoredge.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/razoredge.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/razoredge.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/razoredge.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/razoredge.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/razoredge.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/razoredge.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/razoredge.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/razoredge.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/razoredge.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/razoredge.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/razoredge.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/razoredge.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/razoredge.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=39&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://razoredge.wordpress.com/2009/02/02/one-click-git-install-for-tiger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbb2c5aec15a453c5b248fec87da680b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naryga</media:title>
		</media:content>
	</item>
		<item>
		<title>Case Study: Family Fellowship</title>
		<link>http://razoredge.wordpress.com/2008/12/11/case-study-family-fellowship/</link>
		<comments>http://razoredge.wordpress.com/2008/12/11/case-study-family-fellowship/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 21:35:21 +0000</pubDate>
		<dc:creator>naryga</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Authorize.net]]></category>
		<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://razoredge.wordpress.com/?p=19</guid>
		<description><![CDATA[Overview: Family Fellowship is an organization concerned with making the internet a safe, family friendly place through effective, user-friendly Web Filtering.  They approached us to build a new website to market their custom web filtering product, as well as publish useful information to help families and other individuals and organizations make the most of their internet service.   What We Did: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=19&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><em>Overview:</em></strong></p>
<p>Family Fellowship is an organization concerned with making the internet a safe, family friendly place through effective, user-friendly Web Filtering.  They approached us to build a new website to market their custom web filtering product, as well as publish useful information to help families and other individuals and organizations make the most of their internet service.</p>
<p><strong><em></em></strong></p>
<p><strong><em></em></strong></p>
<p><strong><em></p>
<div id="attachment_20" class="wp-caption alignright" style="width: 247px"><a href="http://familyfellowship.com"><img class="size-medium wp-image-20" title="FamilyFellowship.com" src="http://razoredge.files.wordpress.com/2008/12/familyfellowship-screenshot.png?w=237&#038;h=300" alt="FamilyFellowship.com" width="237" height="300" /></a><p class="wp-caption-text">FamilyFellowship.com</p></div>
<p></em></strong></p>
<p> </p>
<p><strong><em>What We Did:</em></strong></p>
<p>Because Family Fellowship had been unsatisfied with their previouse development teams, extra atention was given to design quality and comunication.  To help them achive thier goals for this project we:</p>
<ul>
<li>Produced a number of designs for them to choose from, customizing the final one to fit their needs</li>
<li>Used the chosen design to create a custom theme for the Drupal CMS</li>
<li>Created custom modules for Drupal to allow integration with Family Fellowship&#8217;s filtering service, Affiliate Marketing Service and with Authorize.net Recurring Billing System</li>
<li>Custom System for dealing with delinquent accounts</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/razoredge.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/razoredge.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/razoredge.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/razoredge.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/razoredge.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/razoredge.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/razoredge.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/razoredge.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/razoredge.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/razoredge.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/razoredge.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/razoredge.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/razoredge.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/razoredge.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=19&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://razoredge.wordpress.com/2008/12/11/case-study-family-fellowship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbb2c5aec15a453c5b248fec87da680b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naryga</media:title>
		</media:content>

		<media:content url="http://razoredge.files.wordpress.com/2008/12/familyfellowship-screenshot.png?w=237" medium="image">
			<media:title type="html">FamilyFellowship.com</media:title>
		</media:content>
	</item>
		<item>
		<title>Case Study: Valente Lane Candles</title>
		<link>http://razoredge.wordpress.com/2008/12/11/case-study-valente-lane-candles/</link>
		<comments>http://razoredge.wordpress.com/2008/12/11/case-study-valente-lane-candles/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:02:54 +0000</pubDate>
		<dc:creator>naryga</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[script.aculo.us]]></category>

		<guid isPermaLink="false">http://razoredge.wordpress.com/?p=8</guid>
		<description><![CDATA[Overview Valente Lane Candles(VLC) is a company that makes amazing scented candles, by hand.  VLC wanted to expand their reach by creating a unique, atractive website to market their candles to the world at large.   What we Did To achieve their goal, here&#8217;s what we: Created a world class design that fit with the nature of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=8&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>Overview</strong></em></p>
<p>Valente Lane Candles(VLC) is a company that makes amazing scented candles, by hand.  VLC wanted to expand their reach by creating a unique, atractive website to market their candles to the world at large.</p>
<div id="attachment_13" class="wp-caption alignright" style="width: 247px"><img class="size-medium wp-image-13" title="Valente Lane Candles" src="http://razoredge.files.wordpress.com/2008/12/vlc-preview1.png?w=237&#038;h=300" alt="Valente Lane Candles" width="237" height="300" /><p class="wp-caption-text">Valente Lane Candles</p></div>
<p> </p>
<p><strong><em>What we Did</em></strong></p>
<p>To achieve their goal, here&#8217;s what we:</p>
<ul>
<li>Created a world class design that fit with the nature of the product.  Lots of white space, and clean lines.</li>
<li>Designed a custom candle builder.  Users pick the wax, jar and fragrance they want for their candles.</li>
<li>A custom shopping cart to accommodate the non static nature of the inventory.  Includes an order tracking module.</li>
<li>A custom rss parser to integrate VLC&#8217;s Blog</li>
<li>A news and announcement component</li>
<li>Script.aculo.us effects to smooth the user experience</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/razoredge.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/razoredge.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/razoredge.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/razoredge.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/razoredge.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/razoredge.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/razoredge.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/razoredge.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/razoredge.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/razoredge.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/razoredge.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/razoredge.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/razoredge.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/razoredge.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=8&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://razoredge.wordpress.com/2008/12/11/case-study-valente-lane-candles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbb2c5aec15a453c5b248fec87da680b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naryga</media:title>
		</media:content>

		<media:content url="http://razoredge.files.wordpress.com/2008/12/vlc-preview1.png?w=237" medium="image">
			<media:title type="html">Valente Lane Candles</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://razoredge.wordpress.com/2008/12/09/hello-world/</link>
		<comments>http://razoredge.wordpress.com/2008/12/09/hello-world/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:12:06 +0000</pubDate>
		<dc:creator>naryga</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=1&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/razoredge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/razoredge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/razoredge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/razoredge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/razoredge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/razoredge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/razoredge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/razoredge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/razoredge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/razoredge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/razoredge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/razoredge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/razoredge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/razoredge.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=razoredge.wordpress.com&amp;blog=5795846&amp;post=1&amp;subd=razoredge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://razoredge.wordpress.com/2008/12/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbb2c5aec15a453c5b248fec87da680b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naryga</media:title>
		</media:content>
	</item>
	</channel>
</rss>
