Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > DOM Levels, new to me

Reply
Thread Tools

DOM Levels, new to me

 
 
one man army
Guest
Posts: n/a
 
      11-26-2005
Hi All-
Having started on this Javascript endeavor, and reading the posts here
a bit, I found the DOM inspector in my Mozilla browser (Mozilla/5.0
Gecko/20030624). Whoa!

here is a trivial window inspected, expanded strategically:

http://www.screenlight.com/down/DOM.gif

(Not easy to extract, btw. Sorry for the non-text format)

Q. How much of this can I reasonably expect to learn and query in my
generally working Javascript/ECMA? in other words, given browser wars,
lagging standards, INCOMPLETE DOM Ref on Mozilla Dev, etc., how do I
approach this daunting level of detail?

Perhaps this is rhetorical, or someone has a suggestion. I am reeling
in information overload!

thanks for any sage words
 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      11-26-2005
one man army wrote:

> Having started on this Javascript endeavor, and reading the posts here
> a bit, I found the DOM inspector in my Mozilla browser (Mozilla/5.0
> Gecko/20030624). Whoa!


> Q. How much of this can I reasonably expect to learn and query in my
> generally working Javascript/ECMA? in other words, given browser wars,
> lagging standards, INCOMPLETE DOM Ref on Mozilla Dev, etc., how do I
> approach this daunting level of detail?


The standards are reasonable places to start

http://www.w3.org/DOM/DOMTR
http://www.w3.org/TR/CSS2/

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
 
 
 
Gérard Talbot
Guest
Posts: n/a
 
      11-27-2005
one man army a écrit :
> Hi All-
> Having started on this Javascript endeavor, and reading the posts here
> a bit, I found the DOM inspector in my Mozilla browser (Mozilla/5.0
> Gecko/20030624). Whoa!
>
> here is a trivial window inspected, expanded strategically:
>
> http://www.screenlight.com/down/DOM.gif
>
> (Not easy to extract, btw. Sorry for the non-text format)
>
> Q. How much of this can I reasonably expect to learn and query in my
> generally working Javascript/ECMA? in other words, given browser wars,
> lagging standards, INCOMPLETE DOM Ref on Mozilla Dev, etc., how do I
> approach this daunting level of detail?
>
> Perhaps this is rhetorical, or someone has a suggestion. I am reeling
> in information overload!
>
> thanks for any sage words


On top of what David wrote you, I'd add these 2 documents:

Whitespace in the DOM (important document)
http://www.mozilla.org/docs/dom/technote/whitespace/

DevEdge Netscape Sidebar Tabs (very useful: I use those all the time)
http://devedge-temp.mozilla.org/toolbox/sidebars/

Gérard
--
remove blah to email me
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Replacing _xmlplus.dom.minidom with xml.dom.minidom aine_canby@yahoo.com Python 3 08-03-2007 03:50 PM
Convert a XML DOM Object to a HTML DOM Object manjunath.d@gmail.com XML 0 09-20-2005 08:16 AM
What is the difference between DOM Level 1 and DOM Level 2. mike XML 1 11-20-2004 03:19 PM
Difference between pure DOM and JAXP over DOM ?? Thorsten Meininger XML 0 07-28-2004 08:51 AM
Difference between pure DOM and JAXP over DOM ?? Thorsten Meininger Java 0 07-28-2004 08:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57