<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Pjotor</title>
<link>http://snipplr.com/users/Pjotor/tags/url</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 15:48:10 GMT</pubDate>
<item>
<title>(JavaScript) easy QR code</title>
<link>http://snipplr.com/view/36414/easy-qr-code/</link>
<description><![CDATA[ <p>This "plug in" (only a url builder really) returns the path to a QR code built by google chart api with the code of your choice and optional size (2:nd argument, 160px default).

Usage: $().qrcode("hello world") or $().qrcode("hello world",100)


Update!
Added prototype version.
Rebuilds image to a QRcode from the google charts API; 

ex. 
document.getElementById("myImage").qrcode("hello world")
makes the image with ID "myImage" to a QRcode with value "hello world"</p> ]]></description>
<pubDate>Mon, 28 Jun 2010 19:00:13 GMT</pubDate>
<guid>http://snipplr.com/view/36414/easy-qr-code/</guid>
</item>
</channel>
</rss>