473,587 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML Editor

I'm new to HTML and want to learn the basics by learning to code by hand
(with the assistance of an HTML editor to eliminate repetitive tasks).
Can anyone recommend a good, basic HTML editor that's a step beyond
Notepad (not a WYSIWYG tool). Thanks.
Jul 20 '05 #1
71 6447
tomy_baseo wrote:
I'm new to HTML and want to learn the basics by learning to code by
hand (with the assistance of an HTML editor to eliminate repetitive
tasks). Can anyone recommend a good, basic HTML editor that's a step
beyond Notepad (not a WYSIWYG tool). Thanks.


A question - why not a WYSIWYG tool as well? (I can fully understand an answer
"because it costs too much"!)

The reason I ask is that I use Dreamweaver (4), which has a design-view
(WYSIWYG) mode, and code-view mode, and a split-screen mode. It can be very
useful to be able to type in the design-view section and see the code appear
as you type in the code-view section, and vice-versa.

I am not trying to "sell" D4. It has its faults. I haven't tried enough others
to be confident in a specific recommendation. But I can confidently say that
it is possible to learn a lot by watching what code a WYSIWYG editor produces.
And also useful to get a rapid feedback from the code you write.

(Personally, the main reason I chose D4 was because I was told it had adequate
site-management. It appears to meet my needs).

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #2
"tomy_baseo " a écrit dans le message de news:
I'm new to HTML and want to learn the basics by learning to code by hand
(with the assistance of an HTML editor to eliminate repetitive tasks).
Can anyone recommend a good, basic HTML editor that's a step beyond
Notepad (not a WYSIWYG tool). Thanks.


PSPad is a very nice (and free) tool :
http://www.pspad.com/index_en.html
--
Vincent Gardet
Jul 20 '05 #3
On Fri, 24 Oct 2003, Barry Pearson wrote:
A question - why not a WYSIWYG tool as well?
In HTML, "what you get" is a marked-up logical structure. Is that
what you see?

If you meant "why not a graphical previewing editor?", that might be
different.
(I can fully understand an answer "because it costs too much"!)


Like Mozilla Composer, you mean? :-}

And I can partially understand the answer: "because, in relation to
the WWW, the term WYSIWYG doesn't really mean what it says, and
everyone knows that it really means a graphical previewing editor".

But I don't agree with it: large numbers of casual[1] web authors
really _do_ believe that they are doing DTP, and then get
unnecessarily confused and dispirited when they find out what the web
is _really_ doing to their creations.

As someone else said, WYSINWOG. And as I said, WYSIJOPR.

cheers

[1] I suppose I have to stress once again that this doesn't mean you,
bearing in mind the number of occasions that you've appeared to take
some general remark of mine as if it was an affront to you personally.
Jul 20 '05 #4
"tomy_baseo " <to********@sbc global.net> wrote in message
news:Bz******** *******@newssvr 23.news.prodigy .com...
I'm new to HTML and want to learn the basics by learning to code by hand
(with the assistance of an HTML editor to eliminate repetitive tasks).
Can anyone recommend a good, basic HTML editor that's a step beyond
Notepad (not a WYSIWYG tool). Thanks.


Personally, I like Macromedia Homesite (formerly owned by Allaire). The
interface is similar to Dreamweaver, and has some helpful methods for
creating elements in your code, but it's not a WYSIWYG tool (though it does
allow you to switch between editing mode and a view of what the output looks
like). Great tool.
Regards,
Peter Foti

Jul 20 '05 #5
Alan J. Flavell wrote:
On Fri, 24 Oct 2003, Barry Pearson wrote:
A question - why not a WYSIWYG tool as well?
In HTML, "what you get" is a marked-up logical structure. Is that
what you see?


Fair comment. But remember that Dreamweaver is using the styles at the same
time, and can even edit the styles, so it isn't JUST the mark-up you are
seeing. It is having a stab at what the combined mark-up & styles would look
like under a range of conditions. And I observe that what I see in D4 is often
somewhat like what I see later in my set of browsers with their default
settings. After all, if I have table mark-up, and a CSS that specifies sizes &
colours, D4 is entitled to make a good guess about what lots of people will
see. Now some UAs may render that as the smell of dog poo or the taste of
unoaked Chardonney, but perhaps with the right extension even that can be
previewed. (I don't think I'll take the dog poo extension!)

(Since version 4 is limited in its ability to display the document styled
according to the styles in use, the more I put into the CSS, the less like
WYSIWYG it actually looks).
If you meant "why not a graphical previewing editor?", that might be
different.
OK, but I think where this is leading is that nothing in the world is
"WYSIWYG" except the absolutely final rendering. DTP isn't - you may print it
on a B&W printer, or run the electronic version through a speech-generator. In
other words, the term "WYSIWYG" always implicitly needs qualifying. And with
the web it needs a bit more qualification that when the term is used in other
contexts. I see no reason to scrap the term in all circumstances, and little
reason to scrap the term in this case.
(I can fully understand an answer "because it costs too much"!)


Like Mozilla Composer, you mean? :-}


I'd forgotten that! I must try the editors I have in UAs. I guess the one you
mention is the one I have in Netscape 7.1? And there is another in Amaya (hm!)
And I can partially understand the answer: "because, in relation to
the WWW, the term WYSIWYG doesn't really mean what it says, and
everyone knows that it really means a graphical previewing editor".
See above - I don't think it ever literally means what it says, even away from
the WWW. Different qualifications apply in different cases.
But I don't agree with it: large numbers of casual[1] web authors
really _do_ believe that they are doing DTP, and then get
unnecessarily confused and dispirited when they find out what the web
is _really_ doing to their creations.

