Video Tutorial: How To Make QR Codes

Search This thread

djyosnow

Senior Member
Feb 21, 2006
66
3
Ha ha lolz

My significant other thinks I'm hiding secret immoral things .


~PLUR~ Peace Love Unity Respect
 

Attachments

  • PLUR.jpg
    PLUR.jpg
    12.1 KB · Views: 31
  • PeaceLoveUnityRespect.jpg
    PeaceLoveUnityRespect.jpg
    8.8 KB · Views: 32

Szczepanik

Senior Member
Dec 31, 2007
853
586
Portal review

thanks to you for the first reply, i wasnt really sure how helpfull this video would be but i know there are a lot of people using QR codes these days so thought id upload it anyway
Feedback: this thread was featured in the Portal:
http://www.xda-developers.com/android/make-your-own-qr-codes-the-speedy-way/

Thanks to you I may have made my first QR Code

http://chart.apis.google.com/chart?cht=qr&chs=150x150&choe=UTF-8&chld=H&chl=http://goo.gl/UWGSm

Cheers
Tom
 

ckret

Senior Member
Sep 22, 2010
603
541
if you use chrome you can also install the "goo.gl" addon and generate qr codes through that....
 

barroomhero

Member
Apr 6, 2010
9
3
Ocean County NJ
Bookmarklet

There is also a bookmarklet which is super useful. Just click it when you are on the page and a window will open up with a qr code. You won't even lose the page you are on.

I can't post links yet (more of a lurker). So let's try this:

pastebin . com/QRyrxJ00

Ok, that worked.. the java is in the pastebin.

Enjoy!
 
  • Like
Reactions: britoso

britoso

Senior Member
Jan 13, 2010
2,794
302
Orlando
There is also a bookmarklet which is super useful. Just click it when you are on the page and a window will open up with a qr code. You won't even lose the page you are on.

I can't post links yet (more of a lurker). So let's try this:

http://pastebin.com/QRyrxJ00

Ok, that worked.. the java is in the pastebin.

Enjoy!
it works great:
Bookmark link:
Code:
javascript:void(window.open('http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl='+encodeURIComponent(location.href),'Qr code','top=100,left=200,width=350,height=350,status=yes'));
 
Last edited:

96edwy

Senior Member
Mar 1, 2009
344
339
Blackpool
Thanks for the positive comments guys and thanks xda for the feature on the portal

Sent from my HTC HD2 using XDA App
 

MacaronyMax

Senior Member
Aug 27, 2008
13,722
582
Oxford
There is also a bookmarklet which is super useful. Just click it when you are on the page and a window will open up with a qr code. You won't even lose the page you are on.

I can't post links yet (more of a lurker). So let's try this:

pastebin . com/QRyrxJ00

Ok, that worked.. the java is in the pastebin.

Enjoy!

That is Awesome!!!! Reminds me of that Katamari Java thing too :rolleyes:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    I'm sure there are many people who will already know how to make these but for those who don't i thought i would make a tutorial, made it a while ago and forgot to post about it.

    1
    Bookmarklet

    There is also a bookmarklet which is super useful. Just click it when you are on the page and a window will open up with a qr code. You won't even lose the page you are on.

    I can't post links yet (more of a lurker). So let's try this:

    pastebin . com/QRyrxJ00

    Ok, that worked.. the java is in the pastebin.

    Enjoy!