<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: jquery mb.scrollable</title>
	<atom:link href="http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/feed/" rel="self" type="application/rss+xml" />
	<link>http://pupunzi.open-lab.com</link>
	<description>mb.ideas.repository</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:42:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Fotos de Productos</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-21626</link>
		<dc:creator><![CDATA[Fotos de Productos]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 16:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-21626</guid>
		<description><![CDATA[Matteo: Thanks a lot for your time.  I will send you the link when the page is done.
Regards and have a great 2012
Gustavo Guido]]></description>
		<content:encoded><![CDATA[<p>Matteo: Thanks a lot for your time.  I will send you the link when the page is done.<br />
Regards and have a great 2012<br />
Gustavo Guido</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-21623</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 15:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-21623</guid>
		<description><![CDATA[Hi,
As I can see you loose something in the script:


&lt;code&gt;$(&quot;#myScroll&quot;).mbScrollable({
width:&quot;343&quot;,
elementsInPage:1,
elementMargin:2,
shadow:&quot;#999 2px 2px 2px&quot;,
height:&quot;257&quot;,
controls:&quot;#controls&quot;,
slideTimer:600,
autoscroll:true,
scrollTimer:4000
});
setTimeout(function(){$(&quot;#wrapper&quot;).fadeIn();},2000);
});&lt;/code&gt;


should be:

&lt;code&gt;$(function(){
   $(&quot;#myScroll&quot;).mbScrollable({
      width:&quot;343&quot;,
      elementsInPage:1,
      elementMargin:2,
      shadow:&quot;#999 2px 2px 2px&quot;,
      height:&quot;257&quot;,
      controls:&quot;#controls&quot;,
      slideTimer:600,
      autoscroll:true,
      scrollTimer:4000
   });
setTimeout(function(){$(&quot;#wrapper&quot;).fadeIn();},2000);
});&lt;/code&gt;

Bye,
Matteo]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
As I can see you loose something in the script:</p>
<p><code>$("#myScroll").mbScrollable({<br />
width:"343",<br />
elementsInPage:1,<br />
elementMargin:2,<br />
shadow:"#999 2px 2px 2px",<br />
height:"257",<br />
controls:"#controls",<br />
slideTimer:600,<br />
autoscroll:true,<br />
scrollTimer:4000<br />
});<br />
setTimeout(function(){$("#wrapper").fadeIn();},2000);<br />
});</code></p>
<p>should be:</p>
<p><code>$(function(){<br />
   $("#myScroll").mbScrollable({<br />
      width:"343",<br />
      elementsInPage:1,<br />
      elementMargin:2,<br />
      shadow:"#999 2px 2px 2px",<br />
      height:"257",<br />
      controls:"#controls",<br />
      slideTimer:600,<br />
      autoscroll:true,<br />
      scrollTimer:4000<br />
   });<br />
setTimeout(function(){$("#wrapper").fadeIn();},2000);<br />
});</code></p>
<p>Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fotos de Productos</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-21385</link>
		<dc:creator><![CDATA[Fotos de Productos]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 19:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-21385</guid>
		<description><![CDATA[Matteo: ante todo, muchas gracias por tu amabilidad hacia con todas tus respuestas que he leído detenidamente y por sobre todo, tu buen ojo para el diseño, creatividad para el diseño y amabilidad por no guardártelo para vos solo.  Te comento que quise incluir el Scrollable en mi sitio, y al no funcionar, decidí armar una página exclusivamente con el Scrollable para poder detectar los errores, pero aun así no consigo saber qué es lo que no funciona.  Veo la botonera (siempre hab lando del scroll horizontal, ya que la parte del vertical la saqué), pero no las fotos que están todas escaladas al mismo tamaño, ni un .png que subí a modo de marco de las fotos.  La dirección es http://www.deltaredes.com.ar/pruebaindex010.html    Muchas gracias.   Gustavo]]></description>
		<content:encoded><![CDATA[<p>Matteo: ante todo, muchas gracias por tu amabilidad hacia con todas tus respuestas que he leído detenidamente y por sobre todo, tu buen ojo para el diseño, creatividad para el diseño y amabilidad por no guardártelo para vos solo.  Te comento que quise incluir el Scrollable en mi sitio, y al no funcionar, decidí armar una página exclusivamente con el Scrollable para poder detectar los errores, pero aun así no consigo saber qué es lo que no funciona.  Veo la botonera (siempre hab lando del scroll horizontal, ya que la parte del vertical la saqué), pero no las fotos que están todas escaladas al mismo tamaño, ni un .png que subí a modo de marco de las fotos.  La dirección es <a href="http://www.deltaredes.com.ar/pruebaindex010.html" rel="nofollow">http://www.deltaredes.com.ar/pruebaindex010.html</a>    Muchas gracias.   Gustavo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-19270</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 23:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-19270</guid>
		<description><![CDATA[Hi,
There&#039;s the jQueryExchange Q&amp;A at http://jquery.pupunzi.com if you want.
What is your problem exactly?

Bye,
M]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
There&#8217;s the jQueryExchange Q&amp;A at <a href="http://jquery.pupunzi.com" rel="nofollow">http://jquery.pupunzi.com</a> if you want.<br />
What is your problem exactly?</p>
<p>Bye,<br />
M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reefaquariumsupplies</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-19268</link>
		<dc:creator><![CDATA[reefaquariumsupplies]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 23:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-19268</guid>
		<description><![CDATA[You need a forum with all these comments to figure out what&#039;s going on. I am trying to implement this but I can&#039;t seem to get the CSS all lined up.]]></description>
		<content:encoded><![CDATA[<p>You need a forum with all these comments to figure out what&#8217;s going on. I am trying to implement this but I can&#8217;t seem to get the CSS all lined up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milajones</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-18888</link>
		<dc:creator><![CDATA[milajones]]></dc:creator>
		<pubDate>Wed, 07 Dec 2011 15:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-18888</guid>
		<description><![CDATA[Hi Praveen,
I just changed the version of jQuery I was using and it was fine :)
-Mila]]></description>
		<content:encoded><![CDATA[<p>Hi Praveen,<br />
I just changed the version of jQuery I was using and it was fine <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
-Mila</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-18799</link>
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Tue, 06 Dec 2011 16:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-18799</guid>
		<description><![CDATA[Hello Mila,

Did you figure out the solution to your problem ?
I am facing the same problem. After sometime the slider starts moving faster.

Thanks for any help.]]></description>
		<content:encoded><![CDATA[<p>Hello Mila,</p>
<p>Did you figure out the solution to your problem ?<br />
I am facing the same problem. After sometime the slider starts moving faster.</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-18110</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Mon, 28 Nov 2011 21:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-18110</guid>
		<description><![CDATA[Hi Ines,
If you want to use a different way of navigation instead of numbers you need do build manually your navigation control.
As you can see in the demo there&#039;s a function that let you get a specific index: &lt;strong&gt;$(&#039;#myScroll&#039;).goToPage([pageNumber])&lt;/strong&gt;; you can print out your letters and add this function pointing to the specific index to the click event of each element.
For example:
[sourcecode language=&quot;html&quot;]
&lt;div id=&quot;alphabetIdx&quot;&gt;&lt;span onclick=&quot;$(&#039;#myScroll&#039;).goToPage(1)&quot;&gt;A&lt;/span&gt;&lt;span onclick=&quot;$(&#039;#myScroll&#039;).goToPage(2)&quot;&gt;B&lt;/span&gt;...&lt;/div&gt;
[/sourcecode]

Hope this can help you.
Bye,
Matteo]]></description>
		<content:encoded><![CDATA[<p>Hi Ines,<br />
If you want to use a different way of navigation instead of numbers you need do build manually your navigation control.<br />
As you can see in the demo there&#8217;s a function that let you get a specific index: <strong>$(&#8216;#myScroll&#8217;).goToPage([pageNumber])</strong>; you can print out your letters and add this function pointing to the specific index to the click event of each element.<br />
For example:</p>
<pre class="brush: xml;">
&lt;div id=&quot;alphabetIdx&quot;&gt;&lt;span onclick=&quot;$('#myScroll').goToPage(1)&quot;&gt;A&lt;/span&gt;&lt;span onclick=&quot;$('#myScroll').goToPage(2)&quot;&gt;B&lt;/span&gt;...&lt;/div&gt;
</pre>
<p>Hope this can help you.<br />
Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inês</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-18028</link>
		<dc:creator><![CDATA[Inês]]></dc:creator>
		<pubDate>Sun, 27 Nov 2011 17:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-18028</guid>
		<description><![CDATA[Hi Matheo,

I would like to use the alphabet instead of the numbers in the navigation. Is it possible? Could you help me doing this, please? I would appreciate very much your help.

Thanks in advance ;)]]></description>
		<content:encoded><![CDATA[<p>Hi Matheo,</p>
<p>I would like to use the alphabet instead of the numbers in the navigation. Is it possible? Could you help me doing this, please? I would appreciate very much your help.</p>
<p>Thanks in advance <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed Hussein Al-Marashi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/#comment-13414</link>
		<dc:creator><![CDATA[Mohammed Hussein Al-Marashi]]></dc:creator>
		<pubDate>Sun, 11 Sep 2011 18:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=762#comment-13414</guid>
		<description><![CDATA[i have implemented this but seems to stop the scroller, do i have to add the call function to initiate the scroller]]></description>
		<content:encoded><![CDATA[<p>i have implemented this but seems to stop the scroller, do i have to add the call function to initiate the scroller</p>
]]></content:encoded>
	</item>
</channel>
</rss>

