<?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 Images and Data URIs</title>
	<atom:link href="http://www.ravelrumba.com/blog/css-images-and-data-uris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ravelrumba.com/blog/css-images-and-data-uris/</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=8207</generator>
	<item>
		<title>By: Ottimizzazione di un sito web [parte I]</title>
		<link>http://www.ravelrumba.com/blog/css-images-and-data-uris/comment-page-1/#comment-537</link>
		<dc:creator>Ottimizzazione di un sito web [parte I]</dc:creator>
		<pubDate>Mon, 05 Apr 2010 14:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=265#comment-537</guid>
		<description>[...] tal proposito ho trovato un&#8217;altro interessante articolo &quot;CSS Images and Data URIs&quot; di ravelrumba dove viene dimostrato che invece i tempi di download e rendering dei browser [...]</description>
		<content:encoded><![CDATA[<p>[...] tal proposito ho trovato un&#8217;altro interessante articolo &quot;CSS Images and Data URIs&quot; di ravelrumba dove viene dimostrato che invece i tempi di download e rendering dei browser [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ottimizzazione di un sito web [parte I] - AlterVista &#124; Spazio web gratis, hosting free php mysql</title>
		<link>http://www.ravelrumba.com/blog/css-images-and-data-uris/comment-page-1/#comment-536</link>
		<dc:creator>Ottimizzazione di un sito web [parte I] - AlterVista &#124; Spazio web gratis, hosting free php mysql</dc:creator>
		<pubDate>Mon, 05 Apr 2010 12:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=265#comment-536</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Flaherty</title>
		<link>http://www.ravelrumba.com/blog/css-images-and-data-uris/comment-page-1/#comment-134</link>
		<dc:creator>Rob Flaherty</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=265#comment-134</guid>
		<description>@Andrey
You&#039;re correct. The HTML 4 spec says &quot;Unlike A, it may only appear in the HEAD section of a document, although it may appear any number of times.&quot;  I&#039;m not suggesting that people go against the standard, I&#039;m just experimenting with different page conditions to see how the browsers react.  =)</description>
		<content:encoded><![CDATA[<p>@Andrey<br />
You&#8217;re correct. The HTML 4 spec says &#8220;Unlike A, it may only appear in the HEAD section of a document, although it may appear any number of times.&#8221;  I&#8217;m not suggesting that people go against the standard, I&#8217;m just experimenting with different page conditions to see how the browsers react.  =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://www.ravelrumba.com/blog/css-images-and-data-uris/comment-page-1/#comment-131</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=265#comment-131</guid>
		<description>Does the placing stylesheet link in the footer is standard compliant? Maybe I&#039;m wrong, but i don&#039;t think so.</description>
		<content:encoded><![CDATA[<p>Does the placing stylesheet link in the footer is standard compliant? Maybe I&#8217;m wrong, but i don&#8217;t think so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruslan</title>
		<link>http://www.ravelrumba.com/blog/css-images-and-data-uris/comment-page-1/#comment-21</link>
		<dc:creator>Ruslan</dc:creator>
		<pubDate>Tue, 01 Dec 2009 08:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ravelrumba.com/?p=265#comment-21</guid>
		<description>Ok, I made few test of your page, and received new interesting results. I made timeout for response of data-uri.css.  

I put general styles.css and data-uri.css  in HEAD.
http://fullajax.ru/temp/datauri/ravelrumba/test_header.htm

Browsers Chrome 3.0.195.33, FF 3.5.5, IE 8.0.6001 and Safari 4.0.3 not renders a page while  download of data-uri.css in process. But, Opera 9.62 renders a page immediately without waiting for end of download data-uri.css.

Next, I put general styles.css in HEAD and data-uri.css put in FOOTER (end of ).
http://fullajax.ru/temp/datauri/ravelrumba/test_footer.htm

Browsers Chrome 3.0.195.33, FF 3.5.5, Opera 9.62 and Safari 4.0.3 renders a page immediately without waiting for end of download data-uri.css. But, IE 8.0.6001 still not renders a page while download of data-uri.css in process.

Conclusions:
If your use data:uri css sprites allways put data-uri.css in footer, and need make &quot;antifreeze&quot; link for IE. In the near future I&#039;ll make update online tool (duris.ru) in accordance with new results.

Thank you for the identification of problematic issues.</description>
		<content:encoded><![CDATA[<p>Ok, I made few test of your page, and received new interesting results. I made timeout for response of data-uri.css.  </p>
<p>I put general styles.css and data-uri.css  in HEAD.<br />
<a href="http://fullajax.ru/temp/datauri/ravelrumba/test_header.htm" rel="nofollow">http://fullajax.ru/temp/datauri/ravelrumba/test_header.htm</a></p>
<p>Browsers Chrome 3.0.195.33, FF 3.5.5, IE 8.0.6001 and Safari 4.0.3 not renders a page while  download of data-uri.css in process. But, Opera 9.62 renders a page immediately without waiting for end of download data-uri.css.</p>
<p>Next, I put general styles.css in HEAD and data-uri.css put in FOOTER (end of ).<br />
<a href="http://fullajax.ru/temp/datauri/ravelrumba/test_footer.htm" rel="nofollow">http://fullajax.ru/temp/datauri/ravelrumba/test_footer.htm</a></p>
<p>Browsers Chrome 3.0.195.33, FF 3.5.5, Opera 9.62 and Safari 4.0.3 renders a page immediately without waiting for end of download data-uri.css. But, IE 8.0.6001 still not renders a page while download of data-uri.css in process.</p>
<p>Conclusions:<br />
If your use data:uri css sprites allways put data-uri.css in footer, and need make &#8220;antifreeze&#8221; link for IE. In the near future I&#8217;ll make update online tool (duris.ru) in accordance with new results.</p>
<p>Thank you for the identification of problematic issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
