Difference between revisions of "QR Code"

From Wikicliki
Jump to: navigation, search
(Other QR bits)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
[[Image:qrpsychogeography.png]]
 
[[Image:qrpsychogeography.png]]
 +
 +
== QR email ==
 +
 +
<pre>
 +
MATMSG:
 +
TO:
 +
SUB:
 +
BODY:
 +
;;
 +
</pre>
 +
 +
== Other QR bits ==
 +
 +
* “MECARD:N: Ding, Dbb; ADR: Street, Singapore, 468726; TEL: 98888888; EMAIL: email@gmail.com”
 +
* “smsto:0207 1111111”
 +
* "geo: 51.507801,-0.087687”
 +
* %2B6598888888 - %2B stands for +
 +
 +
== Google QR Generator ==
 +
 +
Google QR generator? All you do is add the following SRC to an img element like this:
 +
src="http://chart.apis.google.com/chart?cht=qr&chl=http://[YOUR_URL]&chs=120x120" alt="This is a QR Code"
 +
Wrap the above SRC in an IMG tag and put in your own URL and test it out
 +
 +
== What else can you use ==
 +
 +
* http://www.nttdocomo.co.jp/english/service/imode/make/content/barcode/function/application/
 +
 +
* Phonebook registration (MECARD:)
 +
* E-mail synchronization (MATMSG:)
 +
* Bookmark registration (MEBKM:)
 +
* i-αppli synchronization (LAPL:)
 +
 +
== Inspiration ==
 +
 +
*http://blog.greattv.com/2010/06/101-uses-for-quick-response-qr-codes-creating-audience-engagement-with-the-next-killer-us-app/'
 +
*http://www.awwwards.com/10-creative-uses-of-qr-codes.html
 +
* [http://ctrlq.org/qrcode/ qrcode generator
 +
* [http://2d-code.co.uk/qr-code-generators/ list of code generators]
 +
  
 
== See also ==
 
== See also ==
 
* [http://qrcode.kaywa.com/ QR Code Generator]
 
* [http://qrcode.kaywa.com/ QR Code Generator]
 +
* [http://www.terryburton.co.uk/barcodewriter/generator/

Latest revision as of 03:32, 1 October 2011

QR Code is a matrix barcode (or two-dimensional code), readable by QR scanners, mobile phones with camera, and smartphones. The code consists of black modules arranged in a square pattern on white background. The information encoded can be text, URL or other data.

Common in Japan, where it was created by Toyota subsidiary Denso-Wave in 1994, the QR code is one of the most popular types of two-dimensional barcodes. QR is the initialism of Quick Response, as the creator intended the code to allow its contents to be decoded at high speed.

Qrpsychogeography.png

QR email

MATMSG:
TO:
SUB:
BODY:
;;

Other QR bits

  • “MECARD:N: Ding, Dbb; ADR: Street, Singapore, 468726; TEL: 98888888; EMAIL: email@gmail.com”
  • “smsto:0207 1111111”
  • "geo: 51.507801,-0.087687”
  •  %2B6598888888 - %2B stands for +

Google QR Generator

Google QR generator? All you do is add the following SRC to an img element like this: src="http://chart.apis.google.com/chart?cht=qr&chl=http://[YOUR_URL]&chs=120x120" alt="This is a QR Code" Wrap the above SRC in an IMG tag and put in your own URL and test it out

What else can you use

  • Phonebook registration (MECARD:)
  • E-mail synchronization (MATMSG:)
  • Bookmark registration (MEBKM:)
  • i-αppli synchronization (LAPL:)

Inspiration


See also