Nvu 1.0 Released 41
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."
Messy WYSIWYG (Score:4, Interesting)
Re:Messy WYSIWYG (Score:3, Informative)
It's a little more work but the results are very readable, not-messy HTML.
Re:Messy WYSIWYG (Score:5, Informative)
http://tidy.sourceforge.net/ [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.
Re:Messy WYSIWYG (Score:3, Interesting)
Re:Messy WYSIWYG (Score:3, Interesting)
Re:Messy WYSIWYG (Score:2)
Agreed, WYSIWYG is the crutch that most so-called designers rely on, and Dreamweaver is the worst offender. Even with complex tools like this, you still have to know what you're doing to use it effectively: the vast majority of people I've met who don't code by hand barely know any HTML, and understand little more than basic CSS. WYSIWYG is a tool, not a slave.
NVU has a history of (re)formatting source in crazy ways, maybe this will be fixed soon. This is the only reason why I don't use it, but I prefer
Re:Messy WYSIWYG (Score:2)
I think Nvu is perfect for non-techies who are looking for a free tool to help them build Web pages. The non-techies aren't going to be looking at the generated HTML much initially, so what does it matter if it's not perfect? Most HTML isn't perfect, anyhow, and there is an option in Nvu to turn off the auto-formatting.
What I really like about Nvu is the built-in CSS integration, so that you can put most of the presentation details in the style sheet and stick to mostly structure in the HTML. I wrote a bl
Source code highlighting (Score:4, Insightful)
I almost left work early as a result of this. (Score:3, Funny)
No such thing as WYSIWYG (Score:5, Insightful)
The design of a web page changes depending on all sorts of different circumstances.
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.
Re:No such thing as WYSIWYG (Score:3, Funny)
Re:No such thing as WYSIWYG (Score:2)
I mean, I know that some sites/products (notably Plone [plone.org] use some JavaScript to implement missing CSS properties in various browsers, but an ActiveX super-fixer-upper?
I've seen ActiveX do a lot of things (many that it shouldn't), but never fix IE rendering to the point it's pixel perfect with Photoshop. Not to mention that the biggest problem on the web is still fonts (although this may be due to legal, not technical, concerns).
Not to mention that ActiveX controls only eve
Re:No such thing as WYSIWYG (Score:2)
The intention was a joke, but if someone called it a troll, I guess I couldn't really prove otherwise.
I'm a standards freak who codes all HTML and CSS by hand (although I do let BBEdit do all the tedious monkey work of updating relative URLs, image sizes, etc.). I did briefly flirt, many years ago, with Javascript browser sniffing to send NS or IE versions of a page, and more recently I have used sniffing to feed different style sheets to work around some MSIE bugs. But
Re:No such thing as WYSIWYG (Score:2)
It works on everything post-IE4, and if you're talking about browsers that old, you don't even have the assurance of Javascript being turned on at the client end.
Plus, you only end up with one version of the page.
Re:No such thing as WYSIWYG (Score:3, Insightful)
Re:No such thing as WYSIWYG (Score:2)
Actually, N|VU is WYSIWYG. You are literally editing HTML with a hot rodded browser.
Re:No such thing as WYSIWYG (Score:2)
It doesn't really matter how you *made* the page, it always need to be tested properly, that's what matters, not the choice of editor.
Nice, But No WebDAV (Score:2)
Re:Nice, But No WebDAV (Score:2)
Re:Nice, But No WebDAV (Score:2)
Useless... (Score:3, Funny)
Re:Useless... (Score:1)
PHP (Score:3, Interesting)
Although for those who still only develope plain HTML it's a great app.
Re:PHP (Score:3, Insightful)
Re:PHP (Score:1)
"Finally! A complete Web Authoring System for Linux Desktop users as well as Microsoft Windows and Macintosh users to rival programs like FrontPage and Dreamweaver"
Still, just to be able to OPEN a PHP file in linux would be a very big step forward.
Re:PHP (Score:2)
$ nano index.php
There, that was easy. Why are you having such trouble?
it's crap (Score:2)
I'd rather put hope on Quanta, but its VPL (WYSIWYG) editor is still largely unfinished.
WYSIWYG is misunderstood... (Score:3, Interesting)
But that does not apply to someone else with a different browser, different resolution and color depth.
Terrible, even for a 1.0 release (Score:2)
The software is buggy and doesn't respect the platform's conventions (extremely annoying: why for example doesn't C
What I want in an editor (Score:2, Insightful)
Re:What I want in an editor (Score:2)
Re:What I want in an editor (Score:2)
Re:What I want in an editor (Score:2)
Re:What I want in an editor (Score:2)
Nvu and Web Standards (Score:1)