<?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)ImgNavigator 2.0 (New!)</title>
	<atom:link href="http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/feed/" rel="self" type="application/rss+xml" />
	<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/</link>
	<description>mb.ideas.repository</description>
	<lastBuildDate>Mon, 15 Mar 2010 14:47:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-2143</link>
		<dc:creator>Matteo Bicocchi</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-2143</guid>
		<description>Hi Jim,
In which browser did you test it?</description>
		<content:encoded><![CDATA[<p>Hi Jim,<br />
In which browser did you test it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Parker</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-2142</link>
		<dc:creator>Jim Parker</dc:creator>
		<pubDate>Wed, 30 Dec 2009 17:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-2142</guid>
		<description>It doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1499</link>
		<dc:creator>Matteo Bicocchi</dc:creator>
		<pubDate>Sat, 17 Oct 2009 20:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1499</guid>
		<description>Hi Peter,
you should set the mapResize() function to be call also for &lt;code&gt;onRestore:function(o){});&lt;/code&gt;
And you can remove it from onDrag event. (the correct sintax is the one you wrote on the onResize callback function: mapResize(); with parentesis).

The starting problem (the container size once you restore it from iconized state) should be solved by giving a with and a height to the container; and maybe I would remove the grid parameter from the container so that when you drag it it&#039;s more fluid. For the rest it&#039;s working fine for me...
Bye,
Matteo</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
you should set the mapResize() function to be call also for <code>onRestore:function(o){});</code><br />
And you can remove it from onDrag event. (the correct sintax is the one you wrote on the onResize callback function: mapResize(); with parentesis).</p>
<p>The starting problem (the container size once you restore it from iconized state) should be solved by giving a with and a height to the container; and maybe I would remove the grid parameter from the container so that when you drag it it&#8217;s more fluid. For the rest it&#8217;s working fine for me&#8230;<br />
Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Burgess</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1497</link>
		<dc:creator>Peter Burgess</dc:creator>
		<pubDate>Sat, 17 Oct 2009 17:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1497</guid>
		<description>oddly, google maps api has a method called checkResize() which needs to be called whenever the map container size changes.  So I changed the buildContainers code to be
			$(&quot;.containerPlus&quot;).buildContainers({ 
				containment:&quot;document&quot;, 
				elementsPath:&quot;Includes/mb.containerPlus.2.3.2/elements/&quot;,
				onResize:function(o){mapResize();}, 
				onClose:function(o){}, 
				onCollapse:function(o){}, 
				onIconize:function(o){mapResize;}, 
				onDrag:function(o){mapResize;}, 
				onLoad:function(o){} 
			}); 

Much better behavior now.
Did I get all the events?

Also I should have posted this report on the mbContainer page - not on the mbImgNavigator page!</description>
		<content:encoded><![CDATA[<p>oddly, google maps api has a method called checkResize() which needs to be called whenever the map container size changes.  So I changed the buildContainers code to be<br />
			$(&#8220;.containerPlus&#8221;).buildContainers({<br />
				containment:&#8221;document&#8221;,<br />
				elementsPath:&#8221;Includes/mb.containerPlus.2.3.2/elements/&#8221;,<br />
				onResize:function(o){mapResize();},<br />
				onClose:function(o){},<br />
				onCollapse:function(o){},<br />
				onIconize:function(o){mapResize;},<br />
				onDrag:function(o){mapResize;},<br />
				onLoad:function(o){}<br />
			}); </p>
<p>Much better behavior now.<br />
Did I get all the events?</p>
<p>Also I should have posted this report on the mbContainer page &#8211; not on the mbImgNavigator page!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Burgess</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1496</link>
		<dc:creator>Peter Burgess</dc:creator>
		<pubDate>Sat, 17 Oct 2009 16:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1496</guid>
		<description>The video link is http://blip.tv/file/2732904</description>
		<content:encoded><![CDATA[<p>The video link is <a href="http://blip.tv/file/2732904" rel="nofollow">http://blip.tv/file/2732904</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Burgess</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1495</link>
		<dc:creator>Peter Burgess</dc:creator>
		<pubDate>Sat, 17 Oct 2009 16:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1495</guid>
		<description>I&#039;m trying to place my google map divisions inside an mb container - but the two are not playing well together.
www.stjohnhistoricalsociety.org/Maps6.htm is without mb_c.
www.stjohnhistoricalsociety.org/Maps9.htm is using mb_c.

Comparing Maps6.htm with Maps9.htm finds at least 3 differences:
1) the internals of &quot;map navigator&quot; windows differ;
2) All the map placemarks do not appear within the mb_container
3) Not all the map tiles appear within the mb_container
4) The map zoom controls are messed up within the mb_container.

------------
Because of a an overlooked css file earlier today, I couldn&#039;t get Maps9.htm to work at all on the webserver, just locally -- so I made a (lousey)video to show you the differences:

http://blip.tv/file/get/Sjhs-ProblemsPlacingGoogleMapDivsWithinAMb_container895.flv

