<?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: Data URIs for CSS Images: More Tests, More Questions</title>
	<atom:link href="http://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/</link>
	<description>web design &#38; web development</description>
	<lastBuildDate>Tue, 27 Jul 2010 00:01:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=23</generator>
	<item>
		<title>By: Data URI&#38;MHTML: 用还是不用？ &#171; 99css</title>
		<link>http://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/comment-page-1/#comment-609</link>
		<dc:creator>Data URI&#38;MHTML: 用还是不用？ &#171; 99css</dc:creator>
		<pubDate>Sun, 16 May 2010 09:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=324#comment-609</guid>
		<description>[...] Data URIs for CSS Images: More Tests, More Questions走了点弯路，想把data uri的css放底部，可能他没看过《High Performance Web Sites》吧:) (Rob, this is only a joke~) [...]</description>
		<content:encoded><![CDATA[<p>[...] Data URIs for CSS Images: More Tests, More Questions走了点弯路，想把data uri的css放底部，可能他没看过《High Performance Web Sites》吧:) (Rob, this is only a joke~) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Flaherty</title>
		<link>http://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/comment-page-1/#comment-284</link>
		<dc:creator>Rob Flaherty</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=324#comment-284</guid>
		<description>@Erik
I haven&#039;t tested this, but if you keep the two stylesheets separate (as in the loose version) but place them both in the HEAD, it should &quot;feel&quot; faster than the strict version.  It will still block the downloading of any non data uri images, so it won&#039;t feel quite as fast as the loose version, but it should still give you the progressive page rendering.  And it will validate.  I may do some tests on this on later... Let me know if it works for you.</description>
		<content:encoded><![CDATA[<p>@Erik<br />
I haven&#8217;t tested this, but if you keep the two stylesheets separate (as in the loose version) but place them both in the HEAD, it should &#8220;feel&#8221; faster than the strict version.  It will still block the downloading of any non data uri images, so it won&#8217;t feel quite as fast as the loose version, but it should still give you the progressive page rendering.  And it will validate.  I may do some tests on this on later&#8230; Let me know if it works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Frister</title>
		<link>http://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/comment-page-1/#comment-282</link>
		<dc:creator>Erik Frister</dc:creator>
		<pubDate>Wed, 10 Feb 2010 21:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=324#comment-282</guid>
		<description>@Rob
Thanks for your feedback. I like the perceived speed, but having invalid HTML is (at least in my case) not acceptable. Invalid CSS is another case, but HTML...I still love the idea (and it was only after I implemented it that I figured out it doesn&#039;t validate - feels like a loss to merge it back into the head)..</description>
		<content:encoded><![CDATA[<p>@Rob<br />
Thanks for your feedback. I like the perceived speed, but having invalid HTML is (at least in my case) not acceptable. Invalid CSS is another case, but HTML&#8230;I still love the idea (and it was only after I implemented it that I figured out it doesn&#8217;t validate &#8211; feels like a loss to merge it back into the head)..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Flaherty</title>
		<link>http://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/comment-page-1/#comment-281</link>
		<dc:creator>Rob Flaherty</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=324#comment-281</guid>
		<description>@Erik
Right, placing a &lt;code&gt;link&lt;/code&gt; element outside the &lt;code&gt;head&lt;/code&gt; will trip a validation error.  I think when experimenting with newer web technologies we&#039;re occasionally going to rub the validator the wrong way. =)  I&#039;m not recommending that people start putting stylesheets in the footer, but I thought it was very interesting that doing so had a major (and in some ways, positive) effect on how most of the browsers rendered the page.

For my two cents on validation in general, I think the &lt;em&gt;principles&lt;/em&gt; of validation are very important.  But I&#039;m not sure it&#039;s important that every page validates.</description>
		<content:encoded><![CDATA[<p>@Erik<br />
Right, placing a <code>link</code> element outside the <code>head</code> will trip a validation error.  I think when experimenting with newer web technologies we&#8217;re occasionally going to rub the validator the wrong way. =)  I&#8217;m not recommending that people start putting stylesheets in the footer, but I thought it was very interesting that doing so had a major (and in some ways, positive) effect on how most of the browsers rendered the page.</p>
<p>For my two cents on validation in general, I think the <em>principles</em> of validation are very important.  But I&#8217;m not sure it&#8217;s important that every page validates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Frister</title>
		<link>http://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/comment-page-1/#comment-279</link>
		<dc:creator>Erik Frister</dc:creator>
		<pubDate>Wed, 10 Feb 2010 17:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=324#comment-279</guid>
		<description>Hey, just wanted to let you know that Version 3 (Loose), where you embed the URIs into a separated stylesheet in the body tag, does not validate with the W3C Validator. Any solution to that? I agree that it improves perceived performance, but not having it validate seems a big deal...or am I mistaken?</description>
		<content:encoded><![CDATA[<p>Hey, just wanted to let you know that Version 3 (Loose), where you embed the URIs into a separated stylesheet in the body tag, does not validate with the W3C Validator. Any solution to that? I agree that it improves perceived performance, but not having it validate seems a big deal&#8230;or am I mistaken?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
