The seven rules of Unobtrusive JavaScript

November 16, 2007

development javascript

Chris Heilmann, over at wait-till-i.com is doing a workshop at the Paris Web Conference on unobtrusive JavaScript and covering his “Seven rules of Unobtrusive JavaScript”

  1. Do not make any assumptions
  2. Find your hooks and relationships
  3. Leave traversing to the experts
  4. Understand browsers and users
  5. Understand Events
  6. Play well with others
  7. Work for the next developer

Read more in his article here.