javascript
Yet another reason to avoid inline scripts
Written on June 14th, 2007 by .
Posted in:
I think it's fairly common knowledge that it's best to include all scripts in the head of an HTML page, but do we really know why? Sure, unobtrusive javascript makes your code cleaner and more manageable. It also separates out the behavior from the structure. But are there any performance benefits?