Search

Post types:
Categories:
πŸ”–

Srcset and sizes

Read Note

A wonderfully illustrated and deeply informative article on responsive images on the web. πŸ‘ Also, Eric's worries about "none of this being implemented in any browser yet" are no longer relevant …

πŸ“–

Grid-ish Flexbox or Flexible Grid?

Read Article

The new dominant layout methods in CSS – grid and flexbox – have solved a lot of issues. Still, sometimes the ideal layout is somewhere in the middle: a flexible grid-like mashup. With a bit of outside-the-box thinking, you can there from either angle.

πŸ”–

The modern way of serving images

Read Note

A very thorough overview of how to write a modern, performant, HTML-driven image component that is as optimised to serve the most appropriate image as possible. There are some very neat tricks in …

πŸ”–

The ideal viewport doesn’t exist

Read Note

A useful piece of research diving into the continued fragmentation of viewport and screen sizes across the web. I was actually one of the data points, as I saw the original call to arms (a clever …

πŸ”–

Zero JavaScript CSS-in-JS

Read Note

One of the core downsides to CSS-in-JS is that you have to compile it on the client, which means increased bundle sizes and slower rendering. Linaria is an attempt to fix that, by providing all of …

πŸ”–

Look mum, no breakpoints!

Read Note

An excellent overview of how to approach fluid design on the web. Lots of excellent references and techniques, particularly those around using Flex layout with flex-basis to control widths, or …

πŸ”–

Reimagining fluid typography

Read Note

Whilst I've used fluid typography on several site designs (typically via Utopia's calculator), I've always been a bit wary about the base assumptions and potential accessibility issues that it can …