HighDots Forums  

html newbie

alt.html.writers alt.html.writers


Discuss html newbie in the alt.html.writers forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Greg
 
Posts: n/a

Default html newbie - 12-10-2004 , 05:08 PM






Hi I am trying to teach myself HTML so I've joined this news group. First
question is how do I download newsgroup messages for offline viewing? I've
read a few books on HTML and web design so far. Was just wondering what most
people use as an HTML editor. Notepad, dreamweaver, FrontPage etc. I'm
currently using notepad. Don't know if that makes me a dinosaur or not. Was
told that when learning HTML you should start with notepad to get a good
understanding of it. Does anyone know if there are many web designers using
Linux as their OS?

My current home page is http://www.ccountry.net/~waxman/

Thanks for any help...




Reply With Quote
  #2  
Old   
Ben Measures
 
Posts: n/a

Default Re: html newbie - 12-10-2004 , 09:25 PM






Greg wrote:
Quote:
Hi I am trying to teach myself HTML so I've joined this news group.
This gets a little quiet at times. You might want to subscribe to
alt.html.critique in addition. Being a lot busier, it has many experts
and professionals who are willing to help.

Quote:
First question is how do I download newsgroup messages for offline viewing?
That depends on what you're using to read these newsgroups.

Quote:
I've read a few books on HTML and web design so far.
If you don't already know about them, I recommend you take a look at:

http://www.w3schools.com for learning the languages involved in web design;

http://www.alistapart.com for weekly articles on developer techniques; and

http://www.csszengarden.com/ for great examples of good style *and* good
coding.

Quote:
Was just wondering what most people use as an HTML editor.
I just use a simple text editor (with syntax highlighting).

Quote:
Notepad, dreamweaver, FrontPage etc.
Frontpage? Bleh. Avoid it at all costs if you really want to learn web
development.

