-
Dave Bock
4.56
Description:
Compass is a tool that can help you build cleaner, better structured, and less error-prone CSS. Semantic CSS is a technique where your CSS vocabulary describes WHAT things are on your page, rather than WHERE they are. Together, this tool and this concept can radically improve the structure of your html.
With Compass, your CSS is written in a CSS superset called SCSS which can include variables, math, and method calls that evaluate to CSS. The end result is pure CSS - so you don't need to worry about anything 'funny' on the browser side. This lets us write cleaner CSS that documents the intent of our design, not just the 'end result'.
Comments on this Talk
Dave Copeland,
05 Apr 02:29 PM
Good mix of motivational theory and practical application. Dave is always a good speaker to boot, but he needs some better fonts for his slides :)

This was a really useful talk. I liked the introduction and explanation of how SASS & Compass are useful and the concrete examples. Loved the pace and delivery too.