22 Aug 25
Takes HTML/CSS and generates an SVG. Handy!
21 Aug 25
20 Aug 25
10 Aug 25
17 Jul 25
Text alternatives, are a primary way of making visual information accessible, because they can be rendered through many sensory modalities (for example, visual, auditory or tactile) to match the needs of the user. Providing text alternatives allows the information to be rendered in a variety of ways by a variety of user agents.
15 Jul 25
13 Jul 25
A very simple, no specific backend required, way to reload the current web page. Super useful for development.
10 Jul 25
A library that allows to edit any HTML document using rich primitives. I’m curious about the implementation, but I think having a wrapper around contenteditable=true nodes that controls the state of the HTML, and especially what can be pasted in is gold. The problem is selection management, though.
02 Jul 25
Abridge is a fast and lightweight Zola theme using semantic html, abridge.css class-light CSS, and No Mandatory JS.
After learning a little bit more about web accessibility last year I had been exploring some of the less common HTML elements, and making changes to this website, like wrapping the text of the posts on this blog in <article> tags and adding a <main> tag in the website’s layout templates (this website is built using Eleventy).
23 Jun 25
Go build easily maintainable websites
22 Jun 25
20 Jun 25
This is some really good advice! And it also doubles as being a capsule for all sorts of web-related history.