Category Archives: General

3 Tips for better Websites

Have non-expiring copyright dates Eliminate the process of each year changing copyright dates on all of your sites (which gets increasingly harder to keep track of) by using either PHP or JavaScript to streamline the current year. PHP To do this in PHP is very simple. I recommend this method because it does not rely [...]
Posted in General | 2 Comments

Compress Your Sites

Compressing the contents of your sites can decrease file sizes, use less bandwidth, and significantly speed up page load times. We’re going to go over how to compress CSS, JavaScript, and image files without having them lose any functionality. CSS For CSS compression we recommend using Clean CSS, a free online tool to compress your [...]
Posted in General | 2 Comments