CAn anybody recommend a Free,easy to use HTML editing app for a beginner?

Discussion in 'HTML & Website Design' started by tmontana, Jul 28, 2008.

  1. #1
    hi everybody, well i have just started my own affiliate website and am learning lots already, but everytime i want to creat new banners or deeplinks i have to contact my programmer, i want to learn how to do it on my own, my programmer is going to teach me how to do it myself and told me to download a free HTML editing program so basically i want you guys to post your recommendations, keep in mind im new to HTML. im sure my programmer will recommend a program but i would love to hear your thoughts

    thanks in advance

    alan
     
    tmontana, Jul 28, 2008 IP
  2. C.Whyte

    C.Whyte Peon

    Messages:
    802
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, Dreamweaver... it's got a split view where you can see the "Code" section on the top, and the "Graphical" representation on the bottom.

    VERY easy to use and it is what you are looking for :)
     
    C.Whyte, Jul 28, 2008 IP
  3. risoknop

    risoknop Peon

    Messages:
    914
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Probably Dreamweaver to get started but once you already know HTML basics, I recommend switching to pure text based editor.

    For example: PSPad
     
    risoknop, Jul 28, 2008 IP
  4. tmontana

    tmontana Guest

    Messages:
    670
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks for the recommendations guys, keep em coming :)

    just done a google and an application called pagebreeze is number 1,

    anybody used it?
     
    tmontana, Jul 28, 2008 IP
  5. Le4rner

    Le4rner Active Member

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #5
    For quick html edits I like notepad++. It is free, light, has syntax highlighting. In Linux, emacs is nice too.
     
    Le4rner, Jul 28, 2008 IP
  6. candyman333

    candyman333 Peon

    Messages:
    103
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I think dreamweaver is probably the best. Its pretty user friendly and you dont need too much knowledge about html or coding to use it.
     
    candyman333, Jul 28, 2008 IP
  7. Le4rner

    Le4rner Active Member

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #7
    He is asking for a free html editor... Dreamweaver is not by far free. you can get a 30 day trail, but then its gone.
     
    Le4rner, Jul 28, 2008 IP
  8. licker

    licker Banned

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    dreamweaver is the best to start
     
    licker, Jul 28, 2008 IP
  9. tmontana

    tmontana Guest

    Messages:
    670
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    ill take a look at dreamweaver, cheers
     
    tmontana, Jul 28, 2008 IP
  10. ck101

    ck101 Peon

    Messages:
    62
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Here is a page listing some free WYSIWYG html editors.

    http://webdesign.about.com/od/htmleditors/tp/aatpfreewyswin.htm

    Download and try some or all of them to see which one answers your needs best. However, I'd recommend you also to try Dreamweaver for the features of it (Dreamweaver is not free - 30 days trial)
     
    ck101, Jul 28, 2008 IP
  11. Nightcoder

    Nightcoder Active Member

    Messages:
    521
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #11
    When I first started I used alleycode, I found that kind of close to dreamweaver and the best thing about it is that its free..
     
    Nightcoder, Jul 28, 2008 IP
  12. wierdo

    wierdo Well-Known Member

    Messages:
    1,646
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    140
    #12
    I would say use dreamweaver for the trial period and then switch over to just plain notepad.
     
    wierdo, Jul 28, 2008 IP
  13. jing3142

    jing3142 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Try out this simple web designer and html generator. It's designed for school kid's but because of this it's very simple if basic. Initial lessons on HTML and CSS are provided good for beginners. It might be what you are looking for. As a newbie to the forum cannot provide you with a live link but you can find it at

    http [colon] //websedge [dot] googlepages [dot] com /htmlgen [dot] html
     
    jing3142, Jul 29, 2008 IP
  14. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #14
    What you programmer asked you to find is something to type in. If you can type in it, you can write HTML in it. Although
    no word processors, as they have their own code that they stick in yours!
    Notepad (the basic one) you may not want if you guys are using UTF-8 as Notepad seems to keep adding the stupid Byte Order Mark at the beginning of every file... Notepad ++ doensn't have this problem.

    I would recommend whatever text editor came with your computer (except Notepad). Syntax highlighting is nice. Code completion is not (unless you don't mind the machine wiping up after you, and making you wipe up after it).

    I'd say avoid DreamWeaver. DW is for people who don't know how to build websites but want to build one. Since you're going to have a pro teach you (hopefully the Right Way), don't bother with an expensive program that writes buggy code, adds sh*t for you, and has the worthless Design View (you'll use a real browser(s) instead). If you already had DW sitting on your computer and still just needed a text editor AND you could turn off all it's BS defaults...

    OR if your programmer is unprofessional enough to rely on DW to write half his code for him...

    then I'd say go ahead and use it. But it's like $400 for something you can get for free (any other text editor with syntax highlighting) and isn't necessary, plus the aformentioned probability that it will show you how NOT to code. Wrapping a <div> around everything, setting a class on every child of an element, and using unnecessary Javascript are classic features of DW (although if you already knew what you were doing, you could turn these "features" off).

    Just a tip: if you see a web page with MM_swap Javajunk in it, it was written (poorly) in dreambeaver.

    If you want a rather exhaustive list of possible (and free) editors, do a search on the HTML forums here for "text html editor" and you'll get a real rundown of programs and editors. Like, several pages worth : )
     
    Stomme poes, Jul 29, 2008 IP
    tmontana likes this.
  15. tmontana

    tmontana Guest

    Messages:
    670
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #15
    wow, thank you for your detailed post, it seems alot of people are recommeding DW, there are so many versions of it out there, which one should i try
     
    tmontana, Jul 29, 2008 IP
  16. seopeter

    seopeter Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I whould Recommend you Dreamweaver since you can switch from design to code mode this is very usefull, especially for the beginning!
     
    seopeter, Jul 29, 2008 IP
  17. Le4rner

    Le4rner Active Member

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #17
    Again Dreamwaver encourages bad design. Is not free and will not help you learn how to code decent HTML. People who use dreamwaver

    On every page of html you will see body tags like this. Even though it is the same, they redefine it and every other tags attributes.
    
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#ff0000" vlink="#ff0000" text="#000000">
    
    HTML:
    People who do not use dreamweaver
    
    <body>
    
    HTML:
    The two pieces of code will have the same end results. How? CSS, but dreamwaver will not tell you that. Why does this matter? Because when you want to do a re-design do you want to edite 200 html pages because you put all the style info in the HTML? Or would you rather edit one or two file and be done, whole new design.

    Css
    
    body{
      margin:0px;
      color:#000;
    }
    
    a:link{
      color:#FF0000;
      font-family:verdana,ariel, system;
      font-wieght:bold;
      font-size:11px;
    }
    a:hover{
     text-decoration: underline
    }
    a:active{
     color:#9900FF;
    }
    
    
    HTML:
    Get a text editor with syntax highlighting, Then learn HTML and CSS. all the fancy toys developers use will steer you the wrong way if you do not know the basics. a great site for CSS and HTML is
    http : / / www . w3schools . com

    I learned from http : / / www . webmonkey . com

    HTML and CSS are just the start. THey are the base, you will later be building on them with things like javascript, PHP, ASP, JSP, Ruby, MySQL, Perl, XML, RSS, REST, SOAP, just to name a few. Learn it right and you will be MUCH better off. Learn about validation. Look up the w3cs validator tidy.
     
    Le4rner, Jul 29, 2008 IP
  18. seopeter

    seopeter Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    You are right but don´t forget that dreamweaver also supports css! You can create your own stylesheets and easily add them to your template;)

    I use dreamweaver and i never do it this way, also when you begin a command it will show you the commands that could be entered, i love this option since you forget some code tags many times:)

    At the end it´s your decision, the best is to take a look at all and don´t forget to use CSS for your sites...
     
    seopeter, Jul 29, 2008 IP
  19. sylverCode

    sylverCode Member

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #19
    Indeed, that's the only reason I use it. :p
     
    sylverCode, Jul 29, 2008 IP
  20. donatello

    donatello Peon

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #20
    What about Amaya?
     
    donatello, Jul 29, 2008 IP