A couple of days ago, I needed to create a basic, static HTML page, with mostly text and a couple of images, for another mini-site. I usually create those by hand, using a simple text editor; however, when the page is longer, it can be annoying to remember to close all the tags, replace every accented character with the proper ampersand code (e.g. á is á), and so on. In other words, it’s tiresome, because you can’t simply write the content.
On the other hand, I tend to dislike WYSIWYG HTML editors, as they, mostly, create “write-only code”. All I needed was for it to do what I said in the paragraph above: create the paragraphs automatically, replace the accented characters, and so on. And, also, create simple, readable, easily editable HTML, without adding unneeded stuff. In other words, what WordPress already does… but I didn’t want to use WordPress for that; it was to be a simple, static page.
I was pleasantly surprised with Nvu. It did exactly what I wanted, and the generated HTML was clean and virtually perfect - so much that, after I generated the initial version, I never touched Nvu again, it’s perfectly readable in a text editor.
(you can find the mini-site here, but, be warned, it’s in Portuguese, though an English version is coming soon.)
I’m guessing that Mozilla Composer (from SeaMonkey) would work equally as well, though I don’t have it installed.
Related posts:






















0 Responses to “Quick HTML page creation”
Leave a Reply