I don't want to start a flame war, but I'm curious what people think.
The benefits I can think of for dynamically loading:
- Load files as you need them. Faster load times
- You can create widgets that hook into your page with just linking to the widget and the widget loads all its files
Some (possible) negatives:
- Loading stuff in the head after it loads (am I just scared of doing that? :-P)
- Ensuring that the code is evaluated.
- Javascript being turned off.
Let me know what you think!
Thanks! Matt