I hate browsers!

From: Peter (BOUGHTONP)21 Jul 2011 16:23
To: ANT_THOMAS 29 of 30
It's not your fault!

The head is where script files have always been intended to go - the blocking of loading is deliberate. It's a relatively recent fad of "optimising" pages by putting them at the end.

As above, it means that the page can load and look like it's ready before any of the JavaScript is actually executed, which is especially a pain when people use files on a slow CDN, and you have to sit waiting before you can interact with a page.
EDITED: 21 Jul 2011 16:24 by BOUGHTONP
From: af (CAER)21 Jul 2011 16:40
To: Peter (BOUGHTONP) 30 of 30
It wouldn't be a problem if document.write() never existed :-/