Monday, July 13, 2009

ColdFusion Builder (Bolt) Public Beta Released


Adobe® ColdFusion® Builder™ is the highly-anticipated first ColdFusion IDE offered by Adobe. Adobe ColdFusion Builder is an Eclipse based IDE for ColdFusion development that is deeply integrated with ColdFusion 9. Now you can manage your entire ColdFusion development cycle from concept to production all in one easy to use tool.

ColdFusion Builder is now available as part of public beta. Check out http://labs.adobe.com/technologies/coldfusionbuilder/


ColdFusion 9 Public Beta Released



ColdFusion 9 is now available as part of public beta.

Check out http://labs.adobe.com/technologies/coldfusion9/



Monday, February 18, 2008

Making the bottom labels as vertical

 
Here is a cool method from Ray to make the bottom labels on a chart to show vertically on the graph instead of horizontal.
 
 
Use the built in chart editor(CF_HOME\charting\webcharts.bat)And just change the XAxis/Style/Label/Orientation setting to Vertical.
The xml would look like this:
 
<frameChart>
<xAxis>
<labelStyle orientation="Vertical"/>
</xAxis>
</frameChart>
 
 
 
Passing this onto chart, it looks like below:

Here is how the original horizontal one looks:

You also have options for Slanted, here is an example of Slanted:

 
 

Monday, February 04, 2008

ColdFusion 9 Survey

Hi,
 
As a part of the research for Centaur (ColdFusion 9) , we have created these two surveys . 
 
Adobe ColdFusion Survey
 
Platform and Vendor Support
 
Please take some time out to fill up the surveys.
 
 
Thanks,
-ahamad 
 

Monday, December 03, 2007

ColdFusion 8 Cumulative Hot Fix 2 Available

The  second ColdFusion 8 cumulative hot fix pack has been released. This hot fix contains the 7 fixes from hot fix 1, plus 14 additional fixes.