Submitting Forms With CMD+Enter In Alpine.js

Ben Nadel looks at several ways to submit a form using the CMD+Enter key combination in Alpine.js....

From: Ben Nadel

Hello World In Svelte JS 4

Ben Nadel explores Svelte JS for the first time, building an interactive JSON explorer in Svelte 4.2.10....

From: Ben Nadel

Working Code Podcast - Episode 166: Successful Onboarding

Ben Nadel and the crew talk about onboarding new employees....

From: Ben Nadel

Casting Java Structs And Arrays To ColdFusion Structs And Arrays

Ben Nadel demonstrates how to cast Java arrays and objects into ColdFusion native arrays and structs....

From: Ben Nadel

Polyfill Form Field Grouping Using Bracket Notation In Adobe ColdFusion

Ben Nadel demonstrates how to polyfill form field grouping via bracket notation in Adobe ColdFusion....

From: Ben Nadel

Working Code Podcast - Episode 165: Agile Methodology With Brian Sadler

Ben Nadel and the crew talk to Brian Sadler about Agile Methodology and how to apply agile best practices at work....

From: Ben Nadel

Conditionally Updating Columns When Using ON DUPLICATE KEY UPDATE In MySQL

Ben Nadel demonstrates how to conditionally update a column inside an INSERT ... ON DUPLICATE KEY UPDATE clause in MySQL....

From: Ben Nadel

Comparing Binary Values In ColdFusion

Ben Nadel looks at two different ways to compare binary values (ie, byte arrays) in ColdFusion....

From: Ben Nadel

Working Code Podcast - Episode 164: Potluck

Ben Nadel and the crew talk about a variety of topics including a mini retrospective, solo programming, and the current browser landscape....

From: Ben Nadel

Performance Of Struct vs. Ordered Struct In ColdFusion

Ben Nadel explores the performance characteristics of structs vs. ordered structs in ColdFusion....

From: Ben Nadel

Powering Email Unsubscribe Links Using Signed URLs In ColdFusion

Ben Nadel demonstrates how to use HMAC signatures to power Unsubscribe links in ColdFusion. These links allows users to manage subscription settings without having to login....

From: Ben Nadel

Converting Strings To Integers Using Hash, HashCode, And CRC-32 In ColdFusion

Ben Nadel considers different ways to map strings onto integers in ColdFusion: hashCode, MD5 hash, and CRC-32....

From: Ben Nadel

Working Code Podcast - Episode 163: Exposing Yourself To New Technology

Ben Nadel and the crew talk about the challenges of learning new technology; and, the disconnect between the demand of learning and the expectation of understanding....

From: Ben Nadel

Always Identify Your Calling Service Within The HTTP User Agent Header

Ben Nadel suggests that all calling services be identified in the HTTP User-Agent header; and then, secondarily, in any additional custom HTTP headers....

From: Ben Nadel

Always Identify Your Calling Service Within The HTTP Usage Agent Header

Ben Nadel suggests that all calling services be identified in the HTTP User-Agent header; and then, secondarily, in any additional custom HTTP headers....

From: Ben Nadel

Generating Secure URL Signatures To Prevent Tampering In ColdFusion

Ben Nadel demonstrates how to generate secure URLs using URL signatures in order to prevent URL tampering in ColdFusion....

From: Ben Nadel

Define Your Email Content Using Pure Templates In ColdFusion

Ben Nadel demonstrates why defining emails using pure templates creates a lot of flexibility in ColdFusion....

From: Ben Nadel

Working Code Podcast - Episode 162: Not Enough Time

Ben Nadel and the crew talk about strategies for managing the overwhelming amount of stuff that we have to do in a finite amount of time....

From: Ben Nadel

Timeboxing Code Execution In ColdFusion

Ben Nadel demonstrates several ways to create an abstraction for timeboxed code execution in ColdFusion....

From: Ben Nadel

Using Per-Application Mappings To Alias Files In ColdFusion

Ben Nadel demonstrates that per-application mappings in ColdFusion can map directly to files, not just directories....

From: Ben Nadel