<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: Formatting Names Using Ruby</title>
	<atom:link href="http://innovativethought.net/2007/07/18/formatting-names-using-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://innovativethought.net/2007/07/18/formatting-names-using-ruby/</link>
	<description>think. code. design. innovate.</description>
	<lastBuildDate>Wed, 28 Dec 2011 12:01:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tim Knight</title>
		<link>http://innovativethought.net/2007/07/18/formatting-names-using-ruby/#comment-298</link>
		<dc:creator><![CDATA[Tim Knight]]></dc:creator>
		<pubDate>Tue, 19 Apr 2011 13:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/07/18/formatting-names-using-ruby/#comment-298</guid>
		<description><![CDATA[That&#039;s a great link, thank you for sharing. I always find it obnoxious when a system doesn&#039;t properly take an apostrophe. As for your example of &quot;van Campen&quot; I have to say &quot;it depends&quot;. If the system most understand the difference between the first name and last name splitting the name programmatically wouldn&#039;t be my approach. If I was going to do something I would still split it into an array. Move the first one out into the first name and then in what was remaining check to see if the next item in the array was &quot;van&quot; and if so include it with the last item in the array as the last name. I&#039;m sure there is a better way, but that&#039;s my initial thought.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s a great link, thank you for sharing. I always find it obnoxious when a system doesn&#8217;t properly take an apostrophe. As for your example of &#8220;van Campen&#8221; I have to say &#8220;it depends&#8221;. If the system most understand the difference between the first name and last name splitting the name programmatically wouldn&#8217;t be my approach. If I was going to do something I would still split it into an array. Move the first one out into the first name and then in what was remaining check to see if the next item in the array was &#8220;van&#8221; and if so include it with the last item in the array as the last name. I&#8217;m sure there is a better way, but that&#8217;s my initial thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jDeppen</title>
		<link>http://innovativethought.net/2007/07/18/formatting-names-using-ruby/#comment-297</link>
		<dc:creator><![CDATA[jDeppen]]></dc:creator>
		<pubDate>Tue, 19 Apr 2011 08:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/07/18/formatting-names-using-ruby/#comment-297</guid>
		<description><![CDATA[And what about this name &quot;Jessica van Campen&quot; where &quot;van Campen&quot; is the last name?

http://www.usatoday.com/news/nation/2008-02-21-2916826860_x.htm]]></description>
		<content:encoded><![CDATA[<p>And what about this name &#8220;Jessica van Campen&#8221; where &#8220;van Campen&#8221; is the last name?</p>
<p><a href="http://www.usatoday.com/news/nation/2008-02-21-2916826860_x.htm" rel="nofollow">http://www.usatoday.com/news/nation/2008-02-21-2916826860_x.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://innovativethought.net/2007/07/18/formatting-names-using-ruby/#comment-118</link>
		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Wed, 27 May 2009 20:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/07/18/formatting-names-using-ruby/#comment-118</guid>
		<description><![CDATA[Thanks Dominic, I&#039;m glad it helped.]]></description>
		<content:encoded><![CDATA[<p>Thanks Dominic, I&#8217;m glad it helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://innovativethought.net/2007/07/18/formatting-names-using-ruby/#comment-115</link>
		<dc:creator><![CDATA[Dominic]]></dc:creator>
		<pubDate>Fri, 22 May 2009 01:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/07/18/formatting-names-using-ruby/#comment-115</guid>
		<description><![CDATA[Nobody leaves a comment, but you help coders out there. I was thinking regular expression, find the space. No! it&#039;s split! duh - Thanks.]]></description>
		<content:encoded><![CDATA[<p>Nobody leaves a comment, but you help coders out there. I was thinking regular expression, find the space. No! it&#8217;s split! duh &#8211; Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

