From 53fb16e5bebf593953deede2de210986279cab90 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 12 May 2015 09:43:06 +0100 Subject: [PATCH] added support websites section --- BigBoxOfHTML.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BigBoxOfHTML.md b/BigBoxOfHTML.md index e43377b..a61a66a 100644 --- a/BigBoxOfHTML.md +++ b/BigBoxOfHTML.md @@ -10,5 +10,10 @@ - [NW.js](http://nwjs.io/) - 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](http://electron.atom.io/) - 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. + - [enable-javascript.com](http://enable-javascript.com/) - Shows the user how to enable javascript in their browser + - [What Browser?](https://whatbrowser.org/) - Useful to link to if a user has an outdated browser + ## Other - [SRI Hash Generator](https://srihash.org/) - Compute the SRI hash for the resource at a given url. See [cloudflare's blog post](https://blog.cloudflare.com/an-introduction-to-javascript-based-ddos/) (Scroll to the section on "Subresource Integrity") for more information.