Skip Navigation

Tag - Accessibility

  • Webpack Output Settings for Libraries
    I updated my library using webpack, broke it by accident, and then figured out how to fix it!
  • Filtering Lists!
    One of the projects I'm involved with at work had an interesting set of problems and I thought I would share how I solved one them. One of the sites we're building has an A - Z index page. It's basically a massive link far (over 750 links and counting) that are listed alphabetically in groups like a dictionary.
  • Styled Drop Cap Behind Text
    A quick demo of making a (reasonably accessible) "drop cap" behind text as a style element.
  • How to Calculate Color Contrast
    Learn the basic concepts behind how to calculate color contrast.
  • Using SVGs from a CDN?
    The other day I was thinking about inline svgs and (vs?) font icons. Mostly because I'm kind of a nerd. But then I started about better ways of managing svgs in our projects. Find out how I ended up at a small gulp task to help manage them.
  • Managing Webpack Vendor Chunks and WordPress
    It may be old news to some, but today I took a deep(er) dive into webpack optimization. Here I'll describe how I took a WordPress plugin's main app bundle down from 440kb to 15.5kb. Then I show how I enqueued the hashed file names with a custom loader class.