Click to See Complete Forum and Search --> : what books next?
ajkiwi88
01-23-2005, 12:04 PM
hi
i have read the following books
html 4 for dummies
css for dummies
javascript for dummies
what other books cwould you say it was worth reading?
cyaz
aj
ray326
01-23-2005, 12:34 PM
For the presentation side, see below.
Our library recommends the materials on the following page:
http://kdla.ky.gov/resources/IT_webdevelopment.htm
Good Luck -
MstrBob
01-24-2005, 11:32 AM
I reccommend the definitive sources on the net:
HTML 4.01 Specification (http://www.w3.org/TR/html4/)
CSS 2.1 Specification (http://w3.org/TR/CSS21/)
W3C DOM (http://www.w3.org/DOM/)
russell
01-24-2005, 11:56 AM
very old, but still pretty relavant, i'd reccomend The Official Netscape JavaScript1.2 Programmer's Reference (http://www.amazon.com/exec/obidos/tg/detail/-/1566047579/qid=1106585064/sr=1-6/ref=sr_1_6/102-9896714-5058544?v=glance&s=books)
Then, I'd reccomend either (or both of) Wrox Press Beginning PHP 5 (http://www.amazon.com/exec/obidos/tg/detail/-/0764557831/qid=1106584861/sr=1-14/ref=sr_1_14/102-9896714-5058544?v=glance&s=books) and/or Wrox Press Beggining ASP.Net (http://www.amazon.com/exec/obidos/ASIN/0764557076/qid=1106584911/sr=2-2/ref=pd_ka_b_2_2/102-9896714-5058544)
A decent book on databases/sql is also essential.
Coupla notes -- some of the Netscape JS 1.2 stuff is obsolete, but it is a surprisingly good programming reference, and an excellent JS reference. Also, u can pick it up real cheap now.
Don't spend any money on a PHP 4 book. Go straight to PHP 5 if u are going that route. The differences are enormous. If you are interested in PHP then PHP.net (http://www.php.net/docs.php) is a website you should visit often.
I'd pick either PHP, ASP.Net or Java and focus on one of them until you are pretty good with it before spending much time or energy on the others. They are all worthwhile next steps for you. And of course, the links that MstrBob posted are essential (and free).