<?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: SlideItMoo &#8211; image slider</title>
	<atom:link href="http://www.php-help.ro/mootools-12-javascript-examples/slideitmoo-v11-image-slider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/</link>
	<description>All about integrating PHP with JavaScript and Flash</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:53:55 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fiver</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5902</link>
		<dc:creator>Fiver</dc:creator>
		<pubDate>Tue, 31 Jan 2012 02:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5902</guid>
		<description>this line be ye problem:
    $(this.options.thumbsContainer).setStyles(s);
replace be it with:
			if( this.options.slideVertical ){
				$(this.options.thumbsContainer).setStyles({&#039;margin-top&#039;: -this.elementHeight});			
			}else{
				$(this.options.thumbsContainer).setStyles({&#039;margin-left&#039;: -this.elementWidth});			
			}
thar be working! Arrr!</description>
		<content:encoded><![CDATA[<p>this line be ye problem:<br />
    $(this.options.thumbsContainer).setStyles(s);<br />
replace be it with:<br />
			if( this.options.slideVertical ){<br />
				$(this.options.thumbsContainer).setStyles({&#8216;margin-top&#8217;: -this.elementHeight});<br />
			}else{<br />
				$(this.options.thumbsContainer).setStyles({&#8216;margin-left&#8217;: -this.elementWidth});<br />
			}<br />
thar be working! Arrr!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeJ</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5847</link>
		<dc:creator>MikeJ</dc:creator>
		<pubDate>Fri, 30 Dec 2011 17:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5847</guid>
		<description>Is there any chance when it gets to the last picture, to slide back at the same speed instead of going fast to the first?

Thanks

Mike</description>
		<content:encoded><![CDATA[<p>Is there any chance when it gets to the last picture, to slide back at the same speed instead of going fast to the first?</p>
<p>Thanks</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dangby</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5837</link>
		<dc:creator>dangby</dc:creator>
		<pubDate>Tue, 20 Dec 2011 18:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5837</guid>
		<description>I see the error message from mootools-core using 1.4.2 nocompat:
Error: (Element.Styles[j] &#124;&#124; &quot;@&quot;).split is not a function</description>
		<content:encoded><![CDATA[<p>I see the error message from mootools-core using 1.4.2 nocompat:<br />
Error: (Element.Styles[j] || &#8220;@&#8221;).split is not a function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fly06</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5836</link>
		<dc:creator>Fly06</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5836</guid>
		<description>Hi there,
The transition is applied on a per-element basis.
When multiple elements are slided, I would like to see the transition applied to these multiple elements as a whole (one shot) and not to each element individually.
How can do this?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
The transition is applied on a per-element basis.<br />
When multiple elements are slided, I would like to see the transition applied to these multiple elements as a whole (one shot) and not to each element individually.<br />
How can do this?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin Boiangiu</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5833</link>
		<dc:creator>Constantin Boiangiu</dc:creator>
		<pubDate>Mon, 19 Dec 2011 07:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5833</guid>
		<description>Sorry but no. When you reach the end, first picture is actually last in line.</description>
		<content:encoded><![CDATA[<p>Sorry but no. When you reach the end, first picture is actually last in line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeJ</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5828</link>
		<dc:creator>MikeJ</dc:creator>
		<pubDate>Fri, 09 Dec 2011 20:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5828</guid>
		<description>Hi,
Great tool, thank you!

After the last picture, Is there a way to loop to picture 1 without seeing all the pictures scroll back?

Mike</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great tool, thank you!</p>
<p>After the last picture, Is there a way to loop to picture 1 without seeing all the pictures scroll back?</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fly06</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5803</link>
		<dc:creator>Fly06</dc:creator>
		<pubDate>Thu, 24 Nov 2011 08:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5803</guid>
		<description>Hi Constantin,
Your slide() method is recursive and the recursion stopping condition works only if the &#039;endingElem&#039; property is defined. If the &#039;elemsSlide&#039; option is set to 1, the  &#039;endingElem&#039; property is not initialized and the recursion never stops. In your script, changing this condition &#039;this.options.elemsSlide&gt;1&#039; by this one &#039;this.options.elemsSlide&gt;0&#039; in the if statement at line 114 solves the problem.</description>
		<content:encoded><![CDATA[<p>Hi Constantin,<br />
Your slide() method is recursive and the recursion stopping condition works only if the &#8216;endingElem&#8217; property is defined. If the &#8216;elemsSlide&#8217; option is set to 1, the  &#8216;endingElem&#8217; property is not initialized and the recursion never stops. In your script, changing this condition &#8216;this.options.elemsSlide&gt;1&#8242; by this one &#8216;this.options.elemsSlide&gt;0&#8242; in the if statement at line 114 solves the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fly06</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5802</link>
		<dc:creator>Fly06</dc:creator>
		<pubDate>Wed, 23 Nov 2011 20:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5802</guid>
		<description>I just created a clean demo 1 locally from this page:
http://www.php-help.ro/examples/slideitmoo_1.1/
by removing all the unecessary stuff.
The script is working properly (no javascript error) but not the way I expected it to work ;-)
I can email you the demo package if you like?</description>
		<content:encoded><![CDATA[<p>I just created a clean demo 1 locally from this page:<br />
<a href="http://www.php-help.ro/examples/slideitmoo_1.1/" rel="nofollow">http://www.php-help.ro/examples/slideitmoo_1.1/</a><br />
by removing all the unecessary stuff.<br />
The script is working properly (no javascript error) but not the way I expected it to work ;-)<br />
I can email you the demo package if you like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin Boiangiu</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5800</link>
		<dc:creator>Constantin Boiangiu</dc:creator>
		<pubDate>Wed, 23 Nov 2011 18:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5800</guid>
		<description>Can you paste here all params so I can test? Can&#039;t say what&#039;s going on. What version are you using, for MooTools 1.2 only or 1.2+?</description>
		<content:encoded><![CDATA[<p>Can you paste here all params so I can test? Can&#8217;t say what&#8217;s going on. What version are you using, for MooTools 1.2 only or 1.2+?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fly06</title>
		<link>http://www.php-help.ro/php-tutorials/slideitmoo-v11-image-slider/comment-page-11/#comment-5799</link>
		<dc:creator>Fly06</dc:creator>
		<pubDate>Wed, 23 Nov 2011 16:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=237#comment-5799</guid>
		<description>Hi Constantin,
Thanks a lot for this nice plugin.
However I experienced some strange behaviors when playing with the parameters.
For instance, if I set the elemsSlide to 1 instead of 3 in the demo_1, the elements are sliding continuously once I click on the next or back button.
Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi Constantin,<br />
Thanks a lot for this nice plugin.<br />
However I experienced some strange behaviors when playing with the parameters.<br />
For instance, if I set the elemsSlide to 1 instead of 3 in the demo_1, the elements are sliding continuously once I click on the next or back button.<br />
Thanks for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

