<?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>Dave Mozealous &#187; QA Stuff</title>
	<atom:link href="http://www.mozealous.com/category/qa-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mozealous.com</link>
	<description>Articulate technology and tech usability.</description>
	<lastBuildDate>Mon, 24 May 2010 21:53:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I before E, ESPECIALLY after C</title>
		<link>http://www.mozealous.com/i-before-e-especially-after-c/</link>
		<comments>http://www.mozealous.com/i-before-e-especially-after-c/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 15:58:53 +0000</pubDate>
		<dc:creator>Dave Mozealous</dc:creator>
				<category><![CDATA[QA Stuff]]></category>

		<guid isPermaLink="false">http://www.mozealous.com/?p=681</guid>
		<description><![CDATA[
			
				
			
		
Every American elementary schooler is taught the mnemonic device, &#8220;I before E, except after C.&#8221;  I am dumbfounded by how bad this rule is. I misspell words all the time. Words like policies, species, and caffeine I can never spell correctly because they violate the rule. The rule is littered with exceptions. Recently, I wondered how bad the [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mozealous.com%2Fi-before-e-especially-after-c%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mozealous.com%2Fi-before-e-especially-after-c%2F&amp;source=dmozealous&amp;style=normal&amp;service=bit.ly&amp;service_api=R_fd96a88b2c5528a9913741afe6670fba" height="61" width="50" /><br />
			</a>
		</div>
<p>Every American elementary schooler is taught the mnemonic device, &#8220;I before E, except after C.&#8221;  I am dumbfounded by how bad this rule is. I misspell words all the time. Words like <em>policies</em>, <em>species</em>, and <em>caffeine </em>I can never spell correctly because they violate the rule. The rule is littered with exceptions. Recently, I wondered how bad the rule actually is, how many words in the English language that contain either (<em>either </em>is an exception to the rule) combination of <em><strong>ie </strong></em>or <em><strong>ei </strong></em>represent exceptions to the rule? Well I set out solve this problem.  The data proves that the<strong> I before E rule is broken</strong>.</p>
<h2>Why?</h2>
<p>So what&#8217;s the point? Why have I spent so much time worrying about such a pointless rule? Well, I became interested in the data when I kept misspelling words based on my understanding of the rule. I then googled for the data, figuring someone must have analyzed the data. Much to my dismay, this information is not available.  As far as I can tell, this study is the first of its kind.</p>
<p><strong>This is what I wanted to find out:</strong></p>
<ul>
<li>How many words contain the combination <strong><em>ie </em></strong>or <strong><em>ei</em></strong>?</li>
<li>How many exceptions are there to the rule?</li>
<li>What is the percentage of words that are exceptions to the rule?</li>
</ul>
<p><strong>How I gathered the data</strong></p>
<p>I used a dictionary webservice to gather the data. Obviously thumbing through a Merriam-Webster dictionary to gather the data would be a monumental waste of time. Using a webservice will allow me to do this research programatically, and allow me to expose the data to anyone who wants the data.</p>
<p>The webservice I used is <a href="http://services.aonaware.com/DictService/DictService.asmx" target="_blank">DictService</a>, which allows you to use several different English dictionaries. For this article I used the<em> The Collaborative International Dictionary of English.</em></p>
<h2>History and facts about the I before E rule</h2>
<p>Nobody knows who created the rule.  The earliest written use of it was found in a footnote in James Stuart Laurie&#8217;s <em><a href="http://books.google.com/books?id=yL8DAAAAQAAJ" target="_blank">Manual of English Spelling</a></em> which was written in 1866.  It is safe to say that the rule has been used in English classrooms across the world for at least the past 140 years. There are a couple different variations to the rule, such as:</p>
<blockquote><p><strong> </strong>i before e except after c or when sounded like a as in neighbor and weigh</p></blockquote>
<p>This addition makes the rule a bit better, but I am not going to focus on that variation, as there are still plenty of exceptions to that rule as well (<em>species</em>, <em>either</em>, etc).</p>
<p>The rule is so bad, and has so many exceptions that in June of 2009 the British government advised against teaching the rule. Some funny info about the debates that this caused in England can be found <a href="http://www.worldwidewords.org/articles/ar-ibe1.htm" target="_blank">here</a>. The best quote came from Michael Grove in arguing against abandoning the rule:</p>
<blockquote><p>Having systematically lowered school standards for a decade, it is sadly no surprise that the Government is now actively telling teachers not to bother trying to teach children how to spell properly.</p></blockquote>
<p>The word that violates the rule the worst is the word &#8220;oneiromancies,&#8221; which is the plural form of oneiromancy (meaning divination by means of dreams). The word breaks the rule twice, in both ways.</p>
<p>Of the 100 most commonly used words in the English language, only one word contains a combination of either <em><strong>ei </strong></em>or <em><strong>ie</strong></em>, that word is “their,” which violates the rule.</p>
<p>Much of this history comes from the <a href="http://en.wikipedia.org/wiki/I_before_E_except_after_C#cite_note-1" target="_blank">Wikipedia topic on the subject</a>.</p>
<h2>Analyzing the data</h2>
<p>Now let&#8217;s take a look at the data. There are a total of<strong> 5223 words</strong> in the English language that contain either the letters <strong><em>ei </em></strong>or <strong><em>ie</em></strong>. Let&#8217;s first examine the &#8220;except after C&#8221; part of the rule.</p>
<p><strong>Except after C</strong></p>
<p>There are <strong>107 words</strong> in the English language that contain the letters <strong><em>c</em> </strong>and are followed directly by the letters <strong><em>ei</em></strong>. <a href="http://www.mozealous.com/samples/ie/cei.php" target="_blank">Full list of the words here.</a></p>
<p>However, there are <strong>212 words</strong> in the English language that contain the letters<strong><em> c</em></strong> and are followed directly by the letters <em><strong>ie</strong></em>, which violates the rule. <a href="http://www.mozealous.com/samples/ie/cie.php" target="_blank">Full list of the words here.</a></p>
<p>So in practice, if you did not know how to spell a word, you would be correct a higher percentage of the time (66%) by spelling the word <em><strong>cie </strong></em>instead of <em><strong>cei </strong></em>as the rule suggests you should.</p>
<p>One could argue that a better rule would be &#8220;<em>I before E, especially after C</em>.&#8221;</p>
<p><strong>I before E</strong></p>
<p><strong></strong>Ok, now let&#8217;s look at the first part of the rule. I should come before E, except after C.</p>
<p>There are <strong>3885 word</strong>s in the English language that contain the letters <strong>ie</strong>. <a href="http://www.mozealous.com/samples/ie/ie.php" target="_blank">Full list of the words here.</a></p>
<p>There are <strong>1338 words</strong> in the English language that contain the letters <strong>ei</strong>. <a href="http://www.mozealous.com/samples/ie/ei.php" target="_blank">Full list of the words here.</a></p>
<p>So that gives us a total of <strong>5223 words</strong> in the English language that contain some combination of <strong><em>ei</em></strong> or <strong><em>ie</em></strong>. From that list of 5223 words, 1338 of them contain the letters <em><strong>ei</strong></em>, but as we know, if the letters <em><strong>ei </strong></em>are preceded by the letter <em><strong>c</strong></em>, it doesn&#8217;t violate the rule, and as I mentioned earlier, <strong>107 words</strong> contain the letters <strong><em>cei</em></strong>. So if we take our list of 1338 words, where the letter<strong><em> e</em></strong> comes before the letter <strong><em>i</em></strong>, but is NOT preceded by <em><strong>c</strong></em>, then we have a total of 1231 words that violate the rule. This equates to over %25 of all words that contain <em><strong>ei </strong></em>or <strong><em>ie </em></strong>are in violation of the rule.</p>
<h2>Conclusions</h2>
<p>Out of all the words in the English language, 25% of the words that contain an <em><strong>ei</strong></em> or <em><strong>ie</strong></em> combination violate the rule.</p>
<p>Words the contain the letter <em><strong>c </strong></em>and are immediately followed by a combination of the letters <em><strong>ei </strong></em>or <em><strong>ie </strong></em>are especially bad for violating the rule, as %66 percent of the words violate the rule.</p>
<p>So with numbers so strongly against the rule, why do we still continue to teach this? If the rule “look both ways before you cross the street” was wrong %25 of the time, would we teach it?</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.mozealous.com/i-before-e-especially-after-c/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=I+before+E%2C+ESPECIALLY+after+C+-+http://bit.ly/8ThCLs+(via+@dmozealous)&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.mozealous.com/i-before-e-especially-after-c/&amp;title=I+before+E%2C+ESPECIALLY+after+C" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.mozealous.com/i-before-e-especially-after-c/&amp;t=I+before+E%2C+ESPECIALLY+after+C" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.mozealous.com/i-before-e-especially-after-c/&amp;title=I+before+E%2C+ESPECIALLY+after+C" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.mozealous.com/i-before-e-especially-after-c/&amp;title=I+before+E%2C+ESPECIALLY+after+C&amp;desc=Every%20American%20elementary%20schooler%20is%20taught%20the%20mnemonic%20device%2C%20%22I%20before%20E%2C%20except%20after%20C.%22%20%C2%A0I%20am%20dumbfounded%20by%20how%20bad%20this%20rule%20is.%20I%20misspell%20words%20all%20the%20time.%20Words%20like%C2%A0policies%2C%C2%A0species%2C%20and%C2%A0caffeine%20I%20can%20never%20spell%20correctly%20because%20they%20violate%20the%20rule.%20The%20rule%20is%20littered%20wit" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.mozealous.com/i-before-e-especially-after-c/&amp;title=I+before+E%2C+ESPECIALLY+after+C" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.mozealous.com/i-before-e-especially-after-c/&amp;title=I+before+E%2C+ESPECIALLY+after+C" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.mozealous.com/i-before-e-especially-after-c/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.mozealous.com/i-before-e-especially-after-c/&amp;title=I+before+E%2C+ESPECIALLY+after+C" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.mozealous.com/i-before-e-especially-after-c/&amp;bm_description=I+before+E%2C+ESPECIALLY+after+C&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.mozealous.com/i-before-e-especially-after-c/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to use HTTPAnalyzer to debug AICC LMS reporting issues</title>
		<link>http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/</link>
		<comments>http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:59:24 +0000</pubDate>
		<dc:creator>Dave Mozealous</dc:creator>
				<category><![CDATA[AICC]]></category>
		<category><![CDATA[QA Stuff]]></category>
		<category><![CDATA[eLearning Technology]]></category>

		<guid isPermaLink="false">http://www.mozealous.com/?p=677</guid>
		<description><![CDATA[
			
				
			
		
Quick post here.  I just created a screencast showing how you can use HTTPAnalyzer to debug reporting issues between content and a Learning Management System.  You can get HTTPAnalyzer from the good folks at IEInspector here.

If you are a QA Engineer working on any type of Web Application, HTTPAnalyzer is a must have.





		
			Subscribe [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mozealous.com%2Fhow-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mozealous.com%2Fhow-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues%2F&amp;source=dmozealous&amp;style=normal&amp;service=bit.ly&amp;service_api=R_fd96a88b2c5528a9913741afe6670fba" height="61" width="50" /><br />
			</a>
		</div>
<p>Quick post here.  I just created a screencast showing how you can use HTTPAnalyzer to debug reporting issues between content and a Learning Management System.  You can get HTTPAnalyzer from the good folks at<a href="http://www.ieinspector.com/httpanalyzer/"> IEInspector here.</a></p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='560' height='345'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' ></param><param name='flashvars' value='i=34935' ></param><param name='allowFullScreen' value='true' ></param><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=34935' allowFullScreen='true' width='560' height='345' pluginspage='http://www.macromedia.com/go/getflashplayer' ></embed></object></p>
<p>If you are a QA Engineer working on any type of Web Application, HTTPAnalyzer is a must have.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues+-+http://bit.ly/5oI2ph+(via+@dmozealous)&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;title=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;t=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;title=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;title=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues&amp;desc=Quick%20post%20here.%20%20I%20just%20created%20a%20screencast%20showing%20how%20you%20can%20use%20HTTPAnalyzer%20to%20debug%20reporting%20issues%20between%20content%20and%20a%20Learning%20Management%20System.%20%20You%20can%20get%20HTTPAnalyzer%20from%20the%20good%20folks%20at%20IEInspector%20here.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20are%20a%20QA%20Engineer%20working%20on%20any%20type%20of%20Web%20Application%2C%20HT" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;title=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;title=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;title=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/&amp;bm_description=How+to+use+HTTPAnalyzer+to+debug+AICC+LMS+reporting+issues&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.mozealous.com/how-to-use-httpanalyzer-to-debug-aicc-lms-reporting-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My job title changed</title>
		<link>http://www.mozealous.com/my-job-title-changed/</link>
		<comments>http://www.mozealous.com/my-job-title-changed/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 15:05:01 +0000</pubDate>
		<dc:creator>Dave Mozealous</dc:creator>
				<category><![CDATA[QA Stuff]]></category>

		<guid isPermaLink="false">http://www.mozealous.com/?p=285</guid>
		<description><![CDATA[
			
				
			
		
A few months back my job title changed from QA Project Lead to QA Manager.  It is funny, I have worked at Articulate for about 3.5 years, and it is funny how little my job title actually reflects what I do.  I was listening to the audio version of Seth Godin&#8217;s Small is the new [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mozealous.com%2Fmy-job-title-changed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mozealous.com%2Fmy-job-title-changed%2F&amp;source=dmozealous&amp;style=normal&amp;service=bit.ly&amp;service_api=R_fd96a88b2c5528a9913741afe6670fba" height="61" width="50" /><br />
			</a>
		</div>
<p>A few months back my job title changed from QA Project Lead to QA Manager.  It is funny, I have worked at Articulate for about 3.5 years, and it is funny how little my job title actually reflects what I do.  I was listening to the audio version of Seth Godin&#8217;s <em>Small is the new big</em> (great book by the way) and Seth makes a good point about why job titles shouldn&#8217;t really matter.  You can read the section from the <a href="http://books.google.com/books?id=tQWycqKWUyEC&amp;lpg=PA35&amp;ots=D09IefiK9y&amp;dq=seth%20godin%20job%20title&amp;pg=PA35">book here</a>.</p>
<p>Its funny, I often get asked by people what I do, I usually just answer the question with &#8220;I work for a really great software company&#8221; because it is often so difficult to sum up what I do by my title.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.mozealous.com/my-job-title-changed/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=My+job+title+changed+-+http://bit.ly/7kJLuo+(via+@dmozealous)&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.mozealous.com/my-job-title-changed/&amp;title=My+job+title+changed" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.mozealous.com/my-job-title-changed/&amp;t=My+job+title+changed" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.mozealous.com/my-job-title-changed/&amp;title=My+job+title+changed" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.mozealous.com/my-job-title-changed/&amp;title=My+job+title+changed&amp;desc=A%20few%20months%20back%20my%20job%20title%20changed%20from%20QA%20Project%20Lead%20to%20QA%20Manager.%20%C2%A0It%20is%20funny%2C%20I%20have%20worked%20at%20Articulate%20for%20about%203.5%20years%2C%20and%20it%20is%20funny%20how%20little%20my%20job%20title%20actually%20reflects%20what%20I%20do.%20%C2%A0I%20was%20listening%20to%20the%20audio%20version%20of%20Seth%20Godin%27s%20Small%20is%20the%20new%20big%20%28great%20book%20by%20t" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.mozealous.com/my-job-title-changed/&amp;title=My+job+title+changed" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.mozealous.com/my-job-title-changed/&amp;title=My+job+title+changed" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.mozealous.com/my-job-title-changed/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.mozealous.com/my-job-title-changed/&amp;title=My+job+title+changed" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.mozealous.com/my-job-title-changed/&amp;bm_description=My+job+title+changed&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.mozealous.com/my-job-title-changed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The turkey test &#8211; for QA people</title>
		<link>http://www.mozealous.com/the-turkey-test-for-qa-people/</link>
		<comments>http://www.mozealous.com/the-turkey-test-for-qa-people/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 15:33:35 +0000</pubDate>
		<dc:creator>Dave Mozealous</dc:creator>
				<category><![CDATA[QA Stuff]]></category>

		<guid isPermaLink="false">http://www.mozealous.com/?p=278</guid>
		<description><![CDATA[
			
				
			
		
Good info for any application developer looking to develop software that will be used in Turkey.
http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html





		
			Subscribe to the comments for this post?
		
		
			Tweet This!
		
		
			Share this on del.icio.us
		
		
			Share this on Facebook
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Add this to Mister Wong
		





]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mozealous.com%2Fthe-turkey-test-for-qa-people%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mozealous.com%2Fthe-turkey-test-for-qa-people%2F&amp;source=dmozealous&amp;style=normal&amp;service=bit.ly&amp;service_api=R_fd96a88b2c5528a9913741afe6670fba" height="61" width="50" /><br />
			</a>
		</div>
<p>Good info for any application developer looking to develop software that will be used in Turkey.</p>
<p><a style="text-decoration: none;" href="http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html">http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.mozealous.com/the-turkey-test-for-qa-people/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=The+turkey+test+-+for+QA+people+-+http://bit.ly/5UkNPA+(via+@dmozealous)&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;title=The+turkey+test+-+for+QA+people" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;t=The+turkey+test+-+for+QA+people" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;title=The+turkey+test+-+for+QA+people" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;title=The+turkey+test+-+for+QA+people&amp;desc=Good%20info%20for%20any%20application%20developer%20looking%20to%20develop%20software%20that%20will%20be%20used%20in%20Turkey.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.moserware.com%2F2008%2F02%2Fdoes-your-code-pass-turkey-test.html" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;title=The+turkey+test+-+for+QA+people" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;title=The+turkey+test+-+for+QA+people" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.mozealous.com/the-turkey-test-for-qa-people/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;title=The+turkey+test+-+for+QA+people" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.mozealous.com/the-turkey-test-for-qa-people/&amp;bm_description=The+turkey+test+-+for+QA+people&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.mozealous.com/the-turkey-test-for-qa-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woolite could use a QA Engineer for it&#8217;s Pet Oxygen product</title>
		<link>http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/</link>
		<comments>http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 00:49:41 +0000</pubDate>
		<dc:creator>Dave Mozealous</dc:creator>
				<category><![CDATA[QA Stuff]]></category>

		<guid isPermaLink="false">http://www.mozealous.com/?p=158</guid>
		<description><![CDATA[
			
				
			
		

I have two dogs, one of which is a 6 month old Brussels Griffon named Winston (pictured below).  Well, ocassionally Winston still makes mistakes in the house, so I bought some Woolite Pet Oxygen carpet cleaner to clean up his mistakes.  The stuff works great, problem is, that when pointed down the bottle won&#8217;t spray, [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mozealous.com%2Fwoolite-could-use-a-qa-engineer-for-its-pet-oxygen-product%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mozealous.com%2Fwoolite-could-use-a-qa-engineer-for-its-pet-oxygen-product%2F&amp;source=dmozealous&amp;style=normal&amp;service=bit.ly&amp;service_api=R_fd96a88b2c5528a9913741afe6670fba" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.mozealous.com/wp-content/uploads/2009/01/woolite-pet-oxygen-773360.jpg"><img class="aligncenter size-medium wp-image-159" title="woolite-pet-oxygen-773360" src="http://www.mozealous.com/wp-content/uploads/2009/01/woolite-pet-oxygen-773360.jpg" alt="" width="92" height="200" /></a></p>
<p>I have two dogs, one of which is a 6 month old Brussels Griffon named Winston (pictured below).  Well, ocassionally Winston still makes mistakes in the house, so I bought some Woolite Pet Oxygen carpet cleaner to clean up his mistakes.  The stuff works great, problem is, that when pointed down the bottle won&#8217;t spray, which makes the bottle pretty useless.  So in order to use the bottle, I need to either get a new bottle that will spray down, or teach Winston to start peeing on the wall instead of the floor.</p>
<p>Too bad that they didn&#8217;t hire a QA Engineer, or actually try to use the product themselves.</p>
<p style="text-align: center;"><a href="http://www.mozealous.com/wp-content/uploads/2009/01/3001098632_947f964778.jpg"><img class="size-medium wp-image-160  aligncenter" title="3001098632_947f964778" src="http://www.mozealous.com/wp-content/uploads/2009/01/3001098632_947f964778-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p><strong>Update: </strong>I forwarded this thread and a complaint to Woolite saying that the bottle they use could use some redesign love, and check out the response I got:</p>
<p><img class="aligncenter size-full wp-image-167" title="1-6-2009-9-09-34-am" src="http://www.mozealous.com/wp-content/uploads/2009/01/1-6-2009-9-09-34-am.png" alt="1-6-2009-9-09-34-am" width="467" height="415" /></p>
<p>Things that I thought were funny about this:</p>
<ul>
<li>The discusssion thread is centered&#8230;Why not Left Align it?</li>
<li>They have my first and last name, yet my initial statment says it was from &#8220;Customer ()&#8221;</li>
</ul>
<p>So not only does their bottle need a QA Engineer, their Product Feedback Form needs some QA work.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product+-+http://bit.ly/4R9rX3+(via+@dmozealous)&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;title=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;t=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;title=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;title=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product&amp;desc=%0D%0A%0D%0AI%20have%20two%20dogs%2C%20one%20of%20which%20is%20a%206%20month%20old%20Brussels%20Griffon%20named%20Winston%20%28pictured%20below%29.%C2%A0%20Well%2C%20ocassionally%20Winston%20still%20makes%20mistakes%20in%20the%20house%2C%20so%20I%20bought%20some%20Woolite%20Pet%20Oxygen%20carpet%20cleaner%20to%20clean%20up%20his%20mistakes.%C2%A0%20The%20stuff%20works%20great%2C%20problem%20is%2C%20that%20when%20pointed%20down" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;title=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;title=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;title=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/&amp;bm_description=Woolite+could+use+a+QA+Engineer+for+it%27s+Pet+Oxygen+product&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.mozealous.com/woolite-could-use-a-qa-engineer-for-its-pet-oxygen-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
