Upgrading html skills?

Upgrading html skills?

am 28.05.2007 00:48:54 von texas_gardener

Hi:

I've been told _repeatedly_ that my html skills are "circa 1987" (they
are; that's when I learned them), and that my pages are "a mess,"
etc. I'm not at all offended, 'cause I'm sure it's true, at least to
some degree.

I'm self-taught (as is probably obvious) and want to begin the work of
upgrading my skills, but have no real clue where to start. Something
about CSS...or something?

Here is an example of my work:

http://beststudentviolins.com/vita.html

(this is me)

Where do I start? Your help very much appreciated!! I want to plan a
course of self-instruction.

Thanks!!

Re: Upgrading html skills?

am 28.05.2007 01:20:59 von lws4art

texas_gardener wrote:
> Hi:
>
> I've been told _repeatedly_ that my html skills are "circa 1987" (they
> are; that's when I learned them), and that my pages are "a mess,"
> etc. I'm not at all offended, 'cause I'm sure it's true, at least to
> some degree.

Tutorials here is a good start: http://www.htmldog.com



--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Re: Upgrading html skills?

am 28.05.2007 01:21:54 von Adrienne Boswell

Gazing into my crystal ball I observed texas_gardener
writing in news:1180306134.142327.315750
@q75g2000hsh.googlegroups.com:

> Hi:
>
> I've been told _repeatedly_ that my html skills are "circa 1987" (they
> are; that's when I learned them), and that my pages are "a mess,"
> etc. I'm not at all offended, 'cause I'm sure it's true, at least to
> some degree.
>
> I'm self-taught (as is probably obvious) and want to begin the work of
> upgrading my skills, but have no real clue where to start. Something
> about CSS...or something?
>
> Here is an example of my work:
>
> http://beststudentviolins.com/vita.html
>
> (this is me)
>
> Where do I start? Your help very much appreciated!! I want to plan a
> course of self-instruction.
>

I would say the best place to start is the specs. Obviously, you know
enough to have done, so you know a little. Validate your pages
, look at where the errors are, and correct
them. Believe me, that will give you some lessons.

Then you could go to the CSS section and start learning from there.

Stop using presentational markup, use the correct element for the job.
If it's a paragraph, use P, if it's a heading, use one of the heading
elements, if it's list, use list markup. If it's tabular data, _then_
you should use a table.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Re: Upgrading html skills?

am 28.05.2007 01:46:49 von Ed Seedhouse

On Sun, 27 May 2007 19:20:59 -0400, "Jonathan N. Little"
wrote:

>texas_gardener wrote:
>> Hi:
>>
>> I've been told _repeatedly_ that my html skills are "circa 1987" (they
>> are; that's when I learned them), and that my pages are "a mess,"
>> etc. I'm not at all offended, 'cause I'm sure it's true, at least to
>> some degree.
>
>Tutorials here is a good start: http://www.htmldog.com

Agreed, but first I think you should go to
http://pages.prodigy.net/chris_beall/TC/ and read every page.

Re: Upgrading html skills?

am 28.05.2007 07:35:53 von Neredbojias

On Sun, 27 May 2007 22:48:54 GMT texas_gardener scribed:

> Hi:
>
> I've been told _repeatedly_ that my html skills are "circa 1987" (they
> are; that's when I learned them), and that my pages are "a mess,"
> etc. I'm not at all offended, 'cause I'm sure it's true, at least to
> some degree.
>
> I'm self-taught (as is probably obvious) and want to begin the work of
> upgrading my skills, but have no real clue where to start. Something
> about CSS...or something?
>
> Here is an example of my work:
>
> http://beststudentviolins.com/vita.html
>
> (this is me)
>
> Where do I start? Your help very much appreciated!! I want to plan a
> course of self-instruction.

It's as simple as reading, studying, and applying the latest standards.
These standards are available at the w3c and can be downloaded. For
questions on interpretation and understanding, this newsgroup is the best
place I know.

--
Neredbojias
He who laughs last sounds like an idiot.

Re: Upgrading html skills?

am 28.05.2007 09:41:32 von jkorpela

Scripsit texas_gardener:

> I've been told _repeatedly_ that my html skills are "circa 1987" (they
> are; that's when I learned them),

Nice trolling. I had thought the species of clever trolls became extinct in
early September 1993.

Young people, like those born before the birth of the Web in 1990, might
actually believe you. They are advised to check some basic facts from e.g.
http://www.w3.org/History.html

> I want to plan a course of self-instruction.

Just in case you were (half-)serious, after all: Find a good modern primer
on web authoring and read it. Then find another one and read it. My point is
that virtually all primers around contain some wrong ideas and poor
approaches, and reading another will probably help you to keep a critical
mind regarding the first primer's content.

Remember to forget everything you think you know, before you start reading.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Re: Upgrading html skills?

am 29.05.2007 11:11:29 von Toby A Inkster

Jukka K. Korpela wrote:

> Young people, like those born before the birth of the Web in 1990, might
> actually believe you.

Young people were born before 1990? So old people were born after 1990?

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 94 days, 16:55.]

Non-Intuitive Surnames
http://tobyinkster.co.uk/blog/2007/05/25/non-intuitive-surna mes/

Re: Upgrading html skills?

am 29.05.2007 21:07:47 von jkorpela

Scripsit Toby A Inkster:

> Jukka K. Korpela wrote:
>
>> Young people, like those born before the birth of the Web in 1990,
>> might actually believe you.
>
> Young people were born before 1990? So old people were born after
> 1990?

Confusing, isn't it? Anyway, old people know how to read what I mean,
instead of what I wrote. I didn't need to wait to become old in order to
write the exact opposite of what I mean.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Re: Upgrading html skills?

am 29.05.2007 23:23:21 von Sherm Pendley

"Jukka K. Korpela" writes:

> Confusing, isn't it? Anyway, old people know how to read what I mean,
> instead of what I wrote.

Wait!

I knew what you meant.

That must mean...

Oh my. :-(

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net

Re: Upgrading html skills?

am 30.05.2007 01:22:28 von dorayme

In article ,
"Jukka K. Korpela" wrote:

> Scripsit Toby A Inkster:
>
> > Jukka K. Korpela wrote:
> >
> >> Young people, like those born before the birth of the Web in 1990,
> >> might actually believe you.
> >
> > Young people were born before 1990? So old people were born after
> > 1990?
>
> Confusing, isn't it? Anyway, old people know how to read what I mean,
> instead of what I wrote. I didn't need to wait to become old in order to
> write the exact opposite of what I mean.

So... you waited voluntarily and chose the moment.

--
dorayme