<?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: jQuery image Preloader</title>
	<atom:link href="http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html</link>
	<description>Curently a work in progress. Please be patient</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:41:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-76</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-76</guid>
		<description>It doesn&#039;t preload img tags in the html as it doesn&#039;t actually have the need to as all img tags on the page (in the html) should be loaded by the browser.

This Script scans the CSS files and styles attached to the html document for images specified using the background or the background-image property and attempts to preload them. 

To load it use a script tag to link the the file (src=&quot;filename&quot;) then in the jquery ready function call $.preloadimages etc.. as specified

Please ALSO check the new VERSION as specified now at the top of this page!</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t preload img tags in the html as it doesn&#8217;t actually have the need to as all img tags on the page (in the html) should be loaded by the browser.</p>
<p>This Script scans the CSS files and styles attached to the html document for images specified using the background or the background-image property and attempts to preload them. </p>
<p>To load it use a script tag to link the the file (src=&#8221;filename&#8221;) then in the jquery ready function call $.preloadimages etc.. as specified</p>
<p>Please ALSO check the new VERSION as specified now at the top of this page!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solvent</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-75</link>
		<dc:creator>Solvent</dc:creator>
		<pubDate>Mon, 16 Nov 2009 12:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-75</guid>
		<description>this looks excellent, but could you please decribe step #6 a little more? i&#039;m a beginner and dont understand how to call jquery functions from html. 

does this script scan for img tags as well as CSS background images?

many thanks</description>
		<content:encoded><![CDATA[<p>this looks excellent, but could you please decribe step #6 a little more? i&#8217;m a beginner and dont understand how to call jquery functions from html. </p>
<p>does this script scan for img tags as well as CSS background images?</p>
<p>many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery image Preloader Plus Callbacks &#124; BinaryKitten's Blog</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-22</link>
		<dc:creator>jQuery image Preloader Plus Callbacks &#124; BinaryKitten's Blog</dc:creator>
		<pubDate>Wed, 11 Feb 2009 21:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-22</guid>
		<description>Updated Version Now available</description>
		<content:encoded><![CDATA[<p>Updated Version Now available</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-15</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Tue, 03 Feb 2009 18:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-15</guid>
		<description>Here&#039;s what I thought: I have an artwork that fills the background of a homepage. It&#039;s not a pattern that can be tiled. It&#039;s a whole image. Besides, I have several other artworks that are loaded when a menu item is clicked. Because I want a smooth Jquery fade effect between these artworks, I need to preload them. Since the preload process takes many seconds and nothing is shown, I thought a spinning gif would fill in the gap.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s what I thought: I have an artwork that fills the background of a homepage. It&#8217;s not a pattern that can be tiled. It&#8217;s a whole image. Besides, I have several other artworks that are loaded when a menu item is clicked. Because I want a smooth Jquery fade effect between these artworks, I need to preload them. Since the preload process takes many seconds and nothing is shown, I thought a spinning gif would fill in the gap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-14</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Tue, 03 Feb 2009 17:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-14</guid>
		<description>this isn&#039;t designed to be used in the foreground to load images.. it loads them in the background, thus having an ajax-loader gif file spinning wouldn&#039;t really be that prudent I think. If you can provide some documentation on what this would actually accomplish I will see what I can do.</description>
		<content:encoded><![CDATA[<p>this isn&#8217;t designed to be used in the foreground to load images.. it loads them in the background, thus having an ajax-loader gif file spinning wouldn&#8217;t really be that prudent I think. If you can provide some documentation on what this would actually accomplish I will see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-13</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Tue, 03 Feb 2009 17:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-13</guid>
		<description>In case I have many images linked to a stylesheet (as DIVs backgrounds that are kept hidden while the page loads), would it be possible to add an ajax-loader.gif to your code until loading is finished? That would be a great addition to your solution.</description>
		<content:encoded><![CDATA[<p>In case I have many images linked to a stylesheet (as DIVs backgrounds that are kept hidden while the page loads), would it be possible to add an ajax-loader.gif to your code until loading is finished? That would be a great addition to your solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-11</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Mon, 02 Feb 2009 23:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-11</guid>
		<description>Sorry about that.. You call $.preLoadAllImages()  or $.preLoadImages  both take an array (the $.preLoadAllImages having this as an optional variable)

Will Update the post for this..</description>
		<content:encoded><![CDATA[<p>Sorry about that.. You call $.preLoadAllImages()  or $.preLoadImages  both take an array (the $.preLoadAllImages having this as an optional variable)</p>
<p>Will Update the post for this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://binarykitten.com/dev/jq-plugins/11-jquery-image-preloader.html/comment-page-1#comment-10</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=11#comment-10</guid>
		<description>How do I use it?</description>
		<content:encoded><![CDATA[<p>How do I use it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

