Added a sketch for testing arduino digital inputs 2-13. Released into Public Domain. See http://jdnash.com/arduino/
Author: John Nash
APC under Linux
How to install APC UPS control software on Linux.
SEO, SEO Gamers, and Scrapers
There should be a special Hell for scrapers: and a public domain black list available so all search engines can exclude them may be just the payback that they deserve.
WooCommerce
I am experimenting with WooCommerce. There is a “Store” but there are no real products in it yet. Look if you wish, but please do not buy.
HTML5 Download in anchor
Majorly useful http://davidwalsh.name/download-attribute Place the download attribute on a link… <!– will download as “expenses.pdf” –> <a href=”/files/adlafjlxjewfasd89asd8f.pdf” download=”expenses.pdf”>Download Your Expense Report</a> …and when the user clicks the link, the download attribute appears in the save dialog instead of the garbled mess that was there before. In this case, the file will be downloaded as expenses.pdf. The download attribute also triggers a force download,…