<?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 Plus Callbacks</title>
	<atom:link href="http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.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: Matt</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-12038</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-12038</guid>
		<description>Any word on preLoadCSSImages and relative image paths in the CSS? I am seeing the following in Firefox: http://localhost/css/%22../images/overlay.png%22&quot;. It should be http://localhost/images/overlay.png. Any ideas?</description>
		<content:encoded><![CDATA[<p>Any word on preLoadCSSImages and relative image paths in the CSS? I am seeing the following in Firefox: <a href="http://localhost/css/%22../images/overlay.png%22" rel="nofollow">http://localhost/css/%22../images/overlay.png%22</a>&#8220;. It should be <a href="http://localhost/images/overlay.png" rel="nofollow">http://localhost/images/overlay.png</a>. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-7264</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-7264</guid>
		<description>Sometimes Wordpress turns the &amp;&amp; into other html code. it has now been fixed</description>
		<content:encoded><![CDATA[<p>Sometimes WordPress turns the &amp;&amp; into other html code. it has now been fixed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgeni Nabokov</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-3504</link>
		<dc:creator>Evgeni Nabokov</dc:creator>
		<pubDate>Wed, 21 Sep 2011 06:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-3504</guid>
		<description>Good functions, much help for me, but no callback if imageList is undefined or empty. In my project I want to get callback in any case. I modified code a little.
function preLoadImages:
...
// Outer if
if (typeof imageList != &#039;undefined&#039; &amp;&amp; imageList.length &gt; 0) {
...
}
else
{
  if ($.isFunction(callback)) {
    callback();
  }
}
pic = undefined;
...

The same modification with other functions.</description>
		<content:encoded><![CDATA[<p>Good functions, much help for me, but no callback if imageList is undefined or empty. In my project I want to get callback in any case. I modified code a little.<br />
function preLoadImages:<br />
&#8230;<br />
// Outer if<br />
if (typeof imageList != &#8216;undefined&#8217; &amp;&amp; imageList.length &gt; 0) {<br />
&#8230;<br />
}<br />
else<br />
{<br />
  if ($.isFunction(callback)) {<br />
    callback();<br />
  }<br />
}<br />
pic = undefined;<br />
&#8230;</p>
<p>The same modification with other functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-2567</link>
		<dc:creator>Abraham</dc:creator>
		<pubDate>Thu, 01 Sep 2011 03:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-2567</guid>
		<description>It doesnt work for me, Dreamweaver reports a syntax error on line 65, thank you</description>
		<content:encoded><![CDATA[<p>It doesnt work for me, Dreamweaver reports a syntax error on line 65, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Optimisation de pages web &#124; Outweb</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-1264</link>
		<dc:creator>Optimisation de pages web &#124; Outweb</dc:creator>
		<pubDate>Sat, 02 Jul 2011 09:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-1264</guid>
		<description>[...] enfin voici une des nouvelles librairies donc nous avons parlé en début d&#8217;article. jQuery image Preloader Plus Callbacks est un plugin JQuery qui permet de faire du prêt-caching des images de l&#8217;application. Son [...]</description>
		<content:encoded><![CDATA[<p>[...] enfin voici une des nouvelles librairies donc nous avons parlé en début d&#8217;article. jQuery image Preloader Plus Callbacks est un plugin JQuery qui permet de faire du prêt-caching des images de l&#8217;application. Son [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-1178</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Sat, 25 Jun 2011 22:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-1178</guid>
		<description>would you like to elaborate on this?  stating it &quot;doesn&#039;t work&quot; doesn&#039;t help to get it fixed.</description>
		<content:encoded><![CDATA[<p>would you like to elaborate on this?  stating it &#8220;doesn&#8217;t work&#8221; doesn&#8217;t help to get it fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pitbull</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-1078</link>
		<dc:creator>pitbull</dc:creator>
		<pubDate>Fri, 17 Jun 2011 03:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-1078</guid>
		<description>doesn&#039;t work</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Outweb &#187; Blog Archive &#187; Optimisation de pages web</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-964</link>
		<dc:creator>Outweb &#187; Blog Archive &#187; Optimisation de pages web</dc:creator>
		<pubDate>Thu, 09 Jun 2011 22:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-964</guid>
		<description>[...] enfin voici une des nouvelles librairies donc nous avons parlé en début d&#8217;article. jQuery image Preloader Plus Callbacks est un plugin JQuery qui permet de faire du prêt-caching des images de l&#8217;application. Son [...]</description>
		<content:encoded><![CDATA[<p>[...] enfin voici une des nouvelles librairies donc nous avons parlé en début d&#8217;article. jQuery image Preloader Plus Callbacks est un plugin JQuery qui permet de faire du prêt-caching des images de l&#8217;application. Son [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limonads</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-866</link>
		<dc:creator>Limonads</dc:creator>
		<pubDate>Sat, 04 Jun 2011 19:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-866</guid>
		<description>Thanks for this code. Good Jobs! ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for this code. Good Jobs! <img src='http://binarykitten.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lidia Calero</title>
		<link>http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-694</link>
		<dc:creator>Lidia Calero</dc:creator>
		<pubDate>Mon, 11 Apr 2011 13:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-694</guid>
		<description>We will see many of these with HTML5/CSS3 not only jQuery.</description>
		<content:encoded><![CDATA[<p>We will see many of these with HTML5/CSS3 not only jQuery.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

