Posts tagged CSS
12 Principles For Keeping CSS Code Clean
Oct 11th
Beautiful HTML is the foundation of a beautiful website. A house is only as strong as its foundation which defines Good CSS can only exist with equally good HTML markup. The advantages of clean, semantic HTML are many, yet so many websites suffer from poorly written markup.
Let’s take a look at some poorly written HTML, discuss its problems, and then whip it into shape! We are not passing any judgment on the content or design of this page, only the markup that builds it. More >
CSS Help: Improving Code Readability
Oct 11th
Once a project is finished, developers are very likely to forget the structure of the project’s layout, with all its numerous classes, color schemes and type setting. To understand the code years after it is written use of sensible code structuring is necessary. This article presents 5 coding techniques which can dramatically improve management and simplify maintainability of your code.

Improving CSS Code