Closed Thread Icon

Topic awaiting preservation: Cross-Platform JavaScript (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8287" title="Pages that link to Topic awaiting preservation: Cross-Platform JavaScript (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Cross-Platform JavaScript <span class="small">(Page 1 of 1)</span>\

 
elitecodex
Obsessive-Compulsive (I) Inmate

From: Unknown, MD, USA
Insane since: Aug 2002

posted 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

Will

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted 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.
At work I have IE5.5, MZ1.1b, NN6, NN4.02 on my WIN2K PC and IE4.5, IE5.0, NN4.5 on a MAC nearby, I used to have another PC with IE3.0 and NN3.0.
I must say that having to release some sites working on these browsers is a good way to learn quickly.

If you still need some url, check the classics : http://www.webreference.com/js/ http://www.dhtmlcentral.com/ http://webfx.eae.net/ http://www.xs4all.nl/~ppk/js/

and so on...

hope that helps

Mathieu "POÏ" HENRI

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted 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.



.:[ Never resist a perfect moment ]:.

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 08-28-2002 19:47

Don't know if it will help, but Petskull posted an interesting link.
Haven't had much time to go over it but you can check out that posting here

Later,
C:\


~Binary is best~

stinx
Bipolar (III) Inmate

From: London, UK
Insane since: Apr 2002

posted 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.

Also, the 4th edition of O'Reillys JavaScript: The Definitive Guide has a comprehensive listing of DOM objects and methods etc, although there are hardly any examples in there, which makes understanding the methods a little difficult.


[This message has been edited by stinx (edited 08-30-2002).]

andy_j
Nervous Wreck (II) Inmate

From: uk
Insane since: Aug 2002

posted 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

« BackwardsOnwards »

Show Forum Drop Down Menu