This Post
PermalinkURI
URI Label
Revisions
Export:
XML (With Files)
PNG Image
Archives
September 2010 (1)March 2010 (1)
January 2010 (1)
November 2009 (1)
July 2009 (1)
January 2009 (3)
December 2008 (1)
Sections
Code Tutorial (4)Misc (2)
QRCode Button (1)
Server Admin (2)
Os
Debian (1)Code Tags
PHP (3)Mysql (1)
Bash (1)
Tools
Show/Hide QR CodeShow/Hide Keys
What is the QRCode Button?
The QR Code Button is a simple tool, that easily allows you to add a qr code to your website/blog.
A QR Code is a matrix code (or two-dimensional bar code) created by Japanese corporation Denso-Wave in 1994. The "QR" is derived from "Quick Response", as the creator intended the code to allow its contents to be decoded at high speed. QR Codes are common in Japan where they are currently the most popular type of two dimensional codes. The can be read by webcams and mobile phones, and can be used to store urls to websites and special offers.
How to use the QRCode Button?
To use the QR Code Button all you need to use a small amount of HTML.
Just change the "example.com" to the uri you want to encode.
And you are Done, easy.
Find out more from here: http://bluerhinos.co.uk/qrcode/
The QR Code Button is a simple tool, that easily allows you to add a qr code to your website/blog.
A QR Code is a matrix code (or two-dimensional bar code) created by Japanese corporation Denso-Wave in 1994. The "QR" is derived from "Quick Response", as the creator intended the code to allow its contents to be decoded at high speed. QR Codes are common in Japan where they are currently the most popular type of two dimensional codes. The can be read by webcams and mobile phones, and can be used to store urls to websites and special offers.
How to use the QRCode Button?
To use the QR Code Button all you need to use a small amount of HTML.
HTML code:<!-- qrcode Button BEGIN -->
<script type="text/javascript">
// Please put your url in here (can be left blank
// if you want hide your id)
qrcode_user = 'http://example.com'
</script>
<a href="http://www.bluerhinos.co.uk/qrcode/njs.php" onclick="return false"
onmouseover="return qrcode_open(this, 'http://example.com/')" >
<img src="http://www.bluerhinos.co.uk/qrcode/qr_img.png" width="16" height="16"
border="0" alt="QR Button From bluerhinos.co.uk" />
</a>
<script type="text/javascript" src="http://www.bluerhinos.co.uk/qrcode/qrcode_box.js"></script>
<!-- Qrcode Button END -->
Just change the "example.com" to the uri you want to encode.
And you are Done, easy.
Find out more from here: http://bluerhinos.co.uk/qrcode/