Hello HN! Check out and comment on one of my mini projects:
http://coderqr.com
It's a website for the QR-uninitiated crowd to quickly make QR bar codes and move on with their lives, with plenty of options to satisfy most everyone.
The site came about when I tried to make QR bar codes for the business cards at my job. There wasn't a single site out there that allows you to enter multiple phone numbers, emails, urls, etc. I did some research into the data format, found out it's a bunch of text markup code, and so I was able to get the right data into the bar codes. Then, I built coderqr.com to make everyone else's life easier. The user can also embed other types of data besides contact info. There's plain text (which, with the right markup, allows you to generate every other type of embedded data), urls, email addresses, email messages, sms messages, even map coordinates. For the unaware, when you scan a qr bar code, you can open the right app for the given data. For example, if there's an email message embedded in a bar code, when you scan it, you'll be able to launch the email app and the To, Subject, and Body fields will all be filled in with the data from the code. All you have to do is press send. I can envision Washington DC plastered with QR code ads where you just scan the code, press send on the email, and off it goes to your senators and other representatives.
There's nothing too fancy on the backend: it uses Google's Charts API to generate the image. Further down the line, I'll generate my own images. That way, I'll be able to add custom designs with curves and colors, so the codes won't looks so blocky and sterile.
I've used this project as a bit of a learning lesson in SEO and advertising revenue. Up next, I'll add affiliate links to put the codes on tshirts, mugs, and other objects.
Anyways, long story short, I'd love to hear your thoughts!