ColdFusion Google Drive

Hi, Wanted to start this post to see if the community has suggestions for CF integration to get photos from Google Drive or even other data from Google Drive?  Just wanted to see how others are doing this or if anyone can post examples of how you use CF to connect to Google Drive.

More info on the CF Security Update included in the March 1 CF updates for CF11, 2016, and 2018

If you may want to know more about the most recent CF updates, and the security fix they provide, read on.

A look at unsynchronised arrays in CFML

A look at unsynchronised arrays added in ColdFusion 2016

ColdFusion (2018 release) Update 3, ColdFusion (2016 release) Update 10, and ColdFusion 11 Update 18 released

We are pleased to announce that we have released the updates for the following ColdFusion versions: ColdFusion (2018 release) Update 3 ColdFusion (2016 release) Update 10 ColdFusion 11 Update 18 The following are links to the tech notes for each update: ColdFusion (2018 release) Update 3 ColdFusion (2016 release) Update 10 ColdFusion 11 Update 18 The releases address security vulnerabilities, which are documented in the bulletin APSB19-14. In these updates, we have also introduced the following: A new application setting blockedExtForFileUpload to specify […]

coldfusion 2016 Rhel7

I ‘m trying to figure out how to get this to start when the servers recycle. what am I missing?

Fix for recent CF11/2016 updates causing failure of CF ODBC services

If you find that the CF ODBC services fail to start after applying the Feb 2019 (or Sep 2018) updates to CF11 or CF2016. (It does not seem to affect those on CF2018), some “good news” is that as a documented “known issue”, and more important there is a documented resolution to recover from the problem.

Sorting Text containing characters with diacritical marks

A look at sorting text containing characters with diacritical marks

ColdFusion (2016 release) Update 9 and ColdFusion 11 Update 17 released

Update (2/25/2019): We have also updated the Docker image for the latest ColdFusion (2016 release) update. For more information, see ColdFusion containers. NOTE: ColdFusion 11 Update 16 and ColdFusion (2016 release) Update 8 are no longer available for download. We recommend users to upgrade their versions of ColdFusion to the latest updates. We are pleased to announce that based on your feedback and observations on the previous ColdFusion updates (12 Feb, 2019), we have released updates for: ColdFusion (2016 release) Update […]

Hidden Gems in CF2018, part 4 – Dev features: CFML REPL, CFFiddle, and REST Playground

In part 4, we begin to turn our attention to developer feature changes in CF2018, particularly the new CF2018 CFML REPL feature, the CFFiddle site, and the CF2018 REST Playground feature.

It’s Up To Us To Stop Hackers

The first month of 2019 has passed and it was full of year end wrap up articles about anything and everything from 2018. Most were fluff articles on pop culture and such. What I found most interesting were the articles that quantified the past year of hacking and security breaches. According to NBC News, Hackers stole nearly half a billion personal records in 2018. There were fewer breaches, but the breaches were bigger and worse and more data than ever was stolen. Crypto-miners have improved as well and not in a good way.

Creating a ColdFusion Product Demo Using ColdFusion and CubePortfolio

Often times on an eCommerce or product information web site, you will need to display product images that your client’s potential customers will be able click and zoom into. People typically prefer to view multiple images of a product prior to buying that product. This demo solves that problem using the following technologies: Adobe ColdFusion – Retrieves product and product image information from the database, and includes business logic jQuery – JavaScript Framework Cube Portfolio jQuery Plug-In – Provides the […]

Convert a string To Title Case

Convert a string To Title Case using Regular Expressions