Friday, December 18, 2009

CF Builder Beta 3 Released

CF Builder Beta 3 has been posted on Adobe Labs. Check it out.

http://labs.adobe.com/technologies/coldfusionbuilder/

Tuesday, October 6, 2009

ColdFusion Builder Docs

Hi, Find here the docs for ColdFusion Builder(beta)

Using Adobe ColdFusion Builder -
http://help.adobe.com/en_US/ColdFusionBuilder/Using/index.html

Installing Adobe ColdFusion Builder -
http://help.adobe.com/en_US/ColdFusionBuilder/Installing/index.html

ColdFusion 9 Documentation

Hi, The ColdFusion 9 Documentation is available online, check out the
following links.

Installing Adobe ColdFusion 9 -
http://help.adobe.com/en_US/ColdFusion/9.0/Installing/index.html

Adobe ColdFusion 9 CFML Reference -
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html

Configuring and Administering Adobe ColdFusion 9 -
http://help.adobe.com/en_US/ColdFusion/9.0/Admin/index.html

Developing Adobe ColdFusion 9 Applications -
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/index.html

ColdFusion 9 ActionScript Language Reference -
http://help.adobe.com/en_US/AS3LCR/ColdFusion_9.0/

ColdFusion 9 Released!!!

Adobe has released the latest version of ColdFusion 9. Check out here...

http://www.adobe.com/products/coldfusion/

Also, check out the ColdFusion Builder beta — An Eclipse based IDE for
ColdFusion development that is deeply integrated with ColdFusion 9.

http://labs.adobe.com/technologies/coldfusionbuilder/

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/


Wednesday, March 18, 2009

cfpdf add watermark example

With the cfpdf tag you can add/delete watermarks for pdf's.

Here is a very simple example to add a water mark to a pdf.

<cfpdf
action = "addwatermark"
source = "c:\temp\source1.pdf"
image = "c:\temp\image1.jpg"
foreground = "yes"
isBase64 = "yes"
overwrite = "yes"
pages = "1"
password = "mypwd"
rotation = "45"
showonprint = "yes">
destination = "c:\temp\desti1.pdf"
>

Wednesday, November 19, 2008

Bolt - The New ColdFusion IDE

Hi,

This is out!!! A new ColdFusion IDE has been announced at MAX 2008 in day 2 key note. This Eclipse based IDE for ColdFusion development has been codenamed as “Bolt”.

Features of Bolt

• Object Relational Mapping auto-configuration

• Application Code Generation

• Server management

• Easily extensible through the Eclipse framework

• CFML, HTML, Javascript, and CSS Syntax Highlighting

• Code assist for tags, functions, variables, and components

• Code folding

• Snippet creation and management

• Outline viewing

• RDS Explorer for files and databases

• Line-level Debugging

More features to come…

Join the Bolt Prerelease Program - http://www.adobe.com/go/boltprerelease

Friday, September 19, 2008

Latest jpedal.jar for cfprint issue

The latest jpedal.jar is updated to fix the cfprint issue.

http://www.adobe.com/go/kb405588

Issue

When using CFPRINT to print a PDF with bitmap (.bmp) images, a border is created around the outside of the image

Solution

  1. Stop ColdFusion.
  2. Go to the appropriate directory for your installation:
    • Server Edition: cf_root\lib
    • Multi-Server Edition: cf_root\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib
  3. Backup the jpedal.jar.
  4. Download the updated jpedal.jar and save it to the location listed in step 2.
  5. Restart ColdFusion.

 

Wednesday, August 6, 2008

New CF Bloggers

Few members of the coldfusion team have started blogging.

 

Jayesh - http://askjayvir.blogspot.com/ 

 

Sandeep - http://sandeepp.org/blog/