<?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>George Brocklehurst's weblog &#187; reevoo</title>
	<atom:link href="http://blog.georgebrock.com/tag/reevoo/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.georgebrock.com</link>
	<description>Because some things are too long for Twitter</description>
	<lastBuildDate>Fri, 19 Feb 2010 00:15:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spriter: Easy CSS sprites</title>
		<link>http://blog.georgebrock.com/projects/spriter</link>
		<comments>http://blog.georgebrock.com/projects/spriter#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:26:13 +0000</pubDate>
		<dc:creator>George Brocklehurst</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[reevoo]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://blog.georgebrock.com/?p=210</guid>
		<description><![CDATA[CSS Sprites are really useful but tricky to maintain, so Craig Smith and I wrote a little Ruby gem to make it much easier to manage them.
Our CSS is now in .spriter files, and using a sprite is as easy as a normal CSS background image:
span.icon {
  -spriter-background: 'icon.png';
}

There&#8217;s a Rack middleware that converts [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/articles/sprites/">CSS Sprites</a> are really useful but tricky to maintain, so <span class="vcard"><a class="fn url" rel="friend co-worker met" href="http://craigmarksmith.co.uk/">Craig Smith</a></span> and I wrote a little Ruby gem to make it much easier to manage them.</p>
<p>Our CSS is now in <tt>.spriter</tt> files, and using a sprite is as easy as a normal CSS background image:</p>
<pre><code>span.icon {
  -spriter-background: 'icon.png';
}
</code></pre>
<p>There&#8217;s a Rack middleware that converts <tt>.spriter</tt> files to CSS and generates the sprite images on request which we use in development, and a few simple methods to create static assets that we use when deploying to production.</p>
<p>If you&#8217;re interested you can read more on the <a href="http://www.reevoo.com/labs/2010/02/spriter/">Reevoo blog</a> and <a href="http://github.com/reevoo/spriter">get the code from GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.georgebrock.com/projects/spriter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
