CSSOff Update

Update on CSSOff progress and some explanation on its status.

James White @signalnoise Interview – Ep.83

UMS Video Podcast: Gene talks with James White about what it takes to be a professional illustrator and that path he’s taken in his career. Also, there’s talk about wrestling.

Krit: Easy Project Management for Designers and Devs

During their startup, Askins learned an important lesson: you must often remove yourself from your work in order to discover core issues. For example, his team desired to quickly solve their own developer problems and build systems to solve those issues.

Kickdrop Code Sample: Input Masks

Input masks can make for a great feedback device on your input fields. The input mask drop freatures formatting instructions for your users without creating the clutter that placeholders can sometimes cause.

A to Z CSS: General Sibling

General sibling is a little known but very useful CSS selector. It allows the styling of an element that is a sibling of another. We’ll look at the syntax, a practical example and then a quick round up of the other child and sibling selectors in CSS.

Draft Episode 33: Mind The Gap

In this episode of Draft we discuss Josh Clark’s talk “mind the gap” – which is about taking the spaces in between screens and UI elements into consideration for your experience design.

63 Web UI Patterns From Today’s Hottest Companies

Samples of UI Pattern studies from the UXPin eBook. Good stuff in here. The Web UI Patterns 2014 eBook from UXPin looks at examples from today’s most forward-thinking companies such as Pinterest, Yelp, Twitter, Spotify, Virgin America, Behance, AirBnB and more to match UI patterns to user needs.

Kickdrop Code Sample: Inline Text Editor

Medium is an amazing blogging platform with beautiful editor. We’ve featured the medium editor in this drop. As the user scrolls over content, they can easily declare headings, edit the style of paragraph text and everything in between.

A to Z CSS: Enabled

:enabled and :disabled are pseudo classes that allow the styling of different states of form inputs, ones that are clickable or can have text entered into them (enabled) or those that can’t (disabled).

Interview with Eric Dodds from The Iron Yard

ric Dodds, Partner and Head of Brand and Operations at The Iron Yard, shared with us the path that The Iron Yard took to be where they are today, and why code education is taking off in the Southeast and beyond.

BD Conf Nashville Thank You!

We want to share a heartfelt thank you for attending BD Conf Nashville. Without you guys showing up there’d be no conference!

A to Z CSS: Display

Different types of elements have different display values by default. These include inline, block, list-item, table and many more.