Head JS :: The only script in your HEAD
The HEAD section is the worst place to load scripts. It’s painfully slow. The more and the bigger the worse it gets. Move scrips to the bottom and you run into dependency issues and you cannot safely use HTML5 and CSS3. Enter Head JS. A single best solution to these universal problems.