News Feed
Jobs Feed
Sections




News Archive
Stoyan Stefanov's Blog:
CSS Sprites generation tool
June 27, 2007 @ 10:29:00

In his latest post, Stoyan Stefanov introduces a new project he's working on, the implementation of CSS sprites:

This is a simple technique used for page load performance purposes. Since HTTP requests are the most expensive thing you can do in regards to front-end performance, you strive for making as little requests as possible. So instead of having the browser download 4 rounded corner images for example, you create one image that has all four. Then you use CSS' background-position to only show the part of the image you want.

He explains briefly how the system works and includes a simple example in PHP (showing how to use the imagemagik utility to create the custom image).

2 comments voice your opinion now!
css sprite generate png image implement css sprite generate png image implement


blog comments powered by Disqus

Similar Posts

DevShed: Adding Validation to an Image Generator Class with PHP 5

Codrops Blog: Fresh Sliding Thumbnails Gallery with jQuery and PHP

Zend Developer Zone: AJAX Chat Tutorial Part 2

Richard Davey's Blog: Easy Reflections

Maggie Nelson's Blog: Finally, pretty syntax highlighting for blog posts!


Community Events











Don't see your event here?
Let us know!


development series database community tool podcast code zendframework2 framework example interview conference language object testing introduction opinion functional release composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework