News Feed
Jobs Feed
Sections

Recent Jobs

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





Similar Posts

DevShed: Implementing Yahoo Image Search Web Service with PHP 5

J. Scott Johnson\'s Blog: Your PHP Command of the Day - debug_backtrace()

Stoyan Stefanov's Blog: CSS Sprites generation tool

Michael Kimsal's Blog: Generate random test data

Richard Davey's Blog: Easy Reflections


Community Events







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


zend releases ajax zendframework framework application database security conference developer job PHP5 example cakephp PEAR book package code release mysql

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