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

CSS microformats

Microformats are protocols some people are working on in order to make HTML code more readable for machine. When we are browsing a website, human being can easily see which part is product information, which part is news detail, and we know where to find contact information. However this is an impossible task for a machine reader. That is why people start to build the microformats which throwing in many additional HTML tag attributes. (read more)

9/21/2009 | categories general | 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