<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Create a Quick MooTools Slideshow with Preloading&#160;Images</title> <atom:link href="http://davidwalsh.name/slideshow-preload-images/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/slideshow-preload-images</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 22:21:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Tony</title><link>http://davidwalsh.name/slideshow-preload-images#comment-31846</link> <dc:creator>Tony</dc:creator> <pubDate>Tue, 24 Apr 2012 12:38:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-31846</guid> <description>Really cool script, g;ad I read the comments, couldn&#039;t get it to work until I included more.js :)</description> <content:encoded><![CDATA[<p>Really cool script, g;ad I read the comments, couldn&#8217;t get it to work until I included more.js :)</p> ]]></content:encoded> </item> <item><title>By: Didier</title><link>http://davidwalsh.name/slideshow-preload-images#comment-30600</link> <dc:creator>Didier</dc:creator> <pubDate>Wed, 29 Feb 2012 08:07:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-30600</guid> <description>Hi DavidYour Diapo is using the Asset.images of Mootools , and I have a question about that considering this following code coming from MooWheel ( here http://labs.unwieldy.net/moowheel/ )...
MooWheel.Remote = new Class({
Extends: MooWheel,initialize: function(data, ct, options) {var preloadImages = function(wheelData) {
var imageUrls = [], map = {};for (var i = 0, l = wheelData.length; i &lt; l; i++) {
if (wheelData[i][&#039;imageUrl&#039;]) {
imageUrls.push(wheelData[i][&#039;imageUrl&#039;]);
map[i] = imageUrls.length - 1;
}
}if (imageUrls.length == 0)
return false;
//rappel : Asset.images Preloads an array of images (as strings)
//and returns an array of img elements. does not inject them to the page.
var images = new Asset.images(imageUrls, {
onComplete: function() {  //Executes when all image files are loaded.
for (var j in map) {
wheelData[j][&#039;image&#039;] = images[map[j]];
}// hack to make this.parent work within callback
//
// The callee property contains the function that is currently executing.
// This is useful if the function has no name.
//
arguments.callee._parent_ = this.initialize._parent_;this.parent()(wheelData, ct, options); // calls initalize method of MooWheel class}.bind(this)
});return true;
}.bind(this);
....
We need here to activate the code this.parent()(wheelData, ct, options); at the end of the OnComplete
Inspite of the hack with  arguments.callee._parent_   (seems depreciated now !)
we don&#039;t reach the method of the parent class MooWheel of MooWheel.RemoteHow do you think we can do it now ?</description> <content:encoded><![CDATA[<p>Hi David</p><p>Your Diapo is using the Asset.images of Mootools , and I have a question about that considering this following code coming from MooWheel ( here <a
href="http://labs.unwieldy.net/moowheel/" rel="nofollow">http://labs.unwieldy.net/moowheel/</a> )</p><p>&#8230;<br
/> MooWheel.Remote = new Class({</p><p> Extends: MooWheel,</p><p>initialize: function(data, ct, options) {</p><p> var preloadImages = function(wheelData) {<br
/> var imageUrls = [], map = {};</p><p> for (var i = 0, l = wheelData.length; i &lt; l; i++) {<br
/> if (wheelData[i][&#039;imageUrl&#039;]) {<br
/> imageUrls.push(wheelData[i][&#039;imageUrl&#039;]);<br
/> map[i] = imageUrls.length &#8211; 1;<br
/> }<br
/> }</p><p> if (imageUrls.length == 0)<br
/> return false;</p><p> //rappel : Asset.images Preloads an array of images (as strings)<br
/> //and returns an array of img elements. does not inject them to the page.<br
/> var images = new Asset.images(imageUrls, {<br
/> onComplete: function() {  //Executes when all image files are loaded.<br
/> for (var j in map) {<br
/> wheelData[j][&#039;image&#039;] = images[map[j]];<br
/> }</p><p> // hack to make this.parent work within callback<br
/> //<br
/> // The callee property contains the function that is currently executing.<br
/> // This is useful if the function has no name.<br
/> //<br
/> arguments.callee._parent_ = this.initialize._parent_;</p><p> this.parent()(wheelData, ct, options); // calls initalize method of MooWheel class</p><p> }.bind(this)<br
/> });</p><p> return true;<br
/> }.bind(this);<br
/> &#8230;.</p><p>We need here to activate the code this.parent()(wheelData, ct, options); at the end of the OnComplete<br
/> Inspite of the hack with  arguments.callee._parent_   (seems depreciated now !)<br
/> we don&#039;t reach the method of the parent class MooWheel of MooWheel.Remote</p><p>How do you think we can do it now ?</p> ]]></content:encoded> </item> <item><title>By: 30 Best JQuery slider plugins &#171; Alfredo electroboy&#039;s Blog</title><link>http://davidwalsh.name/slideshow-preload-images#comment-27857</link> <dc:creator>30 Best JQuery slider plugins &#171; Alfredo electroboy&#039;s Blog</dc:creator> <pubDate>Thu, 08 Dec 2011 10:16:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-27857</guid> <description>[...] Membuat Quick MooTools Slideshow dengan Preloading Images Potongan kode berikut akan menunjukkan bagaimana cara membuat simple slideshow dengan MooTools, Script juga akan melakukan preload image dan fitur progres message.  LIVE DEMO [...]</description> <content:encoded><![CDATA[<p>[...] Membuat Quick MooTools Slideshow dengan Preloading Images Potongan kode berikut akan menunjukkan bagaimana cara membuat simple slideshow dengan MooTools, Script juga akan melakukan preload image dan fitur progres message.  LIVE DEMO [...]</p> ]]></content:encoded> </item> <item><title>By: 30 The Best JQuery Slider Plugins &#171; Sinichireina Blog&#039;s</title><link>http://davidwalsh.name/slideshow-preload-images#comment-27834</link> <dc:creator>30 The Best JQuery Slider Plugins &#171; Sinichireina Blog&#039;s</dc:creator> <pubDate>Mon, 05 Dec 2011 07:06:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-27834</guid> <description>[...] Membuat Quick MooTools Slideshow dengan Preloading Images Potongan kode berikut akan menunjukkan bagaimana cara membuat simple slideshow dengan MooTools, Script juga akan melakukan preload image dan fitur progres message.  LIVE DEMO [...]</description> <content:encoded><![CDATA[<p>[...] Membuat Quick MooTools Slideshow dengan Preloading Images Potongan kode berikut akan menunjukkan bagaimana cara membuat simple slideshow dengan MooTools, Script juga akan melakukan preload image dan fitur progres message.  LIVE DEMO [...]</p> ]]></content:encoded> </item> <item><title>By: alovilla</title><link>http://davidwalsh.name/slideshow-preload-images#comment-27726</link> <dc:creator>alovilla</dc:creator> <pubDate>Wed, 23 Nov 2011 17:00:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-27726</guid> <description>thank you. i like this slider.</description> <content:encoded><![CDATA[<p>thank you. i like this slider.</p> ]]></content:encoded> </item> <item><title>By: Solo</title><link>http://davidwalsh.name/slideshow-preload-images#comment-23967</link> <dc:creator>Solo</dc:creator> <pubDate>Wed, 11 May 2011 15:01:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-23967</guid> <description>What a cool slideshow!
I was wondering if anyone has been able to add a hyperlink for each image. It would help me a lot.Thanks!</description> <content:encoded><![CDATA[<p>What a cool slideshow!<br
/> I was wondering if anyone has been able to add a hyperlink for each image. It would help me a lot.</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: ann</title><link>http://davidwalsh.name/slideshow-preload-images#comment-23191</link> <dc:creator>ann</dc:creator> <pubDate>Mon, 21 Mar 2011 19:39:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-23191</guid> <description>How would you use this to click through the images, instead of having them auto-cycle? (i.e. click on image 1 to have it load image 2)</description> <content:encoded><![CDATA[<p>How would you use this to click through the images, instead of having them auto-cycle? (i.e. click on image 1 to have it load image 2)</p> ]]></content:encoded> </item> <item><title>By: quang trung</title><link>http://davidwalsh.name/slideshow-preload-images#comment-22339</link> <dc:creator>quang trung</dc:creator> <pubDate>Tue, 18 Jan 2011 01:57:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-22339</guid> <description>Hi DavidI don&#039;t sure about my issue. It relate to use duration options instead delay function.
(function() {slides[index].tween(&#039;opacity&#039;,1); }).delay(1000);
What&#039;s diffirence ? performance ? speed ?</description> <content:encoded><![CDATA[<p>Hi David</p><p>I don&#8217;t sure about my issue. It relate to use duration options instead delay function.<br
/> (function() {slides[index].tween(&#8216;opacity&#8217;,1); }).delay(1000);<br
/> What&#8217;s diffirence ? performance ? speed ?</p> ]]></content:encoded> </item> <item><title>By: Will</title><link>http://davidwalsh.name/slideshow-preload-images#comment-20094</link> <dc:creator>Will</dc:creator> <pubDate>Sun, 19 Sep 2010 20:43:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-20094</guid> <description>I love this script. However, it doesn&#039;t seem to work on firefox 2 for some reason. unfortunately the project I&#039;m working needs to be compatible with such antiquities.</description> <content:encoded><![CDATA[<p>I love this script. However, it doesn&#8217;t seem to work on firefox 2 for some reason. unfortunately the project I&#8217;m working needs to be compatible with such antiquities.</p> ]]></content:encoded> </item> <item><title>By: don</title><link>http://davidwalsh.name/slideshow-preload-images#comment-18235</link> <dc:creator>don</dc:creator> <pubDate>Tue, 15 Jun 2010 11:32:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4933#comment-18235</guid> <description>hi guys...anyone know of a way to add images using an external xml file?thanksdonb</description> <content:encoded><![CDATA[<p>hi guys&#8230;</p><p>anyone know of a way to add images using an external xml file?</p><p>thanks</p><p>donb</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/7 queries in 0.020 seconds using disk: basic
Object Caching 804/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 21:04:05 -->
