Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Dreamweaver or Visual Web Developer?

  1. #1
    Join Date
    Nov 2007
    Posts
    346
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dreamweaver or Visual Web Developer?

    Which one is better Dreamweaver or Visual Web Developer?

  2. #2
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    Personally i like dreamweaver because its made by adobe and even though i don't own it... it makes creating pages simple and easy... some times its a pain in the butt but its a really nice program easy to use... Plus it has coding/visual features...

    Take a 30 day test drive for both...

    Also tell us what your gonna be doing...
    like... do you have coding experience... What type of website your going to be making... stuff like that so we can help you a little more...
    Last edited by Rockonmetal; 12-18-2007 at 10:24 PM. Reason: be instead of we

  3. #3
    Join Date
    Nov 2007
    Posts
    346
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have both of them, and I am making a sport site, http://www.athletes4excellence.com

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Don't use either. WYSIWYG web editors are flawed both inherently and in implementation.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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

    Default

    Dreamweaver. There have been a number of threads recently about Visual Web Designer, each with some problem with adding a script or styling.

    Dreamweaver is, despite what Twey says, a useful tool. HOWEVER, it is only a tool. You are not making a design, nor a "dreamweaver file". You are making CODE, and only code. Dreamweaver generates code, and often there are errors or unusual practices.

    If you do use a WYSIWYG (preview based) editor, there WILL be problems, and you must be able to fix them. For this reason, don't become reliant on it to handle all of the html.

    Here are my tips:
    1. Always work in split view, code and preview (or just code). This will teach you what happens when you add elements and make sure you have an eye on what's going on, not just hoping for the best and letting DW mess up the page in the end.
    2. Be familiar with the code. It's much faster to click a button for a table. But still know what <table> and similar code means, and how to use it.
    3. Use the code view for colored code-- it will help you see the code visually. That's the best part of dreamweaver, though it's also available in simpler applications like Notepad++.
    4. Take advantage (though also be a bit wary) of it's FTP functions. This makes things a lot faster. Open a file, edit, save, and no need to upload to test.
    5. Don't rely on DW's preview. It might be wrong. Just like any other render engine in a browser, it will vary some. Test in Internet Explorer, Firefox, etc. DW is just a preview, not a defining factor.
    6. Most importantly, never think that DW is writing your page for you. At any time you can go in and change/add/delete parts of the source code as you want, exactly as you want.
    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

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by Twey View Post
    Don't use either. WYSIWYG web editors are flawed both inherently and in implementation.
    I agree. If you can't do it in notepad or notepad++ you shouldn't be doing it.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    That's like saying if you want to talk to someone in Icelandic, you can't use a translator. You must learn the language.

    Using the translator is the only way to start with actual communication, but using the translator makes the person lazy. The trick is to balance it.
    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

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    That's like saying if you want to talk to someone in Icelandic, you can't use a translator. You must learn the language.
    Are we talking machine or human translation here? It would be difficult for two people with no understanding of each other's languages to communicate via a machine translator. If you're talking a human translator, then by all means hire someone to do the page for you, but watch out: the market standard is pretty low.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  9. #9
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Thats what this site is here for, isn't it?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    I was talking about a machine translator. Certainly not ideal, but it's a good way to TRY to get something done, if you have no other means. Then again, not a great metaphor anyway, because someone who knows what they are doing can use DW effectively.
    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
  •