CfBlogs
 Data Grids  CF Overflow  Follow Us!  RSS

ColdFusion Posts Around the World.
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.... ...
TODO: Granting Yourself Permission To Move Forward
TODO: Granting Yourself Permission To Move Forward
Ben Nadel
Ben Nadel discusses the power of a TODO comment to grant permission in the face of a sub-optimal solution....
Signals And Array Mutability In Angular 18
Signals And Array Mutability In Angular 18
Ben Nadel
Ben Nadel explores the interplay between Signals, array mutation, and change detection in Angular 18....
Exploring Lazy Evaluation Of Computed Signals In Angular 18
Exploring Lazy Evaluation Of Computed Signals In Angular 18
Ben Nadel
Ben Nadel explores the lazy evaluation of computed Signals in Angular 18....                                      
Building An Angular App For ColdFusion Using Docker Compose
Building An Angular App For ColdFusion Using Docker Compose
Ben Nadel
Ben Nadel shares how he's building Angular utility apps inside his ColdFusion blogging platform using Docker Compose....
Working Code Podcast - Episode 192: The Best And Worst Code
Working Code Podcast - Episode 192: The Best And Worst Code
Ben Nadel
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)....
Working Code Podcast - Episode 191: Too Much Process
Working Code Podcast - Episode 191: Too Much Process
Ben Nadel
Ben Nadel and the crew talk about bureaucratic processes at work, why they exist, and what we can (maybe) do about them....
Creating A Transient View Helper In Angular 18
Creating A Transient View Helper In Angular 18
Ben Nadel
Ben Nadel creates a transient view helper service that is unique instantiated for each host component in Angular 18....
Working Code Podcast - Episode 190: Career Advice To Younger Self
Working Code Podcast - Episode 190: Career Advice To Younger Self
Ben Nadel
Ben Nadel and the crew talk about career advice that they'd give to their younger selves....                                      
JavaScript Application Size Shouldn't Affect Performance
JavaScript Application Size Shouldn't Affect Performance
Ben Nadel
Ben Nadel deconstructs the argument that the size of a JavaScript application affects the overall performance of said application....
Code Isn't Magical, It's Just A Series Of Commands
Code Isn't Magical, It's Just A Series Of Commands
Ben Nadel
Ben Nadel explains that code isn't magical - that's is just a series of commands. And that thinking about it this way makes it easier to maintain.... ...
Working Code Podcast - Episode 188: Code Review Nuance
Working Code Podcast - Episode 188: Code Review Nuance
Ben Nadel
Ben Nadel and the crew talk about code reviews; and reflect on the decision tree that we use when reviewing other people's code...
An
An "x-input" Property Binding Directive In Alpine.js
Ben Nadel
Ben Nadel creates an x-input directive in Alpine.js which allows outer component properties to be bound to inner component properties....
Code Kata: Building A Tri-State Switch In Alpine.js
Code Kata: Building A Tri-State Switch In Alpine.js
Ben Nadel
Ben Nadel tries to build a tri-state switch / toggle using Alpine.js....                                      
Using AttributeCollection To Manage Locking In ColdFusion
Using AttributeCollection To Manage Locking In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to use attributeCollection to manage locking in ColdFusion....                                      
Highlighting Dynamic Parts Of A Pretty-Printed JSON Value In JavaScript
Highlighting Dynamic Parts Of A Pretty-Printed JSON Value In JavaScript
Ben Nadel
Ben Nadel demonstrates how he highlighted the dynamic parts of a pretty-printed JSON value in JavaScript....
Working Code Podcast - Episode 187: Viability Of The Minimum Viable Product
Working Code Podcast - Episode 187: Viability Of The Minimum Viable Product
Ben Nadel
Ben Nadel and the crew talk about the viability of the Minimum Viable Product; and whether solopreneurship is still possible in the web application industry.... ...
Getting A Struct Key In Its Native Key-Casing In ColdFusion
Getting A Struct Key In Its Native Key-Casing In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to access the internal key-casing of a struct key in ColdFusion....                                      
OWASP Java Encoder Project Recommends Using Both URL and Attribute Encoding For HREF Attributes
OWASP Java Encoder Project Recommends Using Both URL and Attribute Encoding For HREF Attributes
Ben Nadel
Ben Nadel looks at the OWASP Java Encoder project's recommendation to double-encode dynamic URLs in an HREF context....
Normalizing Collection Entries In ColdFusion
Normalizing Collection Entries In ColdFusion
Ben Nadel
Ben Nadel creates a user defined function, toEntries(), for normalizing collection iteration in ColdFusion....
Sorting Arrays With Priority Elements In ColdFusion
Sorting Arrays With Priority Elements In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to sort an array with a subset of priority items in ColdFusion....                                      
Working Code Podcast - Episode 186: Work Insecurities
Working Code Podcast - Episode 186: Work Insecurities
Ben Nadel
Ben Nadel and the crew talk about the insecurities that they feel at work regardless of how much value they create for their companies....
Creating A ColdFusion-Oriented HashCode With Loose Types (Part 2)
Creating A ColdFusion-Oriented HashCode With Loose Types (Part 2)
Ben Nadel
Ben Nadel updates his FusionCode algorithm to allow for key-casing and type-coercion settings to be configurable in ColdFusion....
Working Code Podcast - Episode 185: A/B Testing Mechanics
Working Code Podcast - Episode 185: A/B Testing Mechanics
Ben Nadel
Ben Nadel and the crew talk about the mechanics of A/B testing; and, how it might be incrementally added to a bulk email system....
Extracting Illegal Tag Names From AntiSamy Error Messages In ColdFusion
Extracting Illegal Tag Names From AntiSamy Error Messages In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to extract illegal tag names from the OWASP AntiSamy HTML sanitization error messages in ColdFusion....
Creating A ColdFusion-Oriented HashCode With Loose Types
Creating A ColdFusion-Oriented HashCode With Loose Types
Ben Nadel
Ben Nadel creates a FusionCode algorithm which is a ColdFusion-oriented version of Java's HashCode concept....
Using An Ordered Struct As A Fixed-Size Cache In ColdFusion
Using An Ordered Struct As A Fixed-Size Cache In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to build a simple, fixed-size cache using an ordered struct in ColdFusion....
Encapsulating Serialization Logic In ColdFusion
Encapsulating Serialization Logic In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to encapsulate JSON serialization logic in ColdFusion when data needs to be manipulated as part of the serialization workflow.... ...
Adobe ColdFusion Parses JSON Into Non-Ordered Structs
Adobe ColdFusion Parses JSON Into Non-Ordered Structs
Ben Nadel
Ben Nadel demonstrates that Adobe ColdFusion's implementation of deserializeJson() loses key-order....
Two Spread Operator Bugs In Adobe ColdFusion 2023
Two Spread Operator Bugs In Adobe ColdFusion 2023
Ben Nadel
Ben Nadel demonstrates two spread operator bugs in Adobe ColdFusion 2021 and 2023....                                      
Working Code Podcast - Episode 184: Code Comments For The Win
Working Code Podcast - Episode 184: Code Comments For The Win
Ben Nadel
Ben Nadel and the crew talk the value add (and the value detraction) of putting comments in code....
Working Code Podcast - Episode 183: Carol's New Project
Working Code Podcast - Episode 183: Carol's New Project
Ben Nadel
Ben Nadel and the crew talk to Carol about her idea for a small piece of software; and, how to break ground without getting overwhelmed....
Core Decision Functions Will Accept Null / Undefined Values In ColdFusion
Core Decision Functions Will Accept Null / Undefined Values In ColdFusion
Ben Nadel
Ben Nadel demonstrates that core decision functions, such as isSimpleValue() and isStruct() can accept null / undefined arguments in ColdFusion....
Bug In Struct.Each() Error Handling In Adobe ColdFusion
Bug In Struct.Each() Error Handling In Adobe ColdFusion
Ben Nadel
Ben Nadel shows reproduction steps for a bug in the way Adobe ColdFusion surfaces struct.each errors....
Exploring Randomness In JavaScript
Exploring Randomness In JavaScript
Ben Nadel
Ben Nadel compares the randomness of Math.random() to crypto.getRandomValues() in JavaScript....                                      
Color Palette Utility In Apline.js
Color Palette Utility In Apline.js
Ben Nadel
Ben Nadel builds a color palette tool using Alpine.js. Color palettes can be saved (and loaded) as PNG and SVG files....
Using Both Tab And Arrow Keys For Keyboard Navigation
Using Both Tab And Arrow Keys For Keyboard Navigation
Ben Nadel
Ben Nadel explores the use of both the Tab and Arrow keys for keyboard navigation on the web....                                      



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