Category Archives: php

Enable Caching in Firefox for Faster Web Sites

Using an .htaccess file to specify that images should be cached is one way to speed up the time it takes for your web pages to appear. Those of us still using older browsers will thank you for using an … Continue reading

Posted in browsers, php, Software | Tagged , | Leave a comment

How To Download A Header Image Just Once

While checking links on a client’s re-vamped web site, I noticed that the header image would be re-loaded for each page visited on the site. I’d forgotten to set the .htaccess file with an Expires Header to ensure that the … Continue reading

Posted in php, Software | Tagged , , | Leave a comment