Mixing content and logic, a no no for "standardistas". It really
depends on how much content you have on any given page. I'd suggest
using both the head and "footer" methods to determine what provides
the best end user experience Vs what keeps your pages standard
compliant.

- jake

On Tue, Apr 8, 2008 at 9:33 AM, Mika Tuupola <[EMAIL PROTECTED]> wrote:
>
>
>  On Apr 8, 2008, at 6:30 AM, coughlinsmyalias wrote:
>
>
> > I have heard about loading them at the end of the page, I would love
> > to see statistics on it as well. I understand this all now, I kept
> > seeing both and I was confused each of them.
> >
>
>
>  When possible JavaScript should be loaded in the end of the page. Browsers
> stop rendering while JavaScript file loads. Browsers download only one
> JavaScript file at the time blocking also any new parallel downloads of
> other elements.
>
>  Thus when moving all scripts just before closing body tag will make page
> finish rendering sooner.
>
>  --
>  Mika Tuupola
>  http://www.appelsiini.net/
>
>

Reply via email to