Quick tip, clean and simple:
Don't use inline javascript or CSS Styles!
If you catch yourself typing onclick, stop yourself and realize what you are doing! :)
Quick tip, clean and simple:
Don't use inline javascript or CSS Styles!
If you catch yourself typing onclick, stop yourself and realize what you are doing! :)
The official reason to stop inline Javascript: http://developer.chrome.com/extensions/contentSecurityPolicy.html (this also applies to Firefox and possibly others later).