Search

Post types:
Categories:
πŸ”–

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 …

πŸ”–

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 …

πŸ”–

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 …

πŸ”–

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 …

πŸ”–

Time to rethink mobile-first CSS?

Read Note

An interesting look at whether the current mobile-first paradigm is problematic. Ultimately, the title feels a little like click-bait; to me the solution proposed remains mobile-first, but suggests …