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."

15 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: 2, Informative

      I agree about WYSIWYG making messy code, that's why I finish off my pages with a pass through TidyHTML.

      It's a little more work but the results are very readable, not-messy HTML.

      --
      Ash nazg durbatuluk, ash nazg gimbatul Ash nazg thrakatuluk agh burzum-ishi krimpatul
    2. Re:Messy WYSIWYG by Will2k_is_here · · Score: 2, Interesting

      Yeah, I usually use NVU to build a base page, but then I used jed to fix up the code so it works and looks perfectly.

    3. 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
    4. Re:Messy WYSIWYG by StrawberryFrog · · Score: 2, Interesting

      If both NVu and tidyHTML are open source, then can't they be integrated? e.g. automatically tidy the page before saving. The tidy project page even says "a library form of Tidy has been created to make it easier to incorporate Tidy into other software."

      --

      My Karma: ran over your Dogma
      StrawberryFrog

  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. I almost left work early as a result of this. by BandwidthHog · · Score: 2, Funny

    I'm sitting here staring at the text on the download page, and I'd swear I'm seeing something not unlike JPEG artifacts around the bold text, except that I'm sure it's not a graphic. Eventually I realized there's a faint vertical band image behind some of the text, and that my vision wasn't going all screwy. If making users question their eyesight is one of the great new features they offer, then, uhh, yeah. That's not cool.

    --

    Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
  4. 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 BandwidthHog · · Score: 2, Funny

      Yeah, but there's an ActiveX control that can account for these things and once you do that, everything should look exactly like the mockup I did in Photoshop.

      --

      Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
    2. 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.
  5. Useless... by GypC · · Score: 2, Funny

    ... to me without vi keybindings.

  6. 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.

    1. 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
  7. WYSIWYG is misunderstood... by Gopal.V · · Score: 2, Interesting

    What you see is what you get ...

    But that does not apply to someone else with a different browser, different resolution and color depth.

  8. 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.