This is a curated list of articles I've read and have shared online as I believe they are worth sharing. I aim to update this list on a weekly basis. You can keep up to date with all the links I share by revisiting this page, or alternately, you can subscribe to the RSS feed for links.
What’s The Perfect Design Process?
The design process is messy. You might be following a structured approach, but too often, it takes a life of its own. And before you know it, you are designing in chaos, with…
4 Ways to Improve Mobile Accessibility
This is a repost of an old article on the Tenon blog. Since that’s being sunsetted, I’m reposting it below. Ensuring that your website is ADA compliant on…
Ditch the developer Swiss Army Knife
Our industry loves Swiss Army Knives. The tools we tend to gravitate towards are ones that do all the things . They’re packed with features. I get the appeal…
Join the 11ty International Symposium on Making Web Sites Real Good
Join the 11ty International Symposium on Making Web Sites Real Good (it’s an 11ty Conference) In May 2024…
3 questions to evaluate design patterns and avoid unnecessary work that degrades UX
There’s a new form design trend going around: Buttons inside inputs. Anthony Hobday mentioned it by asking his audience if there was any…
The details element and in-page search - Manuel Matuzovic
An important factor in terms of UX and accessibility for deciding whether the <details> element is…
More than blogrolls
The latest edition of Matthias Ott's Own Your Web (which I recommend subscribing too!) points out that there are a lot of blogs…
The article element and screen readers
I wanted to know how and if common screen readers expose the <article> element. Here are my results…
What happened with the Web Monetization API?
I was pretty hot on it for a minute . I wanted it to succeed and thought it had the bones to make it. Coil was the main startup trying to push it. They did the…
Nicer Text Wrapping with CSS text-wrap
Let’s take a look at the CSS text-wrap property and how we can use it to improve the way text flows on a web page. We can use text-wrap: balance to tell the…