Page 1 of 2 1 2 LastLast
Results 1 to 20 of 23
  1. #1
    Relic Shield
    Join Date
    Nov 2006
    Posts
    1,778
    BG Level
    6

    HTML Editor like dreamweaver.

    Ok so I'm looking for an HTML editor like Dreamweaver... I say "like" because dreamweaver is expensive and I'm looking for something thats free. I'm horrible at coding websites without assistance such as dreamweaver n such. Any help?

  2. #2
    Nidhogg
    Join Date
    Oct 2005
    Posts
    3,612
    BG Level
    7
    FFXIV Character
    Glick Wick
    FFXIV Server
    Ultros
    FFXI Server
    Bahamut

    Re: HTML Editor like dreamweaver.

    Well, there aren't any great ones for free sadly.

    However, this is the internet, so technically everything is free, although some would disapprove of me saying that

  3. #3
    Relic Shield
    Join Date
    Nov 2006
    Posts
    1,778
    BG Level
    6

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by MisterBob
    Well, there aren't any great ones for free sadly.

    However, this is the internet, so technically everything is free, although some would disapprove of me saying that
    I'll pass on piracy for now... ! Sadly its way to dangerous with all these sites getting shut down. I know the first thing I pirate will be the last this time.

  4. #4
    Very Sexy Nerd
    Join Date
    Oct 2005
    Posts
    8,727
    BG Level
    8
    FFXI Server
    Carbuncle

    Re: HTML Editor like dreamweaver.

    Would you consider getting a serial # from someone pirating? I can give you one so you dont have to mess with pirating websites, just get the official dl and put the # in.

    @below poster: lol, I'm just offering. idk any free programs so sorry I can't help =(

  5. #5
    Nidhogg
    Join Date
    Mar 2006
    Posts
    3,954
    BG Level
    7

    Re: HTML Editor like dreamweaver.

    Gah, this is going against exactly what you want, but I think you'd be better off writing raw HTML. Maybe it's just the purist in me, or my obsession with cross-browser compability, but using a WYSIWYG editor most times will yield you some wonky results, reason being is the HTML that is generated in these things will look great in one browser and like shit in another.

    Just get the trial version of a text editor like TextPad that will at least color code your tags for you so you don't go blind looking at a bunch of black and white markup.

  6. #6
    Relic Horn
    Join Date
    Mar 2006
    Posts
    3,215
    BG Level
    7

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Norelco
    Gah, this is going against exactly what you want, but I think you'd be better off writing raw HTML. Maybe it's just the purist in me, or my obsession with cross-browser compability, but using a WYSIWYG editor most times will yield you some wonky results, reason being is the HTML that is generated in these things will look great in one browser and like shit in another.
    And more importantly, you won't really know why, because you just made it like you wanted it to look. It's probably cheaper and more effective in the long run to just teach yourself HTML.

    edit: what Bob said too. no matter what you end up writing stuff in, you should know how it works and not just how whatever you're using to write it works.

  7. #7
    Nidhogg
    Join Date
    Oct 2005
    Posts
    3,612
    BG Level
    7
    FFXIV Character
    Glick Wick
    FFXIV Server
    Ultros
    FFXI Server
    Bahamut

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Charla
    Quote Originally Posted by Norelco
    Gah, this is going against exactly what you want, but I think you'd be better off writing raw HTML. Maybe it's just the purist in me, or my obsession with cross-browser compability, but using a WYSIWYG editor most times will yield you some wonky results, reason being is the HTML that is generated in these things will look great in one browser and like shit in another.
    And more importantly, you won't really know why, because you just made it like you wanted it to look. It's probably cheaper and more effective in the long run to just teach yourself HTML.
    Well, honestly, raw typed HTML is so rare these days anyways. You should still know it, but most websites use some kind of scripting language, whether it be JavaScript or PHP, or more advanced things like GWT (which in the end generates JavaScript anyways), so being a HTML guru isn't really a useful skill anymore.

  8. #8
    Nidhogg
    Join Date
    Mar 2006
    Posts
    3,954
    BG Level
    7

    Re: HTML Editor like dreamweaver.

    Yeah, knowing HTML will only get you so far. You'll want to tack on cool stuff like flash, PHP, ASP, ASP.NET, JavaScript, etc. I guess it depends on what you want to do. Most of that stuff can all be written by hand though still.

  9. #9
    THOU THOU THOU THOU THOU THOU THOU THOU
    Avatar of Fury.

    Join Date
    Jan 2006
    Posts
    5,584
    BG Level
    8
    FFXIV Character
    Shiroe Blackrose
    FFXIV Server
    Diabolos
    FFXI Server
    Carbuncle

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Norelco
    Yeah, knowing HTML will only get you so far. You'll want to tack on cool stuff like flash, PHP, ASP, ASP.NET, JavaScript, etc. I guess it depends on what you want to do. Most of that stuff can all be written by hand though still.
    What he said. I still write CSS and PHP by hand.

  10. #10
    Ridill
    Join Date
    Aug 2004
    Posts
    12,275
    BG Level
    9
    FFXIV Character
    Septimus Atumre
    FFXIV Server
    Gilgamesh
    FFXI Server
    Bahamut

    Re: HTML Editor like dreamweaver.

    I disagree. If you want your PHP to work correctly you still have to know how to write HTML.

    Notepad is the best.

  11. #11
    Old Merits
    Join Date
    Mar 2005
    Posts
    1,156
    BG Level
    6

    Re: HTML Editor like dreamweaver.

    I use Editplus for writing code

  12. #12
    Ridill
    Join Date
    Oct 2005
    Posts
    10,210
    BG Level
    9
    FFXI Server
    Asura

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Septimus
    Notepad

  13. #13
    VZX
    VZX is offline
    Relic Shield
    Join Date
    Dec 2006
    Posts
    1,700
    BG Level
    6
    FFXI Server
    Asura

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Septimus
    Notepad++ is the best.


    I use notepad++ and firebug (firefox extension) for my php page building. Works awesome... specifically firebug

  14. #14
    BG's Official Canucks Fan
    Join Date
    Oct 2006
    Posts
    7,819
    BG Level
    8

    Re: HTML Editor like dreamweaver.

    You guys seem like the right people to ask. I'm a print designer traditionally and am starting to dabble in html and CSS. I'm mostly interested in front end design as I have some people I depend on for javascript and what have you. Is PHP something I should pick up as well?

  15. #15
    St. Fiat
    THE TIME FOR QUESTIONS
    HAS PASSED

    Join Date
    Sep 2005
    Posts
    3,645
    BG Level
    7

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Thoronas
    You guys seem like the right people to ask. I'm a print designer traditionally and am starting to dabble in html and CSS. I'm mostly interested in front end design as I have some people I depend on for javascript and what have you. Is PHP something I should pick up as well?
    Shit is situational. If you need it, use it. If you don't, don't. Adding layers of complexity just opens more holes and makes maintenance harder.

  16. #16
    Nidhogg
    Join Date
    Mar 2006
    Posts
    3,954
    BG Level
    7

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Septimus
    I disagree. If you want your PHP to work correctly you still have to know how to write HTML.

    Notepad is the best.
    What/who do you disagree with? No one said you don't have to know how to write HTML in order for your PHP to work correctly, but it was said you don't have to be a guru at it.

  17. #17
    blax n gunz
    Join Date
    May 2005
    Posts
    11,141
    BG Level
    9

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Erza
    I use Editplus for writing code
    Is what I use when I'm not using emacs.

    Most WSYWIG HTML editors are terrible, anyway. What problem are you trying to solve besides getting content on a webpage?

  18. #18
    Banned.

    Join Date
    Oct 2005
    Posts
    3,421
    BG Level
    7

    Re: HTML Editor like dreamweaver.

    you homeless fuckers beat me to notepad =(

  19. #19
    Relic Shield
    Join Date
    Nov 2006
    Posts
    1,778
    BG Level
    6

    Re: HTML Editor like dreamweaver.

    Quote Originally Posted by Correction
    Quote Originally Posted by Erza
    I use Editplus for writing code
    Is what I use when I'm not using emacs.

    Most WSYWIG HTML editors are terrible, anyway. What problem are you trying to solve besides getting content on a webpage?
    I fucking suck at building web pages and I cannot code worth a shit so dreamweaver used to be my thing to use... lol

  20. #20
    evilbau
    Guest

    Re: HTML Editor like dreamweaver.

    I still write php, css, html, etc. by hand. But i'm not really a web developer (i make webpages, i.e. my sig) so my sites tend to not be complex visually.

    As far as text editors go I really like UltraEdit, it color codes/marks up according to the type of file it is and you could even create your own definitions for new languages or for whatever personal preference you have (like how I used to have my emacs set up back when I developed on unix/solaris). One of my favorite programs I always have running.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. I would like to say thx to almaa
    By Empire in forum General Discussion
    Replies: 3
    Last Post: 2004-10-26, 14:38
  2. I feel like breaking something
    By Ollieyk in forum General Discussion
    Replies: 9
    Last Post: 2004-10-14, 16:40
  3. I'm burning like Usher's song.
    By in forum General Discussion
    Replies: 2
    Last Post: 2004-09-15, 03:30
  4. why do you think i wrote something like that?
    By perzian. in forum General Discussion
    Replies: 8
    Last Post: 2004-08-10, 20:59