Using Canonicalize() To Embed Emoji In Email Subject Lines In ColdFusion

Ben Nadel demonstrates how to use the canonicalize() function to render emoji in email subject lines in ColdFusion....

From: Ben Nadel

Using Canonicalize() To Render Emoji In ColdFusion

Ben Nadel demonstrates how to use the canonicalize() function to render emoji characters in a ColdFusion page response....

From: Ben Nadel

Working Code Podcast - Episode 195: Isn't Worth The Squeeze

Ben Nadel and the crew talk about cases in our work in which the maximum effort isn't worth the potential outcome....

From: Ben Nadel

Latest ColdFusion Security Updates - September 2024

I am going to attempt to keep this page updated with the latest ColdFusion Security Updates and Hotfixes published by Adobe.

From: Pete Freitag's Homepage

Dynamically Define For-Loop Increment In ColdFusion

Ben Nadel demonstrates that the for-loop can have a dynamically assigned increment that changes on every loop iteration....

From: Ben Nadel

Generating Lorem Ipsum Text In ColdFusion

Ben Nadel builds a Lorem Ipsum text generator with ColdFusion....

From: Ben Nadel

Follow-up on CF 2021 update 15: understanding, solving packages unexpectedly removed

If you've recently applied CF2021 update 15 or are planning to, you need to be aware of a known issue which can cause unexpected removal of some CF packages (modules) which occurs upon the CF restart after installing the update: specifically it's the document, htmltopdf, pdf, presentation, print, an...

From: Charlie Arehart - Server Troubleshooting

Follow-up on CF 2021 update 15: understanding, solving packages unexpectedly removed

If you've recently applied CF2021 update 15 or are planning to, you need to be aware of a known issue which can cause unexpected removal of some CF packages (modules) which occurs upon the CF restart after installing the update: specifically it's the document, htmltopdf, pdf, presentation, print, an...

From: Charlie Arehart - Server Troubleshooting

ColdFusion: Comparison Method Violates Its General Contract

Ben Nadel explores the array sorting error, Comparison method violates its general contract, that he was getting in ColdFusion....

From: Ben Nadel

Working Code Podcast - Episode 193: Bonding In The Foxhole

Ben Nadel and the crew talk about the strong bonds created during intense experiences. And, whether or not we can create those same bonds without suffering....

From: Ben Nadel

TODO: Granting Yourself Permission To Move Forward

Ben Nadel discusses the power of a TODO comment to grant permission in the face of a sub-optimal solution....

From: Ben Nadel

Signals And Array Mutability In Angular 18

Ben Nadel explores the interplay between Signals, array mutation, and change detection in Angular 18....

From: Ben Nadel

Exploring Lazy Evaluation Of Computed Signals In Angular 18

Ben Nadel explores the lazy evaluation of computed Signals in Angular 18....

From: Ben Nadel

Building An Angular App For ColdFusion Using Docker Compose

Ben Nadel shares how he's building Angular utility apps inside his ColdFusion blogging platform using Docker Compose....

From: Ben Nadel

Working Code Podcast - Episode 192: The Best And Worst Code

Ben Nadel and the crew talk about the best and worst code that they've seen (which is sometimes the code that they also wrote)....

From: Ben Nadel

ColdFusion updates released Aug 20 2024, offering Tomcat update

An update for ColdFusion has been released today for both cf2023 update 9 and and cf2021 update 15.

From: Charlie Arehart - Server Troubleshooting

Announcing ColdFusion updates released Aug 20 2024: offers Tomcat upgrade

An update for ColdFusion has been released today for both cf2023 as update 9 and and cf2021 as update 15.

From: Charlie Arehart - Server Troubleshooting

Working Code Podcast - Episode 191: Too Much Process

Ben Nadel and the crew talk about bureaucratic processes at work, why they exist, and what we can (maybe) do about them....

From: Ben Nadel

Creating A Transient View Helper In Angular 18

Ben Nadel creates a transient view helper service that is unique instantiated for each host component in Angular 18....

From: Ben Nadel

BSidesLV 2024 Slides - Modern ColdFusion Exploitation and Attack Surface Reduction

Thank you to BSidesLV for the opportunity to speak this year.  The slides from my talk, Modern ColdFusion Exploitation and Attack Surface Reduction, are now online below.  They're pretty similar to my Summercon slides, with a few updates.

From: Hoya Haxa - A Security Research Blog

Supercharge Your Spring Apps with AI - A Beginner's Guide to Claude 3.5 Sonnet and Spring AI

Unlock the power of artificial intelligence in your Java applications with Claude 3.5 Sonnet and Spring AI. This beginner-friendly guide walks you through integrating cutting-edge AI capabilities into your Spring projects, opening up a world of possibilities for smart, responsive applications.

From: Dan Vega

Working Code Podcast - Episode 190: Career Advice To Younger Self

Ben Nadel and the crew talk about career advice that they'd give to their younger selves....

From: Ben Nadel

How Do I Name a Unit Test?

{ describe('methodName()', () => { }) }) All my tests for this method go in the method name describe block.

From: Jeffry Houser's Blog

Harnessing Local LLMs - A Practical Guide to Ollama and Open Web UI

This guide introduces Ollama, a tool for running large language models (LLMs) locally, and its integration with Open Web UI.

From: Dan Vega