Tag Archives: organization

Coding Efficient Style Sheets

If you spend a lot of time working with different style sheets, it’s easy to get them mixed up or lose familiarity if there’s one you haven’t cracked open in a long time. One of the most useful habits I … Continue reading

Posted in Design, Productivity | Tagged , | 8 Comments

CSS Style Naming Strategies

One of the most important aspects of programming in any language is giving your variables, arrays, etc., meaningful names. The same is true for CSS. Only you can determine what’s meaningful to you, but one tactic is to choose names … Continue reading

Posted in Design | Tagged , | 2 Comments

Tips For Coding Better CSS – Part II

Last week, in Part I of this set, I talked about small but significant ways to optimize your CSS. In this article I suggest some methods for keeping your CSS organized. While some of the tips here may counteract optimization … Continue reading

Posted in Design | Tagged , , | 2 Comments