Followers




Web Jobs
World Trend
Needful Tweets
Smart tech
Visual inspirations
Environment Live
Tech from the Net

Entries in css (1)

Tuesday
Jul052011

Usefulness of Css Sprites

When you start to project a web page, you must consider a lot of variables and parameters. My personal target is to create pages very light to get a fast download on our browser.

One of watchfulness I get to do this is to reduce server calls. Less calls means less net traffic. Less net traffic means less server work. Less server work means less server operating system work. Less of all means less client waiting time to render the page.
About images, I prefer to use Css Sprites everytime is possible. Next picture shows you differences between simple images and sprites images.

Click to read more ...