public marks

PUBLIC MARKS from dzc with tags css & optimisation

2013

2009

Overcome Your Caching Conundrums [Server Side Essentials]

ealing with browser caching is a balancing act. On one hand, you aim to minimize load times and bandwidth use by ensuring that images, scripts, and style sheets are cached by your visitors; however, you still want to ensure that they’re accessing the most recent versions of all your files. In this article, I’ll show you a few methods for controlling how your site’s files are cached by browsers so you can achieve the best of both worlds: maintaining optimal performance while ensuring that any updates are seen immediately, without a hitch by all of your users.

SmartOptimizer | Farhadi.ir

(via)
css et js : concaténer, minimiser, compresser,

2008

SmartSprites: CSS Sprite Generator Done Right

SmartSprites parses special directives you can insert into your original CSS to mark individual images to be turned into sprites. It then builds sprite images from the collected images and automatically inserts the required CSS properties into your style sheet, so that the sprites are used instead of the individual images.