Web Design Best Practices

Harry Roberts stellt auf Web Design+ einige Best Practices im Web Design vor.

Welcome to Web Design+. This is, in no particular order, an amalgamation of web-standards solutions for common web development issues and problems — a way to tackle development in the cleanest, most accessible and semantic way possible. By using Web Design+, the aim is to standardise practices throughout an organisation; from accessibility to hacks, Web Design+ covers the best ways to tackle a variety of dev problems.

The idea of Web Design+ is not to force techniques and methods onto developers, but to offer the best known ways of getting round problems, and generally better coding and developing standards in terms of accessibility, maintainability, usability and longevity.

Ich finde die Liste recht gelungen. Und einmal mehr die Umrechung von px nach em, weil ich das immer wieder vergesse:

html{ font-size:16px; }  
body{ font-size:62.5%; }  
p{ font-size:1.2em; }  

Possibly related posts (automatically generated)