<?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>Technology meets Financial Services</title>
	<atom:link href="http://dougereed.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougereed.wordpress.com</link>
	<description>How online banking, bill payment, investment, and other financial services applications get built</description>
	<lastBuildDate>Sun, 20 Dec 2009 16:20:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dougereed.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Technology meets Financial Services</title>
		<link>http://dougereed.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dougereed.wordpress.com/osd.xml" title="Technology meets Financial Services" />
	<atom:link rel='hub' href='http://dougereed.wordpress.com/?pushpress=hub'/>
		<item>
		<title>JRuby how to: Converting from a ruby array to a typed java array</title>
		<link>http://dougereed.wordpress.com/2009/12/08/jruby-convert-from-a-ruby-array-to-a-typed-java-array/</link>
		<comments>http://dougereed.wordpress.com/2009/12/08/jruby-convert-from-a-ruby-array-to-a-typed-java-array/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:21:37 +0000</pubDate>
		<dc:creator>dougereed</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://dougereed.wordpress.com/?p=45</guid>
		<description><![CDATA[I&#8217;ve been spending a lot of time with JRuby and thought I&#8217;d share a great tip. When using a java library that requires a typed java array, you can automatically convert from a ruby array using the to_java method. Here&#8217;s an example. in ruby: ruby_array=Array.new( [a,b,c] ) // turn the ruby array into a typed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=45&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending a lot of time with JRuby and thought I&#8217;d share a great tip. When using a java library that requires a typed java array, you can automatically convert from a ruby array using the to_java method.</p>
<p>Here&#8217;s an example.<br />
in ruby:<br />
ruby_array=Array.new( [a,b,c] )</p>
<p>// turn the ruby array into a typed one in java<br />
java_array=ruby_array.to_java com.java.my.class</p>
<p>It took some digging, but this link from Project Kenai helped. http://kenai.com/projects/jruby/pages/CallingJavaFromJRuby</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dougereed.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dougereed.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dougereed.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dougereed.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dougereed.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dougereed.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dougereed.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dougereed.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dougereed.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dougereed.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dougereed.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dougereed.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dougereed.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dougereed.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=45&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dougereed.wordpress.com/2009/12/08/jruby-convert-from-a-ruby-array-to-a-typed-java-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2ed556a723944b702e1886ab95de115?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dougereed</media:title>
		</media:content>
	</item>
		<item>
		<title>Snow Leopard killed my Rails apps</title>
		<link>http://dougereed.wordpress.com/2009/09/21/snow-leopard-killed-my-rails-apps/</link>
		<comments>http://dougereed.wordpress.com/2009/09/21/snow-leopard-killed-my-rails-apps/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 02:53:01 +0000</pubDate>
		<dc:creator>dougereed</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://dougereed.wordpress.com/?p=20</guid>
		<description><![CDATA[Wow, what a mess! Like many, it&#8217;s taken more time than I wanted to get my Rails apps up and running under Snow Leopard. I finally had to uninstall everything relating to my old 32 bit ruby install and start from scratch recompiling mysql, ruby, installing gems, etc. Finally everything is back up. Many thanks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=20&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wow, what a mess! Like many, it&#8217;s taken more time than I wanted to get my Rails apps up and running under Snow Leopard. I finally had to uninstall everything relating to my old 32 bit ruby install and start from scratch recompiling mysql, ruby, installing gems, etc. </p>
<p>Finally everything is back up. Many thanks to the blog links below. None of them exactly solved the problem, but they were helpful in figuring it out.</p>
<p><a href="http://blog.bogojoker.com/2008/06/installing-ruby-187-on-mac-os-x-1053">http://blog.bogojoker.com/2008/06/installing-ruby-187-on-mac-os-x-1053</a>/<br />
<a href="http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard">http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard</a><br />
<a href="http://cho.hapgoods.com/wordpress/?p=158">http://cho.hapgoods.com/wordpress/?p=158</a><br />
<a href="http://bugs.mysql.com/bug.php?id=41940">http://bugs.mysql.com/bug.php?id=41940</a><br />
<a href="http://hivelogic.com/articles/compiling-mysql-on-snow-leopard/">http://hivelogic.com/articles/compiling-mysql-on-snow-leopard/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dougereed.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dougereed.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dougereed.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dougereed.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dougereed.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dougereed.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dougereed.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dougereed.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dougereed.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dougereed.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dougereed.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dougereed.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dougereed.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dougereed.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=20&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dougereed.wordpress.com/2009/09/21/snow-leopard-killed-my-rails-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2ed556a723944b702e1886ab95de115?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dougereed</media:title>
		</media:content>
	</item>
		<item>
		<title>Why financial aggregation needs a Mint</title>
		<link>http://dougereed.wordpress.com/2009/09/19/why-financial-aggregation-needs-a-mint/</link>
		<comments>http://dougereed.wordpress.com/2009/09/19/why-financial-aggregation-needs-a-mint/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 23:01:13 +0000</pubDate>
		<dc:creator>dougereed</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[cake_financial]]></category>
		<category><![CDATA[financial_aggregation]]></category>
		<category><![CDATA[intuit]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[ofx]]></category>

		<guid isPermaLink="false">http://dougereed.wordpress.com/?p=23</guid>
		<description><![CDATA[This has been an exciting week as Mint was acquired for $170 million by Intuit. TechCrunch recently had a great post asking if Mint was Yodlee’s YouTube, and I thought I’d chime into the discussion. As someone who has built two financial account aggregation systems from scratch (1999 – 1ViewNetwork / 2006 – Cake Financial [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=23&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This has been an exciting week as Mint was acquired for $170 million by Intuit. TechCrunch recently had a great <a href="http://www.techcrunch.com/2009/09/18/mint-is-yodlees-youtube/">post</a> asking if Mint was Yodlee’s YouTube, and I thought I’d chime into the discussion.</p>
<p>As someone who has built two financial account aggregation systems from scratch (1999 – <a href="http://findarticles.com/p/articles/mi_pwwi/is_20050229/ai_mark01011683/">1ViewNetwork</a> / 2006 – <a href="http://cakefinancial.com">Cake Financial</a> ), wrote part of the OFX specification in 1997, and served as Intuit’s OFX architect, I have a ton of experience in this area.</p>
<p>First, financial aggregation is a lot harder than most people realize. There are reasons why there aren’t a lot of Yodlee competitors out there. For starters, an aggregation system has to deal with the various bank security mechanisms (both single and multi factor), protect the user names and passwords users entrust to the system, detect changes to bank sites, and handle data normalization/quality issues. Add in that the only structured channel built by the banks, OFX, is all late 1990s SGML not XML, and you have a technical challenge.</p>
<p>History has shown that users expect more than just a tally of balances and airline miles. Financial aggregation 1.0, as implemented by a lot of banks and brokerages, has not seen a lot of uptick because most people just aren’t that concerned about minor fluctuations in balances. </p>
<p>Where Mint succeeded was in doing something of value with the aggregated data. Users recognized this and rewarded Mint with registrations, traffic, and most importantly their data. </p>
<p>Like many others have said, congratulations are in order to Aaron, David, and everyone else at Mint for building a product that people love. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dougereed.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dougereed.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dougereed.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dougereed.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dougereed.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dougereed.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dougereed.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dougereed.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dougereed.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dougereed.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dougereed.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dougereed.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dougereed.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dougereed.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=23&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dougereed.wordpress.com/2009/09/19/why-financial-aggregation-needs-a-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2ed556a723944b702e1886ab95de115?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dougereed</media:title>
		</media:content>
	</item>
		<item>
		<title>Intuit buys Digital Insight</title>
		<link>http://dougereed.wordpress.com/2006/12/02/intuit-buys-digital-insight/</link>
		<comments>http://dougereed.wordpress.com/2006/12/02/intuit-buys-digital-insight/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 09:59:00 +0000</pubDate>
		<dc:creator>dougereed</dc:creator>
				<category><![CDATA[Intuit DigitalInsight merger]]></category>

		<guid isPermaLink="false">http://dougereed.wordpress.com/2006/12/02/intuit-buys-digital-insight</guid>
		<description><![CDATA[http://web.intuit.com/about_intuit/investors/corporate_releases/2006/11-30.html This press release is big news. Intuit has been trying to figure out how to get into web based financial services for awhile, and this should do it. Digital Insight is the leader in outsourced online banking and have a ton of tier 2 and 3 FI customers. Corillian, S1, and Yodlee are probably [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=52&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://web.intuit.com/about_intuit/investors/corporate_releases/2006/11-30.html">http://web.intuit.com/about_intuit/investors/corporate_releases/2006/11-30.html</a></p>
<p>This press release is big news. Intuit has been trying to figure out how to get into web based financial services for awhile, and this should do it. Digital Insight is the leader in outsourced online banking and have a ton of tier 2 and 3 FI customers.</p>
<p><a href="http://corillian.com/">Corillian</a>, <a href="http://www.s1.com/">S1</a>, and <a href="http://corporate.yodlee.com/">Yodlee</a> are probably worried since they have been moving towards online versions of Quicken.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dougereed.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dougereed.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dougereed.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dougereed.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dougereed.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dougereed.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dougereed.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dougereed.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dougereed.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dougereed.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dougereed.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dougereed.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dougereed.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dougereed.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dougereed.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dougereed.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=52&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dougereed.wordpress.com/2006/12/02/intuit-buys-digital-insight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2ed556a723944b702e1886ab95de115?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dougereed</media:title>
		</media:content>
	</item>
		<item>
		<title>Check21 and ARC</title>
		<link>http://dougereed.wordpress.com/2006/06/15/check21-and-arc/</link>
		<comments>http://dougereed.wordpress.com/2006/06/15/check21-and-arc/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 06:10:00 +0000</pubDate>
		<dc:creator>dougereed</dc:creator>
				<category><![CDATA[payments]]></category>

		<guid isPermaLink="false">http://dougereed.wordpress.com/2006/06/15/check21-and-arc</guid>
		<description><![CDATA[As part of some research I have been doing on check images, I came across this great article describing the difference between Check21 and ARC. The largest is that Check21 allows the truncation of all checks while ARC allows only consumer checks to be converted to ACH. Some basics: ARC &#8211; The process of converting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=49&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As part of some research I have been doing on check images, I came across this great article describing the difference between Check21 and ARC. The largest is that Check21 allows the truncation of all checks while ARC allows only consumer checks to be converted to ACH.</p>
<p>Some basics:</p>
<p>ARC &#8211; The process of converting a check into an ACH payment. According to NACHA, ARC is one of the fastest growing areas in the ACH network. </p>
<p>Check21 &#8211; Federal law that allows a financial institution (ODFI in ACH speak) to truncate a check and turn it into a legal image. </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dougereed.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dougereed.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dougereed.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dougereed.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dougereed.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dougereed.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dougereed.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dougereed.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dougereed.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dougereed.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dougereed.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dougereed.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dougereed.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dougereed.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dougereed.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dougereed.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougereed.wordpress.com&amp;blog=9473398&amp;post=49&amp;subd=dougereed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dougereed.wordpress.com/2006/06/15/check21-and-arc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2ed556a723944b702e1886ab95de115?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dougereed</media:title>
		</media:content>
	</item>
	</channel>
</rss>
