Data Visualization made easy with cfchart

ColdFusion (2025 release) introduces enhanced charting capabilities, making it simpler to create dynamic, interactive dashboards. These charts help turn raw data into valuable insights, allowing users to analyze trends and make informed decisions. Whether visualizing sales performance or other key metrics, the new features offer greater flexibility and improved aesthetics. In this blog, we’ll explore how to build an engaging dashboard experience in ColdFusion. Pre – requisite : Chart creation in ColdFusion. Refer: cfchart What to expect : Chart organization […]

cfquery date range from UNIX

I have a table with UNIX timestamps. I’d like to get a count of events for “today”. So I’d like the query to find any event between 1 second after midnight and now. I’m using this on a forum to see if we reached our goal number of posts per day. Before I reinvent the wheel in a very painful (for me) and sloppy way, I wanted to see if you professionals had any advice.  Please keep in mind, I […]

Revolutionizing Spreadsheet & CSV Handling in ColdFusion 2025: Real-World Use Cases

In this blog, we explore the new capabilities introduced in ColdFusion (2025 release) for handling spreadsheets and CSVs. These include streaming XLSX processing, large CSV handling, data validation, and hyperlinks. These enhancements significantly improve performance, scalability, and automation for real-world use cases. For more advanced features, check out the official Adobe ColdFusion documentation.

Oauth2.0 in ColdFusion

  OAuth 2.0 is the industry-standard protocol for authorization, designed to simplify client development while offering specific authorization flows for applications. By integrating OAuth through providers, developers can decouple the authorization as well as the authentication layers from their applications, delegating these responsibilities to trusted providers. This approach allows developers to focus on core business logic while ensuring secure access management. The cfoauth tag is the implementation of Oauth 2.0 specification in ColdFusion which allows you to integrate with these […]

cannot find implementation class coldfusion.tagext.documenttag error after updating CF server

Sir or Madam, We encountered an error in one of our applications after we had updated our Windows 2019 ColdFusion 2023 server to update 12 and updated all the packages. The error displayed is: cannot find implementation class coldfusion.tagext.documenttag for the document tag. Can anyone assist in pointing us in the right direction to fix this problem? Thank you so much! Bill

Upgrading from Cf2016 to CF 2023

Can’t activate cf2023 when upgrading fromcf2016

Announcing CFNext Beta2 drop

We are excited to announce the release of CFNext Beta2, which brings a host of new features and improvements to enhance your experience. This will be the final pre-release version before the main release. Please take this opportunity to explore the build, test key functionalities, and find critical issues so they can be fixed before the release. Thank you for your continued support. Below are the key updates: 1. cfexchangeconnection tag changes With Microsoft likely to discontinue EWS support for Exchange […]

Language Enhancements in ColdFusion 2025 Release (Part 1)

This Blog contains details about the Language Enhancements done in ColdFusion 2025 release.

CFSTORED problem

Cannot submit post – Empty/Invalid category

Steps to be followed for activating ColdFusion License through offline for CF2021 and CF2023

When activating the license for Adobe ColdFusion 2021 or 2023, it is essential to ensure that the server has an active internet connection. Without internet connectivity, the activation process will fail.                                                                If the server connects to the internet through a proxy, additional configuration may be required. Specifically, it is […]

Top 9 Tips for Migrating Adobe ColdFusion to the Cloud

Migrating an Adobe ColdFusion website or application to the cloud can open the door to improved scalability, performance, and cost-efficiency. However, the process of migrating a ColdFusion application introduces unique challenges due to its reliance on specific configurations, libraries, and server setups. Whether you are migrating from a traditional on-premises environment, a VPS, or another cloud provider, it’s crucial to understand potential roadblocks and how to address them. In this blog, we’ll focus on the common issues you might encounter […]