<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Sprite Me! How to do CSS sprites without having to do CSS sprites</title>
	<atom:link href="http://ajaxian.com/archives/sprite-me/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/sprite-me</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: sunnybear</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275901</link>
		<dc:creator>sunnybear</dc:creator>
		<pubDate>Sun, 11 Oct 2009 14:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275901</guid>
		<description>There is special tool to automate CSS Sprites creation (all actions can be performed completely automatically). It&#039;s included into Web Optimizer - http://www.web-optimizer.us/ and is available as a web service - http://sprites.in/ (you need to specify only CSS file). Right now it shows a bit better results than Steve&#039;s one -- but has completely different logic.</description>
		<content:encoded><![CDATA[<p>There is special tool to automate CSS Sprites creation (all actions can be performed completely automatically). It&#8217;s included into Web Optimizer &#8211; <a href="http://www.web-optimizer.us/" rel="nofollow">http://www.web-optimizer.us/</a> and is available as a web service &#8211; <a href="http://sprites.in/" rel="nofollow">http://sprites.in/</a> (you need to specify only CSS file). Right now it shows a bit better results than Steve&#8217;s one &#8212; but has completely different logic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZoiaoDePeixe</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275494</link>
		<dc:creator>ZoiaoDePeixe</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275494</guid>
		<description>Congratulations for the great tool. It´s very usefull!!!</description>
		<content:encoded><![CDATA[<p>Congratulations for the great tool. It´s very usefull!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: souders</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275491</link>
		<dc:creator>souders</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275491</guid>
		<description>Thanks for all the positive feedback. Having just come back from The Ajax Experience, I&#039;m awed by the community Ben and Dion have built up here on Ajaxian.

@VirtuosiMedia, @blepore, @juliancox: Yes, there&#039;s a bug for &quot;export CSS&quot; on the todo list. This is going to be difficult though, esp. for a bookmarklet. I *don&#039;t* want to output a rule based on the computed style - it would be too different from the original for the developer to easily integrate. I think I&#039;m going to have to actually parse the raw stylesheet combined with knowledge of how the rules cascade to produce the exact text to cut&amp;paste. This is going to be hard and I want to think through the user experience before implementing. If you have ideas on how it should work, please comment on &lt;a href=&quot;http://code.google.com/p/spriteme/issues/detail?id=7&quot; rel=&quot;nofollow&quot;&gt;bug #7&lt;/a&gt;.

@ckorhonen: My goal is for SpriteMe to generate optimal sprites using the default settings, and that&#039;s what it does for ~70% of the sites I&#039;ve tested. For the other ~30%, when I see the generated sprite is too big (in terms of file size), I use drag&amp;drop to test other combinations. Even in this case, I&#039;m so thankful for SpriteMe because I can test a dozen alternatives in under 5 minutes. But you&#039;re right, currently you might have to tweak the suggested combinations. In most cases, combining images of different sizes doesn&#039;t increase file size (although it will increase memory footprint). The file size issue is most often caused by crossing the 255 color boundary (see &lt;a href=&quot;http://code.google.com/p/spriteme/issues/detail?id=17&quot; rel=&quot;nofollow&quot;&gt;bug #17&lt;/a&gt;).

@lpequey: I definitely think this should be in Firebug. I&#039;ve pinged the Page Speed team. (I hate to add yet-another-tab to Firebug. ;-)

I&#039;m really pleased with SpriteMe. It&#039;s been fun, and I find it saves me hours. But there&#039;s still many improvements to be added. Keep the suggestions coming!</description>
		<content:encoded><![CDATA[<p>Thanks for all the positive feedback. Having just come back from The Ajax Experience, I&#8217;m awed by the community Ben and Dion have built up here on Ajaxian.</p>
<p>@VirtuosiMedia, @blepore, @juliancox: Yes, there&#8217;s a bug for &#8220;export CSS&#8221; on the todo list. This is going to be difficult though, esp. for a bookmarklet. I *don&#8217;t* want to output a rule based on the computed style &#8211; it would be too different from the original for the developer to easily integrate. I think I&#8217;m going to have to actually parse the raw stylesheet combined with knowledge of how the rules cascade to produce the exact text to cut&amp;paste. This is going to be hard and I want to think through the user experience before implementing. If you have ideas on how it should work, please comment on <a href="http://code.google.com/p/spriteme/issues/detail?id=7" rel="nofollow">bug #7</a>.</p>
<p>@ckorhonen: My goal is for SpriteMe to generate optimal sprites using the default settings, and that&#8217;s what it does for ~70% of the sites I&#8217;ve tested. For the other ~30%, when I see the generated sprite is too big (in terms of file size), I use drag&amp;drop to test other combinations. Even in this case, I&#8217;m so thankful for SpriteMe because I can test a dozen alternatives in under 5 minutes. But you&#8217;re right, currently you might have to tweak the suggested combinations. In most cases, combining images of different sizes doesn&#8217;t increase file size (although it will increase memory footprint). The file size issue is most often caused by crossing the 255 color boundary (see <a href="http://code.google.com/p/spriteme/issues/detail?id=17" rel="nofollow">bug #17</a>).</p>
<p>@lpequey: I definitely think this should be in Firebug. I&#8217;ve pinged the Page Speed team. (I hate to add yet-another-tab to Firebug. ;-)</p>
<p>I&#8217;m really pleased with SpriteMe. It&#8217;s been fun, and I find it saves me hours. But there&#8217;s still many improvements to be added. Keep the suggestions coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juliancox</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275484</link>
		<dc:creator>juliancox</dc:creator>
		<pubDate>Wed, 16 Sep 2009 03:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275484</guid>
		<description>Brilliant! I&#039;m awed by your impressive bookmarklet hacking.

But I too would love to see cut and paste css.  How about a download option which provides you with a zip file of the sprited images and add-on css file.  Possible?</description>
		<content:encoded><![CDATA[<p>Brilliant! I&#8217;m awed by your impressive bookmarklet hacking.</p>
<p>But I too would love to see cut and paste css.  How about a download option which provides you with a zip file of the sprited images and add-on css file.  Possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275480</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Tue, 15 Sep 2009 22:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275480</guid>
		<description>Very cool! Congrats on all the releases this week Steve.</description>
		<content:encoded><![CDATA[<p>Very cool! Congrats on all the releases this week Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ipequey</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275473</link>
		<dc:creator>Ipequey</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275473</guid>
		<description>Awesome tool. Any chance we&#039;ll see it integrated into the firebug toolbar at some point?</description>
		<content:encoded><![CDATA[<p>Awesome tool. Any chance we&#8217;ll see it integrated into the firebug toolbar at some point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ckorhonen</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275470</link>
		<dc:creator>ckorhonen</dc:creator>
		<pubDate>Tue, 15 Sep 2009 13:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275470</guid>
		<description>This is a great tool for &lt;strong&gt;identifying&lt;/strong&gt; opportunities for sprites on a page, though from what I can tell, it isn&#039;t the best when it comes to actually creating a sprite. It seems to combine images, sets of rectangular images which vary greatly in dimensions, in very inefficient ways leading to a larger than optimal file-size on the sprite. So, I think I&#039;ll still be creating my sprites manually.

Otherwise, fantastic!</description>
		<content:encoded><![CDATA[<p>This is a great tool for <strong>identifying</strong> opportunities for sprites on a page, though from what I can tell, it isn&#8217;t the best when it comes to actually creating a sprite. It seems to combine images, sets of rectangular images which vary greatly in dimensions, in very inefficient ways leading to a larger than optimal file-size on the sprite. So, I think I&#8217;ll still be creating my sprites manually.</p>
<p>Otherwise, fantastic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blepore</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275469</link>
		<dc:creator>blepore</dc:creator>
		<pubDate>Tue, 15 Sep 2009 13:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275469</guid>
		<description>@VirtuosiMedia,

Thank you for confirming that this feature isn&#039;t available. I was thinking my morning coffee just hadn&#039;t kicked in yet.

Pretty cool feature none the less.  Would be neat if it did generate the cut-and-paste CSS, AND kept the old stuff in there, but commented out the feature. That way maintainers can get an idea what the original author was trying to do. Probably a with a line like &quot;Sprite generated by Sprite Me&quot;.

Right now I&#039;ve been creating my own spites, saving them in a PSD and exporting as jpg or png. Usually takes me an extra hour to get a design done creating my own sprites which often have 5-6 digit widths... Hopefully this will save me some time. :)</description>
		<content:encoded><![CDATA[<p>@VirtuosiMedia,</p>
<p>Thank you for confirming that this feature isn&#8217;t available. I was thinking my morning coffee just hadn&#8217;t kicked in yet.</p>
<p>Pretty cool feature none the less.  Would be neat if it did generate the cut-and-paste CSS, AND kept the old stuff in there, but commented out the feature. That way maintainers can get an idea what the original author was trying to do. Probably a with a line like &#8220;Sprite generated by Sprite Me&#8221;.</p>
<p>Right now I&#8217;ve been creating my own spites, saving them in a PSD and exporting as jpg or png. Usually takes me an extra hour to get a design done creating my own sprites which often have 5-6 digit widths&#8230; Hopefully this will save me some time. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SamGoody</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275463</link>
		<dc:creator>SamGoody</dc:creator>
		<pubDate>Tue, 15 Sep 2009 06:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275463</guid>
		<description>Just pointing out that Sprite-me has been around for a while, and has even been written up here on Ajaxian:
http://ajaxian.com/archives/sprite-me-helping-you-sprite-up-but-maybe-you-shouldnt

This is an important update to an already great service, but not a new one</description>
		<content:encoded><![CDATA[<p>Just pointing out that Sprite-me has been around for a while, and has even been written up here on Ajaxian:<br />
<a href="http://ajaxian.com/archives/sprite-me-helping-you-sprite-up-but-maybe-you-shouldnt" rel="nofollow">http://ajaxian.com/archives/sprite-me-helping-you-sprite-up-but-maybe-you-shouldnt</a></p>
<p>This is an important update to an already great service, but not a new one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VirtuosiMedia</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275462</link>
		<dc:creator>VirtuosiMedia</dc:creator>
		<pubDate>Tue, 15 Sep 2009 06:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275462</guid>
		<description>Great work, Steve. I&#039;ve often thought about doing something like this, but never took the time to attempt it. Congrats! Any chance that a future version might be able to generate cut-and-paste CSS?</description>
		<content:encoded><![CDATA[<p>Great work, Steve. I&#8217;ve often thought about doing something like this, but never took the time to attempt it. Congrats! Any chance that a future version might be able to generate cut-and-paste CSS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathanstark</title>
		<link>http://ajaxian.com/archives/sprite-me/comment-page-1#comment-275461</link>
		<dc:creator>jonathanstark</dc:creator>
		<pubDate>Tue, 15 Sep 2009 05:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7381#comment-275461</guid>
		<description>Glad this is finally public! I&#039;ve been busting at the seams trying not to tweet about it since jQuery conference. Great job Steve!</description>
		<content:encoded><![CDATA[<p>Glad this is finally public! I&#8217;ve been busting at the seams trying not to tweet about it since jQuery conference. Great job Steve!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

