CfBlogs
 Posts  Blogs  Active Blogs  Contact  RSS
 
Blogs Adobe/Lucee/Ortus Software Support

ColdFusion Posts Around the World

Exploring Extensions In HTMX
Exploring Extensions In HTMX
Ben Nadel
Ben Nadel starts exploring HTMX extensions in a ColdFusion application, looking at the getSelectors() and onEvent() methods....
Using :scope To Identify The Host Element In .querySelectorAll()
Using :scope To Identify The Host Element In .querySelectorAll()
Ben Nadel
Ben Nadel demonstrates how to use the :scope pseudo-class in .querySelectorAll() to target the host element in a CSS selector....
Using hx-preserve To Persist Elements Across Swaps In HTMX
Using hx-preserve To Persist Elements Across Swaps In HTMX
Ben Nadel
Ben Nadel explores the use of hx-preserve to persist elements across page navigation in an HTMX and ColdFusion boosted application....
Previous / Next <CSS Selector> Both Use A Depth-First Algorithm In HTMX
Previous / Next Both Use A Depth-First Algorithm In HTMX
Ben Nadel
Ben Nadel demonstrates that the "next " and the "previous " use a depth-first node traversal algorithm in HTMX....
Fetch API Will Propagate Non-POST Methods Upon Redirect
Fetch API Will Propagate Non-POST Methods Upon Redirect
Ben Nadel
Ben Nadel demonstrates that the fetch() API will propagate HTTP methods during a redirect in JavaScript; but only for non-GET/POST requests....
Using Alpine.js In HTMX
Using Alpine.js In HTMX
Ben Nadel
Ben Nadel takes his first look at using Alpine.js with HTMX in a ColdFusion application. The two can play well together; but, caveats exist....
Inverting Your Thinking About List Parsing In ColdFusion
Inverting Your Thinking About List Parsing In ColdFusion
Ben Nadel
Ben Nadel demonstrates that inverting your thinking about delimited lists can make parsing easier in some cases in ColdFusion....
Filtering HX-Trigger Server Events In HTMX And ColdFusion
Filtering HX-Trigger Server Events In HTMX And ColdFusion
Ben Nadel
Ben Nadel demonstrates how to filter HX-Trigger events, returned from the ColdFusion server, in HTMX....
Conditionally Preventing HX-Boost In HTMX Using An Extension
Conditionally Preventing HX-Boost In HTMX Using An Extension
Ben Nadel
Ben Nadel builds an HTMX extension to conditionally disable hx-boost based on link patterns and filter callbacks....
Comparing Undefined Values With Optional Chaining In JavaScript
Comparing Undefined Values With Optional Chaining In JavaScript
Ben Nadel
Ben Nadel discovers that undefined values in JavaScript do not soft equal false or 0. Which makes expressions involving the safe navigation / optional chaining operator much easier.... ...
HTTP GET And HTTP POST Are Sufficient (For Me) In ColdFusion
HTTP GET And HTTP POST Are Sufficient (For Me) In ColdFusion
Ben Nadel
Ben Nadel tries to articulate why he is happy with GET and POST in ColdFusion; and doesn't feel any need for PUT, PATCH, and DELETE to be supported in HTML.... ...
ColdFusion And HTMX Contact App
ColdFusion And HTMX Contact App
Ben Nadel
Ben Nadel translates the sample Contacts App in the Hypermedia Systems book into a ColdFusion application context....
Considering Polyfill Function Mechanics And Hoisting In ColdFusion
Considering Polyfill Function Mechanics And Hoisting In ColdFusion
Ben Nadel
Ben Nadel considers the mechanics of function hoisting; and how it can be used to polyfill functions in ColdFusion....
Considering Aliases For EncodeForHtml(), EncodeForHtmlAttribute(), And EncodeForUrl() In ColdFusion
Considering Aliases For EncodeForHtml(), EncodeForHtmlAttribute(), And EncodeForUrl() In ColdFusion
Ben Nadel
Ben Nadel considers making short-hand aliases for encodeForHtml(), encodeForHtmlAttribute(), and encodeForUrl() in ColdFusion....
Variadic Functions Considered Through
Variadic Functions Considered Through "Worse Is Better" In ColdFusion
Ben Nadel
Ben Nadel considers writing variadic functions in ColdFusion through the lens of the "Worse is Better" school of thought....
Exploring Variadic Function Mechanics In ColdFusion
Exploring Variadic Function Mechanics In ColdFusion
Ben Nadel
Ben Nadel explores variadic function mechanics in Adobe ColdFusion and Lucee CFML and finds approaches that work in both engines....
Sorting Arrays Using Tiered Comparisons In ColdFusion
Sorting Arrays Using Tiered Comparisons In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to perform tiered sorting on an array of data structures in ColdFusion....
Using The Safe Navigation Operator To Propagate NULL Arguments In ColdFusion
Using The Safe Navigation Operator To Propagate NULL Arguments In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to use the safe navigation operator to propagate possibly null values down through method calls in ColdFusion....
ColdFusion Custom Tags Can Use Dashes In Tag Names
ColdFusion Custom Tags Can Use Dashes In Tag Names
Ben Nadel
Ben Nadel demonstrates that dashes can be used in custom tag identifiers in ColdFusion....                                      
Using The Button Form Attribute To Create Standalone Buttons In HTML
Using The Button Form Attribute To Create Standalone Buttons In HTML
Ben Nadel
Ben Nadel demonstrates how to use the button's "form" attribute to make stand alone buttons actionable in native HTML; and how that can make styling the page with CSS easier.... ...
Checking For Nested CFThread Execution In Adobe ColdFusion
Checking For Nested CFThread Execution In Adobe ColdFusion
Ben Nadel
Ben Nadel looks at various techniques for testing whether or not your code is running in a CFThread context in Adobe ColdFusion....
Rest Operator Doesn't Work With Only One Argument In Adobe ColdFusion
Rest Operator Doesn't Work With Only One Argument In Adobe ColdFusion
Ben Nadel
Ben Nadel illustrates a bug in the rest operator implementation in Adobe ColdFusion (including the 2025 Beta)....
Sanity Checking HTTP Method Used After Location() Call In ColdFusion
Sanity Checking HTTP Method Used After Location() Call In ColdFusion
Ben Nadel
Ben Nadel validates that the browser issues a GET request in response to the default location() behavior in ColdFusion....
Hypermedia Systems By Carson Gross
Hypermedia Systems By Carson Gross
Ben Nadel
Ben Nadel reviews the book, Hypermedia Systems, by Carson Gross, Adam Stepinski, and Deniz Akşimşek. It's a very compelling book that discusses hypermedia, htmx, and the use of HTML as a unified interface for web application development.... ...
Ben & Ryan Podcast - Episode 10: Developer Career Paths With Dan Short
Ben & Ryan Podcast - Episode 10: Developer Career Paths With Dan Short
Ben Nadel
Ben and Ryan talk to Dan Short about career paths, switching to management, and the benefits of staying in the Individual Contributor role....
Ben & Ryan Podcast - Episode 9: Management And AI With Shawn Gorrell
Ben & Ryan Podcast - Episode 9: Management And AI With Shawn Gorrell
Ben Nadel
Ben and Ryan talk to Shawn Gorrell about running productive teams with AI....                                      
Ben & Ryan Podcast - Episode 8: Learning New Things
Ben & Ryan Podcast - Episode 8: Learning New Things
Ben Nadel
Ben and Ryan talk about what they're learning and experimenting with....                                      
Ben & Ryan Podcast - Episode 7: How ColdFusion Is Made With Charvi Dhoot
Ben & Ryan Podcast - Episode 7: How ColdFusion Is Made With Charvi Dhoot
Ben Nadel
Ben and Ryan talk to Charvi Dhoot and Brian Sappey about how ColdFusion is managed, created, and consumed as a product....
Ben & Ryan Podcast - Episode 6: Thanksgiving
Ben & Ryan Podcast - Episode 6: Thanksgiving
Ben Nadel
Ben and Ryan take time to reflect on the things they're thankful for....                                      
Ben & Ryan Podcast - Episode 5: Cloud Hosting With Dakota Clum
Ben & Ryan Podcast - Episode 5: Cloud Hosting With Dakota Clum
Ben Nadel
Ben and Ryan to talk Dakota Clum about the pros and cons of managed hosting....                                      
Ben & Ryan Podcast - Episode 4: Adobe ColdFusion 2025 With Mark Takata
Ben & Ryan Podcast - Episode 4: Adobe ColdFusion 2025 With Mark Takata
Ben Nadel
Ben and Ryan talk to Mark Takata about ColdFusion 2025 and being good representatives of the ColdFusion community....
Ben & Ryan Podcast - Episode 3: Freeforming IT
Ben & Ryan Podcast - Episode 3: Freeforming IT
Ben Nadel
Ben and Ryan talk about random technology topics....                                      
Ben & Ryan Podcast - Episode 2: Cryptography With Justin Scott
Ben & Ryan Podcast - Episode 2: Cryptography With Justin Scott
Ben Nadel
Ben and Ryan talk to Justin Scott about his cryptography presentation at CFSummit 2024; and about the security landscape in web application development.... ...
Ben & Ryan Podcast - Episode 1: Kick-Off Show
Ben & Ryan Podcast - Episode 1: Kick-Off Show
Ben Nadel
Ben and Ryan kick off their podcast series - the Ben & Ryan Show - reflecting on their experience at CFSummit 2024....
Using The XOR Operator To Assert Connascence Of Existence In ColdFusion
Using The XOR Operator To Assert Connascence Of Existence In ColdFusion
Ben Nadel
Ben Nadel uses the XOR Boolean operator in ColdFusion to assert to existence of optional arguments during method invocation....
Working Code Podcast - Episode 203: Naming Things Is Hard
Working Code Podcast - Episode 203: Naming Things Is Hard
Ben Nadel
Ben Nadel and the crew talk naming conventions for components within a web application....                                      
Using Partial Component Paths As Argument Types In ColdFusion
Using Partial Component Paths As Argument Types In ColdFusion
Ben Nadel
Ben Nadel demonstrates that partial component paths can be used in ColdFusion user-defined functions (UDF) argument and return types....
Overloading Error.ExtendedInfo As A Data URL In ColdFusion
Overloading Error.ExtendedInfo As A Data URL In ColdFusion
Ben Nadel
Ben Nadel explores overloading of the error.extendedInfo property as a data URL in a ColdFusion application....
Working Code Podcast - Episode 202: Um, Actually
Working Code Podcast - Episode 202: Um, Actually
Ben Nadel
Ben Nadel and the crew play a game in which each statement contains a falsehood. The challenge is to figure out which aspect is false; and how to correct it.... ...
Getting Flattened Component Metadata In ColdFusion
Getting Flattened Component Metadata In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to traverse the metadata inheritance chain in ColdFusion; and how to flatten the metadata into a more consumable structure.... ...
Working Code Podcast - Episode 201: LLM's vs Stack Overflow
Working Code Podcast - Episode 201: LLM's vs Stack Overflow
Ben Nadel
Ben Nadel and the crew talk Large Language Models (LLMs) and their impact on sites like Stack Overflow....
Collocating My .gitignore Configuration Files With The Omitted Files
Collocating My .gitignore Configuration Files With The Omitted Files
Ben Nadel
Ben Nadel looks at collocating .gitignore files with the files that they control in order to make code easier to find and easier to delete....
Extracting InVision V6 Document Export JSON Data In ColdFusion
Extracting InVision V6 Document Export JSON Data In ColdFusion
Ben Nadel
Ben Nadel creates a ColdFusion utility to extract JSON configuration data from an InVision V6 document export....
Hosting Your Exported InVision V6 Prototypes On Cloudflare Pages
Hosting Your Exported InVision V6 Prototypes On Cloudflare Pages
Ben Nadel
Ben Nadel demonstrates how InVision V6 exported prototypes and boards can be effortlessly uploaded to Cloudflare Pages for free hosting....
Strange ___IMPLICITARRYSTRUCTVAR Behavior In ColdFusion
Strange ___IMPLICITARRYSTRUCTVAR Behavior In ColdFusion
Ben Nadel
Ben Nadel demonstrate a ColdFusion bug regarding implicit struct and array notation that can create unsafe parallel code execution....
Free Online Version Of My Feature Flags Book
Free Online Version Of My Feature Flags Book
Ben Nadel
Ben Nadel publishes a free online edition of his book, Feature Flags: Transform Your Product Development Workflow....
My Internal InVision Feature Demo Videos
My Internal InVision Feature Demo Videos
Ben Nadel
Ben Nadel shares many of the feature and experiment demo videos that he made in his time at InVision....
Considering The Aesthetics And Ergonomics Of Post-Back URLs In ColdFusion
Considering The Aesthetics And Ergonomics Of Post-Back URLs In ColdFusion
Ben Nadel
Ben Nadel re-thinks the aesthetics and ergonomics of post-back URLs in ColdFusion; and changes his strategy going forward....
Unreasonable Hospitality By Will Guidara
Unreasonable Hospitality By Will Guidara
Ben Nadel
Ben Nadel reviews Will Guidara's book, Unreasonable Hospitality - a truly wonderful book....                                      
Code Kata: Box Breathing Exercise With SpeechSynthesis And Alpine.js
Code Kata: Box Breathing Exercise With SpeechSynthesis And Alpine.js
Ben Nadel
Ben Nadel uses the SpeechSynthesis API to build a small box breathing guided meditation in Alpine.js....
Collocating Views And View-Specific Components In ColdFusion
Collocating Views And View-Specific Components In ColdFusion
Ben Nadel
Ben Nadel continues to explore the collocation of view-specific files, this time putting ColdFusion components right next to his CFML files in a ColdFusion application.... ...
Using Row Constructor Comparisons In MySQL
Using Row Constructor Comparisons In MySQL
Ben Nadel
Ben Nadel demonstrates how to use the "row constructor" syntax in MySQL for comparing multiple values simultaneously....
Mastering Postgres Video Course By Aaron Francis
Mastering Postgres Video Course By Aaron Francis
Ben Nadel
Ben Nadel reviews the Mastering Postgres video course by Aaron Francis....                                      
Adding Keyboard Shortcuts To Incident Commander Using Alpine.js
Adding Keyboard Shortcuts To Incident Commander Using Alpine.js
Ben Nadel
Ben Nadel looks at adding keyboard shortcuts to Incident Commander using Alpine.js....                                      
What Every Engineer Should Know About Digital Accessibility By Sarah Horton And David Sloan
What Every Engineer Should Know About Digital Accessibility By Sarah Horton And David Sloan
Ben Nadel
Ben Nadel reviews the book, What Every Engineer Should Know About Digital Accessibility by Sarah Horton and David Sloan....
Ask Ben: Sorting Quasi-Numeric Values Like 4K And 3M In ColdFusion
Ask Ben: Sorting Quasi-Numeric Values Like 4K And 3M In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to sort an array of mixed numeric and numeric-like text values (such as 4K and 3M) in ColdFusion....
Associating Form Inputs With ColdFusion Validation Error Types
Associating Form Inputs With ColdFusion Validation Error Types
Ben Nadel
Ben Nadel looks at associating form input controls to ColdFusion validation errors using a simple, opt-in experience....
Exploring Cloudflare R2 And Request Authorization Using AWS Signature V4
Exploring Cloudflare R2 And Request Authorization Using AWS Signature V4
Ben Nadel
Ben Nadel explores the AWS S3 and Cloudflare R2 Signature V4 authorization algorithm in ColdFusion....
Using CSS Gap To Control Margins In Website Copy
Using CSS Gap To Control Margins In Website Copy
Ben Nadel
Ben Nadel demonstrates how the CSS gap property can be used to effectively manage margins in website content....
Optional Password Protection Added To Incident Commander
Optional Password Protection Added To Incident Commander
Ben Nadel
Ben Nadel explores the optional password protection that he's add to Incident Commander, his ColdFusion incident triage application....
Considering Encrypting Passwords At Rest In ColdFusion
Considering Encrypting Passwords At Rest In ColdFusion
Ben Nadel
Ben Nadel explores the idea of storing encrypted passwords in ColdFusion in cases where decrypting a password is an application requirement....
Considering A Secure Encoding Technique Inspired By JWT In ColdFusion
Considering A Secure Encoding Technique Inspired By JWT In ColdFusion
Ben Nadel
Ben Nadel creates a JWT-inspired light-weight encoder for his secure cookies in ColdFusion....                                      
Formatting Dates In The Local Timezone With Alpine.js
Formatting Dates In The Local Timezone With Alpine.js
Ben Nadel
Ben Nadel explores the idea of using Alpine.js to format date/time values on the client-side in the user's local timezone....
Counting The Occurrences Of A Substring Or RegEx Pattern In ColdFusion
Counting The Occurrences Of A Substring Or RegEx Pattern In ColdFusion
Ben Nadel
Ben Nadel explores various techniques for counting the occurrences of a string or regular expression pattern in ColdFusion....
Rebuilding Incident Commander As A ColdFusion App
Rebuilding Incident Commander As A ColdFusion App
Ben Nadel
Ben Nadel shares his Incident Commander app, for triaging incidents, which he's rebuilt in Adobe ColdFusion....
Using fileGetMimeType() To Determine File Type In ColdFusion
Using fileGetMimeType() To Determine File Type In ColdFusion
Ben Nadel
Ben Nadel demonstrates that the fileGetMimeType() function can be used to inspect the file type / mime-type of a file in ColdFusion....
Building A Moment-Inspired .fromNow() Date Formatting Method In ColdFusion
Building A Moment-Inspired .fromNow() Date Formatting Method In ColdFusion
Ben Nadel
Ben Nadel ports his .fromNow() relative date formatting method from Angular in ColdFusion....                                      
Inspecting The Form Upload File Field Metadata In ColdFusion
Inspecting The Form Upload File Field Metadata In ColdFusion
Ben Nadel
Ben Nadel demonstrates that you can inspect the form upload file field in ColdFusion to get access to the temporary location of the uploaded file.... ...
VARCHAR(Length) Limit Refers To Characters, Not Bytes, In MySQL
VARCHAR(Length) Limit Refers To Characters, Not Bytes, In MySQL
Ben Nadel
Ben Nadel demonstrates that the VARCHAR(length) limit in MySQL refers to the number of characters, not the number of bytes....
Using JSoup To Report Untrusted HTML Elements And Attributes In ColdFusion
Using JSoup To Report Untrusted HTML Elements And Attributes In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to use JSoup's Safelist to access information about which tags and attributes are going to be removed during the sanitization process in ColdFusion.... ...
Using jSoup To Sanitize Untrusted HTML In ColdFusion
Using jSoup To Sanitize Untrusted HTML In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to use JSoup's Safelist and Cleaner classes to sanitize untrusted HTML in ColdFusion....
Safe-Navigation Operator Swallows Method Errors In Adobe ColdFusion 2023
Safe-Navigation Operator Swallows Method Errors In Adobe ColdFusion 2023
Ben Nadel
Ben Nadel demonstrates a bug in the safe-navigation operator in Adobe ColdFusion that swallows errors....
Working Code Podcast - Episode 200: We're Taking A Break
Working Code Podcast - Episode 200: We're Taking A Break
Ben Nadel
Ben Nadel and the crew reflect on recording 200 episodes of the show and decide to take a break through the end of 2024....
Feature Flags Book Playground, Videos, And Code
Feature Flags Book Playground, Videos, And Code
Ben Nadel
Ben Nadel shares his feature flags playground app, complete with video commentary and source code on GitHub....
Playing With Window Functions In MySQL 8
Playing With Window Functions In MySQL 8
Ben Nadel
Ben Nadel looks at Window Functions in MySQL for the first time, applying ROW_NUMBER() and DENSE_RANK() to a common table expression....
High Performance SQLite Video Course By Aaron Francis
High Performance SQLite Video Course By Aaron Francis
Ben Nadel
Ben Nadel reviews the High Performance SQLite video course by Aaron Francis. A high quality course for SQLite; or anyone interested in SQL....
Working Code Podcast - Episode 199: Country Code TLDs
Working Code Podcast - Episode 199: Country Code TLDs
Ben Nadel
Ben Nadel and the crew talk about the practice of co-opting country top level domains (TLDs)....                                      
Running Memory Leak Detection After Every ColdFusion Request
Running Memory Leak Detection After Every ColdFusion Request
Ben Nadel
Ben Nadel adds memory leak detection to his ColdFusion feature flags playground app. This leak detection runs in the onRequestEnd() event method after every request.... ...
Collocating My ColdFusion, CSS, And JavaScript Files
Collocating My ColdFusion, CSS, And JavaScript Files
Ben Nadel
Ben Nadel explores the use of collocated CFML, JavaScript, and Less CSS files in his ColdFusion multi-page application (MPA) architecture....
Dave Farley On What Makes High Quality Code
Dave Farley On What Makes High Quality Code
Ben Nadel
Ben Nadel heartily agrees with Dave Farley's notion that high quality code is code that's safe and easy to change....
Making A Case For Var Declarations In ColdFusion Templates
Making A Case For Var Declarations In ColdFusion Templates
Ben Nadel
Ben Nadel makes a case for why Adobe ColdFusion should allow the var keyword to be used outside of function bodies....
CSV To CTE Transformer In Angular 18
CSV To CTE Transformer In Angular 18
Ben Nadel
Ben Nadel creates a CSV (comma separated values) to CTE (common table expression) transform in Angular 18....
Working Code Podcast - Episode 197: Potluck
Working Code Podcast - Episode 197: Potluck
Ben Nadel
Ben Nadel and the crew talk about a variety of topics from job promotions, AI training, team alignment, and reconnecting with one's self....
Using Canonicalize() To Embed Emoji In Email Subject Lines In ColdFusion
Using Canonicalize() To Embed Emoji In Email Subject Lines In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to use the canonicalize() function to render emoji in email subject lines in ColdFusion....
Using Canonicalize() To Render Emoji In ColdFusion
Using Canonicalize() To Render Emoji In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to use the canonicalize() function to render emoji characters in a ColdFusion page response....
Working Code Podcast - Episode 195: Isn't Worth The Squeeze
Working Code Podcast - Episode 195: Isn't Worth The Squeeze
Ben Nadel
Ben Nadel and the crew talk about cases in our work in which the maximum effort isn't worth the potential outcome....
Dynamically Define For-Loop Increment In ColdFusion
Dynamically Define For-Loop Increment In ColdFusion
Ben Nadel
Ben Nadel demonstrates that the for-loop can have a dynamically assigned increment that changes on every loop iteration....
Generating Lorem Ipsum Text In ColdFusion
Generating Lorem Ipsum Text In ColdFusion
Ben Nadel
Ben Nadel builds a Lorem Ipsum text generator with ColdFusion....                                      
ColdFusion: Comparison Method Violates Its General Contract
ColdFusion: Comparison Method Violates Its General Contract
Ben Nadel
Ben Nadel explores the array sorting error, Comparison method violates its general contract, that he was getting in ColdFusion....
Working Code Podcast - Episode 193: Bonding In The Foxhole
Working Code Podcast - Episode 193: Bonding In The Foxhole
Ben Nadel
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.... ...



Footer Logo

Powered by Galaxy Blog

If you have an ideathat you want to share, please contact us! This community can only thrive if we continue to work together.

Images and Photography:

Gregory Alexander either owns the copyright, or has the rights to use, all images and photographs on the site. If an image is not part of the "Galaxie Blog" open sourced distribution package, and instead is part of a personal blog post or a comment, please contact us and the author of the post or comment to obtain permission if you would like to use a personal image or photograph found on this site.

Credits:

Portions of Galaxie Blog are powered on the server side by BlogCfc, an open source blog developed by Raymond Camden. Revitalizing BlogCfc was a part of my orginal inspiration that prompted me to design this site.

Version:

Galaxie Blog Version 3.0 (Toby's Edition) June 14th 2022 Tropical Wave theme