ColdFusion 101: Tags, Script and Functions, Part 3 – Functions

This is an on-going series of posts covering ColdFusion basics for new developers.  This series is intended to cover basic concepts.  In this article, I over the building blocks of ColdFusion; Tags, Script, and Functions, focusing on functions.

ColdFusion 101: Tags, Script and Functions, Part 2 – Script

This is an on-going series of posts covering ColdFusion basics for new developers.  This series is intended to cover basic concepts. In this article, I over the building blocks of ColdFusion; Tags, Script, and Functions, focusing on script.

Welcome to our new ColdFusion Technical Evangelist

We are pleased to welcome Mark Takata, to the Adobe ColdFusion Family. Mark would be taking the role of Technical Evangelist. I first met Mark at CF Summit 2018 and again at 2019 where he was a speaker. He is very passionate about anything related to ColdFusion and always has ideas on new features to be included in CF. Mark learned CF in the late 90s as his first programming language. Over a career spanning two decades Mark has worked […]

Congrats to Mark Takata, the new Adobe CF Technical Evangelist

Let’s all offer a hardy welcome to our new Adobe ColdFusion Technical Evangelist, Mark Takata.  It’s great to see Adobe creating (recreating) that position. I’m pretty sure that the last formal CF “evangelist” (with that name as their title) was Terry Ryan (about 10 years ago), and before that Adam Lehman (who later became Product Manager). And while Elishia Dvorak did indeed work AS an evangelist for CF, though her title was Technical Marketing Manager (she has moved over to […]

ColdFusion 2021 Lockdown Guide available

This may not be “news” for everyone but somehow it had slipped by me: the ColdFusion 2021 Lockdown Guide has been available since December 2020 (and was updated slightly in Jan 2021). I find no mention of it here, so I thought it a good post to share. The 2021 guide is about 9 pages longer than the 2018 version. The new version covers security-related aspects of new features in CF2021, such as CF package management (cfpm), as well as […]

Join us, Online CF Meetup, Apr 15: “To the future with cbFutures!”, with Luis Majano

Come join us at the Online ColdFusion Meetup session on Thursday, Apr 15, 2020, at 6p US Eastern time (UTC -4). The presentation will be: “To the future with cbFutures!”, with Luis Majano. (Please note that time being later in the day, compared to our more typical mid-day US meeting time.) For more on the presentation, the speaker(s), how to join the group join (free), as well as the URL for the online meeting and more, please see the meetup […]

Will ColdFusion 2018 install and work in Windows 2019 Server?

Can we use ColdFusion 2018 in Windows 2019 Server OS?

Join us, Online CF Meetup, Apr 8: “CSS Crash Course for CSS Haters or Novices”, with Jessica Keener

Come join us at the Online ColdFusion Meetup session on Thursday, Apr 8, 2020, at 12p US Eastern time (UTC -4). The presentation will be: “CSS Crash Course for CSS Haters or Novices”, with Jessica Keener. For more on the presentation, the speaker(s), 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/277252125/ The meeting will be recorded, as have been all 280+ previous Online […]

Confirming CF’s Java version via CFML code, in brief

Have you ever wished you could confirm with 100% certainty what Java version is in use by the CF instance you are running? Or where the JVM’s location is (in case you are told to modify files related to it)? Maybe you don’t have access to the CF Admin, or aren’t sure you can trust you or a colleague are looking at the “right” CF Admin. The good news is that ColdFusion offers simple ways/variables that can show you each […]

COLDFUSION 2021 MIGRATION FROM COLDFUSION 11 ISSUE

I am trying to go from ColdFusion 11 to ColdFusion 2021 and I am having issues with the Datasource connection in the Administrator.  I can verify that the datasource is working and connecting properly to my Oracle database but when I try and select the edit button I get the following error: Element urlmap.servicename is undefined in STDSN.  The specific sequence of files included or processed is f:coldfusion2021/cfusion/wwwroot/administrator/datasources/oracle.cfm, line:653. When I try and open this file it shows that it […]

Bintray, the home of Adobe ColdFusion Docker images, is going away May 1

UPDATE TO THIS POST (on Apr 30, 2021): See Adobe’s response to this problem, discussed in a post on Apr 30, 2021. I offered a comment on what I don’t like about the currently-proposed “solution”. I leave the rest below for historical perspective. This isn’t technically “ColdFusion news” but it affects those who may want to use the Adobe ColdFusion Docker images. Since 2018, they have been hosted on the Docker registry service from JFrog called BinTray. (It was never […]

ColdFusion 101: Querying data from a database

An on-going series of posts covering ColdFusion basics for new developers. This series is intended to cover basic concepts, and demonstrate how there are many ways to accomplish tasks.