tag:blogger.com,1999:blog-11300808.post5613455803235267471..comments2026-04-17T11:21:58.677-07:00Comments on The official Google Code blog: QR Codes now available on the Google Chart APIMike Marchakhttp://www.blogger.com/profile/08067736591419106914noreply@blogger.comBlogger12125tag:blogger.com,1999:blog-11300808.post-36658566102685961022011-10-28T09:36:56.338-07:002011-10-28T09:36:56.338-07:00I found that the chart api works fine with a relat...I found that the chart api works fine with a relatively simple url but when you try to feed it something like:<br />...com/showcaseproductdetail.htm?ID=157729&Used=1&<br />it will not encode the whole address resulting in the wrong qr code. Rather than attempt to convert the longer url’s to UTF-8, which presents a risk of not being read properly, I was wondering if you had a relatively simple solution to use the google url shortener within the script (preferrably not the .qr option in the shortener as it defaults to a size too small for print).<br /><br /><5cript type="text/javascript"><br /> document.write( '<1mg src=\"http://chart.apis.google.com/chart?chs=220x220&cht=qr&chl=' + location.href + '\">' );<br /><br /><br />[some characters changed to allow me to post]Motorcycle Monkeyhttps://www.blogger.com/profile/12695087851070638028noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-19590800765206334472010-06-17T23:16:28.046-07:002010-06-17T23:16:28.046-07:00how to make the background of qrcode transparent? ...how to make the background of qrcode transparent? I am not talking about the margin space around qrcode. I succeeded changing background of the margin space. But I want to make the background of the actual code transparent, too.Unknownhttps://www.blogger.com/profile/00959952168077986759noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-29845862864838851942009-04-27T15:45:00.000-07:002009-04-27T15:45:00.000-07:00@Dean, you may have an issue in how you escaped th...@Dean, you may have an issue in how you escaped the URL. This seems to work:<br /><br />http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl=http%3A//www.cognation.net/Queen Annehttps://www.blogger.com/profile/02207868496894402347noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-76851517245995054052009-04-27T15:42:00.000-07:002009-04-27T15:42:00.000-07:00Looks like Google has canned this product?
This u...Looks like Google has canned this product?<br /><br />This url used to work now it doesn't - what gives google?<br /><br /><br />http://chartserver.apis.google.com/chart?cht=qr&chs=300x300&chl=http://www.cognation.netDean Collinshttps://www.blogger.com/profile/08222027015133305237noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-87458239946194644742008-11-29T13:28:00.000-08:002008-11-29T13:28:00.000-08:00here is a site that let's you generate QR Code wit...here is a site that let's you generate QR Code with Google Maps and more..<BR/><BR/>check it out: <A HREF="http://www.mskynet.com/static/maestro" REL="nofollow">http://www.mskynet.com/static/maestro</A>alextnnhttps://www.blogger.com/profile/11715763845916538621noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-59338161546683260302008-11-13T11:31:00.000-08:002008-11-13T11:31:00.000-08:00Actually, my previous post was missing the final &...Actually, my previous post was missing the final 'void 0':<BR/><BR/>javascript:u=window.location.href;sz=20*Math.ceil(Math.sqrt(u.length));szp=sz+'x'+sz;window.open('http://chart.apis.google.com/chart?cht=qr&chs='+szp+'&chl='+escape(u));void%200Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-16379502917048868542008-11-13T11:22:00.000-08:002008-11-13T11:22:00.000-08:00Here's a bookmarklet to generate a QR code for...Here's a bookmarklet to generate a QR code for the page you're currently viewing:<BR/><BR/>javascript:u=window.location.href;sz=20*Math.ceil(Math.sqrt(u.length));szp=sz+'x'+sz;window.open('http://chart.apis.google.com/chart?cht=qr&chs='+szp+'&chl='+escape(u));Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-25297273838136741742008-09-30T20:20:00.000-07:002008-09-30T20:20:00.000-07:00If you want to decode 2D Codes (and also 1D Barcod...If you want to decode 2D Codes (and also 1D Barcodes) with a simple API you should check out <A HREF="http://www.snappr.net/index.php?option=com_content&view=article&id=39&Itemid=80" REL="nofollow">the Snappr.net API</A>. Still in beta but works pretty nicely.pstehlikhttps://www.blogger.com/profile/02072564955490283330noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-54752048194694300052008-08-02T14:25:00.000-07:002008-08-02T14:25:00.000-07:00This mashup http://qrmap.linkstore.ru lets you cre...This mashup <A HREF="http://qrmap.linkstore.ru" REL="nofollow">http://qrmap.linkstore.ru</A> lets you create QR-code for the selects Google map area.Coldbeans softwarehttps://www.blogger.com/profile/12420146664135307227noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-16074017657536900142008-07-28T21:13:00.000-07:002008-07-28T21:13:00.000-07:00Ah, the example had no chart size, thus, a malform...Ah, the example had no chart size, thus, a malformed request. Thanks!<BR/><BR/>-- SeanSean Gateshttps://www.blogger.com/profile/00663498034763916330noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-14222068730112678762008-07-28T15:01:00.000-07:002008-07-28T15:01:00.000-07:00You certainly miss to specify the chart size in th...You certainly miss to specify the chart size in the URL(I did the same during two minutes...). <BR/><BR/>To use chart API, you must provide AT LEAST the following parameters:<BR/>Chart size (chs) <BR/>Chart type (cht)<BR/>Chart data (...)<BR/><BR/>Here is a working example :<BR/><A HREF="http://chart.apis.google.com/chart?chs=150x150&cht=qr&chl=YouRules&choe=ISO-8859-1" REL="nofollow">http://chart.apis.google.com/chart?chs=150x150&cht=qr&chl=YouRules&choe=ISO-8859-1</A>Jalvfrhttps://www.blogger.com/profile/01239314434786176025noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-56864159761813355312008-07-16T10:58:00.000-07:002008-07-16T10:58:00.000-07:00I can't seem to get the QR code to work. No matte...I can't seem to get the QR code to work. No matter what info I put in the URL the QR code says:<BR/><BR/>"Bad Request<BR/><BR/>Your client has issued a malformed or illegal request."<BR/><BR/>All other charts work correctly. Any thoughts?<BR/><BR/>-- SeanSean Gateshttps://www.blogger.com/profile/00663498034763916330noreply@blogger.com