<?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.maskedGallery</title>
	<atom:link href="http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/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: Peter Browse</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-14680</link>
		<dc:creator><![CDATA[Peter Browse]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 15:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-14680</guid>
		<description><![CDATA[More transitions... with option slideRight or slideLeft

else if(thisGallery.options.transition==&quot;slideRight&quot;){
			var actualImg=$(galleryImage).find(&quot;img&quot;);
			$(actualImg).removeClass(&quot;newImg&quot;);
			var newImg=$(&quot;&quot;).css({position:&quot;absolute&quot;,top:0,left:0,opacity:1});
			$(galleryImage).append(newImg);
			
			$(newImg).show(&quot;slide&quot;, {direction: &quot;left&quot;}, thisGallery.options.fadeTime);
			$(actualImg).hide(&quot;slide&quot;, { direction: &quot;right&quot;}, thisGallery.options.fadeTime, function() {
				$(actualImg).remove()
			});
		}
		
		else if(thisGallery.options.transition==&quot;slideLeft&quot;){
			var actualImg=$(galleryImage).find(&quot;img&quot;);
			$(actualImg).removeClass(&quot;newImg&quot;);
			var newImg=$(&quot;&quot;).css({position:&quot;absolute&quot;,top:0,left:0,opacity:1});
			$(galleryImage).append(newImg);
			
			$(newImg).show(&quot;slide&quot;, {direction: &quot;right&quot;}, thisGallery.options.fadeTime);
			$(actualImg).hide(&quot;slide&quot;, { direction: &quot;left&quot;}, thisGallery.options.fadeTime, function() {
				$(actualImg).remove()
			});
		}]]></description>
		<content:encoded><![CDATA[<p>More transitions&#8230; with option slideRight or slideLeft</p>
<p>else if(thisGallery.options.transition==&#8221;slideRight&#8221;){<br />
			var actualImg=$(galleryImage).find(&#8220;img&#8221;);<br />
			$(actualImg).removeClass(&#8220;newImg&#8221;);<br />
			var newImg=$(&#8220;&#8221;).css({position:&#8221;absolute&#8221;,top:0,left:0,opacity:1});<br />
			$(galleryImage).append(newImg);</p>
<p>			$(newImg).show(&#8220;slide&#8221;, {direction: &#8220;left&#8221;}, thisGallery.options.fadeTime);<br />
			$(actualImg).hide(&#8220;slide&#8221;, { direction: &#8220;right&#8221;}, thisGallery.options.fadeTime, function() {<br />
				$(actualImg).remove()<br />
			});<br />
		}</p>
<p>		else if(thisGallery.options.transition==&#8221;slideLeft&#8221;){<br />
			var actualImg=$(galleryImage).find(&#8220;img&#8221;);<br />
			$(actualImg).removeClass(&#8220;newImg&#8221;);<br />
			var newImg=$(&#8220;&#8221;).css({position:&#8221;absolute&#8221;,top:0,left:0,opacity:1});<br />
			$(galleryImage).append(newImg);</p>
<p>			$(newImg).show(&#8220;slide&#8221;, {direction: &#8220;right&#8221;}, thisGallery.options.fadeTime);<br />
			$(actualImg).hide(&#8220;slide&#8221;, { direction: &#8220;left&#8221;}, thisGallery.options.fadeTime, function() {<br />
				$(actualImg).remove()<br />
			});<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macleane</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-13313</link>
		<dc:creator><![CDATA[macleane]]></dc:creator>
		<pubDate>Thu, 08 Sep 2011 07:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-13313</guid>
		<description><![CDATA[in IE6, it always pop up &quot; correcting!&quot; and stop. how to solve it? thanks!]]></description>
		<content:encoded><![CDATA[<p>in IE6, it always pop up &#8221; correcting!&#8221; and stop. how to solve it? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean O</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-8846</link>
		<dc:creator><![CDATA[Dean O]]></dc:creator>
		<pubDate>Tue, 17 May 2011 23:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-8846</guid>
		<description><![CDATA[i would love to try this, what is the browser compatibility documentation? most concerned with IE 7-9
thanks]]></description>
		<content:encoded><![CDATA[<p>i would love to try this, what is the browser compatibility documentation? most concerned with IE 7-9<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathis</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-8262</link>
		<dc:creator><![CDATA[sathis]]></dc:creator>
		<pubDate>Sun, 24 Apr 2011 17:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-8262</guid>
		<description><![CDATA[going to try it first]]></description>
		<content:encoded><![CDATA[<p>going to try it first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-6897</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 19:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-6897</guid>
		<description><![CDATA[I&#039;ll test it on IE9 once it&#039;ll be out of beta.
Bye,
Matteo]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll test it on IE9 once it&#8217;ll be out of beta.<br />
Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-6883</link>
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 07:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-6883</guid>
		<description><![CDATA[The demo is not campatible with Internet Explorer 9. (displays the background only)]]></description>
		<content:encoded><![CDATA[<p>The demo is not campatible with Internet Explorer 9. (displays the background only)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jquery masked Gallery :DotNetInfos</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-4583</link>
		<dc:creator><![CDATA[Jquery masked Gallery :DotNetInfos]]></dc:creator>
		<pubDate>Mon, 08 Nov 2010 05:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-4583</guid>
		<description><![CDATA[[...] WebSite: http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] WebSite: <a href="http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/" rel="nofollow">http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jquery masked Gallery : webtrendset</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-4581</link>
		<dc:creator><![CDATA[Jquery masked Gallery : webtrendset]]></dc:creator>
		<pubDate>Mon, 08 Nov 2010 03:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-4581</guid>
		<description><![CDATA[[...] Demo: http://pupunzi.com/#mb.components/mb.maskedGallery/maskedGallery.html Website: http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Demo: <a href="http://pupunzi.com/#mb.components/mb.maskedGallery/maskedGallery.html" rel="nofollow">http://pupunzi.com/#mb.components/mb.maskedGallery/maskedGallery.html</a> Website: <a href="http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/" rel="nofollow">http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo Peña</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-3726</link>
		<dc:creator><![CDATA[Lorenzo Peña]]></dc:creator>
		<pubDate>Thu, 26 Aug 2010 17:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-3726</guid>
		<description><![CDATA[Is there a way to avoid the GET calls and cached the images somehow? If the connection get lost for a moment, a JS error message will pop up.
The plug-in is great, but I am dealing with that issue only.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Is there a way to avoid the GET calls and cached the images somehow? If the connection get lost for a moment, a JS error message will pop up.<br />
The plug-in is great, but I am dealing with that issue only.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-maskedgallery/#comment-3593</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Sun, 15 Aug 2010 15:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=754#comment-3593</guid>
		<description><![CDATA[Hi Pablo,
Nothing else, just another .png with your alpha mask and set the galleryMask parameter with the path of your new image. that&#039;s all.
Bye,
matteo]]></description>
		<content:encoded><![CDATA[<p>Hi Pablo,<br />
Nothing else, just another .png with your alpha mask and set the galleryMask parameter with the path of your new image. that&#8217;s all.<br />
Bye,<br />
matteo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

