Skip to main
Article
Miriam Suzanne speaking at CSSDay

CSSDay 2016 Recap

CSSDay was held in sunny Arizona on December 3, 2016. The conference is geared towards front-end developers who want to dive deeper into advanced CSS topics.

CSS Day 2016 covered a wide range of topics for a one day conference including SVG, animation, color theory, design, layout and more. Throughout the day, a focus on code architecture was a theme. Attendees heard a few different perspectives which were interesting to listen to and compare.

Below are the available videos and slides of each session, including two from our very own OddBirds.

Sarah has become one of the primary voices on web-SVG and animation, leading to her recent SVG Animations book from O’Reilly.

(video unavailable)

John’s talk was a case study looking into the benefits of switching from jQuery to CSS for web and mobile applications.

(video unavaliable)

The organizers and volunteers did a great job bringing the community together.

Helping to plan CSSDay with my friends as a conference by developers, for developers, has been one of the most rewarding and exciting things that I’ve been able to do in my career. I’ve met so many amazing and talented people along the way. It has been an experience.

—Brad Westfall

This was the second year Brad Westfall organized this event. We are very thankful for conference organizers like Brad and his team, who post videos of the sessions, making this knowledge accessible for those who could not join us live.

As always, we would love to discuss the content covered in these videos shared from CSS Day 2016. Send us a message via Twitter.

Recent Articles

  1. diagram of the box model, content inside, then padding, border, and margins.
    Article post type

    Don’t Inherit the Box Model

    It’s time to stop spreading this out-dated practice

    Setting the box-sizing model to border-box is one of the few remaining CSS ‘resets’ used across most projects. But there are two common approaches, and the more popular choice will cause more problems than it solves.

    see all Article posts
  2. Miriam gesturing as she talks in a video thumbnail
    Article post type

    Visualizing Responsive Typography

    What do all the numbers in our clamp() do?

    There are multiple tools that can help create a fluid font-size calculation for CSS – generally expressed as a clamp() function combining em (or rem) with vw (or vi) units. But the results are difficult to understand at a glance, so I wanted to visualize what’s going on…

    see all Article posts
  3. Close-up of keys on an old Spanish typewriter, part of the space bar, a, s, d, z, x, and MAYÚSCULAS (capslock) with release above it
    Article post type

    Designing for User Font-size and Zoom

    Using modern CSS units and math functions

    When I tried setting my browser font-size preferences, I found it broke more sites than it improved, and I quickly moved back to the default. So what went wrong, and how can we fix it?

    see all Article posts