News
Entertainment
Science & Technology
Sport
Business & Money
Life
Culture & Art
Hobbies
8 | Follower
Ben Nadel's Blog
07.03.2025
Ben Nadel demonstrates how to use the safe navigation operator to propagate possibly null values down through method calls in ColdFusion.
04.03.2025
Ben Nadel demonstrates that dashes can be used in custom tag identifiers in ColdFusion.
02.03.2025
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.
27.02.2025
Ben Nadel looks at various techniques for testing whether or not your code is running in a CFThread context in Adobe ColdFusion.
20.02.2025
Ben Nadel illustrates a bug in the rest operator implementation in Adobe ColdFusion (including the 2025 Beta).
19.02.2025
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 inter
Ben Nadel validates that the browser issues a GET request in response to the default location() behavior in ColdFusion.
11.02.2025
Ben and Ryan kick off their podcast series - the Ben & Ryan Show - reflecting on their experience at CFSummit 2024.
Ben and Ryan talk to Shawn Gorrell about running productive teams with AI.
Ben and Ryan talk about what they're learning and experimenting with.
Ben and Ryan take time to reflect on the things they're thankful for.
Ben and Ryan talk to Mark Takata about ColdFusion 2025 and being good representatives of the ColdFusion community.
Ben and Ryan talk to Charvi Dhoot and Brian Sappey about how ColdFusion is managed, created, and consumed as a product.
Ben and Ryan talk to Justin Scott about his cryptography presentation at CFSummit 2024; and about the security landscape in web application development.
Ben Nadel uses the XOR Boolean operator in ColdFusion to assert to existence of optional arguments during method invocation.
Ben and Ryan to talk Dakota Clum about the pros and cons of managed hosting.
Ben and Ryan talk about random technology topics.
Ben and Ryan talk to Dan Short about career paths, switching to management, and the benefits of staying in the Individual Contributor role.
29.01.2025
Ben Nadel and the crew talk naming conventions for components within a web application.
25.01.2025
Ben Nadel explores overloading of the error.extendedInfo property as a data URL in a ColdFusion application.
Ben Nadel demonstrates that partial component paths can be used in ColdFusion user-defined functions (UDF) argument and return types.
22.01.2025
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.
Ben Nadel demonstrates how to traverse the metadata inheritance chain in ColdFusion; and how to flatten the metadata into a more consumable structure.
16.01.2025
Ben Nadel and the crew talk Large Language Models (LLMs) and their impact on sites like Stack Overflow.
09.01.2025
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.
08.01.2025
Ben Nadel creates a ColdFusion utility to extract JSON configuration data from an InVision V6 document export.
06.01.2025
Ben Nadel demonstrates how InVision V6 exported prototypes and boards can be effortlessly uploaded to Cloudflare Pages for free hosting.
05.01.2025
Ben Nadel demonstrate a ColdFusion bug regarding implicit struct and array notation that can create unsafe parallel code execution.
02.01.2025
Ben Nadel publishes a free online edition of his book, Feature Flags: Transform Your Product Development Workflow.
30.12.2024
Ben Nadel shares many of the feature and experiment demo videos that he made in his time at InVision.
26.12.2024
Ben Nadel re-thinks the aesthetics and ergonomics of post-back URLs in ColdFusion; and changes his strategy going forward.
25.12.2024
Ben Nadel reviews Will Guidara's book, Unreasonable Hospitality - a truly wonderful book.
15.12.2024
Ben Nadel uses the SpeechSynthesis API to build a small box breathing guided meditation in Alpine.js.
14.12.2024
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.
10.12.2024
Ben Nadel demonstrates how to use the "row constructor" syntax in MySQL for comparing multiple values simultaneously.
Ben Nadel reviews the Mastering Postgres video course by Aaron Francis.
07.12.2024
Ben Nadel looks at adding keyboard shortcuts to Incident Commander using Alpine.js.
06.12.2024
Ben Nadel reviews the book, What Every Engineer Should Know About Digital Accessibility by Sarah Horton and David Sloan.
05.12.2024
Ben Nadel demonstrates how to sort an array of mixed numeric and numeric-like text values (such as 4K and 3M) in ColdFusion.
04.12.2024
Ben Nadel looks at associating form input controls to ColdFusion validation errors using a simple, opt-in experience.