best practices

TwitterFacebook
Get flash to fully experience Pearltrees
Season 2 : The estimated time to read this article is 12 minutes Podcast: Play in new window | Download When you have such a talented bunch of coders you don’t tend to code much yourself. http://boagworld.com/season/2/episode/s2e9/

An old guys guide to building modern websites

What We Don't Know

http://css-tricks.com/what-we-dont-know/ Published by Chris Coyier We don't know which browser, which version of that browser, or what kind of computer a user visiting our website is using. That's why we have web standards we follow which give us the ability to code one website that can work everywhere. We use normalized templates (e.g. HTML5 Boilerplate ) to give our projects a consistent and healthy starting point. We use JavaScript libraries (e.g. jQuery ) to make things easier for us an alleviate cross browser issues.