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. Messy WYSIWYG by niskel · · Score: 4, Interesting

    Personally, I have always found WYSIWYG editors to produce very messy code. It's refreshing to hear that Nvu actually supports standards, but like most other WYSIWYG editors, it's produced code looks a bit messy. I think I may just be a stickler for good looking code but maybe because it's hard to add PHP and other such code when it's hard to navigate the initial generated code. Vim is still my editor of choice :)

    1. Re:Messy WYSIWYG by Universal+Nerd · · Score: 4, Informative

      Sorry 'bout that... the correct link is:
      http://tidy.sourceforge.net/

      Let me just add that TidyHTML reformats the code, strips out excessive tags, changes a few tags into CSS equivalents (if you allow it to do so), points out open tags and, what I like the most about it, it reindents the HTML to increase readibility.

      --
      Ash nazg durbatuluk, ash nazg gimbatul Ash nazg thrakatuluk agh burzum-ishi krimpatul
  2. 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.
  3. 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.

  4. PHP by Beuno · · Score: 3, Interesting

    Now, if only Glazman would give up fighting against PHP and make is useable enough for us web developers. (You can't open PHP files in Linux unless you do it VIA FTP or you stand on your left foot while holding your nose)
    Although for those who still only develope plain HTML it's a great app.