<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 17:58:55 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stoyan Stefanov's Blog: CSS Sprites generation tool]]></title>
      <guid>http://www.phpdeveloper.org/news/8133</guid>
      <link>http://www.phpdeveloper.org/news/8133</link>
      <description><![CDATA[<p>
In <a href="http://www.phpied.com/css-sprites-generation-tool/">his latest post</a>, <i>Stoyan Stefanov</i> introduces a new project he's working on, the implementation of <a href="http://www.csssprites.com/">CSS sprites</a>:
</p>
<blockquote>
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.
</blockquote>
<p>
He <a href="http://www.phpied.com/css-sprites-generation-tool/">explains briefly</a> how the system works and includes a simple example in PHP (showing how to use the imagemagik utility to create the custom image).
</p>]]></description>
      <pubDate>Wed, 27 Jun 2007 10:29:00 -0500</pubDate>
    </item>
  </channel>
</rss>
