His portfolio reflects years consumed with trekking the globe, but photographer Jauder Ho only rediscovered his love for the art several years ago. Taking advantage of an opportunity for a vacation for the first time in over a decade, Jauder Ho ended up taking a trip to Japan including a trek up Mount Fuji. That followed by the road trip of a lifetime driving across the States had a profound effect on how he perceives the world. Since then, Jauder Ho has seen the world shot by shot, each one serving as a reminder of changing moments in time. In his portfolio, Jauder Ho juxtaposes long exposure shots of beautiful scenery with pictures focused on details that explain more to the story. Jauder Ho strives to take portraits that describe the feelings of his subjects and reflect his ability to arouse emotions from the viewer. Combining skills acquired from continual photography with what it takes to see life on stills, Jauder Ho has created a body of work that reflects the world both great and small. Here, Jauder Ho brings you selected content from his personal collection as well as sharing interesting items found from the Internet. Identica
How to create QR codes using Google Charts


I was tinkering with auto generating QR codes a while ago when I discovered (to my surprise) that the Google Charts API actually had a pretty slick option to generate this on demand.



All you have to do is to pass the url or text that you wish to be encoded to the Charts API. For example, the link to create the image above is:


http://chart.apis.google.com/chart?cht=qr&chs=500x500&chld=H&chl=http://tumblelog.jauderho.com/



I would be interested in learning more where others are using QR codes (or similar codes such as Microsoft Tag)



References:
Google Charts QR Code Documentation
 QR codes on Wikipedia

How to create QR codes using Google Charts

I was tinkering with auto generating QR codes a while ago when I discovered (to my surprise) that the Google Charts API actually had a pretty slick option to generate this on demand.

All you have to do is to pass the url or text that you wish to be encoded to the Charts API. For example, the link to create the image above is:

http://chart.apis.google.com/chart?cht=qr&chs=500x500&chld=H&chl=http://tumblelog.jauderho.com/

I would be interested in learning more where others are using QR codes (or similar codes such as Microsoft Tag)

References: