<?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: FBJS Slider Carousel</title> <atom:link href="http://thinkclay.com/tutorial/fbjs-slider-carousel/feed" rel="self" type="application/rss+xml" /><link>http://thinkclay.com/tutorial/fbjs-slider-carousel</link> <description>Creative Media Design, Powered by Wordpress</description> <lastBuildDate>Tue, 07 Feb 2012 10:15:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Clay McIlrath</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1881</link> <dc:creator>Clay McIlrath</dc:creator> <pubDate>Tue, 15 Feb 2011 20:48:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1881</guid> <description>This is awesome Jeff, thanks for sharing!</description> <content:encoded><![CDATA[<p>This is awesome Jeff, thanks for sharing!</p> ]]></content:encoded> </item> <item><title>By: Jeff</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1880</link> <dc:creator>Jeff</dc:creator> <pubDate>Tue, 15 Feb 2011 20:11:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1880</guid> <description>Hey Guys,
Here is a cope snippet for a rotating banner that fades the previous image out and the new one in. It sorts the images randomly, but you could just get rid of that function. Note - the user must first click somewhere to activate it:
var imgArray = [&#039;http://icons.iconarchive.com/icons/dragonxp/halloween/48/skull-icon.png&#039;, &#039;http://www.veryicon.com/icon/preview/System/Sticker%20System/Skull%20Icon.jpg&#039;, &#039;http://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Skull-Icon.svg/50px-Skull-Icon.svg.png&#039;];
function randOrd(){return (Math.round(Math.random())-0.5)}
imgArray.sort(randOrd);
var len = imgArray.length;
var count = 0;
rotate1();
function rotate1() {
var myBlock = document.getElementById(&#039;im1&#039;);
Animation(myBlock )
.to(&#039;opacity&#039;, 0)
.duration(500)
.go();
document.getElementById(&quot;im1&quot;).src = imgArray[count];
count++;
if (count&gt;=len) {count = 0}
var tim1 = window.setTimeout(rotate1, 3000);
} </description> <content:encoded><![CDATA[<p>Hey Guys,</p><p>Here is a cope snippet for a rotating banner that fades the previous image out and the new one in. It sorts the images randomly, but you could just get rid of that function. Note &#8211; the user must first click somewhere to activate it:</p><p>var imgArray = ['<a
href="http://icons.iconarchive.com/icons/dragonxp/halloween/48/skull-icon.png&#039;" rel="nofollow">http://icons.iconarchive.com/icons/dragonxp/halloween/48/skull-icon.png&#039;</a>, '<a
href="http://www.veryicon.com/icon/preview/System/Sticker%20System/Skull%20Icon.jpg&#039;" rel="nofollow">http://www.veryicon.com/icon/preview/System/Sticker%20System/Skull%20Icon.jpg&#039;</a>, '<a
href="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Skull-Icon.svg/50px-Skull-Icon.svg.png&#039;" rel="nofollow">http://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Skull-Icon.svg/50px-Skull-Icon.svg.png&#039;</a>;</p><p>function randOrd(){return (Math.round(Math.random())-0.5)}<br
/> imgArray.sort(randOrd);<br
/> var len = imgArray.length;<br
/> var count = 0;</p><p>rotate1();<br
/> function rotate1() {<br
/> var myBlock = document.getElementById('im1');<br
/> Animation(myBlock )<br
/> .to('opacity', 0)<br
/> .duration(500)<br
/> .go();<br
/> document.getElementById("im1").src = imgArray[count];<br
/> count++;<br
/> if (count&gt;=len) {count = 0}<br
/> var tim1 = window.setTimeout(rotate1, 3000);<br
/> }</p> ]]></content:encoded> </item> <item><title>By: Jeff</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1879</link> <dc:creator>Jeff</dc:creator> <pubDate>Tue, 15 Feb 2011 20:01:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1879</guid> <description>Hello - do you have an example page or demo that you could show? Thanks</description> <content:encoded><![CDATA[<p>Hello &#8211; do you have an example page or demo that you could show? Thanks</p> ]]></content:encoded> </item> <item><title>By: Errol John</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1862</link> <dc:creator>Errol John</dc:creator> <pubDate>Fri, 28 Jan 2011 05:50:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1862</guid> <description>It didnt work on my page?
it only displays the title 1 div?</description> <content:encoded><![CDATA[<p>It didnt work on my page?<br
/> it only displays the title 1 div?</p> ]]></content:encoded> </item> <item><title>By: Clay McIlrath</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1841</link> <dc:creator>Clay McIlrath</dc:creator> <pubDate>Wed, 29 Dec 2010 03:29:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1841</guid> <description>I&#039;m not sure about the Wiki, but FB sucks with documentation. I can send you a couple ebooks I used to get started if you want to shoot me an email Clay [@] bychosen.com</description> <content:encoded><![CDATA[<p>I&#8217;m not sure about the Wiki, but FB sucks with documentation. I can send you a couple ebooks I used to get started if you want to shoot me an email Clay [@] bychosen.com</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1834</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 04 Dec 2010 15:35:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1834</guid> <description>The best way to fix it, is to exclude old css, and write up your own! I didn&#039;t dig toо deep for it, just wrote up my own
However if you remove the minus from margin of #wrapper #slideNav, you will see what should see
e.g. now is  #wrapper #slideNav { float: right; margin: -2.75em 0 2em 0; }
Should be #wrapper #slideNav { float: right; margin: 2.75em 0 2em 0; }
From now you should see the red buttons!
Hope that helped!
Regards,
Alex </description> <content:encoded><![CDATA[<p>The best way to fix it, is to exclude old css, and write up your own! I didn&#8217;t dig toо deep for it, just wrote up my own<br
/> However if you remove the minus from margin of #wrapper #slideNav, you will see what should see<br
/> e.g. now is  #wrapper #slideNav { float: right; margin: -2.75em 0 2em 0; }<br
/> Should be #wrapper #slideNav { float: right; margin: 2.75em 0 2em 0; }<br
/> From now you should see the red buttons!</p><p>Hope that helped!</p><p>Regards,<br
/> Alex</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1833</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 04 Dec 2010 12:50:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1833</guid> <description>Thanks for the reply Clay
Than I need go futher and explore canvas pages perhaps!
But to be honest, I am a bit sick of it and tired to find any proper information about it in interent! Even on facebok!
Do you know any proper resources where  I could find such an information?!
P.S.
What happend with facebook wiki?! It&#039;s just gone! All links refered to there, don&#039;t work any more!
Regards,
Alex</description> <content:encoded><![CDATA[<p>Thanks for the reply Clay</p><p>Than I need go futher and explore canvas pages perhaps!<br
/> But to be honest, I am a bit sick of it and tired to find any proper information about it in interent! Even on facebok!<br
/> Do you know any proper resources where  I could find such an information?!</p><p>P.S.<br
/> What happend with facebook wiki?! It&#8217;s just gone! All links refered to there, don&#8217;t work any more!</p><p>Regards,<br
/> Alex</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1831</link> <dc:creator>Anonymous</dc:creator> <pubDate>Thu, 02 Dec 2010 17:40:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1831</guid> <description>It&#039;s definitely possible, but I don&#039;t have the time or desire to do it for you. Most of it could be dealt with styles and then adjusting the pixel shift to shift vertically instead. A bit of research and referencing out vertical carousels might get you on the right path.</description> <content:encoded><![CDATA[<p>It&#8217;s definitely possible, but I don&#8217;t have the time or desire to do it for you. Most of it could be dealt with styles and then adjusting the pixel shift to shift vertically instead. A bit of research and referencing out vertical carousels might get you on the right path.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1830</link> <dc:creator>Anonymous</dc:creator> <pubDate>Thu, 02 Dec 2010 17:39:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1830</guid> <description>As @Sashareds states above, the CSS is broken. If one of you implement with a fix, please do post code so I can update the post.</description> <content:encoded><![CDATA[<p>As @Sashareds states above, the CSS is broken. If one of you implement with a fix, please do post code so I can update the post.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://thinkclay.com/tutorial/fbjs-slider-carousel/comment-page-1#comment-1829</link> <dc:creator>Anonymous</dc:creator> <pubDate>Thu, 02 Dec 2010 17:37:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1325#comment-1829</guid> <description>Yeah it&#039;s been a while since I created this, so I imagine the dynamics of Facebook have changed. Auto slide could be setup on Canvas pages, using setInterval() but not within a tab, as tabs disable setInterval and setTimeout unless activated by an event listener like hover, click, etc.</description> <content:encoded><![CDATA[<p>Yeah it&#8217;s been a while since I created this, so I imagine the dynamics of Facebook have changed. Auto slide could be setup on Canvas pages, using setInterval() but not within a tab, as tabs disable setInterval and setTimeout unless activated by an event listener like hover, click, etc.</p> ]]></content:encoded> </item> </channel> </rss>
