Clever CSS Tricks: using :target to create accordions

Reading Time: 3 minutesIn an interview with Jacob Gube from Six Revisions on the subject of exciting developments in CSS3, Eric Meyer said  …the power to describe Web 2.0 designs in CSS is insignificant compared with the power to select every third table … Continue reading

Snippets: Class Friendly CSS Triangles

Reading Time: < 1 minuteUntil I get my snippet library up and running in WordPress, I’m storing a lot of my snippets over at GitHub. One of the first things I put up there is a super handy snippet for easy-bake CSS triangles

HTML5 contenteditable and CSS

Reading Time: 2 minutesMy absolute favorite HTML5 attribute is “contenteditable”. It makes the contents of the element editable. It’s an incredibly simple feature that has tons of potential for your website.In fact, I’ve already seen it paired with localStorage or Web SQL APIs … Continue reading

A CSS Form Feedback Boilerplate

Reading Time: 2 minutesSo in a follow-up to my post on layering the feedback with CSS, I’ve created a simple starting point with styling our forms: a form feedback boiler plate.

Layering the feedback with CSS

Reading Time: 4 minutesFeedback Matters Long gone are the days where all we did was stare at a website and absorb content. We fill out contact forms, buy stuff, hold chat sessions, Tweet this and unlike that. These website interactions become more complex … Continue reading