<?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: Even better image preloading with CSS2</title>
	<atom:link href="http://www.thecssninja.com/css/even-better-image-preloading-with-css2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2</link>
	<description>All things CSS, Javascript &#38; xhtml</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Pol</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1990</link>
		<dc:creator>Pol</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1990</guid>
		<description>Thanks for the snippet works like a charm on every project.</description>
		<content:encoded><![CDATA[<p>Thanks for the snippet works like a charm on every project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1979</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 20 Aug 2010 14:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1979</guid>
		<description>This works perfectly for FF but I can&#039;t seem to get the same effect on IE8, has anyone else run into this problem?</description>
		<content:encoded><![CDATA[<p>This works perfectly for FF but I can&#8217;t seem to get the same effect on IE8, has anyone else run into this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spooky</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1911</link>
		<dc:creator>spooky</dc:creator>
		<pubDate>Sun, 08 Aug 2010 12:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1911</guid>
		<description>Definitely the best way to preload images. Once I have found this great article, I have tested it and it worked better than any js preload technique. Now, I am using this method for every web site. Doesn&#039;t work in IE6/7 ...? :D What a pity.... :P (irony)... Who gives a damn about those crippled browsers anymore? 
Thnx ninja. Remarkable mind you have. Live long and prosper.</description>
		<content:encoded><![CDATA[<p>Definitely the best way to preload images. Once I have found this great article, I have tested it and it worked better than any js preload technique. Now, I am using this method for every web site. Doesn&#8217;t work in IE6/7 &#8230;? <img src='http://www.thecssninja.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  What a pity&#8230;. <img src='http://www.thecssninja.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  (irony)&#8230; Who gives a damn about those crippled browsers anymore?<br />
Thnx ninja. Remarkable mind you have. Live long and prosper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalin Red</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1599</link>
		<dc:creator>Catalin Red</dc:creator>
		<pubDate>Tue, 25 May 2010 13:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1599</guid>
		<description>Very interesting, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Very interesting, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kn33ch41</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1162</link>
		<dc:creator>kn33ch41</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1162</guid>
		<description>Very nice approach; it&#039;s clean and degrades well.</description>
		<content:encoded><![CDATA[<p>Very nice approach; it&#8217;s clean and degrades well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1142</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Sun, 31 Jan 2010 02:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1142</guid>
		<description>One thing to make sure of is that you use the same path in the content property as you do when the actual image is called. If one is relative and other absolute the browser can potentially see this as a new image and not grab it from the cache.

I&#039;m not aware of any limit though I doubt it would have a limit on how much it can call.</description>
		<content:encoded><![CDATA[<p>One thing to make sure of is that you use the same path in the content property as you do when the actual image is called. If one is relative and other absolute the browser can potentially see this as a new image and not grab it from the cache.</p>
<p>I&#8217;m not aware of any limit though I doubt it would have a limit on how much it can call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1141</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 31 Jan 2010 02:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1141</guid>
		<description>Ok, my mistake.  I was caching around 50 images.  Apparently if you make one mistake in spelling of an image if will cause the cache to fail.

Thanks  

The NINJA ROCKS!</description>
		<content:encoded><![CDATA[<p>Ok, my mistake.  I was caching around 50 images.  Apparently if you make one mistake in spelling of an image if will cause the cache to fail.</p>
<p>Thanks  </p>
<p>The NINJA ROCKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1140</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 31 Jan 2010 02:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1140</guid>
		<description>When I cache a lot of images, ff 3.6 seems to throw them all out as it it is caching nothing.  I&#039;m not hitting the browser cache limit because I have viewed the whole site then go back.  It is clear it is caching.

Is there a limit to the number of images or MB limit to the &quot;content&quot; that is set in the css.

Note:  I found out that you need to place the &quot;body:after&quot; section at the bottom of your css document for best performance.</description>
		<content:encoded><![CDATA[<p>When I cache a lot of images, ff 3.6 seems to throw them all out as it it is caching nothing.  I&#8217;m not hitting the browser cache limit because I have viewed the whole site then go back.  It is clear it is caching.</p>
<p>Is there a limit to the number of images or MB limit to the &#8220;content&#8221; that is set in the css.</p>
<p>Note:  I found out that you need to place the &#8220;body:after&#8221; section at the bottom of your css document for best performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1139</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Sun, 31 Jan 2010 00:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1139</guid>
		<description>It&#039;s up to you what images you wish to preload.</description>
		<content:encoded><![CDATA[<p>It&#8217;s up to you what images you wish to preload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.thecssninja.com/css/even-better-image-preloading-with-css2/comment-page-1#comment-1138</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 31 Jan 2010 00:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=566#comment-1138</guid>
		<description>So if we use this should we preload every major image on the site?

Also, would you place
&lt;pre lang=&quot;css&quot;&gt;
body:after
{
content: url(img01.jpg) url(img02.jpg) url(img03.jpg);
display: none;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>So if we use this should we preload every major image on the site?</p>
<p>Also, would you place</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;">body<span style="color: #3333ff;"><span style="color: #00AA00;">:</span>after
</span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>img01.jpg<span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>img02.jpg<span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>img03.jpg<span style="color: #00AA00;">&#41;</span>;
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span>;
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>
