Cascading Style Sheets - Part 02: CSS Guidelines
Here is part 02 of the sessions I have presented on CSS and web design as a part of the Open Sessions program at eSpace. If you didn't already, please check part 01 first.
Did you like this article? Bookmark it:
Related Articles
- Please Vote for My Presentation on SlideShare
- Web 3.0 The Semantic Web
- Introduction to Symbian OS
- FireScope: SitePoint Reference in Your Firebug
- Cascading Style Sheets - Part 02: CSS Guidelines








saeed
January 28th, 2009 - 11:04 AM
Slam 7atem. It is really on of the best presentation I have read about CSS. I have one comment regarding having on master CSS file. For the performance issue it is advisable to have less number of files and to call it directly from the HTML file. doing this will reduce the HTTP calls
Hatem
January 30th, 2009 - 05:45 PM
Thanks Saeed. This extra HTTP call would happen just once as your CSS would be cached. And you get extra benefits in return.
saeed
April 11th, 2009 - 10:16 AM
This article discuss this issue. It shows why we should not use @import http://www.stevesouders.com/blog/2009/04/09/dont-use-import/