1
0
Fork 0
TheBigWarehouse/BigBoxOfHTML.md

36 lines
2.5 KiB
Markdown
Raw Normal View History

2015-04-28 17:18:39 +00:00
# The Big Box of HTML
## Validators
- [Tecate.js](https://github.com/kevinburke/tecate) - 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](https://validator.w3.org/) - The original HTML validator for all your HTML validating needs
2015-04-28 17:18:39 +00:00
## Testing Tools
- [.resizr](http://resizr.co/) - Responsive website testing tool
2015-05-23 14:17:53 +00:00
- [SSLlabs](https://www.ssllabs.com/ssltest/) - THE SSL server test. Grades your website from A+ to F on it's SSL capabilities.
## Content Generators
- [Cat Ipsum](http://catipsum.com/) - A furrier alternative to Lorem Ipsum
- [placehold.it](https://placehold.it/) - A simple no-fuss placeholder image service
- [placekitten.com](http://placekitten.com/) - A placeholder image service that gives you pictures of kittens
## Fonts
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).
- [&what;](http://www.amp-what.com/) - Not strictly a font tool, but still useful. This website lets you search a considerably sized library of unicode characters and presents you with their HTML entity form.
2015-04-28 17:18:39 +00:00
2015-05-31 19:57:24 +00:00
### Icon fonts and Equivalent
- [Font Awesome](http://fontawesome.io/) - A cool icon font with 519(!) icons
2015-05-31 19:58:57 +00:00
- [Open Iconic](https://useiconic.com/open/) - An open source version of a much larger commerical icon set. Still good - has nice clear icons for use in many different projects.
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
2015-05-12 08:43:06 +00:00
## 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
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.