I think it's worth to let people know that avoid using DW's Design View 
doesn't make you save from code corruption. Most documented cases are caused 
by "translators", unfortunately translators run before you load the 
document, and they do no matter if you are in Code view or Design View.

Want to see DW's code corruption in action? Create an xml file containing 
this code, then open it in DW CS 3 or earlier (in Code View, there is no 
Design View for XML):

<?xml version="1.0"?>
<!DOCTYPE galleries [
<!ENTITY galleries SYSTEM
"http://labs.adobe.com/technologies/spry/demos/gallery/galleries/galleries.xml";>
]>
<root>
&galleries;
</root>

As far as I know, this specific case is fixed in DW CS 4. Along the years DW 
has improved a lot on this area, but it's not 100% safe, it will never be.

As for me, I use both DW and Ecplise, most of the time I have both of them 
opened at the same time, sometimes I open TopStyle too :-)

----------------------------
Massimo Foti, web-programmer for hire
Tools for ColdFusion, JavaScript and Dreamweaver:
http://www.massimocorner.com
----------------------------


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306364
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to