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

15 lines
972 B
Markdown
Raw Normal View History

2015-04-28 17:18:39 +00:00
# The Big Box of HTML
## Testing Tools
- [.resizr](http://resizr.co/) - Responsive website testing tool
2015-04-28 18:55:52 +00:00
- [webfont-test](http://webfont-test.com/) - Compare up to 3 fonts at once
- [Google Fonts on Github](https://github.com/google/fonts) - A repository that contains the fonts available on [Google Fonts](https://www.google.com/fonts).
2015-04-28 17:18:39 +00:00
2015-05-09 16:31:28 +00:00
2015-04-28 17:18:39 +00:00
## Packaging Tools
- [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.
2015-05-09 16:31:28 +00:00
## 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.