Ted Roche wrote: > On Wed, Apr 7, 2010 at 12:36 PM, Ken Kixmoeller f/h > <[email protected]> wrote: >> I teach DreamWeaver, and technical people commonly struggle with it >> because they always want to dig into the code directly. >> > > This is the challenge for many web sites I work with: you want > designers to design the _appearance_ of the site, but a web developer > to write the _code_ to generate that appearance. It's a difficult > teaching point to get the owners to understand that they are not > paying to having it done twice....In > no case do I think a product like Dreamweaver or FrontPage should be > generating production web sites.
In no case should FrontPage be used for *anything* (ever). The HTML it produces is so wacky, so non-compliant, so "out there" that cleaning it up requires way more time than you save by using it. I use DW to: -- prototype the aesthetics of active sites -- tweak CSS layouts -- build static sites (yes, some folks still want them). Since I have been doing PHP lately, I have been using the Zend development environment. It is more consistent with how I work than other PHP environments I have tried. Ken _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

