The title is actually copied & pasted from another site, but I might as well use it too. This is not a guide to Unobtrusive Javascript, but my path towards becoming more fluent with the Unobtrusive way of writing Javascript scripts.
So what’s my motivation?
I am working on some projects where Javascript is the tool to use to please the customer needs (wishes, they really don’t know what they want – really).
Unobtrusive means that there is no javascript cluttering the HTML-code, and so I don’t need any of that in my PHP-code either (I am mainly a PHP-developer).
So, right now I have looked at sites that are related to Unobtrusive Javascript, and so I’ll share them with you all (I bet you are quite a lot!):
Seven rules of unobtrusive Javascript
Guide to unobtrusive Javascript Part 1 (This one is directed towards Rails-coders)
DOM Scripting (Book)
Unobtrusive JavaScript with jQuery (Read the folders and you might get a grip of why it is a good idea to use a library rather than build something your self)
And because of my interest in Design Patterns, I came over this:
Javascript Programming Patterns

