<?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>Shopping Around &#187; Uncategorized</title>
	<atom:link href="http://www.qeyesoftware.com.au/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qeyesoftware.com.au</link>
	<description>Silentium sine Severitas</description>
	<lastBuildDate>Sat, 16 Oct 2010 03:37:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows Automation with Watir and Ruby 1.9.1</title>
		<link>http://www.qeyesoftware.com.au/2010/10/16/windows-automation-with-watir-and-ruby-1-9-1/</link>
		<comments>http://www.qeyesoftware.com.au/2010/10/16/windows-automation-with-watir-and-ruby-1-9-1/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 03:37:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.qeyesoftware.com.au/?p=75</guid>
		<description><![CDATA[We love automation at Spiffy Stores, so with this in mind, I thought I&#8217;d alert anyone who uses Ruby under Windows using the Ruby Installer that there are some small bugs that you should be aware of when using Watir. First off, if you want to interact with dialog boxes, then you will run into [...]]]></description>
			<content:encoded><![CDATA[<p>We love automation at Spiffy Stores, so with this in mind, I thought I&#8217;d alert anyone who uses Ruby under Windows using the Ruby Installer that there are some small bugs that you should be aware of when using Watir.</p>
<p>First off, if you want to interact with dialog boxes, then you will run into problems using Ruby 1.8.7. There is a bug in DL under the mingw32 code that is used to build this version of ruby and this is what Watir uses. It causes a segmentation fault.</p>
<p>So, finding no solution to this problem, I tried to run Watir under ruby 1.9.1, and this is where the fun starts.</p>
<p>If you try to run a Watir script you may get a popup saying that &#8216;msvcrt-ruby18.dll&#8217; can&#8217;t be found. Strange, I thought we were running 1.9.1.</p>
<p>It turns out the the default gem installation of win32-api comes preconfigured for Ruby 1.8, hence the popup.</p>
<p>The way around this problem is to install the gem manually and specify the platform as ruby and force the gem to be rebuilt when it&#8217;s installed. You&#8217;ll need the Ruby Installer DevKit installed to do this.</p>
<p>gem install win32-api &#8211;platform ruby</p>
<p>Just one of those little quirks that keep us scratching our heads.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qeyesoftware.com.au/2010/10/16/windows-automation-with-watir-and-ruby-1-9-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Australia Post run by Amateurs?</title>
		<link>http://www.qeyesoftware.com.au/2010/03/26/is-australia-post-run-by-amateurs/</link>
		<comments>http://www.qeyesoftware.com.au/2010/03/26/is-australia-post-run-by-amateurs/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 08:26:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amateurs]]></category>
		<category><![CDATA[Australia Post]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[morons]]></category>
		<category><![CDATA[postcode]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://qeyesoftware.com.au/?p=23</guid>
		<description><![CDATA[Ok, this is getting silly. Australia Post provides a copy of their Postcode database, which we use to validate shipping addresses in our software. This database is automatically refreshed on a weekly basis from the data that Australia Post provide on their web site. A couple of weeks ago, this data got corrupted as someone [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, this is getting silly.</p>
<p>Australia Post provides a copy of their Postcode database, which we use to validate shipping addresses in our software.</p>
<p>This database is automatically refreshed on a weekly basis from the data that Australia Post provide on their web site. A couple of weeks ago, this data got corrupted as someone had inserted random blank lines into the CSV file. Not a good look. Of course the database load failed and the postcodes table was wiped out.</p>
<p>Fortunately, we have checks planted into the system, so we picked up the problem pretty quickly and restored a copy of the database from a backup. No big problem.</p>
<p>Today, we received a complaint that customers in the Northern Territory were having problems entering thier postcodes, which all start with zero.</p>
<p>It didn&#8217;t take long to discover that the brains trust at Australia Post central have decided to encode the normal 4 digit postcodes beginning with a zero as 3 digit entries. Thus, the postcode &#8217;0810&#8242; is now stored in the database as &#8217;810&#8242;.</p>
<p>Now this strikes me as being a bit like amateur hour. Do these people know nothing about quality control or testing? We&#8217;re not talking about a small corner-shop operation here, but a large government organization responsible for providing a national service. Other people&#8217;s businesses actually depend upon this stuff.</p>
<p>So I thought, maybe I should see if there&#8217;s anywhere that I can complain about this latest problem. So off the the Australia Post web site I go and guess what????</p>
<p>&#8220;Firefox has detected that the server is redirecting the request for  this address in a way that will never complete.&#8221;</p>
<p>The web site is down. On a Friday evening. Just when everyone has gone home. I wonder if it will be back by Monday?</p>
<p>Mmmmm&#8230;..</p>
<p>I rest my case.</p>
<p>First-class morons.</p>
<p>Update:</p>
<p>Optimistically, I sent in a report on the bug using their contact form. Needless to say, I have yet to receive any communication from them. I guess their response is &#8220;in the mail&#8221;.</p>
<p>Further Update (29th April, 2010):</p>
<p>How good is this? What a class operation. Over a month now, and no sign of a reply. And of course the database is still broken.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qeyesoftware.com.au/2010/03/26/is-australia-post-run-by-amateurs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying out some Social Media</title>
		<link>http://www.qeyesoftware.com.au/2010/02/12/trying-out-some-social-media/</link>
		<comments>http://www.qeyesoftware.com.au/2010/02/12/trying-out-some-social-media/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:21:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qeyesoftware.com.au/?p=20</guid>
		<description><![CDATA[Well, the new Google Buzz is out, so I decided to give it a whirl. http://www.google.com/profiles/eastsydneyboy I might try to use it to keep everyone up to date with what&#8217;s happening in the Spiffy Stores world. We hit a bit of a milestone yesterday as I finally finished the last of the pages in the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the new Google Buzz is out, so I decided to give it a whirl.</p>
<p><a title="Google Profile" href="http://www.google.com/profiles/eastsydneyboy" target="_blank">http://www.google.com/profiles/eastsydneyboy</a></p>
<p>I might try to use it to keep everyone up to date with what&#8217;s happening in the Spiffy Stores world.</p>
<p>We hit a bit of a milestone yesterday as I finally finished the last of the pages in the new interface. So now it&#8217;s just a matter of tidying up some minor bits and pieces and then we can launch the new version in a couple of weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qeyesoftware.com.au/2010/02/12/trying-out-some-social-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Been Busy</title>
		<link>http://www.qeyesoftware.com.au/2009/12/15/been-busy/</link>
		<comments>http://www.qeyesoftware.com.au/2009/12/15/been-busy/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 03:30:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qeyesoftware.com.au/?p=18</guid>
		<description><![CDATA[I&#8217;ve not had much time to myself  lately, as we push ahead with the final phases of the Spiffy Stores development. It&#8217;s almost done and we should be launching early in the new year. I&#8217;m just finishing up the account management functions so that we can manage our stores, but everything else is now finished. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve not had much time to myself  lately, as we push ahead with the final phases of the Spiffy Stores development.</p>
<p>It&#8217;s almost done and we should be launching early in the new year. I&#8217;m just finishing up the account management functions so that we can manage our stores, but everything else is now finished.</p>
<p>We do have an early release Beta version available, and this has been up and running for over two years now and it&#8217;s fully functional. It&#8217;s just missing a bit of the icing that will see daylight when we launch the product.</p>
<p>You can get a taste of it here</p>
<p><a href="http://spiffystores.com.au/">http://spiffystores.com.au/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qeyesoftware.com.au/2009/12/15/been-busy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBS Hall of Shame</title>
		<link>http://www.qeyesoftware.com.au/2009/04/28/sbs-hall-of-shame/</link>
		<comments>http://www.qeyesoftware.com.au/2009/04/28/sbs-hall-of-shame/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 02:49:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bad picture]]></category>
		<category><![CDATA[bad quality]]></category>
		<category><![CDATA[interlaced]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[SBS SD quality degraded]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Shameless]]></category>
		<category><![CDATA[Standard Definition]]></category>

		<guid isPermaLink="false">http://qeyesoftware.com.au/?p=5</guid>
		<description><![CDATA[This is just a quick post to highlight the recent degradation of SBS&#8217;s SD transmissions&#8230; Here&#8217;s what it looked like on 30th March, 2009. Now here&#8217;s what happened on 20th April, 2009 The main problem here is that SBS is transmitting the interlaced fields offset by 1, which means the two non-movement fields are on [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post to highlight the recent degradation of SBS&#8217;s SD transmissions&#8230;</p>
<p>Here&#8217;s what it looked like on 30th March, 2009.</p>
<div id="attachment_6" class="wp-caption aligncenter" style="width: 586px"><img class="size-full wp-image-6" title="shameless-30-03-09" src="http://qeyesoftware.com.au/wp-content/uploads/2009/04/shameless-30-03-09.jpg" alt="Shameless SBS 30-03-09" width="576" height="461" /><p class="wp-caption-text">Shameless SBS 30-03-09</p></div>
<p>Now here&#8217;s what happened on 20th April, 2009</p>
<div id="attachment_7" class="wp-caption aligncenter" style="width: 586px"><img class="size-full wp-image-7" title="shameless-20-04-09-interlace-problem" src="http://qeyesoftware.com.au/wp-content/uploads/2009/04/shameless-20-04-09-interlace-problem.jpg" alt="Shameless SBS 20-04-09 Interlace Problem" width="576" height="461" /><p class="wp-caption-text">Shameless SBS 20-04-09 Interlace Problem</p></div>
<p>The main problem here is that SBS is transmitting the interlaced fields offset by 1, which means the two non-movement fields are on adjacent frames and not on the same frame as they should be.</p>
<p>We can fix that, and this is what we get&#8230;</p>
<div id="attachment_8" class="wp-caption aligncenter" style="width: 586px"><img class="size-full wp-image-8" title="shameless-20-04-09-interlace-fixed" src="http://qeyesoftware.com.au/wp-content/uploads/2009/04/shameless-20-04-09-interlace-fixed.jpg" alt="Shameless SBS 20-04-09 Interlace Problem Fixed" width="576" height="461" /><p class="wp-caption-text">Shameless SBS 20-04-09 Interlace Problem Fixed</p></div>
<p>Notice how the image is much blockier than the top image?</p>
<p>Update: 29/04/2009</p>
<p>The incorrect interlacing problem was not present in the Shameless episode this week, but the macro blocking is still hideous.</p>
<p style="text-align: center;">
<div id="attachment_16" class="wp-caption aligncenter" style="width: 586px"><img class="size-full wp-image-16" title="shameless-27-04-09" src="http://qeyesoftware.com.au/wp-content/uploads/2009/04/shameless-27-04-09.jpg" alt="SBS Shameless 27/04/09" width="576" height="461" /><p class="wp-caption-text">SBS Shameless 27-04-09</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.qeyesoftware.com.au/2009/04/28/sbs-hall-of-shame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

