I released a few extensions for CF, nothing earthshaking, just small tools
that add some functionalities that I feel were missing from DW:

The ability to handle request variables from the Binding panel ha been
requested for ages, so here it is:
[url]http://www.massimocorner.com/dreamweaver/coldfusion/cf_request_var.mxp[/url]


If you use DW's SBs, you can accidentally "move down" CFML code that needs
to
stay at the very top of the page. The only solution is to create a SB that
recognize the code and keep it in its place.

This is especially important for <cfprocessingdirective> since it must be
within the first 4096 bytes of a page. The extension below solve this issue
and also include a site report that identify files missing a
cfprocessingdirective tag and potential conflicts between
cfprocessingdirective and meta tags
[url]http://www.massimocorner.com/dreamweaver/coldfusion/cf_pagencoding.mxp[/url]

The same position issue may annoy you with <cfimport>, so I wrote this:
[url]http://www.massimocorner.com/dreamweaver/coldfusion/cf_import.mxp[/url]


----------------------------
Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
[url]http://www.massimocorner.com[/url]
----------------------------