One of the privileges I have experienced in my professional life is having worked with Jeremy Keith of Clearleft. I learned a lot from the author and web developer from our interactions and by studying his code. Jeremy is a fan of graceful degradation and ensures that a site will function just fine without JavaScript browser support. However, … Continue reading JavaScript Style Sheets
Category: CSS
Specificity, Eames. Specificity?!
Way-back-when, I suggested that CSS authors use classes as much as possible. It was a foggy idea at the time, but, thankfully, someone important stumbled-upon the same concept, and codified it. Around the same time, it started to become popular for developers to consolidate CSS and JavaScript into two files for their sites. This technique saves … Continue reading Specificity, Eames. Specificity?!