Sitekin CSS writing guide with templates

The download zip contains a guidelines for writing CSS, some sample templates that you can do small adjustment and directly use for your project. Please download here. (read more)

12/8/2009 | categories general | CSS framework | layout | naming convention | 0 comments

avoid CSS Classitis

​Classitis is a term used to describe the over use of class definitions in HTML. The immediately benefits of reducing classitis is less HTML & CSS code, faster loading time and much easier to restyle a site.

Avoiding Classitis will also make a site theme much more portable; can be apply to other sites easily. That was the purpose of sitekin to create cross site theme. (read more)

9/8/2009 | categories general | naming convention | 0 comments

CSS Convention

The idea situation will be a generic CSS theme independent from web site content & html. This theme can be attached to any websites and change all the looks of feels of that website. This is nearly impossible because there will be so many different styles of websites using all kinds of div and effects. However, it does possible to write good CSS, that can be attached to many websites with minimize changes to fit into the new website structure. Theme written in this way should following some conventions to make it easier for other user to understand and maintain. The purpose of this article is to start a purpose for CSS convention. (read more)

9/3/2009 | categories CSS framework | naming convention | 2 comments