Slashdot Mirror


Nvu 1.0 Released

An anonymous reader writes "Version 1.0 of Nvu has been released. Nvu is a standalone WYSIWYG HTML editor and a continuation of Mozilla Composer. As one would expect for a Mozilla-based product, it is fully Web standards-compliant and all the code will soon be available at mozilla.org. Nvu 1.0 can be downloaded for Linux, Mac OS X and Windows. Further details are available at MozillaZine. Slashdot reported on the first beta of Nvu way back in February 2003."

5 of 41 comments (clear)

  1. Source code highlighting by Kick+the+Donkey · · Score: 3, Insightful

    about the only thing I find myself wanting in an html editor is source code highlighting. everything else is just fluff.

    --
    /. is a bunch of nerds at a million typewriters. It's not a political conspiracy determined to undermine your beliefs.
  2. No such thing as WYSIWYG by Anonymous Coward · · Score: 5, Insightful

    The design of a web page changes depending on all sorts of different circumstances.

    • The size of the monitor
    • The resolution of the display
    • The font size of the user
    • The size of the window
    • Whether or not the user has a sidebar open
    • What toolbars the user has installed
    • Various other browser settings
    • Platform/browser-specific issues (e.g. form control appearance)

    The term "WYSIWYG" simply doesn't apply to the web. The web is a fluid medium and web pages change in appearance under varying circumstances without any change to the code. The term "WYSIWYG" applies to paper. The web is not paper.

    1. Re:No such thing as WYSIWYG by alacqua · · Score: 2, Insightful

      WYSIWYG in this context means not looking at raw html. Even though "the web is a fluid medium and web pages change in appearance...", I still think seeing how a page renders on this machine, with this rendering engine, etc., and being able to directly edit the same view, is useful. "The web is not paper", yes, but in all cases the WYSIWYG view in Nvu is a lot closer to the way the page will actually appear than opening the html file in vi.

      --

      Move on. There's nothing to see here.
  3. Re:PHP by JamesTRexx · · Score: 2, Insightful

    And that's the people they're aiming for right now (despite the claim to rival Dreamweaver). I use it because I only need simple pages without any scripting behind it. I believe as soon as they've got the whole "plain" html and css done they'll extend nvu with support for scripting languages. After all, you don't want to start by trying to do everything at once.

    --
    home
  4. What I want in an editor by adamUndefined · · Score: 2, Insightful

    I use Dreamweaver at work and love it. But it's a bit too expensive for my personal use. I never touch the WYSIWYG view or any of the fancy "features." What I want in an editor is code highlighting, auto-indenting, auto-complete tags, tabbed file editing, and the lovely tree menu and ease of uploading that Dreamweaver has. If someone can point me to something along those lines I would appreciate it. I have done a bit of searching but didn't seem to find anything.