brian

This user hasn't shared any biographical information

Homepage: http://www.getsnappy.com


Posts by brian

Don’t Let Ads, Widgets, and other External JavaScript Slow You Down

October 16, 2009 - 11:47 am

Posted in Website Optimization | 7 Comments

Ever heard the expression fight fire with fire. Well, for this web optimization technique, we will be fighting JavaScript with JavaScript. This technique we call postload swapping allows you to load these JavaScript files inside a hidden DIV at the very bottom of your web page, then use JavaScript to swap out the the contents created by document.write calls inside the hidden DIV with contents of a placeholder element where the JavaScript was originally located.