kshlab.com
QR | Kraig's Playground
http://kshlab.com/tag/qr
A place for Kraigs to go and play. How to make a QR code. Need to make a qr code? Google provides a nifty API. For just such a thing. Root URL: https:/ chart.googleapis.com/chart? Add the width: chs= width x height. Add the data: chl= data. Example: https:/ chart.googleapis.com/chart? Cht=qr&chs=400×400&chl=http:/ kshlab.com. This entry was posted in Mobile. August 30, 2014. Rules for attending meeting. Javascript linked list with random link. First experience with z wave automation.
kshlab.com
Mobile | Kraig's Playground
http://kshlab.com/category/mobile
A place for Kraigs to go and play. How to make a QR code. Need to make a qr code? Google provides a nifty API. For just such a thing. Root URL: https:/ chart.googleapis.com/chart? Add the width: chs= width x height. Add the data: chl= data. Example: https:/ chart.googleapis.com/chart? Cht=qr&chs=400×400&chl=http:/ kshlab.com. This entry was posted in Mobile. August 30, 2014. Rules for attending meeting. Javascript linked list with random link. First experience with z wave automation.
kshlab.com
My QR Code Generator | Kraig's Playground
http://kshlab.com/my-qr-code-generator
A place for Kraigs to go and play. My QR Code Generator. I finally got around to coding a QR code generator using the Google Chart API. Enjoy! Http:/ dev.kshlab.com/qrcode/. This entry was posted in Web. September 7, 2014. Before, :after, and content. Fixing UI5 repository issues →. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. Rules for attending meeting. Javascript linked list with random link. First experience with z wave automation.
kshlab.com
HTML | Kraig's Playground
http://kshlab.com/tag/html
A place for Kraigs to go and play. Before, :after, and content. So I was needing a way to separate the code in my blog from the details of the post. I’ve seen some pretty nifty approaches, so I wanted to add some CSS here. Needed to have the code block as a set width that would scroll on x but grow on y. Needed the spacing to use PRE style. Needed a line counter. Need to be able to copy the code. The line numbers being copied as well. Here is the CSS I created:. 1px solid black;. 1px black solid;. You ca...
kshlab.com
Facebook Scraper | Kraig's Playground
http://kshlab.com/facebook-scraper
A place for Kraigs to go and play. I was trying to find a way to get the Facebook scraper to always use a certain logo when posting links. Lucky for me, Stack Overflow provided the answers. You can also access the Facebook Object Debugger here. This will show you what information they grab from a link to allow you to edit it. For now, the og.image seems to have done the trick, but I’ll have to mess around with the other tags to see what I can figure out. This entry was posted in Web. September 1, 2014.
kshlab.com
How to make a QR code | Kraig's Playground
http://kshlab.com/how-to-make-a-qr-code
A place for Kraigs to go and play. How to make a QR code. Need to make a qr code? Google provides a nifty API. For just such a thing. Root URL: https:/ chart.googleapis.com/chart? Add the width: chs= width x height. Add the data: chl= data. Example: https:/ chart.googleapis.com/chart? Cht=qr&chs=400×400&chl=http:/ kshlab.com. This entry was posted in Mobile. August 30, 2014. Facebook Scraper →. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *.
kshlab.com
CSS | Kraig's Playground
http://kshlab.com/tag/css
A place for Kraigs to go and play. Before, :after, and content. So I was needing a way to separate the code in my blog from the details of the post. I’ve seen some pretty nifty approaches, so I wanted to add some CSS here. Needed to have the code block as a set width that would scroll on x but grow on y. Needed the spacing to use PRE style. Needed a line counter. Need to be able to copy the code. The line numbers being copied as well. Here is the CSS I created:. 1px solid black;. 1px black solid;. Proudl...
kshlab.com
SAP | Kraig's Playground
http://kshlab.com/tag/sap
A place for Kraigs to go and play. Fixing UI5 repository issues. In working with SAP and the UI5 repository, I ran into two issues. The first issue I ran into is that it is. To upload binary files that are not MIME images. I was trying to upload a font file called icons.ttf in the icons directory, but was getting the error:. File WebContent/icons/icons.ttf could not be submitted. File contains different linefeeds. Mixed linefeeds are not supported. Here are the steps I used to work around it:. I tested i...