Go Back   CodingForums.com > :: Client side development > JavaScript programming > DOM and JSON scripting

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-23-2002, 07:04 PM   PM User | #1
netfervor
New Coder

 
Join Date: Jun 2002
Location: dJogja id
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
netfervor is an unknown quantity at this point
What's the difference between DOM Scripting and JS programming?

What will be the difference between the discussion here and Javascript Programming? thx.

Last edited by WA; 06-24-2002 at 02:00 AM..
netfervor is offline   Reply With Quote
Old 06-23-2002, 07:56 PM   PM User | #2
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Anything that deals strictly with the W3C DOM.

For example, anything dealing the DOM2 Core, Events, Style/CSS, Traversal/Range, SVG DOM, (future?) MathML DOM, implementations of the DOM3 Working Draft, etc would be posted here.

An example:

"My DOM3 XPath Expression does not evaluate to all the nodes it should"

Gecko has implemented the working draft of the DOM3 XPath module, and any questions on that would be posted here. If it was just a question on XPath itself, it would go to the XML forum.

Another example, "How do I fire an event in NS7?"

NS7 uses the DOM2 Events module, and would best be posted here.

Maybe more common posts though would be about just the DOM1 Core, something I can imagine thay be typical:

"document.body.firstChild in IE is different from document.body.firstChild in NS"

And that's because Gecko treats indentation as a text node...

Kinda follow?
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 06-23-2002, 10:30 PM   PM User | #3
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Take some indication of what belongs here by the threads I recently moved.

I'm going to make this a sticky thread for a while, as it brings up an excellent point that I'm not sure was previously considered as much as it should have before, and should also server as a pseudo-guide of what threads to post in here.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 09-07-2002, 04:08 AM   PM User | #4
HappyDude
New Coder

 
Join Date: Jul 2002
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
HappyDude is an unknown quantity at this point
Quote:
Gecko treats indentation as a text node...
Heh, I was actually just about to post a question asking about why I was having such problems referring to my nodes in NS6 with the same index number in the childNodes property as was working perfectly in IE... but I guess that answers that .
HappyDude is offline   Reply With Quote
Old 09-24-2002, 06:21 PM   PM User | #5
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
Quote:
Originally posted by HappyDude

Heh, I was actually just about to post a question asking about why I was having such problems referring to my nodes in NS6 with the same index number in the childNodes property as was working perfectly in IE... but I guess that answers that .
Hey HappyDude

I realize you posted this quite a bit ago, but I thought I'd share this w/ya, because I was having the same problems. Here's a link to a complete post I made with a pseudo-solution to problems arising from this.
__________________
My Site | fValidate | My Brainbench | MSDN | Gecko | xBrowser DOM | PHP | Ars | PVP
“Minds are like parachutes. They don't work unless they are open”
“Maturity is simply knowing when to not be immature”
beetle is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:45 PM.


Advertisement
Log in to turn off these ads.