
Interesting Caveat with Web Components and the Event Lifecycle
I've been exploring web components the last few months and as part of that exploration, I've been reading "Web Components in Action" by fellow Adobian Ben Farrell.
From: Raymond Camden
Working Code Podcast - Episode 117: Champions Of Truth
Ben Nadel and the crew recap their Two Truths and a Lie choices and crown a single champion of truth from our listeners....
From: Ben Nadel
Styling Submit Buttons During Form Submission With Hotwire And Lucee CFML
Ben Nadel demonstrates how to alter a submit button's appearance and text content using the "data-turbo-submits-with" in Hotwire and ColdFusion....
From: Ben Nadel

Adding a Chart to an Apline.js Application
For a while now my blog queue has had an item in there suggesting I take a look at adding a basic chart to an Alpine.
From: Raymond Camden
Rendering A Persistent Dismissible Banner Using Hotwire And Lucee CFML
Ben Nadel demonstrates how to create a persistent dismissible site-wide banner in a Hotwire enhanced ColdFusion application....
From: Ben Nadel

Links For You
Good morning readers! I'm writing this in a hotel room in Tuscaloosa where my wife and I are visiting our son.
From: Raymond Camden
Dynamically Adding Stimulus Controllers To Static Content Using Hotwire And Lucee CFML
Ben Nadel demonstrates that Stimulus controllers can be dynamically applied to static content served up by a ColdFusion server....
From: Ben Nadel
The User Experience (UX) Of Disabled Form Buttons
Ben Nadel discusses the user experience (UX) of disabled form buttons; and why it's a violation of the Robustness Principle....
From: Ben Nadel

Building Command Line Applications in Spring with Spring Shell
In this introduction to Spring Shell, you will learn you how to build CLI applications in a familiar programming environment using Java + Spring.
From: Dan Vega
Transcluding A Form Into A Turbo Frame Using Hotwire And Lucee CFML
Ben Nadel demonstrates one way to handle post-submission redirects when transcluding a form into another page. This uses Turbo Streams to "visit" multiple content areas of parent page....
From: Ben Nadel

Supporting PDF Embeds in an Eleventy WebC Component
Way back in the old days, in August of 2021, I wrote up an example of adding support for Adobe's PDF Embed API as an Eleventy plugin: "An Adobe PDF Embed Plugin for Eleventy".
From: Raymond Camden
Working Code Podcast - Episode 116: State Of Developer Conferences
Ben Nadel and the crew talk to Brian Rinaldi about the state of developer conferences; and, why post-pandemic attendance appears to be struggling both online and in real life....
From: Ben Nadel
Long-Term Funding, Update #1
As part of Clojurists Together's Long-Term Funding for 2023 I talked about working on clojure-doc.org which I had resurrected a few years ago, as a GitHub Pages project, powered by Cryogen.
Long-Term Funding, Update #1
As part of Clojurists Together's Long-Term Funding for 2023 I talked about working on clojure-doc.org which I had resurrected a few years ago, as a GitHub Pages project, powered by Cryogen.

Update to My Eleventy Blog Guide
Last January, I announced the release of a guide I had written for building a simple blog in Eleventy.
From: Raymond Camden
Creating Custom Turbo Stream Actions In Hotwire And Lucee CFML
Ben Nadel demonstrates how to create a custom Turbo Stream action that can provide ColdFusion with ways to update the user experience....
From: Ben Nadel

My First Bug
I've told this story a few times before, but I don't think I've actually ever shared it on my blog.
From: Raymond Camden
Async Communication Is Great, Except For When It's Awful
Ben Nadel breaks down different types of asynchronous communication; and why one form - consensus building - is awful and should be avoided....
From: Ben Nadel
Including Inline Turbo-Stream Actions In Hotwire And Lucee CFML
Ben Nadel demonstrates that inline Turbo Stream elements will be processed by Turbo Drive in a Hotwire and ColdFusion application....
From: Ben Nadel
Persisting An IFrame-Based Video Player Across Page Visits With Hotwire And Lucee CFML
Ben Nadel creates a persistent IFrame-based video player in Hotwire and Lucee CFML by injecting a Turbo Frame before the Body tag....
From: Ben Nadel
Working Code Podcast - Episode 115: Self-Care For Developers
Ben Nadel and the crew talk about mental health and self-care. And, Adam opens up and shares much of what he's been going through lately with his ADHD....
From: Ben Nadel

Rendering Elements After The HEAD Tag In JavaScript
Ben Nadel demonstrates that elements can be rendered after the Head tag (and before the Body tag) when injected using JavaScript....
From: Ben Nadel