Trying To Get ChatGPT 4 To Solve My Hotwire Form Submission Problem
Ben Nadel tries to get ChatGPT to solve a problem that he is having with Hotwire form submissions....
From: Ben Nadel
Ben Nadel tries to get ChatGPT to solve a problem that he is having with Hotwire form submissions....
From: Ben Nadel
Ben Nadel demonstrates how to disable Hotwire Turbo Drive on all links that point to a given subdirectory within a ColdFusion application....
From: Ben Nadel
Ben Nadel demonstrates how to use Russian Doll content nesting with the CFSaveContent tag to compose data in ColdFusion....
From: Ben Nadel
Ben Nadel and the crew talk about a variety of topics from independent consulting to technical debt to common sense to Bloom filters....
From: Ben Nadel
Ben Nadel describes a plan for incrementally applying Hotwire (Turbo, Stimulus) to an existing ColdFusion application....
From: Ben Nadel
Ben Nadel explores a way to package common view-rendering methods in a ColdFusion component....
From: Ben Nadel
Ben Nadel and the crew talk about all the things they should be doing; but, which they can't quite motivate to get done....
From: Ben Nadel
Ben Nadel looks at several ways to communicate between nested Stimulus controllers in a Hotwire and ColdFusion application....
From: Ben Nadel
Ben Nadel demonstrates that the CFReturn tag can be used to short-circuit the execution of a CFML template. This works in both Adobe ColdFusion and Lucee CFML....
From: Ben Nadel
Ben Nadel demonstrates how to transclude a form into a fly-out panel using Hotwire and ColdFusion....
From: Ben Nadel
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
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
Ben Nadel demonstrates how to create a persistent dismissible site-wide banner in a Hotwire enhanced ColdFusion application....
From: Ben Nadel
Ben Nadel demonstrates that Stimulus controllers can be dynamically applied to static content served up by a ColdFusion server....
From: Ben Nadel
Ben Nadel discusses the user experience (UX) of disabled form buttons; and why it's a violation of the Robustness Principle....
From: Ben Nadel
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
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
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
Ben Nadel breaks down different types of asynchronous communication; and why one form - consensus building - is awful and should be avoided....
From: Ben Nadel
Ben Nadel demonstrates that inline Turbo Stream elements will be processed by Turbo Drive in a Hotwire and ColdFusion application....
From: Ben Nadel
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
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
Ben Nadel demonstrates that elements can be rendered after the Head tag (and before the Body tag) when injected using JavaScript....
From: Ben Nadel
Ben Nadel demonstrates one way to update persistent Turbo Drive elements using Stimulus in Hotire and Lucee CFML....
From: Ben Nadel
Ben Nadel looks at parsing strings as delimited lists in MySQL. Specifically, treating a file path as a dash-delimited list of segments....
From: Ben Nadel