November 2023

Archive

The Skull

If you have an occasion to have or read kids books, you might have read the famous I Want My Hat Back by Jon Klassen. Or the great followups This Is Not My Hat and We Found a Hat. Really everything he does is good. My favorite is Triangle and there is a pretty laugh-out-loud-y […]

Element Indexes

I was thinking about :has() in CSS a little bit today — Firefox 121 is dropping in mid-December and then we’ll have support across the board for that beauty. I was like… doesn’t this make <table> column highlighting easy once and for all? You can check if a table cell is :hover-ed, then back out […]

A `/random` Route on a WordPress Site

UPDATE: If you have the Jetpack Plugin installed, all you have to do is add ?random (a URL param) and it’ll (contextually) randomize a single post. Wow. I had no idea. Thanks Chuck! ANOTHER UPDATE: Jetpack has removed this feature now, so below might be useful again. All I do to make this work on […]