29 Oct 18

A contribution to the Codepen Halloween challenge: All the game logic is handled in HTML & CSS with absolutely zero JS.

by mlb 7 years ago

26 Jan 12

Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are.

by bbohling 14 years ago saved 2 times

16 Sep 11

This document’s primary motivation is two- fold: 1) code consistency and 2) best practices. By maintaining consistency in coding styles and conventions, we can ease the burden of legacy code maintenance, and mitigate risk of breakage in the future. By adhering to best practices, we ensure optimized page loading, performance and maintainable code.

by bbohling 14 years ago saved 2 times

16 Aug 11

Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.

by lamnatos 14 years ago