Download the
Tom's Guide App from the AppsStore
News and trends on internet
/ mobile / "sound & picture" / IT
Yes No

5 Good WYSIWYG Editors for Coders

- By - Source : Tom's Guide US

There are codemonkeys, and there are codemonkeys who see the world like Neo from The Matrix.

WYSIWYG editors render your code as they appear on a web browser. These editors have a user-friendly point-and-click interface that help web programmers visualize their code as they go, although most prefer a totally text based editing system. However, Lifehacker has a good lineup of WYSIWYG editors, with pros and cons worth considering. The list:

 -The open-source favorite Kompozer

 -Industry giant Adobe Dreamweaver

 -iWeb from Apple's iLife bundle

 -Expression Web, Microsoft's way of saying sorry for Frontpage

 -Flux, a well-regarded upstart Mac WYSIWYG

Personally, I'd go for Kompozer basically because it's free. As a programmer myself, I respect software licenses and the fees that may come with proprietary software. Given time, any programmer worth his salt will just need a pen and paper to sketch a layout on, then directly write the code for it. In the meantime, he can save enough money for a better, more coding-oriented IDE.

Have any editors you like? Let us know in the comments!

Share:
27
Comments
X

Comments

Anonymous 07/09/2010 6:07 PM
Hide
-1+

Microsoft SharePoint Designer 2007 and 2010. Both are FREE!

tburns1 07/09/2010 6:36 PM
Hide
-3+

Exactly what kind of coding are these tools for? Anything, or just making web pages? Not all of us program for the web ...

rbarone69 07/09/2010 6:41 PM
Hide
-0+

tburns1 :
Exactly what kind of coding are these tools for? Anything, or just making web pages? Not all of us program for the web ...



I see your point (as I use XAML designers) mostly when WYSIWYG is specified they mean web designer...

Remember the old Hot Dog desinger back in generation 1 of HTML! I think that was one of the first!

elgranchuchu 07/09/2010 6:56 PM
Hide
-1+

eclipse

branflakes71 07/09/2010 6:57 PM
Hide
-0+

I use WYSIWYG Web Builder. Low cost with plenty of features for my needs. They just came out with version 7.

hunter315 07/09/2010 6:59 PM
Hide
-2+

I use dreamweaver for work, but rarely use the design tab so the WYSIWYG part doesnt help me out much. They are good for starters but once you start learning you should be able to move into notepad and still be just as good.

digitalraine 07/09/2010 7:07 PM
Hide
-0+

Aptana Studio is another good one. I use the plug-in version inside of Eclipse and it works great. It's not for people that are very new to the arena, but won't take much for an average dev to get it down easily. It's also cross-platform for Win/Mac/Linux/BSD.

digitalraine 07/09/2010 7:08 PM
Hide
-1+

Aptana and Eclipse are both free/open source.

aweadam 07/09/2010 8:00 PM
Hide
--1+

Firebug!

ksampanna 07/09/2010 8:07 PM
Hide
-0+

Dreamweaver

sviola 07/09/2010 8:23 PM
Hide
-1+

vi FTW!!!

jmontalb 07/09/2010 8:23 PM
Hide
-1+

vi

Anonymous 07/09/2010 8:50 PM
Hide
-1+

SciTE for linux and its windows variant Notepad++, far and away the best code editor

JasonAkkerman 07/09/2010 8:57 PM
Hide
-1+

Notepad++

Aragorn 07/09/2010 9:49 PM
Hide
-0+

vi, sometimes notepad++

gmarsack 07/09/2010 9:53 PM
Hide
-0+

How about Visual Studio or Expression Blend? You'll never need to use any other editors. :) Okay, so maybe you will, but why would you?

TunaSoda 07/09/2010 10:27 PM
Hide
-0+

I always liked GoLive better than Dreamweaver, but I like notepad better ;)

Clintonio 07/09/2010 11:05 PM
Hide
-1+

Notepad++.

Screw WYSIWYG.

Anonymous 07/09/2010 11:30 PM
Hide
-1+

"Good WYSIWYG Editors" is an oxymoron. Nothing beats hand-coding a web application using a simple color-coded text editor, optionally with some plugins for auto-completion, syntax checking, and compiling.

mitch074 07/09/2010 11:33 PM
Hide
-1+

I prefer Kate, personally: does SQL, PHP, Javascript, CSS and HTML, with basic syntax checker and code completion.

And it's Free.

Tatts 07/10/2010 2:06 AM
Hide
-0+

DreamWeaver and Expression Web are NOT WYSIWYG editors! There is a huge difference between the limited, drag-and-drop programs and EW and DW. Neither EW nor DW were designed to be used in WYSIWYG mode. Their design panes are for reference only, and while you can work in them, the code they generate is good--it's just as sloppy as Kompozer et al.

To ignore the real differences in such a gloss-over does them a disservice. I use both, and I've used DW since its days as a Macromedia product. I prefer EW; it's more user friendly and very flexible. I find I go back to DW less and less.

If you look at the dreck code produced by programs like iWeb and Flux, you'd see that this article is pointless. Wanna put up a site to post family photos? Fine, use Kompozer or CoffeeCup, but if you want something that's cross-browser compatible and looks good under all viewing conditions, you need EW or DW. And you need to learn CSS and HTML.

BTW, EW is only $79 as an upgrade if you have any version of MS Office or some other programs and there's a 60-day free trial, fully functional.

Tatts 07/10/2010 2:08 AM
Hide
-0+

OOPS--That should read "...the code they generate is NOT good--it's just as sloppy as Kompozer et al."

bp 4575 07/10/2010 1:55 PM
Hide
-0+

I use Dreamweaver because of live-view.

bp 4575 07/10/2010 1:58 PM
Hide
-0+

Oh and the "help" you get with the code, like automatically closing elements when you start a close tag, or suggestions for attributes. It makes HTML coding a whole bunch faster

doorspawn 07/10/2010 4:53 PM
Hide
--2+

Coding is writing programs, not documents and document structures.
WYSIWYG doesn't apply to code.

Replace Coders with Web Devs.

agnickolov 07/11/2010 9:24 AM
Hide
-1+

As said by others already, this is not software development (coding being the layman's word for it) but web design. As an actual software developer (working primarily in C++) I mostly use the Visual Studio IDE. Been doing some light Java stuff recently in Eclipse, but that's minor.

Anonymous 07/12/2010 7:47 PM
Hide
-0+

I might consider using Dreamweaver if anyone knows how to use a dark theme cause starring at a white screen for hours apon end is a huge strain on the eyes.