If you've ever been on your computer and wanted to get a website you're reading onto your phone quick - don't type the url! Use this bookmarklet:
How to use:
Create a new bookmark, and for the location paste in the code above. When you click on this bookmark it will instantly generate you a QR code you can send to somebody, or quickly scan with your droid!
Like this:
P.S. If you don't yet have a barcode scanner, i recommend this one: Barcode Scanner v3.01 Application for Android | Shopping
Code:
javascript:(function()%20{%20%20%20var%20loc%20=%20window.location.href;%20%20%20var%20qrLoc%20=%20'http://chart.apis.google.com/chart?cht=qr&chs=200x200&chl='+escape(loc)+'&chld=H|0';%20%20%20window.open(qrLoc,%20'QR%20Window','location=1,status=1,scrollbars=1,width=220,height=220');%20})();
Create a new bookmark, and for the location paste in the code above. When you click on this bookmark it will instantly generate you a QR code you can send to somebody, or quickly scan with your droid!
Like this:
P.S. If you don't yet have a barcode scanner, i recommend this one: Barcode Scanner v3.01 Application for Android | Shopping