<?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>A Dash Of Web and Mobile Development &#187; qr codes</title>
	<atom:link href="http://blog.iangclifton.com/tag/qr-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iangclifton.com</link>
	<description>Discussing trends and technologies in web and mobile development</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:41:39 +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>QR Codes, Microsoft Tags, And 2D Data Representation</title>
		<link>http://blog.iangclifton.com/2010/03/09/qr-codes-microsoft-tags-and-2d-data-representation/</link>
		<comments>http://blog.iangclifton.com/2010/03/09/qr-codes-microsoft-tags-and-2d-data-representation/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:28:28 +0000</pubDate>
		<dc:creator>Ian G. Clifton</dc:creator>
				<category><![CDATA[Data Representation]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft tags]]></category>
		<category><![CDATA[qr codes]]></category>

		<guid isPermaLink="false">http://blog.iangclifton.com/?p=143</guid>
		<description><![CDATA[ Most people are familiar with barcodes.  They&#8217;re simple sets of lines that represent numbers.  Since they are one-dimensional (i.e., they represent data along one axis only), they&#8217;re extremely inefficient.  However, that also means they are very reliable.  Think of it like the chart at an eye doctor&#8217;s office.  That [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_144" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.iangclifton.com/wp-content/uploads/2010/03/qr-code.png"><img src="http://blog.iangclifton.com/wp-content/uploads/2010/03/qr-code-150x150.png" alt="QR Code" title="QR Code" width="150" height="150" class="size-thumbnail wp-image-144" /></a><p class="wp-caption-text">QR Code</p></div> Most people are familiar with barcodes.  They&#8217;re simple sets of lines that represent numbers.  Since they are one-dimensional (i.e., they represent data along one axis only), they&#8217;re extremely inefficient.  However, that also means they are very reliable.  Think of it like the chart at an eye doctor&#8217;s office.  That top letter might only be one byte in a large space, but it is very easily read by most people.</p>
<p>Now, imaging technology has improved and we can represent data across two axes.  This gives us for more data in the same amount of space.  Instead of just a few numbers, we can represent hundreds of characters.  The two formats I most commonly see are as technically different as they are philosophically different.<span id="more-143"></span></p>
<p><strong>QR Codes</strong> are the type I see the most.  They represent data directly without color.  They can be read with extremely cheap equipment and are common in Japan.  There are no licensing fees associated with QR codes.</p>
<p><div id="attachment_147" class="wp-caption alignright" style="width: 160px"><a href="http://blog.iangclifton.com/wp-content/uploads/2010/03/microsoft-tag.png"><img src="http://blog.iangclifton.com/wp-content/uploads/2010/03/microsoft-tag-150x150.png" alt="Microsoft Tag" title="Microsoft Tag" width="150" height="150" class="size-thumbnail wp-image-147" /></a><p class="wp-caption-text">Microsoft Tag</p></div> The <strong>Microsoft Tag</strong> is an <acronym title="High Capacity Color Barcode">HCCB</acronym> which uses colored triangles to represent data.  The tags do not contain the data directly but instead contain a reference to it which must be accessed via a connection to Microsoft&#8217;s servers.  Think of the tags as <a href="http://tinyurl.com">tinyurl</a> links.  The actual data might look something like &#8220;yabn3c7,&#8221; but it can be passed to a server which then replies with the real data or URL.</p>
<p><em>The differences are numerous</em>.  Though the QR Code format is patented, you do not have to pay for a license.  Anyone is able to generate one and code for interpreting the data is freely available.  Microsoft Tags do not current cost money, but they could (and most likely will) cost money in the future.  Since Microsoft Tags have to hit a server that you do not control, there are three big things to consider: 1) Microsoft has access to your analytics data, 2) they can charge you a recurring fee to ensure they don&#8217;t reroute your tag to another site, 3) the tags are useless without an internet connection.  Basically, QR Codes are open whereas Microsoft Tags are closed.</p>
<p>That being said, there is one major plus to Microsoft Tags and that is their ability to be read.  Though they require a bit better of an imaging device, most mobile phone cameras are very capable and can read a smaller Microsoft Tag than a QR Code.  The following is a smaller version of each of the above tags.  I shrank each tag as small as I could while still being readable with my Nexus One.</p>
<p><a href="http://blog.iangclifton.com/wp-content/uploads/2010/03/tiny-microsoft-tag-qr-code.png"><img src="http://blog.iangclifton.com/wp-content/uploads/2010/03/tiny-microsoft-tag-qr-code.png" alt="Tiny Microsoft Tag and QR Code" title="Tiny Microsoft Tag and QR Code" width="82" height="41" class="aligncenter size-full wp-image-148" /></a></p>
<p>Related to that is the inherent error correction in each image.  I had assumed they would be pretty similar, so I am glad I tested this.  I found that the Microsoft Tag was also much more capable of recovering the data when the image was imperfect.  I&#8217;m not sure if this is simply because of the design (the lines I drew generally didn&#8217;t blank out complete triangles) or because the Microsoft Tag doesn&#8217;t have to represent all the data, meaning that it is representing less data in the same amount of space.</p>
<p><a href="http://blog.iangclifton.com/wp-content/uploads/2010/03/microsoft-tag-qr-code-error-correction.png"><img src="http://blog.iangclifton.com/wp-content/uploads/2010/03/microsoft-tag-qr-code-error-correction.png" alt="Microsoft Tag and QR Code Error Correction" title="Microsoft Tag and QR Code Error Correction" width="410" height="200" class="aligncenter size-full wp-image-150" /></a></p>
<p>Because it&#8217;s my nature to prefer open solutions to closed ones, I definitely prefer QR Codes, but I did find it interesting to see how capable the Microsoft Tags were.  One key difference, however, is that QR Codes can represent data other than just URLs.  Regardless, I think Microsoft will make a big push with their format, and it may even become fairly common.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iangclifton.com/2010/03/09/qr-codes-microsoft-tags-and-2d-data-representation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
