Taffy for REST – Part 4: More VERBS
Repository https://github.com/jmohler1970/Taffy_Verbs Introduction Video starts on how Github fits into the Software Development Life Cycle (SDLC). Then it covers even more verbs. Ends with a demo of...
View ArticleSpreadsheet Data Formatting Not Working
I have a function to generate a single worksheet in an excel xlsx workbook. I am passing in a sheet name, a comma separated list of column names and a query of data. No matter what I do, I can’t seem...
View ArticleCF Camp 2018: Madness in Munich Part Five- AngularJS + ColdFusion
Welcome to our final installment of CF Camp 2018: Madness in Munich! This is our series pertaining to all things CF Camp 2018, the only CF conference in Europe. In our fifth and final part, we look...
View ArticleCFFiddle for Spreadsheet, List, Struct, and Date/Time functions
In a previous blog, we’d mentioned that we have started linking code samples in docs to CFFiddle links. Building upon our previous efforts, we’ve now extended CFFiddle to the following function...
View ArticleOracle JDK and ColdFusion 11
Currently we are utilizing ColdFusion 11 with the latest patch installed. We also using Oracle’s JDK 8 Update 192 JRE to keep ColdFusion JVM current with the latest java release. Due to Oracle posting...
View ArticleCannot get Coldfusion 11 started
I can now run coldfusion from the console and edited the adminconfig.xml to skip the wizard but I still can’t start the Coldfusion Service from the windows SERVICES panel – only from CMD.exe prompt…...
View ArticlePresentation Files of Adobe ColdFusion Summit 2018
Thank you to everyone that attended Adobe ColdFusion Summit 2018 and to the Presenters for the awesome sessions! We hope you enjoyed the conference both for networking and the content. Though we have...
View ArticleColdFusion: My First Time. Share yours in the comments
I used to work for a rock radio station in Las Vegas as their Promotions Director. It was an incredible time. Let me tell you, I, of all people, should not be permitted to be in control of $1 Million...
View Articlearraynew[type](params) vs object[method](params)
Hi all, Aether has 3 typed-array creation syntaxes: 1) ArrayNew(dataType=____) 2) [dataType][] 3) ArrayNew[dataType](params) Long-time community ask is for method invocation syntax...
View ArticleCannot get Coldfusion 11 started
I can now run coldfusion from the console and edited the adminconfig.xml to skip the wizard but I still can’t start the Coldfusion Service from the windows SERVICES panel – only from CMD.exe prompt…...
View ArticleState-of-the-Art Tools That Keep ColdFusion Alive
Am I the only one who gets excited when sitting down to hash out some new CFML code? You know. one of the best parts about using ColdFusion (or Lucee for that matter) is the ease of use. CFML is a...
View ArticleCFCamp 2018: Madness in Munich – Recap Day 1
Hi there! This is Michaela Light. Unfortunately, I couldn’t make it personally to the CFCamp in Munich. However, my associate Paul has gone in my stead. And boy, from the pics and videos he’s been...
View ArticleRunning ColdFusion on Corretto
https://cfimages.adobe.com/files/2018/11/Corretto.mp4 1. Go get Corretto https://aws.amazon.com/corretto/ 2. Install it It will be installed into:...
View ArticleColdFusion for VueJS developers: the first 10 minutes
Getting started with ColdFusion There are two good ways to get Adobe ColdFusion – Go to https://www.adobe.com/coldfusion . You will be a redirected to ColdFusion. After you fill out their survey form,...
View ArticleVueJS for ColdFusion programmers: First 10 minutes
VueJS for ColdFusion Developers: First 10 minutes What is it? It is a Javascript technology that does all kinds of front-end DOM manipulation. It takes dull HTML and turns it into an application. If...
View ArticleCF India Summit: Part One – Workflow and Document Management Made Easy w/...
With the 2018 ColdFusion and CFML conference season heading to a close, we now travel to India! Bengaluru, India to be precise. India is home to some of the world’s foremost experts in Adobe ColdFusion...
View ArticleColdFusion 2018 / Web Services / Java 10 / JDK tools.jar
I am having a problem consuming web services on ColdFusion 2018 under JRE 10. When using Web Services in ColdFusion 7/8/9/10/11/2016 we previously had to copy the tools.jar file from the JDK into the...
View ArticleColdfusion 11 Appplication server stops automatically with IIS
Hi all, I’m working on ColdFusion 11 project with IIS server. I’m facing a problem with the Coldfusion services. The ColdFusion 11 application server automatically stops suddenly, and after restarting...
View ArticleFancy Landing Page with VueJS
This is a fancy replacement Landing page. This is also an example of VueJS Bulma, a css responsive design library Buefy, a VueJS plugin that expands on Bulma Axois, an AJAX library that we will be...
View ArticleTaffy for REST – Part 5: Access Tokens with some real simple authorization
This is an introduction to APIkey based authorization with Taffy. StackOverflow definition An application programming interface key (API key) is a code passed in by computer programs calling an API...
View Article