best html editors

Discussion in 'HTML & Website Design' started by megm, Sep 17, 2008.

  1. #1
    Can some one help me with the best html editors present today...
     
    megm, Sep 17, 2008 IP
  2. SEOnWebDesigning

    SEOnWebDesigning Banned

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Dreamweaver is the best editor.But if you familiar with html well then use notepad.
     
    SEOnWebDesigning, Sep 17, 2008 IP
  3. javaongsan

    javaongsan Well-Known Member

    Messages:
    1,054
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #3
    notepad++ is the best
     
    javaongsan, Sep 17, 2008 IP
  4. Nestrer

    Nestrer Well-Known Member

    Messages:
    1,663
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    135
    #4
    Dreamweaver is the best WYSIWYG HTML editor.
     
    Nestrer, Sep 17, 2008 IP
  5. spicemint

    spicemint Active Member

    Messages:
    194
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Definitely Adobe DreamWeaver

    Regards
    SpiceMint
     
    spicemint, Sep 17, 2008 IP
  6. theivo

    theivo Well-Known Member

    Messages:
    238
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #6
    DreamWeaver is very good and popular , if I need only to edit any of the files - css , html/php code i'm using notepad2 - OS windows
     
    theivo, Sep 17, 2008 IP
  7. shahilroyhere

    shahilroyhere Well-Known Member

    Messages:
    189
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #7
    Ya me too a fan of Dreamweaver. But I also like jEdit. Its a powerful editor on Java Platform and provides many text processin enhancements. I have used it both on Linux and Windows, its tremendously helpfull for programming. Though it doesn't have the uitilities of Dreamweaver, like drag n drop, data binding, auto fill, etc but still jEdit is very powerful for text processings.
     
    shahilroyhere, Sep 18, 2008 IP
  8. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #8
    I'm using phrase 5 and smurltorn for my mac you can use them for everything you want
     
    Sensei.Design, Sep 18, 2008 IP
  9. mindbender89

    mindbender89 Peon

    Messages:
    417
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #9
    mindbender89, Sep 18, 2008 IP
  10. Sunlust

    Sunlust Active Member

    Messages:
    448
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #10
    I prefer Aptana Studio - the free version, never failed me, perfect for advanced users who don't use WYSIWYG crap.
     
    Sunlust, Sep 18, 2008 IP
  11. CraigH

    CraigH Peon

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Dreamweaver if your not familiar with HTML, but you can use something like notepad if you know what your doing.
     
    CraigH, Sep 18, 2008 IP
  12. claireo

    claireo Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    It has to be dreamweaver, if you don't know how to code as fluently as others, there are so many buttons to press and find out what they do!
     
    claireo, Sep 18, 2008 IP
  13. aceriker

    aceriker Banned

    Messages:
    274
    Likes Received:
    6
    Best Answers:
    5
    Trophy Points:
    70
    #13
    I'm going to be controversial and say Frontpage :D

    I've been coding websites by hand since the days of Arachnophilia in the late 90's. I then tried Frontpage and Dreamweaver but just found FP to be so much easier to deal with - it did what I needed without making things complex. I found the code it generated to be just as good as anything in Dreamweaver.

    I'm really keen to try the new Expression Web editor as most sites I deal with now are 100% tableless - which to be fair, Frontpage never supported that well.
     
    aceriker, Sep 22, 2008 IP
  14. hirecontentwriters

    hirecontentwriters Peon

    Messages:
    136
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I prefer edit plus ... its quite professional but you have to do your own coding.
     
    hirecontentwriters, Sep 22, 2008 IP
  15. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #15
    If you want good code that is not bloated and does not break, learn HTML and use a text editor of some kind. DW, FP, and the like generate lots of bad code and bloated pages full of useless code. The more code you have, the more likely it will break.
     
    mmerlinn, Sep 22, 2008 IP
  16. aceriker

    aceriker Banned

    Messages:
    274
    Likes Received:
    6
    Best Answers:
    5
    Trophy Points:
    70
    #16
    Can you give me some examples of the useless bloated code that they generate?
     
    aceriker, Sep 22, 2008 IP
  17. bobbym

    bobbym Well-Known Member

    Messages:
    1,007
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #17
    dreamweaver is the best
     
    bobbym, Sep 22, 2008 IP
  18. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #18
    No, I can't. I quit using them years ago because of the problems I had with the output of WYSIWYG editors. Instead, I learned how to handcode and have never looked back.

    Today I do most of my HTML & Javascript coding using the FoxPro database to generate the code and the rest I handcode in the nearest text editor.

    Take some of your generated HTML code and run it through this validator: http://validator.w3.org/. Every time I run WYSIWYG code through it, I get sloughs of errors. Then try to fix the problems. Most likely you will get errors that cannot be fixed any other way than to handcode the fixes.
     
    mmerlinn, Sep 22, 2008 IP
  19. modulis

    modulis Guest

    Messages:
    46
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #19
    +1 for Adobe (ex-Macromedia) Dreamweaver from me, too!

    Using Notepad as a HTML editor can only make your work harder (it won't autocomplete nor highlight the code).
     
    modulis, Sep 22, 2008 IP
  20. DesignSamples

    DesignSamples Banned

    Messages:
    170
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #20
    notepad is my best friend along with html kit and it's plugins! - Love the color coding!! - But mostly my ftp software - cuteftp has a great notepad built in with color coding and line number counts! :) Great for debugging!
     
    DesignSamples, Sep 22, 2008 IP