HighDots Forums  

Can Dreamweaver edit pre-existing web-sites?

alt.html alt.html


Discuss Can Dreamweaver edit pre-existing web-sites? in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
patrick j
 
Posts: n/a

Default Can Dreamweaver edit pre-existing web-sites? - 04-28-2008 , 07:01 PM






Hi

Very soon I'm going to be joining a group of people working together on a
project. My role will be to create the web-site.

I normally just write the HTML and CSS myself using a text editor, in my
case BBEdit.

I think that the rest of the group are going to ask me if the web-site I
create could be easily edited with Dreamweaver. The answer to this I don't
know. I've never used Dreamweaver so I don't know if it can go to
pre-existing web-sites and edit them.

Maybe there is something I might need to include in the HTML to assist
Dreamweaver?

Thank you for any assistance you might be able to give.

--
Patrick - Brighton, UK
If you wish email me from my web-site: <http://www.patrickjames.me.uk>


Reply With Quote
  #2  
Old   
Patricia Aldoraz
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 01:23 AM






On Apr 29, 10:01 am, patrick j <usemywebs... (AT) gmail (DOT) com> wrote:
Quote:
Hi

Very soon I'm going to be joining a group of people working together on a
project. My role will be to create the web-site.

I normally just write the HTML and CSS myself using a text editor, in my
case BBEdit.

I think that the rest of the group are going to ask me if the web-site I
create could be easily edited with Dreamweaver. The answer to this I don't
know. I've never used Dreamweaver so I don't know if it can go to
pre-existing web-sites and edit them.

Maybe there is something I might need to include in the HTML to assist
Dreamweaver?

Just make a good website, there is nothing else to be done. If they
can edit anything with dw, they will be able to edit it.


Reply With Quote
  #3  
Old   
Andy Dingley
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 05:40 AM



On 29 Apr, 01:01, patrick j <usemywebs... (AT) gmail (DOT) com> wrote:
Quote:
Maybe there is something I might need to include in the HTML to assist
Dreamweaver?
Web site or meta-web site?

Is you mean "bucket of HTML", then DW will edit this happily enough.

If you mean "Well-designed site, with a well thought-out meta-
structure behind it, such that simple CSS can be applied simply to a
simple structure", then an inexperienced DW pilot will trash it in
short order, probably doing something horrible to it like converting
it to a mess of absolutely positioned <div>s and superfluous JS
rollovers. The experience necessary for the DW jockey to not do this
is roughly comparable to the experience necessary to start seeing DW
as a hindrance more than a help and to stop using it.

If I'm in this position, I either set up a wiki (or blog) instead, or
else I make my excuses and leave. Only thing worse than DW shoving
itself in here would be FrontPage doing it (which will actively trash
your code, whereas DW only does it on request).


Reply With Quote
  #4  
Old   
Jim Moe
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 12:48 PM



On 04/28/08 05:01 pm, patrick j wrote:
Quote:
Very soon I'm going to be joining a group of people working together on a
project. My role will be to create the web-site.

I think that the rest of the group are going to ask me if the web-site I
create could be easily edited with Dreamweaver. The answer to this I don't
know. I've never used Dreamweaver so I don't know if it can go to
pre-existing web-sites and edit them.

If you write pure HTML/CSS, no problem (except, as noted, inexperienced
DW users munging the code).
If you use any kind of server-side scripting, then no.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Reply With Quote
  #5  
Old   
Mark Jones
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 01:13 PM



Jim Moe wrote:
Quote:
On 04/28/08 05:01 pm, patrick j wrote:

Very soon I'm going to be joining a group of people working together
on a project. My role will be to create the web-site.

I think that the rest of the group are going to ask me if the
web-site I create could be easily edited with Dreamweaver. The
answer to this I don't know. I've never used Dreamweaver so I don't
know if it can go to pre-existing web-sites and edit them.

If you write pure HTML/CSS, no problem (except, as noted,
inexperienced DW users munging the code).
If you use any kind of server-side scripting, then no.
Dreamweaver can do all of those quite well and it allows you
to keep a code window open so you can do manual editing
whenever you want to.




Reply With Quote
  #6  
Old   
patrick j
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 04:09 PM



On Apr 29, 2008 Mark Jones wrote:

Quote:
Jim Moe wrote:

If you write pure HTML/CSS, no problem (except, as noted,
inexperienced DW users munging the code).
If you use any kind of server-side scripting, then no.

Dreamweaver can do all of those quite well and it allows you
to keep a code window open so you can do manual editing
whenever you want to.
Hi

Can Dreamweaver edit a site that is pre-existing and using server-side
scripting?

In my case this would be PHP.

Thank you.


--
Patrick - Brighton, UK
If you wish email me from my web-site: <http://www.patrickjames.me.uk>



Reply With Quote
  #7  
Old   
Mark Jones
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 07:23 PM



patrick j wrote:
Quote:
On Apr 29, 2008 Mark Jones wrote:

Jim Moe wrote:

If you write pure HTML/CSS, no problem (except, as noted,
inexperienced DW users munging the code).
If you use any kind of server-side scripting, then no.

Dreamweaver can do all of those quite well and it allows you
to keep a code window open so you can do manual editing
whenever you want to.

Hi

Can Dreamweaver edit a site that is pre-existing and using server-side
scripting?

In my case this would be PHP.
It does not have any method for directly handling PHP that
I am aware of. It id able to work with Cold Fusion.

The PHP can always be viewed in the text editing window
and the processing can be checked directly in you browser.
I tend to prefer to write all of my CF code manually instead
of letting DW do any of it.




Reply With Quote
  #8  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 07:39 PM



On Apr 28, 8:01 pm, patrick j <usemywebs... (AT) gmail (DOT) com> wrote:
Quote:
I normally just write the HTML and CSS myself using a text editor, in my
case BBEdit.
...I've never used Dreamweaver so I don't know if it can go to
pre-existing web-sites and edit them.
If you can do it in BBEdit, you can do it in Dreamweaver. It's just a
text editor.


Reply With Quote
  #9  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 07:41 PM



On Apr 29, 1:48 pm, Jim Moe <jmm-list.AXSPA... (AT) sohnen-moe (DOT) com> wrote:
Quote:
If you write pure HTML/CSS, no problem (except, as noted, inexperienced
DW users munging the code).
If you use any kind of server-side scripting, then no.
Maybe I missed something. Why would they not be able to use
dreamweaver if there is server scripting?


Reply With Quote
  #10  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Can Dreamweaver edit pre-existing web-sites? - 04-29-2008 , 07:50 PM



On Apr 29, 8:23 pm, "Mark Jones" <noem... (AT) mindspring (DOT) com> wrote:
Quote:
Can Dreamweaver edit a site that is pre-existing and using server-side
scripting?
In my case this would be PHP.
It does not have any method for directly handling PHP that
I am aware of. It id able to work with Cold Fusi
Dreamweaver can do that. From Dreamwaever help:

"If you plan to develop dynamic pages, Dreamweaver needs the services
of a testing server to generate and display dynamic content while you
work. The testing server can be your local computer, a development
server, a staging server, or a production server."


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.