View Poll Results: Which is better?

Voters
2. You may not vote on this poll
  • Macromedia Dreamweaver

    1 50.00%
  • Microsoft Web Expression

    0 0%
  • Microsoft Office FrontPage 2003

    1 50.00%
Results 1 to 9 of 9

Thread: Which Website Design Software Is The Best?

  1. #1
    Join Date
    Feb 2007
    Posts
    145
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Exclamation Which Website Design Software Is The Best?

    I use Microsoft Front page 2003 for designing and manging my website. but i heared that in 2006 microsoft discontinued it and made two new products called Web expression and Share point server. I know how good Macromedia dreamweaver is and i was wondering wether i should buy Microsoft web expression or Macromedia Dreamweaver?

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    My opinion isn't in the poll. Notepad (or Notepad ++) is; at least I find, the best for website design/programming. Then again, I'm old school and don't like to use WYSIWYG editors.

    Sorry.
    Last edited by thetestingsite; 02-21-2007 at 03:52 PM.

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

    Default

    WYSIWYG editors are flawed in concept, and usually introduce so many errors into code that it takes a good knowledge of HTML, CSS and Javascript to fix them anyway. Factor in the amount of time and effort spent doing so, and you're better off having never used the WYSIWYG editor in the first place.

    Stick with a text editor. Most of them are free, too.
    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!

  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

    If I have to choose an application by a big name software company it would be:

    Notepad

    - John
    ________________________

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

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

    Default

    Dreamweaver is the best of those, and arguably of the WYSIWYG editors.
    However, few people who do use WYSIWYG editors know enough about the code to fix it when the WYSIWYG editor causes problems, so it ends up being more trouble than help.

    Front page is just terrible for compatibility.

    Anyway, the answer is HTML.

    These programs, and even notepad, just let you generate (by hand or automatically) html.... so... whatever helps you get the right html is fine. As long as it IS right, and frequently, WYSIWYG editors work you into a corner with oddly invalid html that is more of a pain to fix than it would be to just write by hand.
    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

    Notepad here too

    Quote Originally Posted by djr33 View Post
    These programs, and even notepad, just let you generate (by hand or automatically) html.... so... whatever helps you get the right html is fine. As long as it IS right, and frequently, WYSIWYG editors work you into a corner with oddly invalid html that is more of a pain to fix than it would be to just write by hand.
    So are you saying I can't produce php or JS or C++ in notepad? Bah!
    {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

    well.... saying "text" wouldn't make much sense.
    But.... let HTML represent all things like it... use DHTML+ if you'd like... css, JS, php, and... yes, if you'd like... C++.
    Perhaps I should have said code.

    But the OP is clearly interested in html, so that's why I responded specifically about that.
    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
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Okay, so your statement was a broad category, not a specific one. Sorry for the misunderstanding.
    {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

  9. #9
    Join Date
    Oct 2006
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Notepad.

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
  •