473,396 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Dreamwaver

Hi,

What's the difference between Dreamwaver and Adobe GoLive CS2. Which
one is better? Thanks.

Oct 6 '05 #1
11 1685
yi*************@gmail.com said the following on 10/6/2005 7:08 PM:
Hi,

What's the difference between Dreamwaver and Adobe GoLive CS2.
It's the same difference as the difference between someone asking a
javascript question in a javascript forum and someone asking a
javascript question in a recreational woodworking forum.

Which one is better?

Both produce bloated/invalid HTML so what difference does it make?
Thanks.


Sure.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Oct 6 '05 #2
> Both produce bloated/invalid HTML and scripts ....

"Randy Webb" <Hi************@aol.com> wrote in message
news:q_********************@comcast.com...
yi*************@gmail.com said the following on 10/6/2005 7:08 PM:
Hi,

What's the difference between Dreamwaver and Adobe GoLive CS2.


It's the same difference as the difference between someone asking a
javascript question in a javascript forum and someone asking a
javascript question in a recreational woodworking forum.

Which one is better?

Both produce bloated/invalid HTML so what difference does it make?
Thanks.


Sure.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly

Oct 6 '05 #3
On Thu, 06 Oct 2005 16:08:08 -0700, yingjian.ma1955 wrote:
Hi,

What's the difference between Dreamwaver and Adobe GoLive CS2. Which
one is better? Thanks.


You'd be better off learning html and using vi or notepad. Doing it
manually is quicker and less painful to debug, not to mention less
expensive.

--
Jafar Calley
SysAdmin - http://moonlife-records.com
--------------------------------------
See the latest Mars and Saturn images
http://fatcat.homelinux.org

Oct 7 '05 #4
> What's the difference between Dreamwaver and Adobe GoLive CS2. Which
one is better? Thanks.

Tim Berners-Lee intended HTML to be a program generated language, not a
handcoded one so take what these other guys say with a grain of salt.
I have not used the Adobe product but have found Dreamweaver to be
great for managing my sites. Having said that, I must admit that I do
hand code most of my HTML and all of my PHP and Javascript. What
Dreamweaver helps at is completing parameter lists, obscure HTML
syntax and DOM elements. What it excels at is site management and
integration.

I would never buy Dreamweaver for full price though. Get it on ebay or
some such. For $400 you expect a program to be relatively bug free.
Dreamweaver is full of nasty little bugs, some of which (as of MX 2004)
simply crash the program.

Bob Gulian

Oct 7 '05 #5

bg*****@gmail.com wrote:
What's the difference between Dreamwaver and Adobe GoLive CS2. Which
one is better? Thanks.

I have not used the Adobe product but have found Dreamweaver to be
great for managing my sites.


Having had to fix code generated by DW and code generated by ADL, I'll
take DW every time.
I've never seen so much bloated, obfuscated, unneeded crap generated by
an IDE. I was thinking about getting it until someone needed help
modifying javascript validation generated by it. Oh. My. God.
No thanks.
If you must use an IDE, use DW.

I use DW for its site management capabilities and the dual pane view
between the preview and the code, but nearly all my code is hand-done.
It's great to drag and drop components (especially tables), as it means
less typing, but be aware that you better know how to fix the crap that
gets added in. ;)

Oct 7 '05 #6
> You'd be better off learning html and using vi or notepad. Doing it
manually is quicker and less painful to debug, not to mention less
expensive


I'm sure that handcoding is "better" but do you really think that its
faster? Do you have experience that developing in dreamweaver is slower
than by hand or do you just say that to make you feel better about your
choice to code by hand.
Oct 8 '05 #7
Oliver Saunders said the following on 10/8/2005 4:59 AM:
You'd be better off learning html and using vi or notepad. Doing it
manually is quicker and less painful to debug, not to mention less
expensive

I'm sure that handcoding is "better" but do you really think that its
faster? Do you have experience that developing in dreamweaver is slower
than by hand or do you just say that to make you feel better about your
choice to code by hand.


By the same token, is your opinion based on past/current use of Dreamweaver?

And yes, I have experience attempting to develop with Dreamweaver and
then spending countless hours straightening out code that it spit out.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Oct 9 '05 #8
Randy Webb schrieb:
Oliver Saunders said the following on 10/8/2005 4:59 AM:
You'd be better off learning html and using vi or notepad. Doing it
manually is quicker and less painful to debug, not to mention less
expensive


I'm sure that handcoding is "better" but do you really think that its
faster? Do you have experience that developing in dreamweaver is
slower than by hand or do you just say that to make you feel better
about your choice to code by hand.

By the same token, is your opinion based on past/current use of
Dreamweaver?

And yes, I have experience attempting to develop with Dreamweaver and
then spending countless hours straightening out code that it spit out.


I would say, it depends on the way you're using DW. I really like DW for two
things: Doing fast development of a sites baselayout and using the
DW-Template-System for medium-sized sites (too large to use pure hand-coded
pages and too small for using a CMS).

