Archive for September, 2010

Common Tips Speed up Website

Posted: September 2, 2010 in HTML

While more and more people are getting access to high speed internet, there are many left on dial up. Be kind to those visitors and do a few, simple things to speed up your webpages. Not only will these tips give you a faster load time, most will also help keep your bandwidth fees low as well! As per search engine optimization our site should be load faster.

Use External Scripts

Use the same script on multiple pages? Switch to an external script. I’m not talking about remotely hosted, I mean loading javascript files from one source instead of adding all that code to each of your pages like this:

<script type=”text/javascript” src=”yourscript.js”></script> (more…)