

Sometimes, we may encounter issues with file uploads after applying the Lockdown on ColdFusion installs. This error may occur when we are trying to upload files to the Webroot location; the reason behind it is the Lockdown installer will remove write permission for the service account on the Webroot, and any attempts to upload the file to Webroot will throw an error. The solution is to change Webroot’s permission to allow writing, modification, or execution per the application requirements.
Adobe ColdFusion Builder Extension for Visual Studio Code “Quick Fix” Sometimes we all need a helping hand. Wait. Does an IDE even have a hand? Anyway, imagine if your VS Code was able to flag issues with your code, make suggestions, but then even make those suggestions come to life! The Builder extension for VS Code includes a “quick fix” capability. Let’s say you’re writing a bit of CF script, like so: Whoops! There’s a component name mismatch. Apparently, “mycfc1” […]
Adobe ColdFusion Builder Extension for Visual Studio Code “Code Refactoring” What is “code refactoring”? Is it a cool new UK reality show where you win prizes by changing up your applications to work better? No, but if any tv producers from the UK read this and are interested, call me. Code Refactoring, put simply, is improving your code by altering things like naming conventions, readability, and other factors that make maintainability of your code better over the long run. This […]
Adobe ColdFusion Builder Extension for Visual Studio Code “Code Assist” Often, the main reason we use a purpose-built IDE for our development work is for getting help with things like code completion, hinting, scaffolding and other similar features. This is often a big differentiator from more simplified editors such as, for example, Notepad. VS Code comes out of the box with many powerful features, but the CF extension adds specific code assist features for Adobe ColdFusion code. One of the […]
Adobe ColdFusion Builder Extension for Visual Studio Code “Security Code Analyzer” Security is a critical aspect of programming. The Security Analyzer is a powerful, useful tool for CFML developers to use to help prevent vulnerable code in their application. It can warn about potential threats, give you an idea on the level of the threat, and suggest potential solutions to the issues. As of CF2021, Security Analyzer functionality is available and valid for ALL licensed versions of ColdFusion (in the […]
Adobe ColdFusion Builder Extension for Visual Studio Code “PMT Code Profiler Report Integration” The Performance Monitoring Toolkit (PMT) provides critical performance data for your running Adobe ColdFusion servers. It monitors all transactions and captures a variety of data metrics including response and run times, errors, and other data. The Builder Extension provides the ability to view data from the PMT server in a report. * It should be noted, to get full functionality from the extension, a running Adobe ColdFusion […]
Eric and Daniel host this week’s CFML News Podcast. To listen or subscribe to the podcast visit our site or watch on Youtube. They discussed the 3rd part of the Adobe Lucee Roundtable podcast from CFAlive. They discussed the CF Config support for Lucee Scheduled tasks, ColdBox 6.8.0, and Adobe’s VS Code Extension for ColdFusion Builder. They reminded you of Adobe Developer Week and how to get the recordings as well as Brad’s Community post on How does CFML really perform compared […]
Adobe ColdFusion Builder Extension for Visual Studio Code “RDS – Remote Development Server” RDS has helped ColdFusion developers with their development workflows for a very long time, and ever since Adobe ColdFusion Builder version 1.0 (code named “Bolt”) CF developers have been able to interact with various aspects of their development environment using RDS. In the ACF Builder Extension, this is also the case, with powerful capabilities that become available when using & logging the extension into RDS. * It […]
Adobe ColdFusion Builder Extension for Visual Studio Code “Adobe ColdFusion Server Panel” One of the incredible differentiating features of the Builder Extension is the ability to setup & control your servers directly from VS Code. This was a very popular feature in ColdFusion Builder (Eclipse) and provides nearly identical functionality here. * It should be noted, to get full functionality from the extension, a running Adobe ColdFusion server (2016,2018 or 2021+) is required. In the left-hand pane of the CF […]
We are pleased to announce the Public Beta of ColdFusion Builder extension for VS Code. If you are using ColdFusion Builder, would you like to take part in helping the CF team make Builder the best it can be? Please download the CF Builder Extension from https://marketplace.visualstudio.com/items?itemName=com-adobe-coldfusion.adobe-cfml-lsp. The all-new Adobe ColdFusion Builder plug-in on VS Code helps developers to edit and validate code, manage files and projects, debugging and scan for security vulnerabilities. Check out some of the cool features […]
Gavin and Dan host this week’s CFML News Podcast. To listen or subscribe to the podcast visit our site or watch on Youtube. They discussed Adobe Developer Week last week and how to get the recordings! They discussed Brad’s Community post on How does CFML really perform compared to other languages? They discussed webinars, meetups and workshops, the upcoming Ortus Webinar, as well as Adobe Webinars and Workshops. They discuss upcoming conferences, including updates for ITB, CF Summit, the CF Summit Ortus […]
Great news: the recordings for all 17 of the sessions from Adobe ColdFusion DevWeek 2022 are now posted on Youtube, in the AdobeColdFusion Youtube channel. More specifically, a playlist for the week of sessions has been created, which offers the sessions in the order they were presented. For information like the topic descriptions and speaker bios, note those were offered on the Devweek site, which for now is still available here. The videos will also be posted soon here on […]