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

Presenting "The Many Capabilities of CF Package Management and cfpm", Thurs Jan 25, Online

Do you feel you understand all there is to know about the CF Package Management feature (and cfpm tool), added by Adobe in CF2021? It has far more capabilities than most may realize.

From: Charlie Arehart - Server Troubleshooting

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

Several things to consider when applying JVM updates

If you may learn there's a new Java update available, it may well be relatively simple for you to apply that update, but if you're running important applications that rely on Java, it's in your interest to give some consideration to various matters related to doing such an update.

From: Charlie Arehart - Server Troubleshooting

New updates released for Java 8, 11, 17, and 21 as of Jan 16 2024: resources and thoughts

It's that time again: there are new JVM updates released today (Jan 16, 2024) for the current long-term support (LTS) releases of Oracle Java, 8, 11, 17, and 21.

From: Charlie Arehart - Server Troubleshooting

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

Consuming Large Configuration Files Inside A ColdFusion Component

Ben Nadel looks at how to consume large external configuration files inside a ColdFusion component....

From: Ben Nadel

Working Code Podcast - Episode 161: Goals For 2024

Ben Nadel and the crew talk about their goals for 2024. And, invite you to submit suggestions on how the show can be improved....

From: Ben Nadel

Lessons Learned From Sending 7 Million Emails In 5 Days Using ColdFusion

Ben Nadel shares everything he learned after sending 7 million emails over 5 days using ColdFusion....

From: Ben Nadel

Using Cloudflare Turnstile reCAPTCHA-Alternative In ColdFusion

Ben Nadel looks at using Cloudflare Turnstile in ColdFusion as a CAPTCHA alternative....

From: Ben Nadel

Follow-Up On Error Handling During Async Iteration In ColdFusion

Ben Nadel continues to explore error handling during async iteration in ColdFusion. It seems that Adobe ColdFusion 2023 and Lucee CFML 6 have different behaviors....

From: Ben Nadel

Proof Of Concept: CFHttp With A Retry Policy In ColdFusion

Ben Nadel explores the notion of a Retry Policy for CFHttp requests in ColdFusion....

From: Ben Nadel

Considering The Ergonomics Of Tags And Objects In ColdFusion

Ben Nadel considers the ergonomics of Tag and Object APIs in ColdFusion....

From: Ben Nadel