A very brief best-practice for JavaScript and styles.
Don't Change Styles in JavaScript
Saved on
Saved on
A very brief best-practice for JavaScript and styles.
Saved on
The following guidelines in this article will help bring your markup to the next level. Talking about best-practices and semantics. From Digital Web Magazine by Garrett Dimon.
Saved on
53 CSS-based techniques you should always have ready to hand if you develop web-sites. By Smashing Magazine
Saved on
The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.
Saved on
Details all standards & guidelines for developing and delivering products and services for BBC online (bbc.co.uk).
Saved on
Saved on
Like a lot of developers, we start every HTML project with the same set of HTML and CSS templates. We’ve been using these files for a long time and we’ve progressively added bits and pieces to them as our own personal best practices have evolved. Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it’s time for an update, and we thought we’d put it out there for everyone to use. By no means do we see this as the end-all and beat-all, but we think it’s a fairly good starting place that anyone can take and make their own.
Saved on
HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and future-proof site. After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain ajax and flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on. Boilerplate is not a framework, nor does it prescribe any philosophy of development, it’s just got some tricks to get your project off the ground quickly and right-footed.