264 Appendix B
Probably the most useful site on the Web, and certainly the one I refer
to most, is the Mozilla Developer Network (MDN). Written by volunteers,
this site is the best resource for HTML, CSS, and JavaScript, with clear
descriptions of every property: https://developer.mozilla.org/.
Alexis Deveria’s site, Can I Use... is an amazing set of tables of data
about implementation of emerging web platform features across different
browsers. If you want to know how widespread support for a feature is, this
is the only place to go: http://caniuse.com/.
Chapter 2: Media Queries
• Essential Considerations for Crafting Quality Media Queries: http ://
zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/
• 7 Habits of Highly Effective Media Queries: http://bradfrostweb.com/blog/
post/7-habits-of-highly-effective-media-queries/
• Use CSS Media Queries for Responsiveness: https://developers.google.com/
web/fundamentals/layouts/rwd-fundamentals/use-media-queries/
Chapter 4: Pseudo-classes and Pseudo-elements
Pseudo-elements
• IE Test Drive – CSS3 Selectors: http://ie.microsoft.com/TEStdrive/HTML5/
CSS3Selectors/
Chapters 5 and 6: Web Fonts, and Text Effects and Typographic Styles
Typographic Styles
• A More Modern Scale for Web Typography: http://typecast.com/blog/
a-more-modern-scale-for-web-typography/
• The Elements of Typographic Style Applied to the Web: http ://
webtypography.net/
• Google Web Fonts: https://www.google.com/fonts/
• Font Squirrel: http://www.fontsquirrel.com/
Multiple Columns (Chapter 7)
• Simple Grids with CSS Multi-Column Layout: http://dbushell.com/2014/
02/03/simple-grids-with-css-multi-column-layout/
• IE Test Drive – Hands On: Multi-column Layout: http://ie.microsoft.com/
testdrive/graphics/hands-on-css3/hands-on_multi-column.htm