<?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"
	>
<channel>
	<title>Comments on: A Review of A Review</title>
	<atom:link href="http://www.beholdgenealogy.com/blog/?feed=rss2&#038;p=1068" rel="self" type="application/rss+xml" />
	<link>http://www.beholdgenealogy.com/blog/?p=1068</link>
	<description>the Development of my Genealogy Program named Behold</description>
	
		<image>
	<link>http://www.beholdgenealogy.com/blog</link>
	<url>http://www.beholdgenealogy.com/blog/../beholdblog.gif</url>
	</image>
	<copyright>Comments by Louis Kessler are Copyright 2000-2013 Louis Kessler, All Rights Reserved.  Comments by others belong to the people who made them.</copyright>
		<item>
		<title>By: Louis Kessler</title>
		<link>http://www.beholdgenealogy.com/blog/?p=1068#comment-449</link>

				<dc:creator>Louis Kessler</dc:creator>

		<pubDate>Thu, 09 Feb 2012 20:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.beholdgenealogy.com/blog/?p=1068#comment-449</guid>
		<description>Thanks goulooze. Feedback is good. Beer is good, too.</description>
		<content:encoded><![CDATA[<p>Thanks goulooze. Feedback is good. Beer is good, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goulooze</title>
		<link>http://www.beholdgenealogy.com/blog/?p=1068#comment-448</link>

				<dc:creator>goulooze</dc:creator>

		<pubDate>Thu, 09 Feb 2012 20:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.beholdgenealogy.com/blog/?p=1068#comment-448</guid>
		<description>I decided to go ahead and buy my license because of Tamura's review, and also so that you can go out and buy yourself a beer. I'm looking forward to future releases, and you can expect to get some feedback from me from time to time.</description>
		<content:encoded><![CDATA[<p>I decided to go ahead and buy my license because of Tamura&#8217;s review, and also so that you can go out and buy yourself a beer. I&#8217;m looking forward to future releases, and you can expect to get some feedback from me from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Kessler</title>
		<link>http://www.beholdgenealogy.com/blog/?p=1068#comment-447</link>

				<dc:creator>Louis Kessler</dc:creator>

		<pubDate>Thu, 09 Feb 2012 15:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.beholdgenealogy.com/blog/?p=1068#comment-447</guid>
		<description>Brett: 

I'm still making my last few changes to the event sorting. I have to put the children in birthdate order, and the spouses into marriage order. I'll be embedding them into the right place (date-wise) amongst all the events of an individual. Doing so just makes adding the consistency checking very natural to implement right now - rather than trying to come back to it later. I don't expect it to take too long. 

I've worked 17 years to get to this point. What's another week or two, especially if it adds a very important and needed feature?

Louis</description>
		<content:encoded><![CDATA[<p>Brett: </p>
<p>I&#8217;m still making my last few changes to the event sorting. I have to put the children in birthdate order, and the spouses into marriage order. I&#8217;ll be embedding them into the right place (date-wise) amongst all the events of an individual. Doing so just makes adding the consistency checking very natural to implement right now - rather than trying to come back to it later. I don&#8217;t expect it to take too long. </p>
<p>I&#8217;ve worked 17 years to get to this point. What&#8217;s another week or two, especially if it adds a very important and needed feature?</p>
<p>Louis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.beholdgenealogy.com/blog/?p=1068#comment-446</link>

				<dc:creator>Brett</dc:creator>

		<pubDate>Thu, 09 Feb 2012 13:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.beholdgenealogy.com/blog/?p=1068#comment-446</guid>
		<description>This is great news Louis, although I do not wish to be the cause of any delay in your quest to vs 1.5.</description>
		<content:encoded><![CDATA[<p>This is great news Louis, although I do not wish to be the cause of any delay in your quest to vs 1.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Kessler</title>
		<link>http://www.beholdgenealogy.com/blog/?p=1068#comment-444</link>

				<dc:creator>Louis Kessler</dc:creator>

		<pubDate>Thu, 09 Feb 2012 00:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.beholdgenealogy.com/blog/?p=1068#comment-444</guid>
		<description>Thanks for that, Brett. 

You'll be interested to know that as a result of your earlier email to me, I reinvestigated consistency checking. With the addition of true date parsing and my implementation of that in version 1.0.1, this is now quite possible, and the setup of Behold makes it rather do-able. If I can squeeze it in in the next week or two, I'll do it prior to 1.5, and then Behold will have comprehensive error checking on all fronts. To be different than all programs yet again, those consistency checks will be added in the Everything Report, right beside the inconsistent data. 

Not only that, but as part of my 1.5 export to GEDCOM, I will need to be 100% sure that the GEDCOM I export is true 5.5.1. (It's got to be 5.5.1 and not 5.5 because 5.5 does not allow UTF8 Unicode). I currently only do loose input checking. But my writing of the date parser is easily extendable to writing of a full comprehensive GEDCOM parser. I'll be able to detect "all" GEDCOM problems instead of just many (including lengths of fields) and then do my best to change them into the closest fully-GEDCOM-compliant equivalent.

To me, this is very exciting. Behold's error checking will be very complete, and then out of the way as I develop my native file format.

Louis</description>
		<content:encoded><![CDATA[<p>Thanks for that, Brett. </p>
<p>You&#8217;ll be interested to know that as a result of your earlier email to me, I reinvestigated consistency checking. With the addition of true date parsing and my implementation of that in version 1.0.1, this is now quite possible, and the setup of Behold makes it rather do-able. If I can squeeze it in in the next week or two, I&#8217;ll do it prior to 1.5, and then Behold will have comprehensive error checking on all fronts. To be different than all programs yet again, those consistency checks will be added in the Everything Report, right beside the inconsistent data. </p>
<p>Not only that, but as part of my 1.5 export to GEDCOM, I will need to be 100% sure that the GEDCOM I export is true 5.5.1. (It&#8217;s got to be 5.5.1 and not 5.5 because 5.5 does not allow UTF8 Unicode). I currently only do loose input checking. But my writing of the date parser is easily extendable to writing of a full comprehensive GEDCOM parser. I&#8217;ll be able to detect &#8220;all&#8221; GEDCOM problems instead of just many (including lengths of fields) and then do my best to change them into the closest fully-GEDCOM-compliant equivalent.</p>
<p>To me, this is very exciting. Behold&#8217;s error checking will be very complete, and then out of the way as I develop my native file format.</p>
<p>Louis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.beholdgenealogy.com/blog/?p=1068#comment-443</link>

				<dc:creator>Brett</dc:creator>

		<pubDate>Wed, 08 Feb 2012 23:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.beholdgenealogy.com/blog/?p=1068#comment-443</guid>
		<description>Louis
I still do not believe either Tamura or yourself give enough credence to the GEDCOM validation Behold achieves.
While Behold does not do consistency checks, the program should be recognised for the great GEDCOM validation. While I am unsure of any GEDCOM standard it does not compare, it certainly does a better validation job than any other program I use.
Maybe the 'big' programs should use Behold to 'clean up' their GEDCOM export act.
Brett</description>
		<content:encoded><![CDATA[<p>Louis<br />
I still do not believe either Tamura or yourself give enough credence to the GEDCOM validation Behold achieves.<br />
While Behold does not do consistency checks, the program should be recognised for the great GEDCOM validation. While I am unsure of any GEDCOM standard it does not compare, it certainly does a better validation job than any other program I use.<br />
Maybe the &#8216;big&#8217; programs should use Behold to &#8216;clean up&#8217; their GEDCOM export act.<br />
Brett</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.079 seconds -->
