Tag Archives: web

QR Codes +1

Since the last post about those nifty little QR codes was so awesome, I thought I’d add one more: creating QR codes using the goo.gl URL shortener, automatically. Hang on a sec, before you hyperventilate, it is possible.

If you’re a Google Chrome user, there’s a browser extension called goo.gl URL Shortener that will reach out to Google’s URL shortener API to create a short URL for you on the fly. Sadly, I don’t think the web interface for goo.gl is available otherwise. Once you have a goo.gl short URL, all you have to do to get the corresponding QR code for that URL is add .qr to the end of it, like so:

http://goo.gl/EFj6 becomes http://goo.gl/EFj6.qr

When wrapped in image tags, it looks like this:

QR code for eison.net

And here’s the HTML:

<img src="http://goo.gl/EFj6.qr" alt="QR code for eison.net" />

Post to Twitter

QR Codes Demystified

If you have a smart phone, hopefully Android, you’ve probably seen a QR code or two. Yep, they’re those crazy, bar code-looking things that you can scan with your phone’s bar code reader, that will link you directly to something, like an app in the Android Market.

Turns out that there are lots of QR code generators out here that’ll help you create a code for quite a few things: Android Market apps, URLs, a block of text, or your contact information. If you take a look at the other posts and pages on this site, you’ll see examples of three of those. It’s great to be able to use someone else’s code to generate things for you, but what if you found out that you can do the same thing with just a little HTML of you own?


Read more

Post to Twitter

Wordle me this, Batman:

Occasionally, I come across things, ideas that just seem really cool, and Wordle is definitely one of them. I’m not too sure how one would use it in everyday life, but it just looks, well…interesting, especially if you’re into words and/or examining the importance of words in different uses. Using Wordle, it’s really easy to see the patterns in your own, or someone else’s, text.

Here’s one based on my About Me:

Post to Twitter

First post, from my Droid, of course.

Drrrrroooooooooooiddddd!

Just imagine that in the voice from the Droid Does commerical–pretty powerful stuff, huh? In case you didn’t know, there’s a WordPress app in the Android Market. Frankly, it’s pretty impressive and easy use.

Take a look at it on AppBrain:
Link to Android WordPress app via AppBrain

Or straight to the Android Market:

Post to Twitter