<?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>Zeek Interactive &#187; scope creep</title>
	<atom:link href="http://zeek.com/tag/scope-creep/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeek.com</link>
	<description>We Make Cool Shit</description>
	<lastBuildDate>Tue, 18 Jun 2013 23:14:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How To Speak Geek, Part 4 &#8211; Bug Reporting</title>
		<link>http://zeek.com/how-to-speak-geek-part-4-bug-reporting/</link>
		<comments>http://zeek.com/how-to-speak-geek-part-4-bug-reporting/#comments</comments>
		<pubDate>Tue, 25 May 2010 19:43:02 +0000</pubDate>
		<dc:creator>Steve Zehngut</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bug report]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[scope creep]]></category>

		<guid isPermaLink="false">http://zeek.com/?p=3379</guid>
		<description><![CDATA[<p>Problems are going to occur. The way your developer handles problems is what sets good developers apart from bad ones. I have never found a website that was 100% bug free; not even the largest websites. Knowing this ahead of time may help you handle problems more rationally.</p><p>The post <a href="http://zeek.com/how-to-speak-geek-part-4-bug-reporting/">How To Speak Geek, Part 4 &#8211; Bug Reporting</a> appeared first on <a href="http://zeek.com">Zeek Interactive</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><strong>This is the final installment of my four part series on how to  communicate with  your developer.</strong> Part 1 covered <a href="http://zeek.com/how-to-speak-geek-part-1-interviewing-your-potential-developer/">Interviewing Your Potential Developer</a>, part 2 covered <a href="http://zeek.com/how-to-speak-geek-part-2-planning-project-management/">Planning  &amp; Project Management</a>, and part 3 covered <a href="http://zeek.com/how-to-speak-geek-part-3-version-control/">Version Control</a>.</p>
<h2>Bug Reporting</h2>
<p><strong>Problems are going to occur. </strong>The way your developer handles problems is what sets good developers apart from bad ones. I have never found a website that was 100% bug free; not even the largest websites. Knowing this ahead of time may help you handle problems more rationally.</p>
<p>Do your best to keep emotion and drama out of the situation. When a problem arises, take a deep breath and count to 10. Most emergencies are usually resolved very quickly. What may seem like a major problem to you might actually be a minor technical problem that your developer can fix in 5 minutes.</p>
<p><strong>Your bug reporting procedure should be established during the planning phase of your project.</strong> You and your developer should agree on how emergencies are handled as well as non-emergencies. You need to agree first on what constitutes an emergency. Typically on our projects, an emergency is when any part of the site is not accessible by the public. This happens when either a page fails to load or the server is acting slow for some reason. For all other situations, we have our clients submit a ticket to our project management system.</p>
<p><strong>Developers do not like guesswork.</strong> When reporting a bug, don’t send an email to your developer with something like “My site isn’t working.” Lack of detail is very frustrating for you developer and the &#8220;hunting&#8221; time can cost you extra money.</p>
<p>Good bug reporting is an art form that can take some practice to master. To report a bug, you need to give as much detail as possible in a concise document.  Start by giving a brief description of the issue in plain English. Don’t try to analyze any technical issues.</p>
<p>Then, give the exact steps to reproduce the problem. Tell your developer exactly what you were doing at the time the problem occurred. Also, include your operating system, browser version and any virus or firewall software you might be running.</p>
<p><img class="alignright size-medium wp-image-3381" title="Screen shot 2010-05-17 at 11.06.14 AM" src="http://zeek.com/wp-content/uploads/2010/05/Screen-shot-2010-05-17-at-11.06.14-AM-300x164.jpg" alt="" width="300" height="164" />An easy way to send your system details to your developer is <a href="http://supportdetails.com" target="_blank">http://supportdetails.com</a>. Our customer service people at <a href="http://realestateshows.com" target="_blank">Real Estate Shows</a> use this site extensively. When a customer reports a problem, they have the customer send an email from that site.</p>
<p><strong>VERY IMPORTANT! </strong>When reporting problems, make sure you specify the priority. Be realistic. Is this a mission critical problem? Can it wait a few days? A week? If you don’t regularly specify a priority, your developer should get into the habit of asking the priority.</p>
<p>If your site is inaccessible, check out <a href="http://downforeveryoneorjustme.com" target="_blank">http://downforeveryoneorjustme.com</a> before contacting your developer. This site will let you know if the problem is limited to just you or if the public is experiencing it as well.</p>
<h2>A Few Additional Tips</h2>
<p><strong>Brainstorming is a good thing, but there is a fine line between brainstorming and feature creep.</strong> As you see your project being built, your mental wheels will start to spin. You will be thinking of additional enhancements to these features. However, if you want them added in your current working phase, be prepared to revise your statement of work. There will be an impact on the schedule and/or budget.</p>
<p>Many developers speak in languages that sometimes I don’t even understand. You will hear them refer to technology using terms and acronyms that will make your head spin. And they will rattle them off like you are supposed to know exactly what they are referring to. When this happens, make Wikipedia and Google your friend. Jot down the terminology and look it up later.</p>
<h2>Conclusion</h2>
<p><strong>The bottom line is that many of the horror stories that I hear could have been avoided with clear communication.</strong> While there are a few bad seeds, I believe that most developers are not maliciously screwing up projects. Several factors may have contributed to projects that went wrong. If you have a developer horror story, I encourage you to look back at what could have been done differently to avoid the problem(s). Learn from it so that you don’t fall into the same trap next time around.</p>
<p>The post <a href="http://zeek.com/how-to-speak-geek-part-4-bug-reporting/">How To Speak Geek, Part 4 &#8211; Bug Reporting</a> appeared first on <a href="http://zeek.com">Zeek Interactive</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zeek.com/how-to-speak-geek-part-4-bug-reporting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
