Performance improvements in SpreadSheet

There has been considerable improvements in spreadsheet performance. We have done alot of internal code changes to improve this performance. Apart from internal changes we have also exposed something for users. SpreadSheetWrite method and write action of cfspreadsheet tag now takes one more parameter ‘autosize’. By default now all the excel sheets have all their columns expanded and resized once they are written. Column expansion is a very expensive process which if avoided can save some valuable milliseconds. Here is […]

Improvements and Enhancements in SpreadSheet

In the coming release we have made few updates in spreadsheet : 1. Overall performance has improved a lot. Read/write/update/format operations should be faster and consume less memory 2.  SpreadSheetWrite method now takes ’autosize’ parameter. If it is false, columns of output spread sheets wont be resized and users can avoid this expensive operation 3. New methods like SpreadSheetAddPagebreaks(adds page breaks in spreadsheet) and SpreadSheetAddAutofilter(Sets autofilter on the specific sheet) have been added 4. Internally POI has also been upgraded […]

Language Enhancements in ColdFusion Splendor – Member functions

Download the public beta of ColdFusion Splendor from here I started a series of blog posts on language enhancements and covered “Script support for tags“ last week. Continuing on this, today I am going to blog about “Member function” that I hope should interest most of you. Before I get into the details of member functions, here is the list of language features:    Script support for tags Member functions for CF data type/data structure Improved JSON serialization Easy to use CF […]

Language Enhancements in ColdFusion Splendor

Download the public beta of ColdFusion Splendor from here Various enhancements have been added to the core CFML language to provide a better development experience. Script support for CF tags and member functions for CF data structure were long pending feature requests and we are happy to add these two along with a few more enhancements in ColdFusion Splendor (codename). The following list shows the enhancements made in the CFML language: Script support for tags Member functions for CF data […]

Public Beta for ColdFusion and ColdFusion Builder is now available!

In case you haven’t already noticed,the public beta for the major version of ColdFusion codenamed Splendor and for the next major version of ColdFusion Builder Thunder is now available. Here is where you can get access to the public beta for both the products on Adobe Labs – http://labs.adobe.com/technologies/coldfusion/ You can quickly go over what’s new in ColdFusion Splendor here. There are also a couple of videos on the video tab that gives you a quick introduction to what’s new in […]

ColdFusion 10 Update 13 released

ColdFusion 10 Update 13 is now available. This update introduces support for OS X 10.9 Mavericks. It fixes the web server connector issue on OS X 10.9 reported as bug #3653076. Users who are on OS X 10.9 or who plan to upgrade to 10.9 should apply this update. Users on other platforms need not apply this update. For further details you may refer this technote.

Team CF Advance – Dedicated to build open source solutions for ColdFusion

You may be aware of a new community initiative happening to promote, create and manage open source solutions for ColdFusion. This team directly addresses one of the key challenges that ColdFusion has when compared other competing technologies. There more than 100 developers already churning out interesting open source solutions as a part of Team CF Advance. If you are interested to join the team, drop a note to Denard Springle – denard.springle@gmail.com or use their signup form available here. Happy […]

trycf.com – Excellent learning initiative for ColdFusion

trycf.com is a new learning initiative by Abram Adams. The idea of the portal is to offer tutorials for new or beginner level ColdFusion developers with interactive tutorials using which you can type in CFML code on the browser and see the results live! This is a great way to quickly learn the CFML programming without having to download ColdFusion.  What’s more, Abram Adams also has a contest running right now where the you, the ColdFusion community, can help take […]

Unsafe random bit generation algorithms

ColdFusion Enterprise installation includes FIPS compliant RSA BSAFE JCE Crypto Provider. Default algorithm used by this library for random number generation is ECDRBG (A variant of Dual Elliptic Curve).  RSA has released an advisory regarding same (ESA-2013-068) listing unsafe random bit generation algorithms.  ColdFusion sets the default random number generator algorithm to FIPS186Random (JVM argument -Dcoldfusion.jsafe.defaultalgo=<algorithm>) which is completely safe to use.  So good news is by default your ColdFusion 10 installation is secure. Note that CrypotJ libraries are not […]

ColdFusion 10 Mandatory Update refreshed

We updated the ColdFusion 10 Mandatory Update bits on Nov 21, 2013. This has been done to implement certain internal changes in the code signing mechanism. Users who are on ColdFusion 10 Update 8 and above are not affected by this change. They need not reapply the Mandatory Udpate. Users on Update level 7 and below can follow this article to reapply the Mandatory Update. Users on a new ColdFusion 10 installation (build number 282482 or 283922)  should apply the Mandatory Update. Users […]

New Security Update Available for ColdFusion 9.0, 9.0.1, 9.0.2 and 10

New security update is available for coldfusion versions 9.0, 9.0.1, 9.0.2 and 10.0. This hotfix addresses the security issues specified in the technote here. Here is the link to the security bulletin for this hotfix. It also includes few important bug fixes for coldfusion 10 as specified here. We recommend locking down your server by following the lock down guide and disable unused features in the production environments. 

ColdFusion case study: ITRX Corp.

One of the world’s leading open-source research websites was experiencing performance issues because increasing volumes of data were taxing the system’s available memory. To solve the problem, the Social Science Research Network (SSRN) called on ITX Corp., an IT solutions provider. ITX rebuilt the site using Adobe ColdFusion, which helped eliminate memory problems, cut development times through the reuse of modularized code, and streamline SSRN’s web technology infrastructure.   “Not only did the upgrade to 64-bit Adobe Cold Fusion help […]