September 19, 2012

QR Code Generator

QR Code

The need came about for a locally hosted QR Code generator, preferably not requiring any back-end scripting to produce the graphic. After some research, I found this by Kazuhiko Arase. A pure JavaScript option? Yes please! :) I dug around in the code to make some modifications in sizing, added the ability to increment the version number (1-10)automatically, plus a few other changes per client requirements. It was a fun and challenging project, plus a great opportunity to learn a bunch about how QR Codes actually work.

Here is the result!


code Code javascript qr codes


Previous post
MineCrafting I’m aware that I am late to the bandwagon with this one, but the other day Jason and I started playing Minecraft. I used to have a slight
Next post
ExtJS Grouping Grid One of the things I’ve repeatedly had a need for is an easy way to organize large amounts of data. Manual HTML tables just weren’t cutting it