vote up 3 vote down star
2

I'm looking for a simple free/cheap Windows text editor for a family member learning HTML. Ideally it would be as simple and non-intimidating as possible. Basically Notepad with code highlighting. Any help would be much appreciated!

flag

15 Answers

vote up 12 vote down check

I like notepad++ lightweight and easy to use.

link|flag
Notepad++ is where I spend 90% of my professional life... – alexp206 Nov 6 '08 at 21:09
I agree with the Notepad++ vote if all you need is notepad with highlighting. It's a great and lightweight editor. – webdtc Nov 6 '08 at 21:13
vote up 3 vote down

Notepad++ would fit the notepad + highlighting bill (and then some, but the other features won't get in the way).

But I think you may want something more specialized. Completion prompts, toolbar buttons for common tags, and an understanding of css all come to mind as being very helpful for beginners and experts alike.

With that in mind, you might try WebTide. It's freeware and seems pretty nice.

link|flag
vote up 3 vote down

Back in the 1990s, I used Hot Dog Pro, HoTMetaL, Homesite, or Netscape Composer. Those were the glory days of HTML-specific editors. For HTML layout there was Visual Cafe, FrontPage, GoLive, and so many more. Ah, the 1990s, the halcyon days of high top fades, Jim Carrey on In Living Color, shirts that changed color based on your body heat, and fat stock portfolios for janitors.

Nowadays it's best to go with a general purpose text editor that supports syntax highlighting and plugins. Notepad++ on Windows is exceptional (and free). It's as simple as Notepad, but offers flexibility that will let your family member do more as she learns more (such as run HtmlTidy or validate XHTML).

link|flag
vote up 2 vote down

Visual Studio 2008 Express... it's free and the HTML/JS/CSS editing is great.

link|flag
seems like an awful lot of overkill for just html/css editing, though you're right - it's a good tool – warren Nov 6 '08 at 20:41
Actually, if it is just for html/css, you don't even need Express, you can just go with the Visual Studio 2008 shell. It has the html/css editors without the VB or C# portions. – JeremyDWill Nov 6 '08 at 21:05
vote up 2 vote down

Try Notepad2

link|flag
vote up 2 vote down

I've been using EditPlus for quite a while now. It has user defineable syntax highlighting, as well as useful HTML/CSS code snippets, multi-page searching/replacing, etc. No WYSIWYG, just the basics...but it does them extremely well. The whole program is about a 1 meg download...so it's more lightweight than notepad++...although not free ($35...but the trial technically keeps working 100%).

link|flag
vote up 1 vote down

For a free solution, I recommend jEdit, but for a powerhouse, try IntelliJ. Both have great code completion and formatting. Also, they are scriptable.

link|flag
vote up 1 vote down

I would recommend Aptana Studio. It is a full featured editor, but the extra features don't get in the way of just writing some html. My favorite feature though is the integration of a Firefox and Internet Explorer View. Just push the Firefox preview button, and you can see what it looks like and how your scripts are working,

link|flag
Based on Eclipse, right? If so, then it's probably very nice, but just as much overkill as visual studio. – Joel Coehoorn Nov 6 '08 at 20:46
vote up 1 vote down

I wouldn't trade my SciTE for anything else, but Notepad++ gives similar high quality syntax highlighting of compound documents (HTML/JS/PHP) with perhaps an easier/more familiar way of changing settings (plus it has some nice functionalities).

KompoZer might be a good choice if you want WYSIWYG edition without sacrifice on quality of generated code.

link|flag
vote up 1 vote down

I like notepad++ very much.Its a light weigh and with every feature you can think in a editor.

Other one is Kmodo IDE is use for the HTML editing.

Others are dreamveawer and microsoft product but they aren't light.

link|flag
vote up 1 vote down

The Zeus edito does HTML syntax highlighting.

It can also do seamless FTP/SFTP editing, which is great when you have to edit a HTML page located on the web server.

link|flag
vote up 0 vote down

I like HTML Kit.

link|flag
vote up 0 vote down

I've used CoffeeCup HTML Editor when I couldn't use DreamWeaver. I also like Aptana Studio, but it's been getting pretty heavy.

link|flag
vote up 0 vote down

I used NVU a while back. However, it appears Mozilla has suspended development on it (not that that means it's not still a good tool) - https://wiki.mozilla.org/NVU:Home_Page

I also use Crimson Editor

link|flag
Kompozer is, AFAIK, the successor of Nvu. – PhiLho Nov 6 '08 at 20:56
that does seem to be the information on the mozilla site I linked-to; however, I haven't used it (specifically), and didn't want to recommend something I hadn't used :) – warren Nov 7 '08 at 13:33
vote up 0 vote down

I second Kompozer, you can run it WYSIWYG or edit the html directly. It's fairly minimal, which I like.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.