As someone else said, WYSINWOG. And as I said, WYSIJOPR.
I found WYSIJOPR (only) in a German page on the web, where the English version
of this term was given. So I used Google to translate the whole page, and the
English translation of the English term became: "What You lake Is Just One
Possible Rendering"! Chuckle!
cheers

[1] I suppose I have to stress once again that this doesn't mean you,
bearing in mind the number of occasions that you've appeared to take
some general remark of mine as if it was an affront to you personally.


I am affronted by that casual remark!

(No I'm not - I just like clarity, and sometimes that means challenging things
where I think people might make the wrong link between what I said and
someone's response. I've had some astonishing things attributed to me that
have turned out to be other people's responses).

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #6
On Fri, 24 Oct 2003 01:50:25 GMT, tomy_baseo wrote:

Can anyone recommend a good, basic HTML editor that's a step beyond
Notepad (not a WYSIWYG tool). Thanks.


Try out TopStyle Pro <http://www.bradsoft.co m/topstyle/>.
For me it's the best HTML/CSS - editor for Windows at the moment,
especially if you want to learn _correct_ HTML.



--
Eckhard Rotte.
Jul 20 '05 #7
On Fri, 24 Oct 2003, Barry Pearson wrote:
As someone else said, WYSINWOG. And as I said, WYSIJOPR.
I found WYSIJOPR (only) in a German page on the web,


I know the one you mean; but Google Groups earliest reference is
Pi************* *************** **... lus06.cern.ch
from June 1996.
of this term was given. So I used Google to translate the whole page, and the
English translation of the English term became: "What You lake Is Just One
Possible Rendering"! Chuckle!


I get the joke ;-)

You heard the one about the "hydraulic ram" that ended up translated
via Russian and back to "male water sheep" ?
Jul 20 '05 #8
"Eckhard Rotte" <us********@ero tte.de> wrote in message
news:pk******** *************** *****@40tude.ne t...
On Fri, 24 Oct 2003 01:50:25 GMT, tomy_baseo wrote:

Can anyone recommend a good, basic HTML editor that's a step beyond
Notepad (not a WYSIWYG tool). Thanks.


Try out TopStyle Pro <http://www.bradsoft.co m/topstyle/>.
For me it's the best HTML/CSS - editor for Windows at the moment,
especially if you want to learn _correct_ HTML.


That reminds me, TopStyle is included with Homesite. But there may have
been newer versions of TopStyle released since the last version of Homesite.

-Peter
Jul 20 '05 #9
On Fri, 24 Oct 2003 11:59:16 -0400, Peter Foti wrote:

That reminds me, TopStyle is included with Homesite. But there may have
been newer versions of TopStyle released since the last version of Homesite.


There's a Version of Topstyle Lite included with Homesite which contains a
small subset of the feature set of TopStyle Pro. At first, Top Style is a
CSS Editor but it has become a more than fully featured HTML-Editor since
Version 3.0. I'm not sure, but you would miss a lot of HTML features in TS
Lite.

--
Eckhard Rotte.
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

72
5368
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools (dreamweaver and the like), they are all at the lowest level of programming (something like assembly as oposed to C++ etc.). These tools create...
9
2788
by: Frances | last post by:
at work we switched to UTF-16 encoding and now when I open html files in HomeSite the code is all messed up, and if I turn on "enable non-ANSI file encoding" code looks fine when I open files but I get this error when I try to save them.. "The character set defined in your document does not match the encoding format you selected in the Save...
2
1932
by: Leszek | last post by:
Hello, Has anybody heard about an HTML editor available as an ASP.NET control or so? I need one for my Content Management System. I would appreciate any help: links to existing components, programs, code snippets, or any other resources regarding building online HTML editors using ASP.NET. Thanks, Leszek Taratuta
20
5616
by: Guadala Harry | last post by:
In an ASCX, I have a Literal control into which I inject a at runtime. litInjectedContent.Text = dataClass.GetHTMLSnippetFromDB(someID); This works great as long as the contains just client-side HTML, CSS, etc. What I want to do is somehow insert a *server control* into the , then set the server control's properties at runtime.
19
780
by: MajorSetback | last post by:
I am starting up a home business and will be setting up a web site to market the software that I will be developing in C++. I was wondering if I should buy something like Dreamweaver or Frontpage or try to develop the web pages directly using HTML and a text editor. I have not had experience building web pages but have had several years...
5
2325
by: DaveC | last post by:
I need some sage advice. For years I have been using a HTML editor (HomeSite 3) to produce crude web sites, mostly travelogs with text and a few clickable thumbnails leading to larger images. When I get going I usually produce a marginally navigable mess with sub pages and sub-sub pages. Check...
27
3814
by: prt7u | last post by:
Howdy, I've started back afte a very long time of working with web pages for an organization that I am affiliated with (personally not professionally). Seeing that technology has advanced a lot since the last time I authored web pages (using vi), I am looking for a good, "free" WYSIWYG HTML Editor. Now, before ya go and hit the reply...
5
16827
by: Joe | last post by:
We're looking for a fully functional RTF/HTML editor for our WinForms application. We need a control with the following features: 1. Supports image 2. Supports hyperlinks (auto detects) and allows use to create "custom" hyperlinks. 3. Can have their menus and toolbars merged with our application or is fully programmically controlled.
0
1637
by: akingsly | last post by:
Hai, I am using a html editor control in windows application. For eg. I was having a html file(say test.html). When I opened the file thru html editor control I can't view the images in that test.html page. If I give the absolute path its working. But html editor is not accepting the relative path. Can anyone please explain me why? I was...
0
7918
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8206
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6621
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5713
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3840
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1452
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.