Adding OnMissingTemplate() ColdFusion Event Handler To Big Sexy Poems
Explains how to implement the onMissingTemplate() event handler in a ColdFusion Application.cfc to handle requests for missing CFML templates.
Explains how to implement the onMissingTemplate() event handler in a ColdFusion Application.cfc to handle requests for missing CFML templates.
Creating an accessible keyboard shortcut with Alpine.js to move focus to a form input using the 'f' key, avoiding autofocus issues.
A guide to generating, caching, and securing dynamic Open Graph images in a ColdFusion application using Cloudflare CDN.
C# 14 introduces breaking changes to LINQ queries. This article explains the issues with Reverse and Contains and provides workarounds.
Generating dynamic Open Graph images for poems using ColdFusion and Java, adapting text to landscape format for social media previews.
A guide to parakeet-mlx, a project porting NVIDIA's Parakeet ASR model to Apple's MLX framework for fast, local audio transcription.
Analysis of GPT-5.1's new adaptive thinking features, model routing system, and safety benchmarks from the system card addendum.
A clever hack using POSIX advisory locks for cross-container communication between processes on the same machine.
Guide to installing custom Roboto fonts in CommandBox Docker images and Windows ColdFusion for CFImage text rendering.
A technical exploration of utility methods in ColdFusion for automatically generating unique ID and 'for' attributes in HTML forms.
Mastodon 4.5 introduces official quote post support and automatically fetches all replies to fix conversation gaps in the Fediverse.
Anthropic proposes a new MCP approach that converts tools into executable code for more efficient AI agents, reducing token usage and errors.
Datasette 1.0a20 introduces a major SQL-powered permissions system overhaul, replacing function calls with SQL queries for efficient access control.
A method using color-coding (red/blue) to classify MCP tools and systematically mitigate prompt injection risks in AI agents.
Explores the psychological barriers engineers face when evaluating programming languages outside their expertise, based on Steve Francia's insights.
Exploring the concept of a 'Maybe' data type in ColdFusion to handle values that may or may not exist, improving code readability.
How to use the JavaScript 'pageshow' event to re-enable forms disabled by double-submission prevention after using the browser's Back Button.
A developer explains why they won't enable 'full null support' in Adobe ColdFusion 2025 after testing the feature.
A technical article explaining how to use a hidden submit button to control which form data is sent when a user submits via Enter key.
Explores the ITaskEventHandler for CFC-based scheduled tasks in ColdFusion, comparing it to traditional URL-based methods.