Category: Tips and Tricks

From July 4, 2022

Cool CSS Selectors

One of the spoils of using Sass is the liberal use of nested selectors, allowing a high level of specificity. CSS is closing that gap, though!

Read More
From July 1, 2022

SVG in CSS

SVG can ensure clearness and proper scaling. And when used directly in CSS, cut down on a network request.

Read More
From June 11, 2022

Audit Automation

Automating the tools you use to audit sites can be a big timesaver.

Read More
From March 13, 2022

Everyday Sass Tools

I use Sass’s CLI a lot and wanted to drop some useful notes.

Read More
From September 6, 2021

Let’s Build A More Accessible Collapsible

Collapsible elements are useful pieces of UI that make digesting lots of content easier. But they’re often not accessible.

Read More
From March 4, 2021

Development Software and Tools

I use a lot of tools to build websites. I try to keep this list updated as my workflow adapts.

Read More
From March 2, 2021

URI Schemes for the front end

URI Schemes like mailto and tel are common, but there is a whole lot more out there.

Read More
From February 23, 2021

Frontend Mentor – Coding Challenges

Frontend Mentor is a series of coding challenges for front-end developers.

Read More
From November 11, 2018

Codevember: A thing I found

I found a ‘code every day’ challenge – ‘Codevember’. I got some inspiration at an art exhibit, so I’m gonna give it a shot with the exhibit as source inspo

Read More
From October 25, 2018

What’s the deal with WWW?

I recently had a client ask me ‘is there a difference between ‘mywebsite.com’ and ‘www.mywebsite.com’?’ In short: no. But of course, it’s more complicated.

Read More