Artikel und Links: Javascript, DOM (Document Object Model)

JavaScript Resources

  1. Devarticles.com: The power of Javascript
    1. An Introduction
    2. Basic Concepts
    3. Basic Types of Data
    4. Operators: introduction, continued, concluded
    5. Controlling the Execution of the Script
    6. An in depth discussion of JavaScript Arrays
    7. Arrays: combining and splitting
    8. Arrays: copying, transferring and merging
    9. Arrays: Pushing, Popping and Shifting
    10. Useful Web Widgets (Calendar, Date etc.)
    11. Working with Pop Ups and Browser Windows in JavaScript
  2. Devarticles.com: Building a CHAP Login System
    1. Encrypting Data in the Client
    2. Coding Server-Side Random Seeds
    3. An Object-Oriented Approach
  3. Devarticles.com: Degrade gracefully
    1. Making JavaScript Applications Degrade Gracefully
    2. Making a Dynamic Navigation Bar in JavaScript Degrade Gracefully
  4. Devarticles.com: Exception Handling in JavaScript
    1. Introduction to Core Concepts
    2. Using Multiple Exception Handlers
    3. Catching User Input
    4. Validating forms Introduction
    5. Addressing Browser Incompatibilities
  5. Devarticles.com: Object-Oriented JavaScript
    1. An Introduction to Core Concepts
    2. Using the `Prototype` Property
    3. Building Real-World Examples
  6. Devarticles.com: Validators
    1. Into the Deep
    2. Concluding Remarks
  7. DevArticles.com:
    1. Building a Dynamic Menu with CSS and JavaScript, Part 1, Part 2
    2. Building `Drag-and-Drop` DIVs: Basic Script, An Advanced Approach, Polishing the Look and Feel
    3. Create Great JavaScript and CSS Menus Simply
    4. Debugging in JavaScript
    5. Developing a simple validation library in JavaScript
    6. Developing a simple validation library in JavaScript: Part 1, Part 2
    7. JavaScript AutoComplete
    8. Dynamic Text Replacement with Javascript
  8. Devarticles: Regular Expressions in Javascript
    1. Regular expressions in JavaScript
    2. Form Validation with JavaScript Regular Expressions: Part 1Part 2
    3. Introduction to Regular Expressions
    4. Range of Characters and More Regular Expressions
    5. JavaScript String Regular Expressions
  9. Devarticles.com: Zooming in on Images
    1. Zooming in on Images with JavaScript
    2. Improving an Image Zooming Application
    3. Working with Multiple Graphics
    4. Building Image Zooming Controls
  10. DevShed.com:
    1. Form Validation with Javascript
    2. Using Cookies With JavaScript
    3. Creating a Simple Date Picker with JavaScript and CSS
  11. Digitalweb Magazine: Extending The JavaScript Date Object with User Defined Methods
  12. HTMLGoodies.com: Javascript Primers
  13. Sitepoint.com:
    1. Script Smarter: Quality JavaScript from Scratch
    2. Painless JavaScript Using Prototype
    3. The JavaScript Library World Cup
  14. Smashing Magazine: What You Need To Know About JavaScript Scope
  15. Webreference.com:
    1. Core Javascript Reference 1.5
    2. Object oriented Javascript Part1
    3. Object Oriented Javascript: Part 2 - Strings, Dates, and Arrays
    4. Bring Your Forms to Life With JavaScript (Super!)
    5. Object-Oriented JavaScript
  16. Oldies:
    1. Webmonkey: Thau's Javascript Tutorial (5 parts)
    2. Webmonkey: Thau's Advanced Javascript Tutorial (5 parts)

W3C DOM Scripting

  1. AlistApart.com: Let them eat cake (!)
  2. Devarticles.com:
    1. Dynamically Positioned Layers by Mouse Position
    2. JavaScript Remote Scripting - Fetching Server Data with the DOM
    3. Introducing Key Concepts for Form Validation with the DOM
    4. Adding Server-side Capabilities to Form Validation with the DOM
  3. Devarticles.com: DOM Location Object
    1. The DOM Location Object Properties
    2. Methods of the DOM Location Object
  4. Digital Web Magazine:
    1. Forms, usability, and the W3C DOM
    2. The Pinball Effect: Make your links eminently clickable with just a bit of CSS, the DOM, and JavaScript
    3. Building Accessible Widgets for the Web
  5. Devshed.com: Rough Guide to the DOM
  6. Digitalweb Magazine: Excerpt - Accelerated DOM Scripting with Ajax, APIs and Libraries
  7. HTML Goodies.com:
    1. From DHTML to DOM Scripting
    2. From DHTML to DOM Scripting, Part 2
  8. IBM Developerworks: Understanding DOM
  9. Sitepoint.com:
    1. Create Dynamic Pop-ups in XHTML 1.0 Strict Pages
    2. DHTML Utopia - Modern Web Design Using JavaScript & DOM
    3. Simple Tricks for More Usable Forms