Yahoo best practices states that putting JavaScript files on bottom might make your pages load faster. What is the experience with this? What are the side effects, if any? <
There are some points.
It loads page fast since the JavaScript internal or external is on bottom.
If you have not used a onLoad method of window in JavaScript it will start execution as soon as it rendered. The Script at bottom ensures that your script will execute after page load.
If script is as a file means external then will render after the HTML image and other visual object that forms the page view.
If you are using fireFox then there is a plug in to check the performance. Please do hit the firefox site for this plugin.