Andrew Morton

7 Followers
29 Following
60 Posts
@Crell I’ve been thinking about an analogy to martial arts.

@ultimike @dries that’s pretty neat.

I often start my mornings at drupal.org/dashboard, where I can see updates to issues I’m following.

This morning I saw a response to an issue I posted, where the maintainer added the requested feature and released an update.

I’d encourage other devs to drink from the firehose. It gets pretty exciting.

@awoodsnet they are absolutely wonderful 🙏
PEEL IT BACK TOUR 2026 - nine inch nails

nine inch nails
“Designing Intrinsic Layouts” by Jen Simmons—An Event Apart video

YouTube
Intrinsic Web Design

YouTube

I finally found the words for the design theory I’m chasing. Intrinsic Web Design. First presented at a conference in my town 8 years ago, but I’m catching up.

I’m avoiding breakpoints because they’re too rigid and don’t take variables. Grid columns and flex items can. Changing breakpoints requires regenerating your css. Setting variable values could be done in the UI (via UI Skins).

I’m trying to balance widths set by the layout with the intrinsic width of content.

https://justcreative.com/intrinsic-web-design/

Intrinsic Web Design: Everything You Need to Know

Everything you know about web design has changed. Here's what you need to know about Intrinsic Web Design including its 5 key principles.

JUST™ Creative

Released a new #composer plugin that fixes an annoying issue with composer-patches.

When you run "composer install" for deployment then any changed patches will be detected and installed 🕵️‍♂️

https://github.com/jobiqo/composer-patches-install

@ddev Nice! This should help streamline contrib and trial setup for new users.

A really good look at the Popover and Dialog APIs... and what makes them different.

https://css-tricks.com/popover-api-or-dialog-api-which-to-choose/

Popover API or Dialog API: Which to Choose? | CSS-Tricks

Choosing between Popover API and Dialog API is difficult because they seem to do the same job, but they don’t! After a bit lots of research, I discovered that the Popover API and Dialog API are wildly different in terms of accessibility and we'll go over that in this article.

CSS-Tricks