Networking Forums

Networking Forums > Computer Networking > Broadband > Best Free HTML Editor

Reply
Thread Tools Display Modes

Best Free HTML Editor

 
 
A.N. Onymous Esq
Guest
Posts: n/a

 
      09-04-2008, 01:37 PM
What would people recommend as the best free WYSIWYG HTML Editor?
 
Reply With Quote
 
 
 
 
The Natural Philosopher
Guest
Posts: n/a

 
      09-04-2008, 01:46 PM
A.N. Onymous Esq wrote:
> What would people recommend as the best free WYSIWYG HTML Editor?


The very nature of HTML means that what you see is never what you get.


My advice is to use a simple text editor (e.g. Context) , and a
selection of browsers to test against, or sling some money at e.g.
Dreamweaver. However I spend nearly as long taking randomly generated
HTML statements out of my wife's Dreamweaver output as she does putting
them in.

In the end HTML is a programming language, and should be learnt as such.
 
Reply With Quote
 
Oddi
Guest
Posts: n/a

 
      09-04-2008, 01:58 PM
On Thu, 04 Sep 2008 14:46:17 +0100, The Natural Philosopher <(E-Mail Removed)> wrote:

>A.N. Onymous Esq wrote:
>> What would people recommend as the best free WYSIWYG HTML Editor?

>
>The very nature of HTML means that what you see is never what you get.
>
>
>My advice is to use a simple text editor (e.g. Context) , and a
>selection of browsers to test against, or sling some money at e.g.
>Dreamweaver. However I spend nearly as long taking randomly generated
>HTML statements out of my wife's Dreamweaver output as she does putting
>them in.
>
>In the end HTML is a programming language, and should be learnt as such.


In other words, you might as well stick your thumb up your arse and whistle
Dixie.

If that does not appeal, or you are already too full of shite
post in News:alt.comp.freeware there are quite a number of very
good free HTML editors. The subscribers there can give good
advice on which they think is the best.

By the way if you try out the thumb up the arse remedy you have
to whistle in Dolby!!

Oddi.
 
Reply With Quote
 
Eeyore
Guest
Posts: n/a

 
      09-04-2008, 02:07 PM


"A.N. Onymous Esq" wrote:

> What would people recommend as the best free WYSIWYG HTML Editor?


Leave out WYSIWYG and notepad is the answer.

That's how I do it.

Graham

 
Reply With Quote
 
spud
Guest
Posts: n/a

 
      09-04-2008, 02:46 PM
On Thu, 4 Sep 2008 14:37:29 +0100, "A.N. Onymous Esq" <no.spam@me>
wrote:

>What would people recommend as the best free WYSIWYG HTML Editor?


Try Seamonkey Composer:

http://www.seamonkey-project.org/

This supercedes Mozilla Composer and NVU (both v good but no longer
supported).
 
Reply With Quote
 
tinnews@isbd.co.uk
Guest
Posts: n/a

 
      09-04-2008, 02:55 PM
spud <(E-Mail Removed)> wrote:
> On Thu, 4 Sep 2008 14:37:29 +0100, "A.N. Onymous Esq" <no.spam@me>
> wrote:
>
> >What would people recommend as the best free WYSIWYG HTML Editor?

>
> Try Seamonkey Composer:
>
> http://www.seamonkey-project.org/
>
> This supercedes Mozilla Composer and NVU (both v good but no longer
> supported).


That's what I use for quick one-page HTML creation at work. For any
more major development of several interlinked pages you need something
a bit better to handle the overview of the whole thing.

--
Chris Green
 
Reply With Quote
 
Jeff Gaines
Guest
Posts: n/a

 
      09-04-2008, 03:57 PM
On 04/09/2008 in message <48bfe499$0$2915$(E-Mail Removed)> A.N.
Onymous Esq wrote:

>What would people recommend as the best free WYSIWYG HTML Editor?


I use Kompozer:
http://www.kompozer.net/

It's the successor to NVU, it's free and you can switch between WYSIWYG
and editing the HTML directly.

--
Jeff Gaines Damerham Hampshire UK
That's an amazing invention but who would ever want to use one of them?
(President Hayes speaking to Alexander Graham Bell on the invention of the
telephone)
 
Reply With Quote
 
Bob Eager
Guest
Posts: n/a

 
      09-04-2008, 04:28 PM
On Thu, 4 Sep 2008 13:46:17 UTC, The Natural Philosopher <(E-Mail Removed)> wrote:

> A.N. Onymous Esq wrote:
> > What would people recommend as the best free WYSIWYG HTML Editor?

>
> The very nature of HTML means that what you see is never what you get.
>
>
> My advice is to use a simple text editor (e.g. Context) , and a
> selection of browsers to test against, or sling some money at e.g.
> Dreamweaver. However I spend nearly as long taking randomly generated
> HTML statements out of my wife's Dreamweaver output as she does putting
> them in.
>
> In the end HTML is a programming language, and should be learnt as such.


No, it's not. It's a markup language.

It has no control constructs.
--
Bob Eager
Use the BIG mirror service in the UK:
http://www.mirrorservice.org

 
Reply With Quote
 
The Natural Philosopher
Guest
Posts: n/a

 
      09-04-2008, 04:50 PM
Bob Eager wrote:
> On Thu, 4 Sep 2008 13:46:17 UTC, The Natural Philosopher <(E-Mail Removed)> wrote:
>
>> A.N. Onymous Esq wrote:
>>> What would people recommend as the best free WYSIWYG HTML Editor?

>> The very nature of HTML means that what you see is never what you get.
>>
>>
>> My advice is to use a simple text editor (e.g. Context) , and a
>> selection of browsers to test against, or sling some money at e.g.
>> Dreamweaver. However I spend nearly as long taking randomly generated
>> HTML statements out of my wife's Dreamweaver output as she does putting
>> them in.
>>
>> In the end HTML is a programming language, and should be learnt as such.

>
> No, it's not. It's a markup language.
>
> It has no control constructs.

Hmm. <pedant> ;-)
 
Reply With Quote
 
A.N. Onymous Esq
Guest
Posts: n/a

 
      09-04-2008, 05:45 PM
"Jeff Gaines" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On 04/09/2008 in message <48bfe499$0$2915$(E-Mail Removed)> A.N.
> Onymous Esq wrote:
>
>>What would people recommend as the best free WYSIWYG HTML Editor?

>
> I use Kompozer:
> http://www.kompozer.net/
>
> It's the successor to NVU, it's free and you can switch between WYSIWYG
> and editing the HTML directly.
>

Thanx - I will take a look

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADOVBScript, SAP - ABAP and more... Dhanabal Linux Networking 0 05-31-2008 06:33 AM
Windows 98 under policy editor & W2003 server Tina Windows Networking 0 12-28-2005 06:52 PM
Looking for the administrative template to configure BITS policy in Windows 2000 server GPO editor... SammyBar Windows Networking 4 11-15-2005 07:54 PM
Real Time HTML Dan Linux Networking 1 05-09-2005 05:15 PM
www bookmark editor like galeon's? Andrew Jaffe Linux Networking 0 08-18-2003 04:25 PM



1 2 3 4 5 6 7 8 9 10 11