public marks

PUBLIC MARKS with tags sprite & performance

2014

2010

2009

2008

SmartSprites: CSS Sprite Generator Done Right

by greut

SmartSprites is a tool that will let you easily introduce and maintain CSS sprites in your designs. 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 to your style sheet, so that the sprites are used instead of the individual images.

sprites for the lazy

Google Code Blog: How we improved performance on Google Code

by nhoizey
If you're a frequent visitor to code.google.com for product updates and reference materials for Google APIs you're working with, you might have noticed that the page loading time (or page rendering time depending on how you see it) has reduced in varying

2007

Ajaxian » CSS Sprite Generator Released

by nhoizey
CSS Sprite is a single image file which contains several graphics. Using CSS background positions it’s possible to display any one of the graphics. By using a sprite you save on multiple http requests which helps speed up the rendering of your page.

What are CSS sprites?

by greut & 17 others

CSS sprites are a way to reduce the number of HTTP requests made for image resources referenced by your site. Images are combined into one larger image at defined X and Y coorindates. Having assigned this generated image to relevant page elements the background-position CSS property can then used to shift the visible area to the required component image.

another way to save precious HTTP hits from your page

Active users

dzc
last mark : 29/04/2014 09:19

nhoizey
last mark : 13/08/2010 09:50

piouPiouM
last mark : 07/02/2009 17:02

holyver
last mark : 27/09/2008 13:39

greut
last mark : 18/06/2008 22:00