Design the Web: Adding Dynamic QR Codes
20mIntermediate2015-02-26
Authors

Chris Converse
Applies design and UX principles to technology
Course details
Learn to use the free Google Chart API to add dynamic QR codes to your webpages, in this short and informative installment of Design the Web. Chris Converse covers four options for generating the QR code: pointing Google Chart to an image URL, using server-side code to retrieve the URL, injecting the URL code with JavaScript, and generating the QR code with JavaScript and jQuery. So stop creating QR codes by hand; learn how to generate them dynamically with these tricks.
Skills covered
PHPJavaScriptWeb Development ToolsOracleLimited SeriesWeb DevelopmentOpen Source
Concepts
0. Introduction
- 01 - Introduction to this course
- 02 - About the exercise files
1. Generating QR Codes
- 03 - Using an IMG tag with Google Chart API
- 04 - Combining PHP (server-side languages) with Google Chart API
- 05 - Creating QR codes with JavaScript
- 06 - Creating QR codes with jQuery