News
Entertainment
Science & Technology
Sport
Business & Money
Life
Culture & Art
Hobbies
8 | Follower
Ben Nadel's Blog
19.04.2025
Ben Nadel builds an HTMX extension to conditionally disable hx-boost based on link patterns and filter callbacks.
17.04.2025
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.
14.04.2025
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.
13.04.2025
Ben Nadel translates the sample Contacts App in the Hypermedia Systems book into a ColdFusion application context.
30.03.2025
Ben Nadel considers the mechanics of function hoisting; and how it can be used to polyfill functions in ColdFusion.
29.03.2025
Ben Nadel considers making short-hand aliases for encodeForHtml(), encodeForHtmlAttribute(), and encodeForUrl() in ColdFusion.
24.03.2025
Ben Nadel considers writing variadic functions in ColdFusion through the lens of the "Worse is Better" school of thought.
23.03.2025
Ben Nadel explores variadic function mechanics in Adobe ColdFusion and Lucee CFML and finds approaches that work in both engines.
13.03.2025
Ben Nadel demonstrates how to perform tiered sorting on an array of data structures in ColdFusion.
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 validates that the browser issues a GET request in response to the default location() behavior in ColdFusion.
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
11.02.2025
Ben and Ryan talk to Shawn Gorrell about running productive teams with AI.
Ben and Ryan talk about random technology topics.
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 and Ryan talk to Dan Short about career paths, switching to management, and the benefits of staying in the Individual Contributor role.
Ben and Ryan talk about what they're learning and experimenting with.
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 take time to reflect on the things they're thankful for.
Ben and Ryan kick off their podcast series - the Ben & Ryan Show - reflecting on their experience at CFSummit 2024.
Ben and Ryan talk to Mark Takata about ColdFusion 2025 and being good representatives of the ColdFusion community.
29.01.2025
Ben Nadel and the crew talk naming conventions for components within a web application.
25.01.2025
Ben Nadel demonstrates that partial component paths can be used in ColdFusion user-defined functions (UDF) argument and return types.
Ben Nadel explores overloading of the error.extendedInfo property as a data URL in a ColdFusion application.
22.01.2025
Ben Nadel demonstrates how to traverse the metadata inheritance chain in ColdFusion; and how to flatten the metadata into a more consumable structure.
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.
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.