CFeclipse Snippets As a programmer you find many times with the need to write the same code again and again for each component or file, or within the same file when defining functions, for example, all have the same format or syntax, you can copy and paste but there are ways More convenient like Snippets, […]
State of the CF Union 2022 Survey Results- 2. Your Environment
Below are the partial results to date for the 2022 State of the CF Union survey. This is the second part of the Survey, about Your Environment. Can you help? If you have a blog, are on a ColdFusion list, LinkedIn, Facebook, Google group please share the survey so that we can get a more […]
State of the CF Union 2022 Survey Results- 1. Server Environment
Below are the partial results to date for the 2022 State of the CF Union survey. This is the first part of the Survey, about the Server Environment. Can you help? If you have a blog, are on a ColdFusion list, LinkedIn, Facebook, Google group please share the survey so that we can get a […]
How One Company Improved Their ColdFusion Security (From Datanapped to Safe)
One day a company much like yours -let’s call them “The Company”- called us to get our help with a serious problem. Someone had hacked into to their ColdFusion server and encrypted all of their important data files. Subsequently, The Company received an email asking for $100,000 to decrypt these files. The Company had been […]
ColdFusion is The Most Secure Programming Language Today
Hey CFers, I am working on proving that ColdFusion is (was and still is…) the most secure Vs. other programming languages. Here’s something I found recently What do the experts say? CVE details I’ve done a little research about which programming language is the most secure. CVE details specify the number of critical vulnerabilities for: […]
ColdFusion Database Performance Tuning
Database Performance Tuning Do you have a slow running application? Have you gone to all extents to make your code run quick? If you don’t have a DBA available to performance tune your database, you can always learn how to do it yourself. There are many ways to improve database performance. This presentation by Nate […]
ColdFusion: Introduction to FusionReactor
This video with Charlie Arehart is an introduction to FusionReactor. FusionReactor is a commercial server monitor developed by Intergral GmbH for monitoring Java application servers such as Tomcat, JBoss. WebSphere and MongoDB, and in particular Adobe ColdFusion, Railo, Lucee, and Flex Data Services. It has been designed to use less than 1% overhead. Since its initial […]
ColdFusion Development: Arrays Structures Multidimensional Arrays and Arrays of Structures
ColdFusion Development Arrays Do you need to store data into a multidimensional array that contains a multidimensional array that contains a structure? What would the logical storage container look like that houses a company’s org chart? In the attached video, you will learn how to create such a complex container, populate it with data, and […]