Topic awaiting preservation: Cross-Platform JavaScript (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Unknown, MD, USA |
posted 08-28-2002 15:51
Im looking for a site or reference where I can learn javascript for MSIE, Netscape, Opera, Konq. and Mozilla. I know Javascript, but even going with what the W3C says doesnt always work. Does anyone have any suggestions on where I can obtain such materials? Thanks |
Paranoid (IV) Inmate From: France |
posted 08-28-2002 18:22
Since you already know Javascript I think the best you could do is to install all your target browsers on your computer(s) and practice on them. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-28-2002 19:22
I've started developing mozilla (even though IE is my main browser) I've found that if I develop towards that I'm gonna hit most DOM compliant browsers with slight tweaking (well except for NN4 which at this point really almost requires it's own JS implementation) Opera and Konq will still choke sometimes though since Konq is working hard to be DOM compliant it's getting much better. Most issues there will be with the browser more than your code. Actually on the same lines Opera 7 is a whole rewrite of the Opera engine with standards support being a main goal. |
Maniac (V) Inmate From: there...no..there..... |
posted 08-28-2002 19:47
Don't know if it will help, but Petskull posted an interesting link. |
Bipolar (III) Inmate From: London, UK |
posted 08-30-2002 12:14
The guys at http://www.alistapart.com/ have some good articles and are working well with DOM compliant CSS and JavaScript. |
Nervous Wreck (II) Inmate From: uk |
posted 08-30-2002 21:33
That is a fantastic book though and covers just about every aspect. Its pricey but would recommend it every time as i could not find one more comprehensive |