Dashboard | Help Login

blogs@bluerhinos.co.uk

Think Blue
The thinkings from the coders at bluerhinos.co.uk

Search
Archives
January 2010 (1)
November 2009 (1)
July 2009 (1)
January 2009 (3)
December 2008 (1)
Sections
Code Tutorial (3)
Misc (2)
QRCode Button (1)
Server Admin (1)
Os
Debian (1)
Code Tags
PHP (2)
Mysql (1)
Tools
Show/Hide QR Code
Show/Hide Keys
QRCode Button V1.0 Released
1st January 2009 @ 19:30
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.
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/
Andrew Milsted | View Source | QRCode Button | Comments (0)