Connecting Tech Pros Worldwide Help | Site Map

Javascript compatibility help

  #1  
Old July 23rd, 2005, 06:34 PM
harry
Guest
 
Posts: n/a
Can anyone point me to a site that gives a good (basic) tutorial on writing
JS so that it runs in multiple browsers?

I have a web app that's been targeted for IE 5.5 but need it to work in
other browsers such as Mozilla.

Things I've noticed are HTML lines like <div class="divwithborder"
style="width:600px; height:351px;left:20px"> - in mozilla the "height"
attribute seems to be completely ignored!

many thanks for any help

harry


  #2  
Old July 23rd, 2005, 06:35 PM
Robert
Guest
 
Posts: n/a

re: Javascript compatibility help



harry wrote:[color=blue]
> Can anyone point me to a site that gives a good (basic) tutorial on[/color]
writing[color=blue]
> JS so that it runs in multiple browsers?[/color]

Gecko broswers like Firefox focus on implementing to standards. IE
implements standards plus a bunch of proprietary stuff. Many people
find it best to do development work in Firefox then test in IE.

The World Wide Web Consortium (W3C) web site http://www.w3.org/ is a
good source of information. They have validators for html and css.

I recommend the book javascript: The Definitive Guide by David
Flanagan.

Robert

  #3  
Old July 23rd, 2005, 06:35 PM
Robert
Guest
 
Posts: n/a

re: Javascript compatibility help


> Can anyone point me to a site that[color=blue]
> gives a good (basic) tutorial on writing
> JS so that it runs in multiple browsers?[/color]

See:
http://www.howtocreate.co.uk/

Robert

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help regarding redesigning website Ganesh J. Acharya answers 19 August 8th, 2008 05:45 PM
Cross browser compatibility issue - JavaScript Array / ASP JS dwair answers 2 November 30th, 2006 03:25 PM
LiveConnect applet crashing after page reload, please help DKM answers 8 July 23rd, 2005 09:59 PM
browsers and javascript Terry A. Haimann answers 14 July 20th, 2005 11:30 AM