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 language that is capable of many things, but it’s simple to use. Ever stop and wonder why? It’s because of a state-of-the-art tool and third-party support integration. Whether it’s containerization, source control, IDEs, or monitoring solutions, there are many […]
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 published many of the slide decks already, many of you have been asking for the actual PDF downloads to review on your own. The download link for the sessions are below: Making your applications fast and furious with the new Performance Monitoring Toolset in CF 2018! – […]
ColdFusion, for me, started with a single function. It became a career-changing technology that has served me very well for the better part of 20 years.
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 categories: Spreadsheet functions Struct functions List functions Date/time functions The next task is to link CFFiddle with Query and Decision functions, and also a few File functions. As always, please use CFFiddle to test the samples. If there are sample(s) that you want to be modified/corrected, share the link […]
Can’t start Coldfusion 11 Application Server in Windows 10 / Update 8 has been applied using IIS 8,
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 the following information on their website (see below), we would like to know what is Adobe going to do in reference to the licensing issue. I need to know this information ASAP just in case my company has to go out and purchase a license agreement from Oracle. Per Oracle’s […]
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 upon Nolan Erck’s upcoming session, AngularJS + ColdFusion. Here he will discuss getting started with AngularJS and building a simple JSON API in ColdFusion. He will then show you how to interconnect the two in order to create a fully functional application. In […]
No matter what I do, I can’t seem to get a data format to be applied to a cell.
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 the REST services in action. Resources https://github.com/atuttle/Taffy http://taffy.io/ https://stackoverflow.com/questions/tagged/taffy https://github.com/jmohler1970/Taffy_Verbs
Repositories https://github.com/jmohler1970/WordExtractor https://github.com/jmohler1970/WordExtractor_demo Introduction We are going to be extracting out HTML from a Word (.docx) file. .docx is an example of an Open Document Format for Office Applications (ODF) file. It is a ZIP of an XML document. By unzipping the file and locating the appropriate XML file, we can process the data an generate HTML Resources https://en.wikipedia.org/wiki/OpenDocument https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-u-z/cfzip.html https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-t-z/xmlparse.html
Repository https://github.com/jmohler1970/Taffy_Verbs Introduction This video is on a newer repository that covers many more verbs and endpoints than the previous. Resources: https://github.com/atuttle/Taffy http://taffy.io/ https://stackoverflow.com/questions/tagged/taffy https://github.com/jmohler1970/Taffy_Verbs
How many beginner developers are out there wondering how to do the most basic things we take for granted?

