Skip to main content
Home

Archive

Skip tag navigation

The one where 'this' is undefined

Join me in my descent into madness as I troubleshoot this. And maybe, just maybe, we’ll learn a bit about life. But mostly madness.

Read more of The one where 'this' is undefined

How I blog in 2022

I’m starting a new blogging challenge this year.

Read more of How I blog in 2022

Year-end review 2021

2021 proved to be an eventful year for many of us. Personally, my year brought tremendous successes, failures, victories, and heartbreak. These last 365 days have felt like an entire lifetime!

Read more of Year-end review 2021

Kicking Sass to the curb

Sass has been my go to CSS preprocessor for years, but with a recent CSS feature boom, it’s a good time to revisit whether or not I can lean completely on native CSS for all my Sass.

Read more of Kicking Sass to the curb

Misadventures in web components

I have been thinking about web components a lot lately, and I wanted to see how we could start using them at The Container Store. The idea was to pick a simple component and recreate it as a web component, and the first candidate that came to mind is our frequently-used quantity stepper. The stepper appears in several places throughout the website, and it’s dependent on an embarrassing amount of jQuery.

Read more of Misadventures in web components

Pardon the dust

In case you didn’t notice, I just pushed up the biggest adjustment to the site design since the last redesign in late 2020. I wanted to go through it briefly and talk about what’s next.

Read more of Pardon the dust

The curious case of flexbox gap and Safari

Update at the end The gap property was first introduced to add inner grid spacing but was extended in the spec to work with flexbox. With one line of code, you can replace something like this:

Read more of The curious case of flexbox gap and Safari

Native form validation with JavaScript

You don’t need to install a validation library to create rich client-side form validation experiences. HTML5’s native client-side form validation is widely-supported and easy to implement, and while its default functionality is limited, the native Constraint Validation API allows for custom behavior with JavaScript.

Read more of Native form validation with JavaScript

← Older postsNewer posts →