Testing QR Generation
Trying to mash a little QR code generation with lightbox. Make it easy to get a Mindstream URL on your phone.
Here's the code, really really simple:
<a rel="lightbox" title="QR Code - Powered by kaywa.com" href="http://qrcode.kaywa.com/img.php?s=8&d=[URL]"> QR Code Test </a>Currently it's using the script on kaywa.com - I hope to find a php script (or write one) to host the generation locally
Comments