/webdev

Various HTML, CSS, and Javascript demos and example code I've written or snagged from around the net.

Primary LanguageJavaScript

webdev

A bunch of random HTML, CSS, and Javascript demos and example code I've written or snagged from around the net.


HTML

HTML5 demos that are meant to be run in the browser (obviously, I guess?)

Javascript

Javascript demos that are meant to be run in the browser console (Chrome and Firefox) or in Firefox scratchpad. Some / most of these can also be ran via node.js in the command line as well.

node.js

Node.js demo code that can be run in the command line via node filename.

Tutorials

A bunch of Javascript and general web development tutorials I've done.

Typescript

Shaping up with Angular.js

Knockout Tutorials

web-components

Demo code for Web Components

webserver

A basic node.js server running Express and Helmet.

Currently using this to test a Progressive Web App soundboard and a random WebWorkers demo, both in the "public/" folder.

  1. npm install to install the node dependencies.
  2. npm start or node server.js to start the server.