Not sure if this is useful buuuut...

I only briefly dived into UD and reverted straight back to the
Dreamweaver/Firweorks/CFStudio combination and to be honest nowadays I
really only use Cfstudio with Fireworks. Dreamweaver is only ever lightly
touched.

The reasons are primarily to do with the stages involved in site
development. Develop the functional site, then test and get the functional
site signed off. Then a graphic artist will create the artwork for the
site using firworks, which I will then plug into the functional site. 

As I develop using the fusebox method, I end up with a phenomenal number
of files. I am focused completely on the process flow I am attempting to
develop (i.e. insert, update, delete, list an who's who entry). 

This means I am usually working in a file which contains no header or body
tags and may only contain a include of a select query file and the output
of the query information inside a table who's appearance is determined by
a style sheet. Say like this....
<!---
|| BEGIN FUSEDOC ||
|| RESPONSIBILITIES ||
I display the set of available sections to a user and enable a user to
administer select a section to be edited.
|| HISTORY ||
Author: [EMAIL PROTECTED]
|| ATTRIBUTES ||
--> RFA.editSectionProperties : Action used to edit the properties for a
section.

+++ qry_select_sections.cfm
|| END FUSEDOC ||
--->
<cfinclude template="qry_select_sections.cfm">

<h2>Select section to edit:</h2>
<table>
<tr><th>Section</th><th>Actions</th></tr>
<cfoutput query="qry_select_sections">
<tr><td>#title#</td><td><a
href="index.cfm?fuseaction=#RFA.editSectionProperties#&section=#section#">Edit</a></td></tr></cfoutput></table>You
 will probably find that a lot of CF'ers work in this fashion. Wherewould Dreamweaver 
or UD help in this instance?Adam-----Original Message-----From: Teschmacher, Lawrence 
[SMTP:[EMAIL PROTECTED]]Sent:   Tuesday, January 09, 2001 8:15 PPMTo:   
CF-TalkSubject: Dreamweaver UltraDev 4.0 and Cold FusionI would like to get some 
feedback regarding Macromedia�s DreamweaverUltraDev 4.0 and it�s CF support.In 
particular, I am interested in finding out how the tool is perceivedwithin the CF 
developer community, why you choose to use or not use thetool, and what are it�s 
strengths and weaknesses in terms of building CFwebapplications.  Additionally, I 
would like to find out your thoughts on theCF code that UltraDev generates.  Is it 
close to what you would haveauthored by hand?Please respond to me directly, any 
feedback is greatly appreciated.-          Lawrence Teschmacher-          Sr. Software 
Engineer-          Macromedia Dreamweaver UltraDev
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to