<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wayne Pan &#187; css</title>
	<atom:link href="http://waynepan.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://waynepan.com</link>
	<description>tech &#124; js &#124; ui &#124; ajax &#124; mobile</description>
	<lastBuildDate>Mon, 17 Oct 2011 20:52:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Easy as Pie CSS Sprites</title>
		<link>http://waynepan.com/2007/09/28/easy-as-pie-css-sprites/</link>
		<comments>http://waynepan.com/2007/09/28/easy-as-pie-css-sprites/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 17:50:24 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://waynepan.com/2007/09/28/easy-as-pie-css-sprites/</guid>
		<description><![CDATA[CSS Sprite Generator A very useful tool has just been released by the guys at website-performance.org. It&#8217;s web app that generates a png and CSS rules for easy CSS sprites. What&#8217;s a CSS sprite? Best explained below. CSS sprites are &#8230; <a href="http://waynepan.com/2007/09/28/easy-as-pie-css-sprites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p class="imgcap" style="float: none"><a href="http://spritegen.website-performance.org/"><img src="http://waynepan.com/wp-content/uploads/2007/09/css_sprites.png" alt="css_sprites.png" /><br />
<em>CSS Sprite Generator</em></a></p>
<p>A very useful tool has just been released by the guys at <a href="http://www.website-performance.org">website-performance.org</a>. It&#8217;s web app that generates a png and CSS rules for easy CSS sprites. What&#8217;s a CSS sprite? Best explained below.</p>
<blockquote><p>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 <code>background-position</code> CSS property can then be used to shift the visible area to the required component image.</p></blockquote>
<p>In other words, take all those small icons on your website that are individual files, zip them up, use CSS Sprite Generator, download 1 .png and apply some CSS rules. This reduces the amount of requests to your server.</p>
]]></content:encoded>
			<wfw:commentRss>http://waynepan.com/2007/09/28/easy-as-pie-css-sprites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

