Review of free HTML editors

In the comparison review below:
PageBreeze
Front Page Express
PSPad
Nvu
Before using any of these editors, check them carefully for viruses and spyware.

PageBreeze HTML Editor

The free version of PageBreeze HTML Editor is a simple WYSIWYG editor. It has the usual icons for bold, italic, underline, numbered lists, bullet lists and so on.

PageBreeze

Pagebreeze

There are 4 tabbed areas for editing and viewing your HTML masterpieces:
Pagebreeze

  1. Normal – for basic WYSIWYG editing
  2. Page Properties – for changing page title and inserting Keywords and Description meta tags. There is also a small text editing area for editing the CSS stylesheet
  3. HTML source – for seeing and editing the HTML coding behind the page (this is handy when the WYSIWYG editor does not give you what you want)
  4. Internet Explorer preview

On the left is a handy Explorer-like “Files” tab:
Files
In the “Form Builder” tab are drag and drop icons for Text box, Radio button, etc. There’s even a form validation option which creates javascript validation code.

Conclusion: This editor is only so-so. Things I don’t like are:

  • The code that is created is sometimes deprecated (like the <font> tag in the following example):
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
  <p><font color="#008080" face=Verdana>My text</font></p>
</blockquote>
  • The CSS editor is small and inconvenient – and rather confusing
  • Why only Internet Explorer preview? Any serious developer will need to preview in Firefox, Opera, Netscape and other browsers.
  • Sometimes surprising things happen, like you enter some text and go to view the HTML source and all your text disappears (I think this is because you can save any HTML as a template and it must be stripping off the content for this purpose. Pretty irritating, though. It happened to me several times.)

Enough – it’s not my favourite editor, but it is free…

Download from: PageBreeze.com.


Frontpage Express

FPEI have used Frontpage Express since it first appeared as a freebie on the Windows 98 CD.

Frontpage Express is a simple WYSIWYG editor and it gives clean, tidy HTML. The interface is similar to PageBreeze (bold, italic, dot points, etc) but to view the generated HTML code, you have to open a dialog box, which is not so convenient.

Being an old editor, it does not recognise CSS or <div> tags. In fact, it will strip out tags it doesn’t recognise. Like PageBreeze, it produces a lot of deprecated code (not surprising, given its age). But for a quick and easy way to do text, images, tables and simple formatting, it is just fine.

Download: Download FrontPage Express here. You just need to run the self-extracting zip file and extract it to your Program Files directory (or wherever you like). There is no other installation required.

Detailed Instructions: Download the self-extracting EXE file to your hard drive. Choose “Save this program to disk”.

After the download has finished, choose “Open”.

A dialog box will appear. Choose “Unzip”. (This will unzip the FrontPage Express files automatically into the directory C:\Program Files\FPXpress – no need to do any other install). When finished, it will say “21 files unzipped successfully”. You can “Close” this dialog box now.

Then go to the directory C:\Program Files\FPXpress and you’ll see “Fpxpress.exe”. Double click on FPxpress.exe and FPExpress will open. That’s it.



PSPad

PSPad is a sophisticated text editor, but it does not have WYSIWYG capabilities. I use it more than any other editor, because I can edit a large range of things:

  • text
  • HTML
  • PHP
  • javascript
  • perl

…plus about 10 other things I don’t use yet.

PSPad has many coding aids, like colour coding of tags, HTML Tidy (which cleans up your code), auto-completion of tags (which I always disable because it’s not the way I work), good search and replace functionality, a text comparison feature and an Explorer-like file finder similar to PageBreeze. You can remove all HTML tags to produce a text-only file.

PSPad has an in-built FTP facility which makes uploading files to your server very convenient.

Overall, PSPad is my favourite editor. While it is not WYSIWYG, it has so many other powerful features that I find myself using it all the time.

Download from PSPad.com.



Nvu

Nvu is open source and is standards-compliant. That’s great, but I rarely use it because I find the algorithms used for producing CSS-based HTML are odd.

For example, the blockquote icon does not give blockquote – it gives a paragraph that has a left margin of 30px. This is not convenient for styling purposes.

Also, a hard carriage return gives <br> tag, not a new <p> as expected.

Nvu is certainly worth a try, but it’s not my favourite.

Download from: Nvu.com.


Related posts:

  1. HTML non-compliance – does it matter? An experiment to see if non-compliant HTML code really matters...
  2. Producing mathematics for the Web I recently got an enquiry from a mathematics teacher who...
  3. Free math software downloads Wanting to use some math software but find it’s too...
  4. GeoGebra math software – a review GeoGebra impresses with its versatility, ease of use and power....
  5. Free desktop scientific calculator from Yahoo! The CalcMatic calculator is a nice freebie from Yahoo!...

5 Comments on “Review of free HTML editors”

  1. sefik Says:

    Thanck zou.

  2. saltydad Says:

    What a cool addition to the top page on our site.
    Thank you!

  3. Willem Says:

    version 4.5.3 Pspad under ‘HTML menu’
    it has ‘Page Preview’F10
    and it previews it in ‘IE’

    Under the ‘Settings menu’ then
    submenu ‘Program Settings’
    under ’system integration’
    you check [v] viewer IE
    or editor [ ] IE

    Good reviews I have tried all the above
    the only good one Pspad.

    Cheers

  4. zac Says:

    Hi Willem and thanks for the extra info.

  5. Stas Says:

    I use free PHP/HTML/CSS/JavaScript editor – Codelobster PHP Edition
    It has also HTML code inspector like FireBug has.

Leave a comment