CSS Archive

  • programming-php-thumbnail-with-php-logo-new

    CSS compression with own PHP class VS CSSTidy

    It makes sense to optimize the site's cascading style sheets (CSS), as it pages load faster, and it reduce the amount of data transferred, and just combining css files could significantly reduce requests to server. So users benefit from faster page loads and webmaster of...

    Full Story

  • Prevent the browsers to use old cached CSS and JS files

    Prevent the browsers to use old cached CSS and JS files

    Browser cache is very useful when users download the same CSS and JS files multiple times. Some browsers, however, use the old CSS and JS files from the cache, even though they have been updated. This may lead to unpleasant situations, when the pages are...

    Full Story