paceaux

by

Reading Time: 2 minutesBecause its origins are Greek I had a Spanish professor (who was Greek) years ago who explained that, just about any word with a “-ma” ending was a Greek word and should be treated masculine. That doesn’t mean the word in Greek was masculine, though Greek has three grammatical genders. And πρόβλημα, (provlema) is in

by

Reading Time: < 1 minuteI’m not Kyle Simpson or Jordan Harband. I’m not some massive JavaScript influencer and OSSer who’s writing new lint tools and utilities. But I am a dude who loves code standardization. So I want to share some good-enough JavaScript practices that anyone who has to touch JS can follow.

by

Reading Time: 3 minutesYou’re doing your thing: Writing some markup for some Drupal template. Turns out a lil’ part of your template uses something coming out of a Drupal module. Like maybe Fences is just trying way too hard and you need to… not do that. At all. So. How would you override this one little template for

by

Screenshot of CSS with some snark

Reading Time: 3 minutesCSS continues to offer new ways to select things in ways we never could’ve imagined in the past (especially for an old timer like me). Today I want to focus on a possible (but not always probable) use-case: I have exactly n elements in a container. How can I do something only when all elements

by

Reading Time: 3 minutesSo a good while back I released this CSS utility / NPM Package called typography-baseline. It was a handy way to kickstart complex web projects because it set base typographic styles. Then I needed something for tables. And then I needed something for forms, too. So, well, you guessed it. Now there are three baselines.

by

Reading Time: 3 minutesSo a while back I released this CSS tool / NPM Package called typography-baseline.css. It was a pretty handy way to kickstart projects because it set some baseline styles to all my typography. More recently, I’ve come into some situations where I thought, “gee, it’d be nice if I had some starter for tables, too.”

by

Reading Time: 2 minutesI’m very sad to announce that January 14th will be my last full work-day with EXLRT. On January 17th, I’ll be joining Red Hat as a Senior Drupal Developer. So I’m not just leaving my company, I’m leaving a little tiny sector of an industry that I’ve been active in for 11 years.

by

I am a Screenshare, not a Phishing Vector

Reading Time: 5 minutesIt’s 2021. We’re somewhere between one and thirteen years into the pandemic. Time isn’t really relevant any more, but what is relevant is what the hell is going on in your Zoom / Slack / Teams / Skype / Google Meets screensharing session. I’ve worked remotely for a decade, as have many of my colleagues.

by

Some Pretty terrible class names

Reading Time: 9 minutesPhil Karlton has famously said that the two hardest things in computer science are naming things and cache invalidation. That’s true. Naming stuff is hard, and so is updating a class name when the stylesheet is cached.

by

How is a cms headless when web pages need a

Reading Time: 5 minutes“Headless CMS” is all the rage these days, and for good reason: It’s easier to build the UI the way you want. Your front-end team doesn’t need to know anything about the CMS now, right? Wrong. Headless doesn’t mean clueless.