<?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; microsoft</title>
	<atom:link href="http://blog.iangclifton.com/tag/microsoft/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 Feb 2012 05:15:35 +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>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 &#8230; <a href="http://blog.iangclifton.com/2010/03/09/qr-codes-microsoft-tags-and-2d-data-representation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 currently 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>2</slash:comments>
		</item>
		<item>
		<title>First Experience With Windows 7</title>
		<link>http://blog.iangclifton.com/2010/02/16/first-experience-with-windows-7/</link>
		<comments>http://blog.iangclifton.com/2010/02/16/first-experience-with-windows-7/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 04:19:36 +0000</pubDate>
		<dc:creator>Ian G. Clifton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.iangclifton.com/?p=139</guid>
		<description><![CDATA[This past weekend, I tagged along with my brother on a trip to Fry&#8217;s (an electronics store) to help him decide on what new monitors to get. I was pretty surprised at how much the normal size and quality has &#8230; <a href="http://blog.iangclifton.com/2010/02/16/first-experience-with-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This past weekend, I tagged along with my brother on a trip to Fry&#8217;s (an electronics store) to help him decide on what new monitors to get.  I was pretty surprised at how much the normal size and quality has gone up since I last paid attention.  In February two years ago, I bought two 1680&#215;1050 19&#8243; monitors for $230 a piece.  Now, you can buy a 1920&#215;1080 24&#8243; monitor for that.<span id="more-139"></span></p>
<p>While comparing them, I saw a monitor that looked a little glossy, so I thought I&#8217;d change the desktop background to black to see just how glossy it was.</p>
<p>I right-clicked on the desktop and didn&#8217;t see an obvious &#8220;Change Desktop Background&#8221; or &#8220;Change Wallpaper&#8221; option.  There was an option for &#8220;Next desktop background,&#8221; which just switched to another picture as the current background was apparently set to be a slideshow, and the only semi-likely option: &#8220;Personalize.&#8221;  Guess what?  Personalize was not the correct choice.</p>
<p>At that point, I didn&#8217;t care enough and moved on to look at some other monitors, but I became curious today and looked online.  A <a href="http://www.google.com/search?&#038;q=change+desktop+background+windows+7" title="Google: change desktop background windows 7">simple search</a> revealed 24 million results, one of which was <a href="http://windows.microsoft.com/en-US/windows7/change-your-desktop-background-wallpaper">Microsoft&#8217;s solution</a>.</p>
<blockquote><p>Open Desktop Background by clicking the <strong>Start</strong> button and clicking <strong>Control Panel</strong>. In the search box, type <strong>desktop background</strong>, and then click <strong>Change desktop background</strong>.</p></blockquote>
<p>Microsoft actually has a video to demonstrate because it is overly complicated.  Vista was terrible, so Windows 7 doesn&#8217;t have to do a great job to seem impressive, but I expected a better user experience.</p>
<p>For reference, in OS X you would right-click and pick &#8220;Change desktop background&#8230;&#8221; and in Ubuntu (Gnome) you would right-click and pick &#8220;Change Desktop Background.&#8221;  In Vista you would right-click and pick &#8220;Personalize&#8221; and then pick &#8220;Desktop Background.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iangclifton.com/2010/02/16/first-experience-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

