[Changes from yesterday. Tony Garnock-Jones **20050922101511] { addfile ./pirate3.html hunk ./Notes.html 4244 -
Stands for "Document Object Model". It's the library that models an HTML document being displayed by a browser, including the actual HTML elements, the CSS stylesheets, and other associated paraphernalia. Sadly, the DOM [[API]] varies from browser to browser, so consulting a guide such as "[[JavaScript: the Definitive Guide|http://www.oreilly.com/catalog/jscript4/]]" is essential. It is best to try to stick to the [[definition of the W3C standard DOM API|http://www.w3.org/DOM/]] where possible - modern browsers (NS6+, IE6+, Safari) stick closely enough to the standard to make it usable for real-world project.
+
Stands for "Document Object Model". It's the library that models an HTML document being displayed by a browser, including the actual HTML elements, the CSS stylesheets, and other associated paraphernalia. Sadly, the DOM [[API]] varies from browser to browser, so consulting a guide such as "[[JavaScript: the Definitive Guide|http://www.oreilly.com/catalog/jscript4/]]" is essential. It is best to try to stick to the [[definition of the W3C standard DOM API|http://www.w3.org/DOM/]] where possible - modern browsers (NS6+, IE6+, Safari) stick closely enough to the standard to make it usable for real-world projects.\n\nResources:\n* The DOM in Gecko (the engine powering Mozilla and Firefox): http://www.mozilla.org/docs/dom/domref/\n* Mozilla DOM resources: http://www.mozilla.org/docs/dom/\n* Microsoft's DOM/DHTML reference: http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp\n
hunk ./Notes.html 4247 -
JavaScript is the programming language behind the [[DHTML]] effects seen on the Web today.\n* [[2004 JavaScript Notes]] by MichaelBridgen\n* AndyWilson's JavaScript notes are available at http://www.andyw.com/westminster/\n\nJavaScript is an [[ECMA|http://www.ecma-international.org/]] standardised language, [[ECMA-262, available here|http://www.ecma-international.org/publications/standards/Ecma-262.htm]].\n\nThere are some great JavaScriptLibraries being used in modern [[DHTML]] user interfaces, using JavaScript for animation effects and responsive client-server user interfaces.
+
JavaScript is the programming language behind the [[DHTML]] effects seen on the Web today.\n* [[2004 JavaScript Notes]] by MichaelBridgen\n* AndyWilson's JavaScript notes are available at http://www.andyw.com/westminster/\n* On the [[DOM]] page are some links to JavaScript and DOM documentation and resources.\n\nJavaScript is an [[ECMA|http://www.ecma-international.org/]] standardised language, [[ECMA-262, available here|http://www.ecma-international.org/publications/standards/Ecma-262.htm]].\n\nThere are some great JavaScriptLibraries being used in modern [[DHTML]] user interfaces, using JavaScript for animation effects and responsive client-server user interfaces.
hunk ./pirate3.html 1 + + + Translator + + + +
+ +Type your text here: + + +Your translation will appear here: + + + + +
+ + + + + }