Click to See Complete Forum and Search --> : Books/Sites...


Paul Jr
08-15-2003, 04:30 PM
What are some good books and sites for learning:
Java Script.
HTML.
DHTML.
CSS.
Thanks!

PeOfEo
08-15-2003, 07:49 PM
www.w3schools.org is good for the basics in html css and xhtml

Paul Jr
08-15-2003, 08:54 PM
Ah, that is perfect. Many thanks!

PeOfEo
08-15-2003, 09:01 PM
No prob, that is a very good site, I learned a lot from them. So I do not hesitate to reccomend it to others.

DaveSW
08-16-2003, 02:50 PM
I learnt css there oddly enough!

Compguy Pete
08-16-2003, 07:36 PM
I recently ordered this CSS book... and another recently from sitepoint.

http://www.sitepoint.com/books/css1/

Paul Jr
08-16-2003, 08:05 PM
Thank you, thank you, thank you.
You've all been most helpful in providing me with very useful information.

pyro
08-16-2003, 08:09 PM
Also, I would keep the specs in mind, as even good sites like w3schools make errors...

HTML 4.01 (http://www.w3.org/TR/html401/)
CSS 2.1 (http://www.w3.org/TR/CSS21/)

Charles
08-16-2003, 08:18 PM
Danger Will Robinson, Danger! The CSS2.1 Spec is only a Working Draft. You would do well to limit yourself to CSS2 (http://www.w3.org/TR/CSS2/).

pyro
08-16-2003, 08:20 PM
Charles is correct. I got a bit ahead of myself there... ;)