Strict Equality/In-Equality(===/!==) Operator and SaveContent New Syntax

This post contains the usability details of Strict Equality/In-Equality Operator as well as SaveContent New Syntax.

Spread and Rest Operators

This Post describes the usability of Spread and Rest Operations.

Using DynamoDb in Coldfusion 2021

Dyamodb provides a very easy, ready to go storage solutions for your applications. Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It’s a fully managed, multi-region, multi-active, durable database for internet-scale applications.

Case Sensitive Structs

This Blog post contains details about Case Sensitive Structs, a functionality that has been implemented in Project Stratus (ColdFusion 2021) Release.

Quick Tip: Adobe ColdFusion Docker images have been updated with ColdFusion 2021.

The official Adobe ColdFusion docker images have been updated to use the latest version of ColdFusion: CF2021.

ColdFusion 2021 has been released, with many, many features

I don’t see that Adobe has offered a blog post here yet (though a new banner is showing it), so let me be the first to announce that ColdFusion 2021 has been released today, and yep, the name is indeed CF2021. I’m sure we’ll see posts from Adobe in due time. Until then (and even after), check out a blog post I did just hours before the release where I list the many, many new features, as I had gathered […]

Join us, Online CF Meetup, Nov 12 at 6p ET: “Using Taffy: API Live Coding & Fireside Chat”, with Adam Tuttle

Come join us at the Online ColdFusion Meetup session on Thursday, Nov 12, 2020, at 6p US Eastern time (UTC -5). The presentation will be: “Using Taffy: API Live Coding & Fireside Chat”, with Adam Tuttle. (It was announced by mistake originally as being at 12p ET, but it will instead be at 6p ET, as was Adam’s original intent.) For more on the presentation, the speaker, how to join the group join (free), as well as the URL for […]

How to use the fetch api with a .cfm file?

I’m trying to post a checkin.cfm file from within my index.cfm using the fetch api. All I’m getting is a 500 Server Error. Is there something different I need to do with ColdFusion? JavaScript fetch(“./src/checkin.cfm”) .then(function (response) { return response.text(); }) .then(function (body) { document.querySelector(“#checkin”).innerHTML = body; }); index.cfm <cfoutput> <div id=”checkin”></div> <script src=”js/app.js”></script> </cfoutput> checkin.cfm <cfoutput> <cfset session_valid = application.lib.check_session_valid()> <h1>Hello World</h1> </cfoutput> Is there something wrong with my syntax? When I do this with an HTML page, it […]

Join us, Online CF Meetup, Nov 5: “Building great user interfaces fast with Kendo UI”, with TJ VanToll

Come join us at the Online ColdFusion Meetup session on Thursday, Nov 5, 2020, at 12p US Eastern time (UTC -5). The presentation will be: “Building great user interfaces fast with Kendo UI”, with TJ VanToll. For more on the presentation, the speaker, how to join the group join (free), as well as the URL for the online meeting and more, please see the meetup event page: https://www.meetup.com/coldfusionmeetup/events/274271713/ The meeting will be recorded, as have been all 270+ previous Online CFMeetup […]

Getting started with “Project Stratus” public beta, aka CF2020 or CF2021

The public beta of the next release of CF is now open. Have you checked it out? This post will help you get started, especially to learn how much is in that upcoming release and how to best leverage the prerelease site with such info, installers, and more.

Join us, Online CF Meetup, Oct 22: “CF AMA: Ask Me Anything” with Charlie Arehart and Dan Wilson

Come join us at the Online ColdFusion Meetup session on Thursday, Oct 22, 2020, at 12p US Eastern time (UTC -4). The presentation will be our first: “CF AMA: Ask Me Anything”, with Charlie Arehart and Dan Wilson For more on the presentation, the speakers, how to join the group join (free), as well as the URL for the online meeting and more, please see the meetup event page: https://www.meetup.com/coldfusionmeetup/events/274044740/ The meeting will be recorded, as have been all 270+ previous Online CFMeetup […]