Skip to page content or skip to Accesskey List.
Search evolt.org
evolt.org login: or register

Work

Main Page Content

Changing times - an update

Rated 0 (Add your rating)

Log in to add a comment
(1 comment so far)

Want more?

 
Picture of persist1

Ben Henick

Member info | Full bio

User since: January 23, 2000

Last login: February 05, 2007

Articles written: 9

Having shot off my mouth, I did some research.

Here's what I've found so far:

  • According to Jakob Nielsen [ed. note: Stuck With Old Browsers Until 2003], Mozilla is unlikely to ever supersede Communicator 4 in terms of market share. Can this prediction be proven wrong? I think it can.
  • Specific and clear documentation on what Mozilla wants from JavaScript to access the DOM is still lacking [ed. note: Get Ready for Navigator 5.0 DHTML]. W3C explicitly calls for something along the lines of 'document.tags.elementType' (my paraphrase), but I at least am still without a clue.
  • There seems to be a lot of worrying about how code written for Mozilla can be made backward-compatible with Communicator 4... which is exactly what I would hope to avoid.
  • My earlier post completely ignored the role of the Web Standards Project (WSP). The omission was deliberate, and in truth I rather suspect that the happiness of the WSP has hardly been on the radar of the folks who coordinate and contribute to the Mozilla build. At the same time, I failed to give credit where it was due.

Another question has to do with the average skill level of the developers out there. If the developers who can write cutting-edge sites take an action such as the one I've proposed, will folks actually notice?

Any follow-up on these points is more than welcome.

Submitted by tin on January 31, 2000 - 04:36.

document.getElementById('element'); is the same as document.all['element'] in IE5 and document.layers['element'] in NS4. This function works in both IE5 (4 too?) and Mozilla M13 (the recent Alpha release). Mozilla's DOM is actually closer to IE than it is to NS4 - if you use getElementById(), you can use pretty much the same JavaScript code for both. I spent some time today converting some DHTML projects to work in NS4, IE, and Mozilla - after figuring out the proper functions etc, it's a cinch. Check out http://sites.netscape.net/ekrock/upgrade/standards.html for more info about Mozilla's DOM compatibility with current browsers.

login or register to post comments

The access keys for this page are: ALT (Control on a Mac) plus:

evolt.orgEvolt.org is an all-volunteer resource for web developers made up of a discussion list, a browser archive, and member-submitted articles. This article is the property of its author, please do not redistribute or use elsewhere without checking with the author.