Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: WYSIWYG Web Authoring Tools, Do we need them?

  1. #1
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default WYSIWYG Web Authoring Tools, Do we need them?

    Hi all,

    I was thinking about the relevance of the WYSIWYG web authoring tools like Macromedia DreamWeaver or Adobe GoLive. The problem I want to point out is the layout developed based on WYSIWYG need not work perfectly all the time using any of this kind of editor in all browsers. While you develop the page in the preview of the web authoring tool you'll get the output as you wanted but once you load the page in browsers like IE, FF, NN, Opera, etc the layout and design need not be the one you wanted.

    The vendors are claiming that people can deliver websites without knowing anything about HTML or any other technology but i found that difficult to believe.

    I prefer to hand code using a text editor like em editor or editpad lite. I would like to know your valuable opinion about this topic.

    Regards

    Code Exploiter

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I really like using dreamweaver.
    It's code-coloring function is great... it makes typing php out a lot faster.
    Though, that's not exactly on topic.

    Note that I said "using" dreamweaver, not "relying upon".
    People only using a WYSIWYG editor with no knowledge of html are screwed when it, as it always does, does something wrong.

    But, there are a nice tool to get a live preview of what you're doing (just generally so you can visualize it), and to make doing things a lot faster. They're NOT a good thing to use to test javascript, php, css, or anything else like that. But they're fine for basic html, and they do make your life easier.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    If you are looking for a PHP IDE you can try any one of the following:

    http://www.phpeclipse.de/tiki-view_articles.php - Eclipse for PHP

    http://www.zend.com/ - Zend PHP IDE

    I don't think DreamWeaver has the features supported by the above two IDEs.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    WYSIWYG editors are fine for folks who don't know anything about code. If you don't go overboard, they produce code that will play well in most modern browsers. It may be a bit bloated, have backward and froward compatibility issues and even be invalid according to current standards but, for the most part it will work.

    If you decide to 'get under the hood' and code using a text editor of some sort, you better get to know HTML, css and whatever other languages you are using or else you are liable to come up with a result that is inferior to what a WYSIWYG editor will produce.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    NotePad
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  6. #6
    Join Date
    Oct 2006
    Posts
    75
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    im with him ^^^ notepad is great, if ya wanna whip sumthin up quick but most of the stuff on my webpage is frm dreamweaver, just for the color coding WYSIWYG is for lazy people lol

  7. #7
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    just for the color coding WYSIWYG is for lazy people
    Well, colour coding can help sometimes if you have a very long code and you like to see it visually, so you don't get confused.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    What's wrong with being lazy?
    It could also be called efficient, saving time so we have more time to learn more, and do more.
    Is that lazy?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #9
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Imagine if everyone in this world was lazy.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  10. #10
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Things would get done twice as fast.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •