Discuss Kompozer vs. Dreamweaver? in the Web Design Help forum on Dev Shed. Kompozer vs. Dreamweaver? Web Design Help forum discussing topics such as video editing, audio editing, animation, etc. This is also the place to get recommendations on preferred web authoring tools.
Posts: 28
Time spent in forums: 4 h 41 m 2 sec
Reputation Power: 0
Tools - Kompozer vs. Dreamweaver?
Hello,
I see Dreamweaver mentionned every time a newbie is looking for a WYSIWYG HTML editor, and I was wondering what features it offers over less well-known alternatives like Kompozer.
The problem is that I need a list of major (ie. truly useful) features as compared to the main alternatives in a matrix so I can tell what the major points are for each product at a glance.
Quote:
Originally Posted by MrFujin
For what I can see, some of the differences are:
Thanks for the items. I'll go ask in the forum what those features really do and why they are useful.
Quote:
Originally Posted by MrFujin
But there are a lot of different products on the market. You (the Designer/coder) have to see which features are needed and then make a choice.
I only write web pages once in a while, so I don't really know what the major products do, but I still need to advise a user about an HTML editor.
I just want to make sure Dreamweaver and other commercial products are worth the money over free alternatives like Kompozer.
Quote:
Originally Posted by MrFujin
Have you looked at the other threads on this forum about this topic?
The only thread I found with "best editor comparison" is one on CMS, while I was looking for up-to-date information that would compare the top five products so I can make an informed choice without spending too much time on this.
Posts: 19,831
Time spent in forums: 6 Months 1 Day 19 h 40 m 35 sec
Reputation Power: 4192
I wouldn't recommend DreamWeaver for a newbie. In my opinion, taking the time to learn HTML 4 and and basic CSS is a much better investment. (Yes, I know HTML5 is the big thing right now, but using it well requires quite a bit of skill. Besides HTML5 isn't particularly relevant to this discussion, because as far as I know, WYSIWYG editors don't support it yet anyway.) The code created by WYSIWYG (what you see is what you get) editors is almost always pretty awful. Actually learning the code allows you to code things the best way the first time and allows you to have some idea of what to do when things don't go as you expect the first time.
This will probably sound preachy, but WYSIWYG editors violate good web development practices by their very nature. HTML and XHTML are not presentation languages. Their purpose is to give structure and added meaning to content. CSS is then used add a presentational layer to those documents -- to make them look nice. WYSIWYG editors can't tell when something should be marked up as an unordered-list (<ul>), a heading (e.g. <h2>), or some emphasized text (<em>).
__________________
Spreading knowledge, one newbie at a time. I'm available for hire at Dynamic Site Solutions.
Posts: 47
Time spent in forums: 17 h 13 m 24 sec
Reputation Power: 3
Basically the Dreamweaver is highly featured editor for create web based application. It also contains WYSIWYG interface, CSS and Javascript support. While Kompozer also supports same features like Dreamweaver. It has also FTP support. So you can directly publish your web document from your computer on internet. The Dreamweaver is little bit costly. But Kompozer is cheaper than Dreamweaver.
Posts: 49
Time spent in forums: 16 h 6 m 55 sec
Reputation Power: 3
Dreamweaver cost much $$$$
Kompzer is free.
Dreamweaver can integrate with other Adobe products (photoshop, fireworks, flash, etc.)
But is not a light work software, likes to use your ram.
I agree w/ Kravvitz learn how to code and you can use any free editor.
This is my experience: people who use wysiwyg editors, I end up having to clean up the code. Lots of extra coding inserted. Example: when you use wysiwyg to change the font and color.
All the changes (former old code for the font, color, style) all remain. I can tell how many times the user changed the font by seeing all the previous code left behind.
This would never pass validation.