<?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: Image Preloading From CSS With jQuery</title>
	<atom:link href="http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 12 Feb 2012 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Muthu</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-359137</link>
		<dc:creator>Muthu</dc:creator>
		<pubDate>Tue, 21 Jun 2011 12:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-359137</guid>
		<description>Instead of using images as a background we can call images directly and hide using css function...  &lt;a href=&quot;http://discoverweb.info/preloading-multiple-images.html&quot; rel=&quot;nofollow&quot;&gt;See this example&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Instead of using images as a background we can call images directly and hide using css function&#8230;  <a href="http://discoverweb.info/preloading-multiple-images.html" rel="nofollow">See this example</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TemplatesRule.com</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-309369</link>
		<dc:creator>TemplatesRule.com</dc:creator>
		<pubDate>Fri, 25 Mar 2011 08:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-309369</guid>
		<description>Thats what was required. superb idea and a perfect alternate of sprites. we have been using very bad techniques but this is really great, just add a js and all of the images from css will be preloaded automatically</description>
		<content:encoded><![CDATA[<p>Thats what was required. superb idea and a perfect alternate of sprites. we have been using very bad techniques but this is really great, just add a js and all of the images from css will be preloaded automatically</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-101150</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 31 Dec 2009 00:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-101150</guid>
		<description>A very straight forward css image preload example can be found here :
http://www.prismgraphicdesign.co.uk/blog/?p=12</description>
		<content:encoded><![CDATA[<p>A very straight forward css image preload example can be found here :<br />
<a href="http://www.prismgraphicdesign.co.uk/blog/?p=12" rel="nofollow">http://www.prismgraphicdesign.co.uk/blog/?p=12</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrowX</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-71455</link>
		<dc:creator>CrowX</dc:creator>
		<pubDate>Sat, 29 Aug 2009 10:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-71455</guid>
		<description>I know this thread is old, but just in case anyones looking - im trying to do similar but I want the images to be used as almost full screen background images once pre-loaded. 

I&#039;ve got the images loading with a &#039;please wait&#039; spinner, and once loaded I can .prepend no problem and fade them in. But if I change the .prepend to a .css and set it as a background-image, then the preloading seems to make no difference. The browser fetches it again anyway.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I know this thread is old, but just in case anyones looking &#8211; im trying to do similar but I want the images to be used as almost full screen background images once pre-loaded. </p>
<p>I&#8217;ve got the images loading with a &#8216;please wait&#8217; spinner, and once loaded I can .prepend no problem and fade them in. But if I change the .prepend to a .css and set it as a background-image, then the preloading seems to make no difference. The browser fetches it again anyway.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-43950</link>
		<dc:creator>jQuery</dc:creator>
		<pubDate>Tue, 07 Apr 2009 07:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-43950</guid>
		<description>In case you need to preload images using javascript and later insert them into the DOM tree, I found this alternative method - &lt;a href=&quot;http://jquery-howto.blogspot.com/2009/02/preload-images-with-jquery.html&quot; rel=&quot;nofollow&quot;&gt;preloading images with jQuery and javascript&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>In case you need to preload images using javascript and later insert them into the DOM tree, I found this alternative method &#8211; <a href="http://jquery-howto.blogspot.com/2009/02/preload-images-with-jquery.html" rel="nofollow">preloading images with jQuery and javascript</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray M</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-24493</link>
		<dc:creator>Ray M</dc:creator>
		<pubDate>Fri, 14 Nov 2008 10:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-24493</guid>
		<description>Sprites is the best option unless you have transparent PNGs for navigation where Background behaviours and fixes don&#039; work with background positioning. Your only option is then individual files :(</description>
		<content:encoded><![CDATA[<p>Sprites is the best option unless you have transparent PNGs for navigation where Background behaviours and fixes don&#8217; work with background positioning. Your only option is then individual files <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-21191</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 15 Oct 2008 04:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-21191</guid>
		<description>Or you can just put all the related images you may need into image sprites to reduce your HTTP requests :)</description>
		<content:encoded><![CDATA[<p>Or you can just put all the related images you may need into image sprites to reduce your HTTP requests <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automatically Preload images - Precarga automática de imágenes desde la CSS y con jQuery - Desarrollo &#124; pixelco.us blog</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-8572</link>
		<dc:creator>Automatically Preload images - Precarga automática de imágenes desde la CSS y con jQuery - Desarrollo &#124; pixelco.us blog</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-8572</guid>
		<description>[...] Vía: WebResourcesDepot [...]</description>
		<content:encoded><![CDATA[<p>[...] Vía: WebResourcesDepot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kip</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-8472</link>
		<dc:creator>kip</dc:creator>
		<pubDate>Sat, 21 Jun 2008 20:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-8472</guid>
		<description>@wrd

It&#039;s completely valid code according to the validator.
and its a good method Incase JS is turned off which is a large number.</description>
		<content:encoded><![CDATA[<p>@wrd</p>
<p>It&#8217;s completely valid code according to the validator.<br />
and its a good method Incase JS is turned off which is a large number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umut M.</title>
		<link>http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/comment-page-1/#comment-8466</link>
		<dc:creator>Umut M.</dc:creator>
		<pubDate>Sat, 21 Jun 2008 14:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=355#comment-8466</guid>
		<description>@Vel,

That&#039;s interesting. But I think it will fail in validation.</description>
		<content:encoded><![CDATA[<p>@Vel,</p>
<p>That&#8217;s interesting. But I think it will fail in validation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using wincache
Page Caching using wincache (User agent is rejected)
Database Caching 3/18 queries in -3.923 seconds using wincache

Served from: www.webresourcesdepot.com @ 2012-02-13 04:50:04 -->
