<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to make QR Codes in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/659928#M84914</link>
    <description>&lt;P&gt;To my knowledge there isn't anything native in JMP for creation of QR codes but you might be able to script it depending on your scripting skills. &lt;LI-MESSAGE title="All your base are belong to us (in JSL)" uid="227367" url="https://community.jmp.com/t5/JMPer-Cable/All-your-base-are-belong-to-us-in-JSL/m-p/227367#U227367" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; might be a starting point. Easier option is most likely to use some QR code API with JMP's New Http Request.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2023 19:12:25 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-07-18T19:12:25Z</dc:date>
    <item>
      <title>How to make QR Codes</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/659893#M84912</link>
      <description>&lt;P&gt;Does anyone know how to make QR codes in jsl?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 18:19:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/659893#M84912</guid>
      <dc:creator>jvine</dc:creator>
      <dc:date>2023-07-18T18:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QR Codes</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/659928#M84914</link>
      <description>&lt;P&gt;To my knowledge there isn't anything native in JMP for creation of QR codes but you might be able to script it depending on your scripting skills. &lt;LI-MESSAGE title="All your base are belong to us (in JSL)" uid="227367" url="https://community.jmp.com/t5/JMPer-Cable/All-your-base-are-belong-to-us-in-JSL/m-p/227367#U227367" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; might be a starting point. Easier option is most likely to use some QR code API with JMP's New Http Request.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 19:12:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/659928#M84914</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-07-18T19:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QR Codes</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/660098#M84917</link>
      <description>&lt;P&gt;There are some good and bad choices for qr code generators on the web.&lt;/P&gt;
&lt;P data-unlink="true"&gt;My favorite generator is the duckduckgo search engine, just type &lt;EM&gt;qr: https://example.com&amp;nbsp;&lt;/EM&gt; as the search.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The string can be anything; typically you want the https:// part as well." style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54912iB588E26853F9A1D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="QRDuck.png" alt="The string can be anything; typically you want the https:// part as well." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The string can be anything; typically you want the https:// part as well.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The chrome browser can also share a qr code.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chrome needs higher resolution. I think the dino in the middle needs extra error checking." style="width: 636px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54980i1C99A214E4114117/image-size/large?v=v2&amp;amp;px=999" role="button" title="QRChrome.png" alt="Chrome needs higher resolution. I think the dino in the middle needs extra error checking." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Chrome needs higher resolution. I think the dino in the middle needs extra error checking.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A bad generator will produce a code that links back to their site which uses a database to redirect to your site. They will help you collect statistics. And if you failed to understand how it works, they will let you know six weeks later that you'll need to pay to keep the link working (which will be cheaper than re-printing your material...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This project was useful when I was researching: &lt;A href="https://github.com/zxing/zxing" target="_blank" rel="noopener"&gt;https://github.com/zxing/zxing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 21:22:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/660098#M84917</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-07-18T21:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QR Codes</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/664726#M85317</link>
      <description>&lt;P&gt;If you still want it in JSL, you can use HTTP Request to a restAPI with something like:&lt;BR /&gt;&lt;A href="https://goqr.me/api/" target="_blank" rel="noopener"&gt;https://goqr.me/api/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The API has really only 2 endpoints and seems straight forward to use.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 13:01:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/664726#M85317</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2023-08-02T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QR Codes</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/664783#M85321</link>
      <description>&lt;P&gt;I call python and do it there using the qrcode module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmarchandTSI_0-1690992997932.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55512i1AA5728E5B3BC092/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmarchandTSI_0-1690992997932.png" alt="mmarchandTSI_0-1690992997932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 16:17:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/664783#M85321</guid>
      <dc:creator>mmarchandTSI</dc:creator>
      <dc:date>2023-08-02T16:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QR Codes</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/680140#M86612</link>
      <description>&lt;P&gt;Thank you! I would like an offline version that doesnt connect to the web so I think this option would be the easiest/&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 15:13:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-QR-Codes/m-p/680140#M86612</guid>
      <dc:creator>jvine</dc:creator>
      <dc:date>2023-09-21T15:13:29Z</dc:date>
    </item>
  </channel>
</rss>