should be uploaded in 20 min</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to place my google map divisions inside an mb container &#8211; but the two are not playing well together.<br />
<a href="http://www.stjohnhistoricalsociety.org/Maps6.htm" rel="nofollow">http://www.stjohnhistoricalsociety.org/Maps6.htm</a> is without mb_c.<br />
<a href="http://www.stjohnhistoricalsociety.org/Maps9.htm" rel="nofollow">http://www.stjohnhistoricalsociety.org/Maps9.htm</a> is using mb_c.</p>
<p>Comparing Maps6.htm with Maps9.htm finds at least 3 differences:<br />
1) the internals of &#8220;map navigator&#8221; windows differ;<br />
2) All the map placemarks do not appear within the mb_container<br />
3) Not all the map tiles appear within the mb_container<br />
4) The map zoom controls are messed up within the mb_container.</p>
<p>&#8212;&#8212;&#8212;&#8212;<br />
Because of a an overlooked css file earlier today, I couldn&#8217;t get Maps9.htm to work at all on the webserver, just locally &#8212; so I made a (lousey)video to show you the differences:</p>
<p><a href="http://blip.tv/file/get/Sjhs-ProblemsPlacingGoogleMapDivsWithinAMb_container895.flv" rel="nofollow">http://blip.tv/file/get/Sjhs-ProblemsPlacingGoogleMapDivsWithinAMb_container895.flv</a></p>
<p>should be uploaded in 20 min</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve T</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1192</link>
		<dc:creator>Steve T</dc:creator>
		<pubDate>Tue, 25 Aug 2009 14:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1192</guid>
		<description>Great resources!

Thanks...

ST</description>
		<content:encoded><![CDATA[<p>Great resources!</p>
<p>Thanks&#8230;</p>
<p>ST</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ling</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1141</link>
		<dc:creator>Ling</dc:creator>
		<pubDate>Tue, 04 Aug 2009 10:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1141</guid>
		<description>Hi, thank you for the great plugin! I was looking for something like that for ages as my images are terribly large (eg. 18954px height)

I&#039;ve was implementing this plugin when I notice it wasn&#039;t working well in IE.
After digging into your code, and with your helpful console log comments, I figured out that you forgot to add the check for navCoordinates for image[0].
Thus if navCoordinates are set, the initial load for image[0] will not define the navCoordinateX and Y.

I&#039;ve added:
       if ($(images[0]).attr(&quot;NavCoordinates&quot;)){
        navCoordinateX=$(images[0]).attr(&quot;NavCoordinates&quot;).split(&quot;,&quot;)[0];
        navCoordinateY=$(images[0]).attr(&quot;NavCoordinates&quot;).split(&quot;,&quot;)[1];
      }

after
var navWidth= $(images[0]).attr(&quot;navWidth&quot;)?$(this).attr(&quot;navWidth&quot;):imgNav.options.defaultnavWidth;//100;

and it is working fine now.

As again, thank you very much for the great plugin!</description>
		<content:encoded><![CDATA[<p>Hi, thank you for the great plugin! I was looking for something like that for ages as my images are terribly large (eg. 18954px height)</p>
<p>I&#8217;ve was implementing this plugin when I notice it wasn&#8217;t working well in IE.<br />
After digging into your code, and with your helpful console log comments, I figured out that you forgot to add the check for navCoordinates for image[0].<br />
Thus if navCoordinates are set, the initial load for image[0] will not define the navCoordinateX and Y.</p>
<p>I&#8217;ve added:<br />
       if ($(images[0]).attr(&#8220;NavCoordinates&#8221;)){<br />
        navCoordinateX=$(images[0]).attr(&#8220;NavCoordinates&#8221;).split(&#8220;,&#8221;)[0];<br />
        navCoordinateY=$(images[0]).attr(&#8220;NavCoordinates&#8221;).split(&#8220;,&#8221;)[1];<br />
      }</p>
<p>after<br />
var navWidth= $(images[0]).attr(&#8220;navWidth&#8221;)?$(this).attr(&#8220;navWidth&#8221;):imgNav.options.defaultnavWidth;//100;</p>
<p>and it is working fine now.</p>
<p>As again, thank you very much for the great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Simulating a Pan Image jQuery plugin Elzo Valugi</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1132</link>
		<dc:creator>&#187; Simulating a Pan Image jQuery plugin Elzo Valugi</dc:creator>
		<pubDate>Sun, 02 Aug 2009 12:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1132</guid>
		<description>[...] the task of displaying a big image inside a controlled environment. I could have used a plugin like MbImgNavigator or ImageZoom. I implemented both but I wasn&#8217;t particularly satisfied with [...]</description>
		<content:encoded><![CDATA[<p>[...] the task of displaying a big image inside a controlled environment. I could have used a plugin like MbImgNavigator or ImageZoom. I implemented both but I wasn&#8217;t particularly satisfied with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Collection of Useful jQuery plugins. &#124; guidesigner.net</title>
		<link>http://pupunzi.open-lab.com/2009/01/20/mbimgnavigator/#comment-1108</link>
		<dc:creator>Best Collection of Useful jQuery plugins. &#124; guidesigner.net</dc:creator>
		<pubDate>Mon, 27 Jul 2009 04:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=150#comment-1108</guid>
		<description>[...]  (mb)ImgNavigator 2.0 [...]</description>
		<content:encoded><![CDATA[<p>[...]  (mb)ImgNavigator 2.0 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
