<?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>Webmaster-Source &#187; QR Codes</title>
	<atom:link href="https://www.webmaster-source.com/tag/qr-codes/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Pure JavaScript QR Code Generator with jQuery</title>
		<link>https://www.webmaster-source.com/2011/06/20/pure-javascript-qr-code-generator-with-jquery/</link>
		<comments>https://www.webmaster-source.com/2011/06/20/pure-javascript-qr-code-generator-with-jquery/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 12:45:56 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4101</guid>
		<description><![CDATA[Need a fast and lightweight way to generate QR codes in-browser, without relying on a third-party service? There&#8217;s a new jQuery plugin that&#8217;s exactly what you&#8217;re looking for. Weighing in at only 4kb, it generates QR codes using only JavaScript—no image resources, no calls to remote servers. After including it in your page, and jQuery [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4102" src="//www.webmaster-source.com/wp-content/uploads/arcattackqr.png" alt="" width="150" height="150" />Need a fast and lightweight way to generate QR codes in-browser, without relying on a third-party service? There&#8217;s <a href="http://jeromeetienne.github.com/jquery-qrcode/">a new jQuery plugin</a> that&#8217;s exactly what you&#8217;re looking for. Weighing in at only 4kb, it generates QR codes using only JavaScript—no image resources, no calls to remote servers.</p>
<p>After including it in your page, and jQuery of course, you create an empty DOM element to hold the QR code (a DIV, for example) and then you just do something like this:</p>
<pre class="brush: jscript; title: ; notranslate">jquery('#somediv').qrcode(&quot;http://www.webmaster-source.com&quot;);</pre>
<p>The plugin is <a href="https://github.com/jeromeetienne/jquery-qrcode#readme">available on GitHub</a>, and is released by the author under an MIT license.</p>
<p>An alternative, for those of you who don&#8217;t mind using a third-party service—and prefer simply including an image rather than extra JavaScript—can use the wonderful <a href="http://www.webmaster-source.com/2010/10/11/generate-qr-codes-on-the-fly-with-the-google-chart-api/">Google Chart API</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/06/20/pure-javascript-qr-code-generator-with-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generate QR Codes On-the-Fly With the Google Chart API</title>
		<link>https://www.webmaster-source.com/2010/10/11/generate-qr-codes-on-the-fly-with-the-google-chart-api/</link>
		<comments>https://www.webmaster-source.com/2010/10/11/generate-qr-codes-on-the-fly-with-the-google-chart-api/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 11:14:48 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3631</guid>
		<description><![CDATA[You&#8217;ve probably seen a QR code before, even if you didn&#8217;t know what it was at the time. It&#8217;s a little square matrix barcode that can be read by either a specialized scanner or a cellphone with the right software. UPS puts QR codes on their packages for tracking purposes, and many Android phones come [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://goo.gl/tIgD"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-3632" title="Download my 'Countdown Plus' app for the iPhone! :)" src="//www.webmaster-source.com/wp-content/uploads/qrcode-countdown-plus.png" alt="" width="150" height="150" /></a>You&#8217;ve probably seen a <a href="http://en.wikipedia.org/wiki/QR_Code">QR code</a> before, even if you didn&#8217;t know what it was at the time. It&#8217;s a little square matrix barcode that can be read by either a specialized scanner or a cellphone with the right software. UPS puts QR codes on their packages for tracking purposes, and many Android phones come with QR readers preinstalled for easily sharing links to apps.</p>
<p>A QR code can contain any sort of textual information, which will be decoded by a QR reader. A web address, a simple message, a phone number, etc.. A good QR reader should figure out what the decrypted data is and act upon it accordingly. If it&#8217;s a web address, it will display the web page. If it&#8217;s a phone number, it should display the number and offer to call it.</p>
<p>Users of the iPhone or fourth-generation iPod Touch can use a free app like <a href="http://itunes.apple.com/us/app/qr-code-reader-and-scanner/id388175979?mt=8">QR Reader</a> to scan QR codes.</p>
<p>What can you use a QR code for? There are plenty of possible applications. Magazines could print QR codes that let you quickly jump to a web page. (Anyone remember the <a href="http://en.wikipedia.org/wiki/CueCat">CueCat</a>?) Advertisements could have QR codes that offer more information. You could put a QR on your business card. Want to move a web page you&#8217;re reading from your computer to your phone? Create a quick QR matrix and scan it right off the screen!</p>
<p>Now for the fun part&#8230; How do you make your own QR codes?<span id="more-3631"></span></p>
<p>Google has a nifty <a href="http://code.google.com/apis/chart/">API for dynamically generating charts</a>. A simple (if messy-lookig) URL request will instantly generate an image containing a pie chart or a line graph. While QR codes aren&#8217;t exactly charts, the service has an option to generate them all the same. All you have to do is use a URL like this:</p>
<pre class="brush: plain; title: ; notranslate">http://chart.apis.google.com/chart?cht=qr&amp;chs=500x500&amp;choe=UTF-8&amp;chld=H&amp;chl=http://www.webmaster-source.com</pre>
<p>If you visit the above URL in your web browser, you should see a huge 500&#215;500 pixel QR code that will take you to Webmaster-Source if you scan it. You could easily copy and save the image, print it, or embed it in a web page by using the URL in an &lt;img&gt; tag.</p>
<p>The key/value parameters in the URL are as follows.</p>
<ul>
<li><strong>cht=qr</strong> — This tells the API that we&#8217;re creating a QR code instead of a pie chart or whatever.</li>
<li><strong>chs=500&#215;500</strong> — The size of the chart, in pixels. (I imagine &#8220;chs&#8221; stands for &#8220;CHart Size.&#8221;) 500&#215;500 seems to be the maximum size.</li>
<li><strong>choe=UTF-8</strong> — The content encoding. You should probably leave this as-is.</li>
<li><strong>chld=H</strong> — This seems to set the type of QR code. If you remove it, a different pattern will be used. I would recommend keeping the default unless you know what you&#8217;re doing.</li>
<li><strong>chl=[&#8230;]</strong> — The data you want to create a QR code for, such as a web address. If it is a URL, just paste it verbatim after the equality sign.</li>
</ul>
<p>The beauty of the API is it&#8217;s simplicity. If you know you&#8217;re building some sort of web app, you could <em>easily</em> use your language of choice to mash your data up into a URL request and spit out an image tag with a QR code. Google already does this with their Goo.gl URL shortener. If you look at one of their <a href="http://goo.gl/info/QMET">URL info pages</a>, it displays a small QR code and a link to a larger one. (Actually, adding &#8220;.qr&#8221; to the end of any Goo.gl URL will display the QR code.) It&#8217;s a very easy way to get a quick QR.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/10/11/generate-qr-codes-on-the-fly-with-the-google-chart-api/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-10 11:03:17 by W3 Total Cache
-->