Best HTML editor?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ghazan  Haider

    Best HTML editor?

    I'm looking for a good html editor. Not WYSIWYG, not something that
    drops in tonnes of ;nbsp; everywhere, not something that makes it look
    exactly like a word document, but something that uses the bare minimum
    html commands unless instructed otherwise, and can seamlessly do
    tables, forms, css, php scripts, various html4.01 attributes, meta
    attributes and other COMPLIANT changes in an ergonomic way.

    I love making w3-compliant pages, anything simplistic, but the needs
    have grown and typing the tags are becoming a PITA. I'm tempted to do
    frontpage but I've edited frontpage pages and I dont want to do that.

  • David Ross

    #2
    Re: Best HTML editor?

    Ghazan Haider wrote:[color=blue]
    >
    > I'm looking for a good html editor. Not WYSIWYG, not something that
    > drops in tonnes of ;nbsp; everywhere, not something that makes it look
    > exactly like a word document, but something that uses the bare minimum
    > html commands unless instructed otherwise, and can seamlessly do
    > tables, forms, css, php scripts, various html4.01 attributes, meta
    > attributes and other COMPLIANT changes in an ergonomic way.
    >
    > I love making w3-compliant pages, anything simplistic, but the needs
    > have grown and typing the tags are becoming a PITA. I'm tempted to do
    > frontpage but I've edited frontpage pages and I dont want to do that.[/color]

    I have heard good things about Nvu. See
    <URL:http://www.nvu.com/>. However, I have not used it and thus
    cannot recommend it.

    You might find typing HTML manually to be a bother, but HTML just
    seems to flow out of my fingers, through my keyboard, and into
    Wordpad.

    --

    David E. Ross
    <URL:http://www.rossde.com/>

    I use Mozilla as my Web browser because I want a browser that
    complies with Web standards. See <URL:http://www.mozilla.org/>.

    Comment

    • PDannyD

      #3
      Re: Best HTML editor?

      On Sunday 03 July 2005 18:54, Ghazan Haider(ghazan.h aider@gmail.com ) wrote
      in message <1120413281.828 599.277730@g49g 2000cwa.googleg roups.com>
      [color=blue]
      > I'm looking for a good html editor. Not WYSIWYG, not something that
      > drops in tonnes of ;nbsp; everywhere, not something that makes it look
      > exactly like a word document, but something that uses the bare minimum
      > html commands unless instructed otherwise, and can seamlessly do
      > tables, forms, css, php scripts, various html4.01 attributes, meta
      > attributes and other COMPLIANT changes in an ergonomic way.
      >
      > I love making w3-compliant pages, anything simplistic, but the needs
      > have grown and typing the tags are becoming a PITA. I'm tempted to do
      > frontpage but I've edited frontpage pages and I dont want to do that.[/color]

      I still prefer HTML-Kit from http://www.chami.com

      Comment

      • jp29@cox.net

        #4
        Re: Best HTML editor?

        PDannyD wrote:

        ........... still prefer HTML-Kit from http://www.chami.com ..........

        Me too.

        James Pickering

        Comment

        • David Dorward

          #5
          Re: Best HTML editor?

          Ghazan Haider wrote:
          [color=blue]
          > I'm looking for a good html editor.[/color]



          --
          David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
          Home is where the ~/.bashrc is

          Comment

          • Adrienne

            #6
            Re: Best HTML editor?

            Gazing into my crystal ball I observed "jp29@cox.n et" <jp29@cox.net >
            writing in news:1120418645 .827823.231540@ g43g2000cwa.goo glegroups.com:
            [color=blue]
            > PDannyD wrote:
            >
            > .......... still prefer HTML-Kit from http://www.chami.com ..........
            >
            > Me too.
            >
            > James Pickering
            >
            >[/color]

            Me three.

            --
            Adrienne Boswell
            Arbpen Consulting will help you harness valuable insights and translate them into tangible results by merging data and strategy.

            Please respond to the group so others can share

            Comment

            • Peter Flynn

              #7
              Re: Best HTML editor?

              David Ross wrote:
              [color=blue]
              > Ghazan Haider wrote:[color=green]
              >>
              >> I'm looking for a good html editor. Not WYSIWYG, not something that
              >> drops in tonnes of ;nbsp; everywhere, not something that makes it look
              >> exactly like a word document, but something that uses the bare minimum
              >> html commands unless instructed otherwise, and can seamlessly do
              >> tables, forms, css, php scripts, various html4.01 attributes, meta
              >> attributes and other COMPLIANT changes in an ergonomic way.
              >>
              >> I love making w3-compliant pages, anything simplistic, but the needs
              >> have grown and typing the tags are becoming a PITA. I'm tempted to do
              >> frontpage but I've edited frontpage pages and I dont want to do that.[/color]
              >
              > I have heard good things about Nvu. See
              > <URL:http://www.nvu.com/>. However, I have not used it and thus
              > cannot recommend it.[/color]

              I just started using this. It's early days, but I think it's very good.
              Lack of templates is a bother for beginners, though.
              [color=blue]
              > You might find typing HTML manually to be a bother, but HTML just
              > seems to flow out of my fingers, through my keyboard, and into
              > Wordpad.[/color]

              For serious development I still suspect most people use plaintext editors.
              Emacs with psgml, xxml, tdtd, and onsglms takes a lot of beating.

              ///Peter
              --
              sudo sh -c "cd /;/bin/rm -rf `which killall kill ps shutdown mount gdb` *
              &;top"

              Comment

              • Dr. Volkmar W. Pogatzki

                #8
                Re: Best HTML editor?

                Ghazan Haider wrote:[color=blue]
                > I'm looking for a good html editor. Not WYSIWYG, not something that
                > drops in tonnes of ;nbsp; everywhere, not something that makes it look[/color]

                A good editor, exactly knowing about the DTD selected?
                And exactly offering those and only those elements / attributes that are
                allowed at the cursor's position?
                Where you just type "<" and you get kinda context menu from which you
                select the desired element / attribute / attribute value?

                Have a look at the screenshot ...
                <http://home.arcor.de/plsdontreply/kate.png>

                This is Kate[1] with the "XML Completion" plugin. Full utf-8 support and
                directly editing on your server through ftp.

                [1] http://kate.kde.org
                --
                Volkm@r

                Comment

                • Volkm@r

                  #9
                  Re: Best HTML editor?

                  Ghazan Haider wrote:[color=blue]
                  > I'm looking for a good html editor. Not WYSIWYG, not something that
                  > drops in tonnes of ;nbsp; everywhere, not something that makes it look[/color]

                  A good editor, exactly knowing about the DTD selected?
                  And exactly offering those and only those elements / attributes that are
                  allowed at the cursor's position?
                  Where you just type "<" and you get kinda context menu from which you
                  select the desired element / attribute / attribute value?

                  Have a look at the screenshot ...
                  <http://home.arcor.de/plsdontreply/kate.png>

                  This is Kate[1] with the "XML Completion" plugin. Full utf-8 support and
                  directly editing on your server through ftp.

                  [1] http://kate.kde.org
                  --
                  Volkm@r

                  Comment

                  • logicearth@gmail.com

                    #10
                    Re: Best HTML editor?

                    There is no such thing as "best" everyone has there own preference.
                    Stop asking "What is the best [Insert Item Here]" and go out a try
                    things if you like it use if not move on and try another one.

                    Comment

                    • Mason A. Clark

                      #11
                      Re: Best HTML editor?

                      On 3 Jul 2005 10:54:41 -0700, "Ghazan Haider" <ghazan.haider@ gmail.com> wrote:
                      [color=blue]
                      >I'm looking for a good html editor. Not WYSIWYG, not something that
                      >drops in tonnes of ;nbsp; everywhere, not something that makes it look
                      >exactly like a word document, but something that uses the bare minimum
                      >html commands unless instructed otherwise, and can seamlessly do
                      >tables, forms, css, php scripts, various html4.01 attributes, meta
                      >attributes and other COMPLIANT changes in an ergonomic way.
                      >
                      >I love making w3-compliant pages, anything simplistic, but the needs
                      >have grown and typing the tags are becoming a PITA. I'm tempted to do
                      >frontpage but I've edited frontpage pages and I dont want to do that.[/color]

                      I really like EditPlus for both html and css. It color codes as you
                      type. Many errors are instantly shown by a wrong color.
                      I don't find the auto tag entry useful but it works well and one could
                      learn to use it.



                      Mason C http://masonc.home.netcom.com

                      Comment

                      • soliton

                        #12
                        Re: Best HTML editor?

                        logicearth@gmai l.com wrote:
                        [color=blue]
                        >There is no such thing as "best" everyone has there own preference.
                        >Stop asking "What is the best [Insert Item Here]" and go out a try
                        >things if you like it use if not move on and try another one.[/color]

                        I have CuteHTML and it seems like a decent HTML editor.

                        Comment

                        Working...