<?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: CSS Sprites + Firefox Content Preferences = Site Go Boom</title>
	<atom:link href="http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html</link>
	<description>Redfin Developers\' Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 14:23:24 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ecocaJesTaide</title>
		<link>http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html/comment-page-1#comment-10228</link>
		<dc:creator>ecocaJesTaide</dc:creator>
		<pubDate>Sat, 02 May 2009 18:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html#comment-10228</guid>
		<description>Councillor Padawan Municipal Council

 &lt;a href=&quot;http://oliviachan.my&quot; rel=&quot;nofollow&quot;&gt;Exco Wanita SPDP&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Councillor Padawan Municipal Council</p>
<p> <a href="http://oliviachan.my" rel="nofollow">Exco Wanita SPDP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten van der Pijl</title>
		<link>http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html/comment-page-1#comment-4278</link>
		<dc:creator>Maarten van der Pijl</dc:creator>
		<pubDate>Tue, 15 Apr 2008 09:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html#comment-4278</guid>
		<description>Hi Sasha!

First of all: this comment is way off-topic.
I am sorry if this is inappropriate, but I have a special request and don&#039;t know how I can reach you in another way.

Last december I was in Thailand and met Mike &amp; Marquez.
We agreed to contact each other to exchange photos, but I have lost their email address and I haven&#039;t heard from them too.
So I googled for Mark &amp; Marquez and arrived at your Flickr site.
Would you be so kind as to send me their email address?

Thanking you in advance.

Maarten van der Pijl
The Netherlands</description>
		<content:encoded><![CDATA[<p>Hi Sasha!</p>
<p>First of all: this comment is way off-topic.<br />
I am sorry if this is inappropriate, but I have a special request and don&#8217;t know how I can reach you in another way.</p>
<p>Last december I was in Thailand and met Mike &amp; Marquez.<br />
We agreed to contact each other to exchange photos, but I have lost their email address and I haven&#8217;t heard from them too.<br />
So I googled for Mark &amp; Marquez and arrived at your Flickr site.<br />
Would you be so kind as to send me their email address?</p>
<p>Thanking you in advance.</p>
<p>Maarten van der Pijl<br />
The Netherlands</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbie</title>
		<link>http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html/comment-page-1#comment-4200</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html#comment-4200</guid>
		<description>Another gotcha (which you may or may not know about) is that pages w/ CSS sprite don&#039;t print because most browsers don&#039;t print background images.

As a programmer, I&#039;d try serving up inline images via the data:[][;base64], urls, to the browsers that support them. Which seems to includes every browser not engineered in Redmond, WA (haven&#039;t tried IE 8 yet - so there&#039;s still hope).

See the following for examples and documentation…
&lt;a href=&quot;http://www.websiteoptimization.com/speed/tweak/inline-images/&quot; rel=&quot;nofollow&quot;&gt;websiteoptimization&lt;/a&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/Data:_URI_scheme&quot; rel=&quot;nofollow&quot;&gt;Wikipedia&lt;/a&gt;
&lt;a href=&quot;http://tools.ietf.org/html/rfc2397&quot; rel=&quot;nofollow&quot;&gt;IETF&lt;/a&gt;
&lt;a href=&quot;http://dean.edwards.name/weblog/2005/06/base64-ie/&quot; rel=&quot;nofollow&quot;&gt;HTML guru on how you get it to work on IE&lt;/a&gt;

Keep up the great blog posts...</description>
		<content:encoded><![CDATA[<p>Another gotcha (which you may or may not know about) is that pages w/ CSS sprite don&#8217;t print because most browsers don&#8217;t print background images.</p>
<p>As a programmer, I&#8217;d try serving up inline images via the data:[][;base64], urls, to the browsers that support them. Which seems to includes every browser not engineered in Redmond, WA (haven&#8217;t tried IE 8 yet &#8211; so there&#8217;s still hope).</p>
<p>See the following for examples and documentation…<br />
<a href="http://www.websiteoptimization.com/speed/tweak/inline-images/" rel="nofollow">websiteoptimization</a><br />
<a href="http://en.wikipedia.org/wiki/Data:_URI_scheme" rel="nofollow">Wikipedia</a><br />
<a href="http://tools.ietf.org/html/rfc2397" rel="nofollow">IETF</a><br />
<a href="http://dean.edwards.name/weblog/2005/06/base64-ie/" rel="nofollow">HTML guru on how you get it to work on IE</a></p>
<p>Keep up the great blog posts&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html/comment-page-1#comment-2708</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 02 Feb 2008 00:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html#comment-2708</guid>
		<description>Please consider accessibility issues (http://www.w3.org/WAI/guid-tech) when using features like CSS sprites; some users may need larger fonts or different colors.</description>
		<content:encoded><![CDATA[<p>Please consider accessibility issues (<a href="http://www.w3.org/WAI/guid-tech" rel="nofollow">http://www.w3.org/WAI/guid-tech</a>) when using features like CSS sprites; some users may need larger fonts or different colors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html/comment-page-1#comment-2356</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Thu, 17 Jan 2008 12:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html#comment-2356</guid>
		<description>You should * always specify both a foreground and a background colour, as recommended by the W3C, for these reasons!</description>
		<content:encoded><![CDATA[<p>You should * always specify both a foreground and a background colour, as recommended by the W3C, for these reasons!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Bower</title>
		<link>http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html/comment-page-1#comment-155</link>
		<dc:creator>Chris Bower</dc:creator>
		<pubDate>Tue, 09 Oct 2007 19:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redfin.com/devblog/2007/10/css_sprites_firefox_content_preferences_site_go_boom.html#comment-155</guid>
		<description>Ugh! Thanks for the heads up. We just switched some of our site over to CSS Sprites, and I&#039;m surprised we haven&#039;t seen this complaint yet.

Doesn&#039;t developing a site for a large user base just suck sometimes?

Chris Bower
Web Developer / Team Lead
Townhall.com</description>
		<content:encoded><![CDATA[<p>Ugh! Thanks for the heads up. We just switched some of our site over to CSS Sprites, and I&#8217;m surprised we haven&#8217;t seen this complaint yet.</p>
<p>Doesn&#8217;t developing a site for a large user base just suck sometimes?</p>
<p>Chris Bower<br />
Web Developer / Team Lead<br />
Townhall.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