Many use dreamweaver but I find it a little lacking in versatility
(unless it's just used as a simple text editor ).

Quote:
I'm currently using notepad. Don't know if that makes me a dinosaur or not.
Not at all. However, I do recommend you get an editor with syntax
highlighting. This will colour the code (depending on it's function) and
will greatly ease its reading.

Quote:
Was told that when learning HTML you should start with notepad to get a
good understanding of it.
Good advice.

Quote:
Does anyone know if there are many web designers using Linux as their OS?
Most professionals use the Mac platform, simply because that's what
they're used to (from the old printwork days).

Having said that, there's a growing number using Linux (including me).
It's progressed a lot in recent years and is now quite viable as a
platform for web design and development, however you still need to be
more technical than the average Mac user.

Hth,
--
Ben M.


Reply With Quote
  #3  
Old   
Greg
 
Posts: n/a

Default Re: html newbie - 12-11-2004 , 11:23 AM



Thanks for the good advice
"Ben Measures" <saint_abroadremove (AT) removehotmail (DOT) com> wrote

Quote:
Greg wrote:
Hi I am trying to teach myself HTML so I've joined this news group.

This gets a little quiet at times. You might want to subscribe to
alt.html.critique in addition. Being a lot busier, it has many experts
and professionals who are willing to help.

First question is how do I download newsgroup messages for offline
viewing?

That depends on what you're using to read these newsgroups.

I've read a few books on HTML and web design so far.

If you don't already know about them, I recommend you take a look at:

http://www.w3schools.com for learning the languages involved in web
design;

http://www.alistapart.com for weekly articles on developer techniques; and

http://www.csszengarden.com/ for great examples of good style *and* good
coding.

Was just wondering what most people use as an HTML editor.

I just use a simple text editor (with syntax highlighting).

Notepad, dreamweaver, FrontPage etc.

Frontpage? Bleh. Avoid it at all costs if you really want to learn web
development.

Many use dreamweaver but I find it a little lacking in versatility
(unless it's just used as a simple text editor ).

I'm currently using notepad. Don't know if that makes me a dinosaur or
not.

Not at all. However, I do recommend you get an editor with syntax
highlighting. This will colour the code (depending on it's function) and
will greatly ease its reading.

Was told that when learning HTML you should start with notepad to get a
good understanding of it.

Good advice.

Does anyone know if there are many web designers using Linux as their
OS?

Most professionals use the Mac platform, simply because that's what
they're used to (from the old printwork days).

Having said that, there's a growing number using Linux (including me).
It's progressed a lot in recent years and is now quite viable as a
platform for web design and development, however you still need to be
more technical than the average Mac user.

Hth,
--
Ben M.



Reply With Quote
  #4  
Old   
David Russell
 
Posts: n/a

Default Re: html newbie - 12-12-2004 , 11:47 PM




"Greg" <gregrmackay (AT) hotmail (DOT) com> wrote

Quote:
Hi I am trying to teach myself HTML so I've joined this news group. First
Hi Greg,

you could also try alt.html. A bit busy at times, but a valuable resource

Quote:
question is how do I download newsgroup messages for offline viewing? I've
read a few books on HTML and web design so far. Was just wondering what
most
people use as an HTML editor. Notepad, dreamweaver, FrontPage etc. I'm
currently using notepad. Don't know if that makes me a dinosaur or not.
Was
told that when learning HTML you should start with notepad to get a good
understanding of it. Does anyone know if there are many web designers
using
Linux as their OS?

OK, so, as has been said, there are many resources for HTML on the web. The
bottom line is that you should keep looking around, but realise that there
are probably about as many good sites as bad ones (prolly more bad ones than
good ones).

I am in the process of develping a site with good information on it (at
least I think it is good information - it will follow the guidelines set by
the W3C, and the spirit of HTML and CSS). Once I have finished it, I will
post for other people's comments.

As for the editor. I use CorelDRAW for Graphics, and a freeware editor
called "Context". I have also used a program called NotePad+ and EditPlus.
All of these have served me well. Bottom line (as Ben mentioned) is that you
will definitely benefit from a syntax-highlighting editor - especially if
you decide to go into script writing (PHP, or similar). The principle is the
same, however, if you can build webpages with a text editor, you can do most
of what you need to do.

As for Windows/Mac/Linux, I have used Windows and Linux. Due to other needs
I have on my system, I use Windows almost exclusively, however I loved the
Linux development model. QuantaPLUS (part of hte KDE package) is a great
HTML editor, and I must say that I miss it quite a bit.

Ultimately, you need to chose a platform that you are comfortable with
(since I use CorelDRAW, I cannot use Linux for graphics), and enjoy the
development. bear in mind that while you will develop in your OS of choice,
your pages will be viewed in the viewer's OS of choice...

Hope this helps.

David

Quote:
My current home page is http://www.ccountry.net/~waxman/

Thanks for any help...






Reply With Quote
  #5  
Old   
P Doh
 
Posts: n/a

Default Re: html newbie - 12-16-2004 , 07:36 PM



Greg wrote:
Quote:
Thanks for the good advice
"Ben Measures" <saint_abroadremove (AT) removehotmail (DOT) com> wrote in message
news:PMtud.34753$up1.11804 (AT) text (DOT) news.blueyonder.co.uk...

Greg wrote:

Hi I am trying to teach myself HTML so I've joined this news group.

This gets a little quiet at times. You might want to subscribe to
alt.html.critique in addition. Being a lot busier, it has many experts
and professionals who are willing to help.


First question is how do I download newsgroup messages for offline

viewing?

That depends on what you're using to read these newsgroups.


I've read a few books on HTML and web design so far.

If you don't already know about them, I recommend you take a look at:

http://www.w3schools.com for learning the languages involved in web

design;

http://www.alistapart.com for weekly articles on developer techniques; and

http://www.csszengarden.com/ for great examples of good style *and* good
coding.


Was just wondering what most people use as an HTML editor.

I just use a simple text editor (with syntax highlighting).


Notepad, dreamweaver, FrontPage etc.

Frontpage? Bleh. Avoid it at all costs if you really want to learn web
development.

Many use dreamweaver but I find it a little lacking in versatility
(unless it's just used as a simple text editor ).


I'm currently using notepad. Don't know if that makes me a dinosaur or

not.

Not at all. However, I do recommend you get an editor with syntax
highlighting. This will colour the code (depending on it's function) and
will greatly ease its reading.


Was told that when learning HTML you should start with notepad to get a
good understanding of it.

Good advice.


Does anyone know if there are many web designers using Linux as their

OS?

Most professionals use the Mac platform, simply because that's what
they're used to (from the old printwork days).

Having said that, there's a growing number using Linux (including me).
It's progressed a lot in recent years and is now quite viable as a
platform for web design and development, however you still need to be
more technical than the average Mac user.

Hth,
--
Ben M.



Dreamweaver is pretty good, bloody expensive now that it comes with the
kitchen sink and all.
If you use dreamweaver right, you need no other program all the ftp, css
blah blah is all there and it keeps your links all tick-a-d-boo; That
said try HTMLKit, which lacks the wysiwig but thats no big deal, as you
will soon learn


Reply With Quote
  #6  
Old   
dszady
 
Posts: n/a

Default Re: html newbie - 12-29-2004 , 03:23 PM



On Fri, 10 Dec 2004 15:08:00 -0800, Greg wrote:

Quote:
Hi I am trying to teach myself HTML so I've joined this news group. First
question is how do I download newsgroup messages for offline viewing? I've
read a few books on HTML and web design so far. Was just wondering what most
people use as an HTML editor. Notepad, dreamweaver, FrontPage etc. I'm
currently using notepad. Don't know if that makes me a dinosaur or not. Was
told that when learning HTML you should start with notepad to get a good
understanding of it. Does anyone know if there are many web designers using
Linux as their OS?

My current home page is http://www.ccountry.net/~waxman/
I'm sort of a newb myself and I use Linux Mandrake 10.0.
Most HTML editors seemed to make extra code and such. I mean, I could do
that myself. And still do.
But there is a Suped-up notepad editor called Kate that I use now that
comes with the OS. It has syntax hi-lighting when you give a text file an
html extension. If I run into a problem I hunt around the net for
resources, read the newsgroups and such.
As for a newsreader I use Pan and it does collect message
bodies for off-line use.
HTH

--
°¿°
http://www.earths-ocular.com/
Registered Linux User: 347957


Reply With Quote
  #7  
Old   
Bill in Detroit
 
Posts: n/a

Default Re: html newbie - 01-09-2007 , 12:37 AM



Greg wrote:
Quote:
Hi I am trying to teach myself HTML so I've joined this news group. First
question is how do I download newsgroup messages for offline viewing? I've
read a few books on HTML and web design so far. Was just wondering what most
people use as an HTML editor. Notepad, dreamweaver, FrontPage etc. I'm
currently using notepad. Don't know if that makes me a dinosaur or not. Was
told that when learning HTML you should start with notepad to get a good
understanding of it. Does anyone know if there are many web designers using
Linux as their OS?

My current home page is http://www.ccountry.net/~waxman/

Thanks for any help...

In Linux, you might want to give Bluefish a look. Not available on
Windows, it's my favorite editor.

Bill
--
Make yourself an honest man, and then you may be sure that there is one
rascal less in the world.
Thomas Carlyle (1795 - 1881)
http://nmwoodworks.com


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0701-6, 01/08/2007
Tested on: 1/9/2007 1:37:10 AM
avast! - copyright (c) 1988-2007 ALWIL Software.
http://www.avast.com





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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.