<?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>theChrisWalker.net &#187; QR Codes</title>
	<atom:link href="http://thechriswalker.net/tag/qr/feed" rel="self" type="application/rss+xml" />
	<link>http://thechriswalker.net</link>
	<description>I like Web Development</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Discovering QR Codes</title>
		<link>http://thechriswalker.net/2009-02/discovering-qr-codes.html</link>
		<comments>http://thechriswalker.net/2009-02/discovering-qr-codes.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 15:32:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Not Code]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://thechriswalker.net/?p=76</guid>
		<description><![CDATA[I recently discovered QR codes and how cool they are! Basically it&#8217;s a 2-D barcode and can store much more information than your standard bar code. A QR code is a square of dots in a certain computer-readable pattern, for example there is one to the top-left of this post, encoded with the URL to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently discovered QR codes and how cool they are! Basically it&#8217;s a 2-D barcode and can store much more information than your standard bar code.<br />
A QR code is a square of dots in a certain computer-readable pattern, for example there is one to the top-left of this post, encoded with the URL to this post.</p>
<p>Why bother though? Well, they are used mostly in Japan, where mobile phones are generally all Internet-enabled, so on an advert you might have a QR code for a URL where more info can be found. So you whip out your phone, point the in-built camera at the code, and bingo, it takes you to the website. Also you could have a film opening encoded in QR as a calendar event, so when you scan it it puts a reminder in your calendar. Useful no?</p>
<p>On a personal level though, when QR codes are not big in England, why should I care. Well, they are useful for transferring information I want to a phone. For example, I have a <a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklet</a> on my browser that converts the current page I&#8217;m looking at into a QR code (courtesy of the <a href="http://code.google.com/apis/chart/types.html#qrcodes">Google Chart API</a>) and open the image in a new tab. Very useful if I find a page and think, &#8220;I&#8217;ll want to look at that later&#8221; I can make the QR scan it with my phone, and the page goes into it&#8217;s browser history for my later enjoyment.</p>
<p>For those of you interested the bookmarklet code is (should be all on one line, but for the page width&#8217;s sake&#8230;):</p>
<div class="codecolorer-container javascript mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">javascript<span style="color: #339933;">:</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span><br />
&nbsp; <span style="color: #3366CC;">'http://chart.apis.google.com/chart?cht=qr&amp;chs=400x400&amp;chl='</span><span style="color: #339933;">+</span><br />
&nbsp; encodeURIComponent<span style="color: #009900;">&#40;</span>window.<span style="color: #660066;">location</span>.<span style="color: #660066;">href</span><span style="color: #009900;">&#41;</span><br />
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span></div></div>
<p><a href="javascript:(function(){window.open('http://chart.apis.google.com/chart?cht=qr&#038;chs=400x400&#038;chl='+encodeURIComponent(window.location.href));})()">Try it! (will generate the QR code for this page, but a lot bigger than the one by the title)</a></p>
<p>You may have noticed that there are QR codes for the permalinks to these posts aswell, so you can easily bookmark them with a capable phone. Another useful function that my phone can do is to display the QR code for a Contact in my address book, so I can easily share that with another QR enabled phone without having to &#8220;pair&#8221; them with bluetooth, or use Infrared (if the phone still has it!) or text it or whatever. Much more convenient. I just need to find someone else with a QR enabled phone&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thechriswalker.net/2009-02/discovering-qr-codes.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
