<?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: BarackSlideshow - An elegant, lightweight slideshow script</title>
	<atom:link href="http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/</link>
	<description>PHP, Symfony, JavaScript, jQuery, MooTools consultant.</description>
	<pubDate>Mon, 15 Mar 2010 19:57:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: allen</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5848</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Mon, 15 Mar 2010 02:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5848</guid>
		<description>i found the problem for the fade when using IE8, it's in the css.  you have to remove the position: relative; from the #slideshow #pictures li img element.

Change:
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }

To:
#slideshow #pictures li img { display: block; bottom: 0; }

and it works.</description>
		<content:encoded><![CDATA[<p>i found the problem for the fade when using IE8, it&#8217;s in the css.  you have to remove the position: relative; from the #slideshow #pictures li img element.</p>
<p>Change:<br />
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }</p>
<p>To:<br />
#slideshow #pictures li img { display: block; bottom: 0; }</p>
<p>and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allen</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5842</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5842</guid>
		<description>It appears the fade effects don't work in IE8.  It works fine in IE6 which is strange because it's usually the other way around.

All the other effects work fine just not the fade.</description>
		<content:encoded><![CDATA[<p>It appears the fade effects don&#8217;t work in IE8.  It works fine in IE6 which is strange because it&#8217;s usually the other way around.</p>
<p>All the other effects work fine just not the fade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thamy</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5837</link>
		<dc:creator>Thamy</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5837</guid>
		<description>damn it, the tags from my comment are missing.

so, here is goes again:

if somebody out there is still confused about the initialization, it's simple (after lots of attempts, i got it myself):

in the demo page, he includes "demo.js" on the head. take it off and then initialize it with that little part he says in the text.

then, the files (inside the script tags) will look like this:

    "mootools-1.2.1-core-yc.js" 
    "mootools-1.2.2.2-more.js"
    "Fx.MorphList.js"
    "../Source/BarackSlideshow.js"
    //here starts the initialization
    window.addEvent('domready', function(){
    new BarackSlideshow('menu', 'pictures', 'loading', {transition: 'fade', auto: true});
});
	
:)</description>
		<content:encoded><![CDATA[<p>damn it, the tags from my comment are missing.</p>
<p>so, here is goes again:</p>
<p>if somebody out there is still confused about the initialization, it&#8217;s simple (after lots of attempts, i got it myself):</p>
<p>in the demo page, he includes &#8220;demo.js&#8221; on the head. take it off and then initialize it with that little part he says in the text.</p>
<p>then, the files (inside the script tags) will look like this:</p>
<p>    &#8220;mootools-1.2.1-core-yc.js&#8221;<br />
    &#8220;mootools-1.2.2.2-more.js&#8221;<br />
    &#8220;Fx.MorphList.js&#8221;<br />
    &#8220;../Source/BarackSlideshow.js&#8221;<br />
    //here starts the initialization<br />
    window.addEvent(&#8217;domready&#8217;, function(){<br />
    new BarackSlideshow(&#8217;menu&#8217;, &#8216;pictures&#8217;, &#8216;loading&#8217;, {transition: &#8216;fade&#8217;, auto: true});<br />
});<br />
	 <img src='http://devthought.com/wp-content/plugins/smilies-themer/devthought/smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thamy</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5836</link>
		<dc:creator>Thamy</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5836</guid>
		<description>if somebody out there is still confused about the iniciatilization, it's simple (after lots of attempts, i got it myself):

in the demo page, he includes "demo.js" on the . take it off and then initialize it with that little part he says in the text.

then, it'll be like this:

     
        
     
        

	window.addEvent('domready', function(){
    new BarackSlideshow('menu', 'pictures', 'loading', {transition: 'fade', auto: true});
});
	

:)</description>
		<content:encoded><![CDATA[<p>if somebody out there is still confused about the iniciatilization, it&#8217;s simple (after lots of attempts, i got it myself):</p>
<p>in the demo page, he includes &#8220;demo.js&#8221; on the . take it off and then initialize it with that little part he says in the text.</p>
<p>then, it&#8217;ll be like this:</p>
<p>	window.addEvent(&#8217;domready&#8217;, function(){<br />
    new BarackSlideshow(&#8217;menu&#8217;, &#8216;pictures&#8217;, &#8216;loading&#8217;, {transition: &#8216;fade&#8217;, auto: true});<br />
});</p>
<p> <img src='http://devthought.com/wp-content/plugins/smilies-themer/devthought/smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spin</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5812</link>
		<dc:creator>Spin</dc:creator>
		<pubDate>Sun, 28 Feb 2010 19:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5812</guid>
		<description>really nice, wonderful work</description>
		<content:encoded><![CDATA[<p>really nice, wonderful work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5811</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Fri, 26 Feb 2010 19:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5811</guid>
		<description>This is a great demo, i was able to customize it to my needs however i notice one little bug in Firefox that i'm not sure how to get rid of. Currently i have the slideshow running automatically however while it's running i notice that there's a small amount of time where the other links on my page aren't clickable. This occurs during the switch over of the images in the slideshow, once it transitions to the next image then the other links are clickable. Does anyone know how i can fix this, this only occurs in firefox. Also if this isn't a clear explanation of the problem please let me know.

Thanks.</description>
		<content:encoded><![CDATA[<p>This is a great demo, i was able to customize it to my needs however i notice one little bug in Firefox that i&#8217;m not sure how to get rid of. Currently i have the slideshow running automatically however while it&#8217;s running i notice that there&#8217;s a small amount of time where the other links on my page aren&#8217;t clickable. This occurs during the switch over of the images in the slideshow, once it transitions to the next image then the other links are clickable. Does anyone know how i can fix this, this only occurs in firefox. Also if this isn&#8217;t a clear explanation of the problem please let me know.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5804</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5804</guid>
		<description>This is great! I've managed to resize it fine and it works great with a few changes to the stylesheet. Would it be possible to add another variable so that an image description could be displayed over the bottom section of each photo???</description>
		<content:encoded><![CDATA[<p>This is great! I&#8217;ve managed to resize it fine and it works great with a few changes to the stylesheet. Would it be possible to add another variable so that an image description could be displayed over the bottom section of each photo???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesmond</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5798</link>
		<dc:creator>Lesmond</dc:creator>
		<pubDate>Tue, 23 Feb 2010 00:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5798</guid>
		<description>Great slide show, like it a lot, but I just want the show to run on its own, with no Transition at all, any help/pointers would be appreciated. 

Thanks Les</description>
		<content:encoded><![CDATA[<p>Great slide show, like it a lot, but I just want the show to run on its own, with no Transition at all, any help/pointers would be appreciated. </p>
<p>Thanks Les</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asldjfh</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5778</link>
		<dc:creator>asldjfh</dc:creator>
		<pubDate>Sat, 13 Feb 2010 12:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5778</guid>
		<description>where is the download link lol</description>
		<content:encoded><![CDATA[<p>where is the download link lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgia</title>
		<link>http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/comment-page-4/#comment-5761</link>
		<dc:creator>Giorgia</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=36#comment-5761</guid>
		<description>Good work but, it is possible to add stop/start slideshow and  previous/next image buttons?!</description>
		<content:encoded><![CDATA[<p>Good work but, it is possible to add stop/start slideshow and  previous/next image buttons?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
