Intersection of arrays

Intersection of arrays in CFML

Hidden Gems in ColdFusion 2018, Part 1: Series Overview

In every release of Adobe ColdFusion, there are the few major features which receive a lot of attention from Adobe and from CF users, but there are often dozens of lesser-known features that may help you, whether regarding coding or such things as security, administration, installation, configuration, tuning, monitoring, and so on. And of course, there can be important compatibility/migrations to be aware of, and still more.

Cold Fusion 2016 Compatibility with Windows Server 2016

Hi Team, We would like to know if Cold Fusion 2016 is Compatible with Windows Server 2016. Following errors were noticed during installation. Invocation of this java application has caused an InvocationTargetException. Please help !!!!!

ODBC Connection not working on WinSrv2016

By trying to connect to a data source via ODBC to a Windows 2016 System DSN, Coldfusion Administrator throws an error

pseudo rest parameters with CFML

An approximation of Javascript’s rest parameter feature with CFML

Automatic Close Tags

Question re ColdFusion Builder and Auto Close Tags

Provide your input on the future versions of Adobe ColdFusion

Here is the link for a really important survey for us here at Adobe. Your responses will help determine some of the potential future directions of the product. This survey is one among the series of future direction surveys posted by us. Irrespective of your participation in the previous ones, we need you to participate in this survey. Although not mandatory, it will be very useful if you can leave your contact information in the survey response for us to follow up […]

Coldfusion 2016 JDBC Connection To Oracle

Connection to oracle database times out until i remote into the server running coldfusion.

RIAForge decommissioning

This is to notify all, that we will be decommissioning http://riaforge.org/  (“Site”) soon. This decision has been taken due to business reasons. If you are interested in reviewing or downloading any project or files available at Site, please do so, by April 16, 2019, 12 noon PST, as per license terms associated therewith. Past that, you will not be able to access the projects or files. Should you have any concerns/suggestions/query, feel free to contact us. We also suggest that […]

Coldfusion 10 on Windows10

Help install coldusion 10 on windows 10

TSQL – Getting New Primary Key

There are so many ways to getting a Primary Key from a table right after an INSERT, which should you use? Trick question. You get it when you do the INSERT, not after. Resources https://stackoverflow.com/questions/1360453/how-do-i-insert-into-a-table-and-get-back-the-primary-key-value https://github.com/jmohler1970/TSQL_gettingPK

Open Web Application Security Project – OWASP

Note: I should have pointed out that all this is built into ColdFusion. There is no downloading, installing, or configuring. Introduction Any input that your website accepts has to treated as if it were hostile and / or malformed. The Open Web Applications Security Project (OWASP) has a collection of recommendations and Java utilities to help protect against these threats. ColdFusion, being powered by Java, also has these functions. Use them! https://github.com/jmohler1970/Owasp https://github.com/ESAPI/esapi-java https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/Canonicalize.html https://en.wikipedia.org/wiki/Left-to-right_mark https://github.com/jmohler1970/FormUtils