<?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 Preload Plugin</title>
	<atom:link href="http://farinspace.com/jquery-image-preload-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://farinspace.com/jquery-image-preload-plugin/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 08 Sep 2010 04:05:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Edward Hotchkiss</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-3216</link>
		<dc:creator>Edward Hotchkiss</dc:creator>
		<pubDate>Tue, 17 Aug 2010 08:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-3216</guid>
		<description>Hey, you can check out a great jQuery Preloader that I wrote with full callbacks, auto reading of images to preload, and a lot of easing in animations. Check it out here: &lt;a href=&quot;http://www.edwardhotchkiss.com/blog/jquery-javascript-preloader/&quot; title=&quot;jQuery Preloader&quot; rel=&quot;nofollow&quot;&gt;jQuery Preloader&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey, you can check out a great jQuery Preloader that I wrote with full callbacks, auto reading of images to preload, and a lot of easing in animations. Check it out here: <a href="http://www.edwardhotchkiss.com/blog/jquery-javascript-preloader/" title="jQuery Preloader" rel="nofollow">jQuery Preloader</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Zaharakis</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-1424</link>
		<dc:creator>Alexander Zaharakis</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-1424</guid>
		<description>Excellent work brother! Works a treat</description>
		<content:encoded><![CDATA[<p>Excellent work brother! Works a treat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Rath</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-809</link>
		<dc:creator>Matthew Rath</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-809</guid>
		<description>Brilliant! :p ive been looking for a decent image preloader for a while now to implement on my site as im currently building a new portfolio. This fits the bill exactly, the only thing i would take into consideration is YAACH&#039;s comment, it would be nice to also have loop function within the class so u can just specify a directory an let it take care of the rest but ill attempt to add this in myself thanx again this is awesome  :p</description>
		<content:encoded><![CDATA[<p>Brilliant! :p ive been looking for a decent image preloader for a while now to implement on my site as im currently building a new portfolio. This fits the bill exactly, the only thing i would take into consideration is YAACH&#8217;s comment, it would be nice to also have loop function within the class so u can just specify a directory an let it take care of the rest but ill attempt to add this in myself thanx again this is awesome  :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philipp</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-549</link>
		<dc:creator>philipp</dc:creator>
		<pubDate>Tue, 09 Feb 2010 09:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-549</guid>
		<description>nice plugin. exactly what im looking for. thanks!</description>
		<content:encoded><![CDATA[<p>nice plugin. exactly what im looking for. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-466</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-466</guid>
		<description>I cant believe this is not a part of jquery. why not have in built in? (a la mootools Asset class). its was a real pain to find this plugin...</description>
		<content:encoded><![CDATA[<p>I cant believe this is not a part of jquery. why not have in built in? (a la mootools Asset class). its was a real pain to find this plugin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimas</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-415</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-415</guid>
		<description>With out the DOM being loaded, you wouldn&#039;t be able to target the img elements to start preloading. Doing it before the DOM is loaded requires that you specify the image paths. 

You can specify the image paths as an array, see the example above.

Another idea might be to build the img paths array with javascript, this might save you the headache of specifying each path one by one.</description>
		<content:encoded><![CDATA[<p>With out the DOM being loaded, you wouldn&#8217;t be able to target the img elements to start preloading. Doing it before the DOM is loaded requires that you specify the image paths. </p>
<p>You can specify the image paths as an array, see the example above.</p>
<p>Another idea might be to build the img paths array with javascript, this might save you the headache of specifying each path one by one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YAACH</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-413</link>
		<dc:creator>YAACH</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-413</guid>
		<description>Thanks..very useful..I still have a question.
What if you want to load 20 images and you dont want to specify the path one by one. Is there a way you can load images with different paths BEFORE the DOM is built?</description>
		<content:encoded><![CDATA[<p>Thanks..very useful..I still have a question.<br />
What if you want to load 20 images and you dont want to specify the path one by one. Is there a way you can load images with different paths BEFORE the DOM is built?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keun</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-404</link>
		<dc:creator>keun</dc:creator>
		<pubDate>Sun, 06 Dec 2009 03:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-404</guid>
		<description>Very nice.</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimas</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-264</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Mon, 02 Nov 2009 15:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-264</guid>
		<description>Hi George, 

Typically you will get the &quot;is not a function&quot; error when something is not loaded properly or when the function is being called before the plugin actually loads. Confirm by viewing your source that jquery and the plugin are loading before your script is being called.</description>
		<content:encoded><![CDATA[<p>Hi George, </p>
<p>Typically you will get the &#8220;is not a function&#8221; error when something is not loaded properly or when the function is being called before the plugin actually loads. Confirm by viewing your source that jquery and the plugin are loading before your script is being called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://farinspace.com/jquery-image-preload-plugin/comment-page-1/#comment-260</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sun, 01 Nov 2009 20:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=50#comment-260</guid>
		<description>I&#039;m trying to use this inside Wordpress and I&#039;m getting an error when I use it:

  $(&quot;#randimg img&quot;).imgpreload is not a function

It works if I have my script and this plug-in in the body but doesn&#039;t work if I load either or both my script and the plugin in .  What am I doing wrong?  Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use this inside WordPress and I&#8217;m getting an error when I use it:</p>
<p>  $(&#8220;#randimg img&#8221;).imgpreload is not a function</p>
<p>It works if I have my script and this plug-in in the body but doesn&#8217;t work if I load either or both my script and the plugin in .  What am I doing wrong?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: farinspace.com @ 2010-09-10 20:11:57 by W3 Total Cache -->