March 3, 2023
Updated 2023-06-23: My initial solution started failing in a Chromium browser, so I had to create a more robust workaround. See below.
HTMX has done wonders to help me enjoy my web development tasks.
Recently, I became aware of a …
August 26, 2019
I recently started listening to the Friday Afternoon Deploy podcast and have been enjoying it.
It's a weekly podcast where some of the developers at Lofty Labs let off steam on a Friday afternoon by recording a conversation about whatever …
May 17, 2018
A little while ago, I asked the Internet its thoughts about how best to work with CSS when following the BEM methodology. And in the following months, I've come across some ideas worth sharing.
When I was …
November 9, 2016
I have written few articles about how Sublime Text has been such a great environment to get my work done—and there's more to come, I have been extremely happy with Sublime for years.
But listening to Michael Kennedy and some …
October 26, 2016
At work, we follow the BEM methodology in naming our HTML elements and CSS styles. But we've been struggling with the best way to inherit styles from similar blocks. As with many things in programming, there's great documentation to get …
October 12, 2016
One Sublime Text feature I have found invaluable is having multiple folders associated with a project. This makes it easy to find the files I frequently work on and makes it trivial to create new files.
When I'm working on …