So when I'm developing the base-layout, I'm doing it on DW and when i'm lucky
with the look, I'm cleaning the code by hand (although the DW-HTML-code is
really good for a WYSIWYG - but JS is really bad) and building the templates (by
hand too). So I can be sure that even non-professionals can work with the
templates and build/actualize the pages without destroying my work.

greetings,

martin
Oct 9 '05 #9
Martin Kurz said the following on 10/9/2005 4:04 PM:
Randy Webb schrieb:
Oliver Saunders said the following on 10/8/2005 4:59 AM:

You'd be better off learning html and using vi or notepad. Doing it
manually is quicker and less painful to debug, not to mention less
expensive

I'm sure that handcoding is "better" but do you really think that its
faster? Do you have experience that developing in dreamweaver is
slower than by hand or do you just say that to make you feel better
about your choice to code by hand.

By the same token, is your opinion based on past/current use of
Dreamweaver?

And yes, I have experience attempting to develop with Dreamweaver and
then spending countless hours straightening out code that it spit out.

I would say, it depends on the way you're using DW. I really like DW for two
things: Doing fast development of a sites baselayout and using the
DW-Template-System for medium-sized sites (too large to use pure hand-coded
pages and too small for using a CMS).


I have used it in all three ways (or rather attempted to) and have found
out that by creating my own templates by hand, I don't have to worry
with them anymore. But, when I open a base template in DW, it decides to
"fix" my HTML and I am back where I started. Hence, I don't use it. Some
of the people I work with live by it, but, they don't even know what
HTML stands for much less how to write it.

And it goes without saying that DW's ready made scripts are better off
in the trash can than in any page - inter or intra net.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Oct 9 '05 #10
Randy Webb schrieb:
I would say, it depends on the way you're using DW. I really like DW
for two
things: Doing fast development of a sites baselayout and using the
DW-Template-System for medium-sized sites (too large to use pure
hand-coded
pages and too small for using a CMS).

I have used it in all three ways (or rather attempted to) and have found
out that by creating my own templates by hand, I don't have to worry
with them anymore. But, when I open a base template in DW, it decides to
"fix" my HTML and I am back where I started. Hence, I don't use it. Some
of the people I work with live by it, but, they don't even know what
HTML stands for much less how to write it.

And it goes without saying that DW's ready made scripts are better off
in the trash can than in any page - inter or intra net.


Strange, in what way did DW changed the code? I'm using DW this way since DW 4,
never noticed something like this in DW4, MX od MX2004. DW never changed any
code i've prepared by hand (at least without asking me before or getting the
order to do so). Even when giving some irregular code (or at least something DW
thinks it's irregular), i'm allways just getting the note, that there might be a
problem, but it's not changed when I'm ignoring this. But i don't remember if
there's a default for imported code handling i maybe changed...

But for quality reasons, hand-coding is surely allways the best choice (if all
people working on the site exactly know what they're doing).

greets,

martin
Oct 9 '05 #11

Randy Webb wrote:

I have used it in all three ways (or rather attempted to) and have found
out that by creating my own templates by hand, I don't have to worry
with them anymore. But, when I open a base template in DW, it decides to
"fix" my HTML and I am back where I started.


You can turn that "feature" off.
I know I do.

Nikki

Oct 10 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Felix Leung | last post by:
Dear all, I have an Traditional Chinese version of Win 2000 web Server, and not able to collect Simplified Chinese via ODBC to MS Access with ASP. All I got from MS Access is a not readable...
4
by: K | last post by:
I've an XML file in UTF-8. It contains some chinese characters ( both simplified chinese and traditional chinese). In loading the XML file with MSXML parser, I used the below code to retrieve...
1
by: rered | last post by:
Hi all, Im developing website using asp.net and ms sql server in dreamwaver. What I want to ask is how / what code do I need to use to connect from dreamwaver to ms sql server. Im new in asp.net...
2
by: Anupam | last post by:
Hi, I have defined the Schema for XML in which there a tag (viz: <doc>) that can contain any HTML tags. Is there an Editor (commercial or otherwise) that would allow me to create the XML with...
5
by: mbyrd1332 | last post by:
Just wondering if any of you knew of a way to trap the <!-- #BeginDate format:Am1 -->April 4, 2006<!-- #EndDate --> (Dreamweaver's Auto-Update-on-Save Date Code) into a PHP variable and still have...
20
by: ridergroov | last post by:
I had this message previously in another group and I was told to try here. Hopefully someone can help out. Site was created in Dreamwaver MX 04 and I cna't figure out why there are so many errors...
2
by: tara99 | last post by:
hi I have uploaded some pictures online but it slow to apear. I was wondering how can I perloade the pictures. I am using dreamwaver to deverop my page. thanks
14
by: luvtopost | last post by:
I am trying to learn PHP and was reading the book by Laura Welling and Luke Thompson. Obviously, PHP is already installed on a server when hosted by an ISP already. Is there a way to just download...
3
by: smartic | last post by:
im having my code by css to make drop down menu but i want to insert my menu into table this is my code : <head> <title>List</title> <style type="text/css"> <!-- body { margin:0; padding:0;...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.