1
0
Fork 0
mirror of https://github.com/sbrl/thebigwarehouse.git synced 2018-01-10 21:33:45 +00:00
TheBigWarehouse/BigBoxOfHTML.md

1.6 KiB

The Big Box of HTML

Validators

  • Tecate.js - Drop in this script and it will display a warning at the top of your page if you have any invalid markup
  • W3C Markup Validation Service - The original HTML validator for all your HTML validating needs

Testing Tools

  • .resizr - Responsive website testing tool

Web fonts

Packaging Tools

  • NW.js - Previously known as node-webkit, this tool lets you package your HTML / CSS / JS app into a bundle (native for your target desktop platform) with Blink & Node.JS.
  • Electron - An alternative to the above. Looks to be smaller, but I don't really know how it works.

Support Websites

This section is a bit different - it contains link to sites that you might want to link to if a user of your website doesn't support a technology that you require.

Other