Hard Light Productions Forums

Off-Topic Discussion => General Discussion => Topic started by: karajorma on May 06, 2007, 03:10:31 pm

Title: Good HTML Editors
Post by: karajorma on May 06, 2007, 03:10:31 pm
While I'm more than capable of handcrafting crappy HTML by hand I'd rather just get an editor and have it make crappy HTML in half the time.

So are there any good recommendations for a good free editor? I've tried out a few but failed to find anything I really like much.
Title: Re: Good HTML Editors
Post by: achtung on May 06, 2007, 09:52:52 pm
Have you tried Nvu (http://www.nvu.com)?
Title: Re: Good HTML Editors
Post by: karajorma on May 07, 2007, 02:47:15 am
Yeah. Last one I tried. Not liking that it uses a rather old version of Mozilla or that I've heard in several places that it can screw up your source code by removing all the whitespace in it.
Title: Re: Good HTML Editors
Post by: jr2 on May 07, 2007, 02:09:07 pm
Doesn't OpenOffice.org have a HTML editor?  IDK, but when I install it, it is listed in IE's choices as capable of being the primary HTML editor.
Title: Re: Good HTML Editors
Post by: Sandwich on May 11, 2007, 08:58:44 pm
You mean WYSIWYG or a coding aid?
Title: Re: Good HTML Editors
Post by: jr2 on May 12, 2007, 01:56:07 am
Hmm, Notepad++ does HTML as well, I believe... I don't know if it's more than notepad with bells & whistles, but it's worth checking out.
Title: Re: Good HTML Editors
Post by: karajorma on May 15, 2007, 10:48:17 am
You mean WYSIWYG or a coding aid?

WYSIWYG mostly is what I want. I can learn HTML pretty quickly I'd imagine but I really can't be arsed to take the time.
Title: Re: Good HTML Editors
Post by: Descenterace on May 16, 2007, 12:35:06 am
Microsoft's new editor, Expression Web, is apparently pretty good. There's a free version too. It's nothing like FrontPage; it actually works. Plus, if you edit the HTML by hand the editor doesn't screw around with the whitespace or add lots of pointless styles.
Title: Re: Good HTML Editors
Post by: Sandwich on May 16, 2007, 08:24:21 am
Only WYSIWYG editor I can see myself recommending is NVU, although I've not tried Expression Web. I'll have to give it a try at some point just to know more about it.
Title: Re: Good HTML Editors
Post by: diceman111 on May 16, 2007, 10:37:51 am
Microsoft's new editor, Expression Web, is apparently pretty good. There's a free version too. It's nothing like FrontPage; it actually works. Plus, if you edit the HTML by hand the editor doesn't screw around with the whitespace or add lots of pointless styles.

I used Expression Web for the FOW page, cant really say I have gotten the hang of it yet though (The page has a few bugs here and there I think) but the good news is that it has full support for CSS and so on ..... I like it


/Dice
Title: Re: Good HTML Editors
Post by: Colonol Dekker on May 16, 2007, 10:47:26 am
I reccomend notepad or Dreamweaver 4. :nod:

Dreamweaver is an excellent WYSIWIG editor and Notepad is a good way of learning to code HTML.
Also

http://www.htmldog.com/guides/htmlbeginner/
Title: Re: Good HTML Editors
Post by: übermetroid on May 19, 2007, 09:02:46 am
I remember doing everything in notepad.  That is the way to do it!
Title: Re: Good HTML Editors
Post by: Prophet on May 19, 2007, 02:19:47 pm
I'm currently doing a website. It's my first real site and I've taken an oath to do it completely by notepad. It's actually simple enought if you know the code at least in theory. But once I learned the basices all HTML tutorial site became useless and I was forced to diassemble and analyze other websites.

Tables are really beginning to piss me off. I'm sure there's a way to finish the damn thing without using styles, but seems the crucial bit of code will elude me for eternity. I'll need to go do something to release all this hate now...
Title: Re: Good HTML Editors
Post by: Sandwich on May 21, 2007, 08:21:30 am
I'm currently doing a website. It's my first real site and I've taken an oath to do it completely by notepad. It's actually simple enought if you know the code at least in theory. But once I learned the basices all HTML tutorial site became useless and I was forced to diassemble and analyze other websites.

Tables are really beginning to piss me off. I'm sure there's a way to finish the damn thing without using styles, but seems the crucial bit of code will elude me for eternity. I'll need to go do something to release all this hate now...

What's the problem exactly?

And all you notepad users out there: Notepad++ rocks.
Title: Re: Good HTML Editors
Post by: Prophet on May 21, 2007, 08:50:18 am
I haven't had much time to look at it. Summer has hit the town and I'm pissing on the deadlines. Which, incidentally, will lead me to an early grave.


Anyway. I'm trying for the basic table based page format. Navigation meny on the left column and the actual content on the right. I assume this is kosher?

So how can I add content in without it aligning automatically in the center of the cell? Or would it be easier to open up a new page in the cell (I read somewhere about this IIRC)?


I should propably take a look at this magic Notepad++ thing...
Title: Re: Good HTML Editors
Post by: Sandwich on May 21, 2007, 09:12:48 am
Ugh... table-based page layout is 3V1L. Check out the Yahoo UI (aka. YUI) here: http://developer.yahoo.com/yui/grids/

That'll give you a page that's much easier to maintain.
Title: Re: Good HTML Editors
Post by: Prophet on May 21, 2007, 09:27:35 am
Yes yes yes tables are bad and stuff, I've heard it before. I'm a newbie in this so what would you expect?

But thanks a bunch for the link. Tis very helpful. Maybe my grave will remain empty for another 6 months. :)
Title: Re: Good HTML Editors
Post by: Sandwich on May 21, 2007, 09:49:15 am
Don't even start with tables then. Start right out on the right setting. Learning tables will just make you constrict your design thinking to what can be done with tables. It's restrictive and code-heavy. Yuck.