→ The 30 CSS Selectors you Must Memorize By vijay on December 1, 2010 — 1 min read So you learned the base id, class, and descendant selectors – and then called it a day? If so, you’re missing out on an enormous level of flexibility. While many of the selectors mentioned in this article are part of the CSS3 spec, and are, consequently, only available in modern browsers, you owe it to... More
→ Object Oriented CSS By vijay on April 6, 2010 — 1 min read Code re-use in CSS almost non-existent. File size in CSS just keeps getting bigger as we continue to modify it. CSS code is often too fragile. It can get ruined by the first person to touch it. via LukeW | An Event Apart: Object Oriented CSS. More
→ LESS – Leaner CSS By vijay on February 9, 2010 — 1 min read LESS is an extension of CSS. You can write LESS code just like you would write CSS, except you need to compile it to CSS. LESS extends CSS with: variables, mixins, operations and nested rules. LESS, written in Ruby, is available as a gem. Just do a ‘sudo gem install less’ – if you are using... More