Skip to content

Instantly share code, notes, and snippets.

@Signifies
Signifies / featureTest.js
Created April 22, 2019 10:47
HTML feature test using pure JS.
function featureTest() {
document.getElementById("heading").innerHTML = "Compatible HTML5 Features";
var typeValues = ["search", "number", "range", "color", "tel", "url", "email", "date", "month", "week", "datetime", "datetime-local"];
var i = document.createElement("input");
var dataValues = "";
dataValues += "<ul>";
for(l=0; l <= typeValues.length; l++) {
i.setAttribute("type",typeValues[l]);
var result = i.type !== "text" ? "YES" : "NO";
dataValues += "<li>" + typeValues[l] + ": " + result+"</li>";
@Signifies
Signifies / Vehicle eqiupment.md
Last active August 22, 2023 22:03
A small list I put together of things I like to have when I'm traveling anywhere in a car.

Standard vehicle equipment:

  • Simple Cigarette lighter powered airpump. These things are super helpful.
  • Jumpstarter kit for dead battery. Good for up to 5-10 jumps before recharging.
  • Tool bag, (Harbor freight has some great kits, or you can make your own)
  • Tire Patch kit.
  • Large trash bags.
  • general purpose flares.
  • 1000+ lumen flashlight/headlamp.
  • Medical/trauma kit.
@Signifies
Signifies / Software-dev-pathways.md
Last active September 22, 2022 18:28
Created for my sister... And friends interested in getting into software quickly..

Software Development Track

A few resources with two different tracks to break into software development.

Track 1

Cloud computing - Faster track

AWS

Generally the easier method of breaking into tech, using Amazon and Microsoft's cloud computing learning modules is faster depending on your experience. Training is free and is nearly an associates level