<?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/"
	>

<channel>
	<title>MuddyHorse Farm and Tech &#187; requirements</title>
	<atom:link href="http://blog.muddyhorse.com/tag/requirements/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.muddyhorse.com</link>
	<description>Where animals and technology collide</description>
	<lastBuildDate>Thu, 09 Dec 2010 22:54:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel="next" href="http://blog.muddyhorse.com/tag/requirements/feed/?page=2" />

		<item>
		<title>Horsing around</title>
		<link>http://blog.muddyhorse.com/2008/07/horsing-around/</link>
		<comments>http://blog.muddyhorse.com/2008/07/horsing-around/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 16:15:48 +0000</pubDate>
		<dc:creator>pforhan</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Farm]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[horses]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[sunset]]></category>
		<category><![CDATA[tech-support]]></category>

		<guid isPermaLink="false">http://blog.muddyhorse.com/?p=5</guid>
		<description><![CDATA[I was the tech guy again for the horse show at the Ste. Gen County fair.  Not a bad gig, but I am a terrible MS Access 97 designer, so the application is pretty bad, and generally wrong.  Click Read On for pictures and more.]]></description>
			<content:encoded><![CDATA[<p><img style="border: 1px solid white;" src="http://www.muddyhorse.com/images/b-halter.jpg" alt="Kaylee &amp; Rodeo" /></p>
<p>I was the tech guy again for the horse show at the Ste. Gen County fair.  Not a bad gig, but I am a terrible MS Access 97 designer, so the application is pretty bad, and generally wrong.</p>
<p>Actually, I can&#8217;t blame Access 97, I just did very poor requirements gathering and data analysis.  Generally, you have riders, horses, and classes (a set of horses and riders doing something specific, competing against each other).</p>
<p>What I did wrong was assume that each rider has one number, and each number has one rider (one and only one is the phrase, in CS and math circles).  It&#8217;s pinned to their backs, for crying out loud!  I made rider-number a unique key on the Rider table.</p>
<p>Well, either things changed, or I just didn&#8217;t understand things.  Now, the number is associated with the <em>horse</em>.  Oftentimes, if two people are using the same horse, but in different classes, then they will sign up with the same number.  Apparently, that&#8217;s how the big shows do it.</p>
<p>My workload now is typically 100% for the first hour and a half or so, as I try to slam in as many entries of horse/rider/class as possible, focusing on the earlier classes.  After that initial rush, things trickle down to 20% or so, while I add in late entries and print off class lists.</p>
<p>I have an actual Access form for adding rows to the RiderHorseClass join table.  That form doesn&#8217;t refresh its entry fields, so every change to Horse and Rider tables means I have to reopen the RiderHorseClass form and go to a new record.  Because I have key-constraints in there, I also can&#8217;t just enter data without them being in the source tables.</p>
<p>Anyway, it&#8217;s a classic case of over engineering, Pat-style.  I could almost denormalize the RiderHorseClass table and just allow free-form entry, if Access would be happy with that.  I do want to avoid having to type Rider and Horse names in their entierty&#8230;</p>
<p>Problem is, I&#8217;ve been using the DB for 10 shows now, and I am too lazy to change.  What do I do?</p>
<p>Anyway, one perk was this:</p>
<p><img class="alignnone" src="http://www.muddyhorse.com/images/b-sunset.jpg" alt="Sunset" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.muddyhorse.com/2008/07/horsing-around/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

