<?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/"
		>
<channel>
	<title>Comments on: Human Name Parsing in PHP</title>
	<atom:link href="http://jonathonhill.net/2009-10-31/human-name-parsing-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathonhill.net/2009-10-31/human-name-parsing-in-php/</link>
	<description>Notes, projects, and opinions on web application development and other related topics.</description>
	<lastBuildDate>Thu, 19 Apr 2012 12:26:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jonathon</title>
		<link>http://jonathonhill.net/2009-10-31/human-name-parsing-in-php/comment-page-1/#comment-2042</link>
		<dc:creator>Jonathon</dc:creator>
		<pubDate>Wed, 07 Sep 2011 22:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=193#comment-2042</guid>
		<description>I am not the author of this code, but you can contact the author, Keith Beckman, at http://alphahelical.com/contact.php. Thanks!</description>
		<content:encoded><![CDATA[<p>I am not the author of this code, but you can contact the author, Keith Beckman, at <a href="http://alphahelical.com/contact.php" rel="nofollow">http://alphahelical.com/contact.php</a>. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://jonathonhill.net/2009-10-31/human-name-parsing-in-php/comment-page-1/#comment-2041</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 07 Sep 2011 21:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=193#comment-2041</guid>
		<description>Do you have a repo we can send minor changes to?</description>
		<content:encoded><![CDATA[<p>Do you have a repo we can send minor changes to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://jonathonhill.net/2009-10-31/human-name-parsing-in-php/comment-page-1/#comment-1287</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 07 Oct 2010 01:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=193#comment-1287</guid>
		<description>(Oops, bad email on last post.  This is the good one.)
Email me if you like me to send you the js rewrite of your parse_name function.</description>
		<content:encoded><![CDATA[<p>(Oops, bad email on last post.  This is the good one.)<br />
Email me if you like me to send you the js rewrite of your parse_name function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://jonathonhill.net/2009-10-31/human-name-parsing-in-php/comment-page-1/#comment-1286</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 07 Oct 2010 01:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=193#comment-1286</guid>
		<description>Must Excellent.  Your logic and methodology seemed to make a complex problem simple.  For my purposes I had to convert the code into javascript, which took a couple hours but worth it.

My SQL &#039;contacts&#039; table has the following fields:

full_name (name as entered by user)
sort_name (last, title first middle, suffix)
nick_name   (usually just the first name).

If sort_name or nick_name are null, I populate the ui with values from the parse_name object (while reducing opacity).  If the user changes one of the values, the new value is saved to the table and the ui displays the field like normal.

I&#039;m considering making a jQuery plug-in for this.  It&#039;s been that useful.


Thanks again,
Jim H.</description>
		<content:encoded><![CDATA[<p>Must Excellent.  Your logic and methodology seemed to make a complex problem simple.  For my purposes I had to convert the code into javascript, which took a couple hours but worth it.</p>
<p>My SQL &#8216;contacts&#8217; table has the following fields:</p>
<p>full_name (name as entered by user)<br />
sort_name (last, title first middle, suffix)<br />
nick_name   (usually just the first name).</p>
<p>If sort_name or nick_name are null, I populate the ui with values from the parse_name object (while reducing opacity).  If the user changes one of the values, the new value is saved to the table and the ui displays the field like normal.</p>
<p>I&#8217;m considering making a jQuery plug-in for this.  It&#8217;s been that useful.</p>
<p>Thanks again,<br />
Jim H.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://jonathonhill.net/2009-10-31/human-name-parsing-in-php/comment-page-1/#comment-974</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Tue, 27 Apr 2010 10:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=193#comment-974</guid>
		<description>Hi Jonathon,

Very nice script! i was starting to write something amongst these lines, when i found your code, and this is just to say excellent job! Busy testing how to interact with the rest of my code but it should be quite simple.

Best regards</description>
		<content:encoded><![CDATA[<p>Hi Jonathon,</p>
<p>Very nice script! i was starting to write something amongst these lines, when i found your code, and this is just to say excellent job! Busy testing how to interact with the rest of my code but it should be quite simple.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

