<?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: Panoramic Photoviewer in Javascript</title>
	<atom:link href="http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/</link>
	<description>PHP, CSS, xhtml, javascript / jquery tutorials</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:21:47 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keith</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-6634</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 16 Feb 2010 23:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-6634</guid>
		<description>Can&#039;t seem to paste the code here.


	
    	
 				
				document.getElementById(&#039;navigate&#039;).style.display = &#039;block&#039;;
				PhotoNav.init(&#039;navigate&#039;, 400, 2313, false, 0, false);
				
        
    
</description>
		<content:encoded><![CDATA[<p>Can&#8217;t seem to paste the code here.</p>
<p>				document.getElementById(&#8216;navigate&#8217;).style.display = &#8216;block&#8217;;<br />
				PhotoNav.init(&#8216;navigate&#8217;, 400, 2313, false, 0, false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-6633</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 16 Feb 2010 23:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-6633</guid>
		<description>
	
    	
 				
				document.getElementById(&#039;navigate&#039;).style.display = &#039;block&#039;;
				PhotoNav.init(&#039;navigate&#039;, 400, 2313, false, 0, false);
				
        
    
</description>
		<content:encoded><![CDATA[<p>document.getElementById(&#8216;navigate&#8217;).style.display = &#8216;block&#8217;;<br />
				PhotoNav.init(&#8216;navigate&#8217;, 400, 2313, false, 0, false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-6605</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 16 Feb 2010 04:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-6605</guid>
		<description>I have been trying all night to get this to work.  Like Meryl, I guess I am getting stuck on Step 3.  Where do we place the script to call photonav and where do we put the missing div id and div class?  Please Help</description>
		<content:encoded><![CDATA[<p>I have been trying all night to get this to work.  Like Meryl, I guess I am getting stuck on Step 3.  Where do we place the script to call photonav and where do we put the missing div id and div class?  Please Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-6537</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-6537</guid>
		<description>Hello,  I would like to add this to an interactive floorplan that I create in css.

http://www.realestateshooters.com/floorplans/205eastsaddleriver/

I would like to have it work like the still images were when you roll over them they open and then scroll with your code.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,  I would like to add this to an interactive floorplan that I create in css.</p>
<p><a href="http://www.realestateshooters.com/floorplans/205eastsaddleriver/" rel="nofollow">http://www.realestateshooters.com/floorplans/205eastsaddleriver/</a></p>
<p>I would like to have it work like the still images were when you roll over them they open and then scroll with your code.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helge</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-5329</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-5329</guid>
		<description>Thank you for the Script, I used it here: http://www.laafi.at/projekte/kleinspitaeler/beun/

It would have saved me lots of time though if you had corrected the error (missing div id=photonav class=photonav), as Sjaak has pointed out last year.</description>
		<content:encoded><![CDATA[<p>Thank you for the Script, I used it here: <a href="http://www.laafi.at/projekte/kleinspitaeler/beun/" rel="nofollow">http://www.laafi.at/projekte/kleinspitaeler/beun/</a></p>
<p>It would have saved me lots of time though if you had corrected the error (missing div id=photonav class=photonav), as Sjaak has pointed out last year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narayanan</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-4056</link>
		<dc:creator>narayanan</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-4056</guid>
		<description>i need to move the background image both top and bottom.
But it moves only left and right...  Please give me the script document for how to work the background image moves top and down.</description>
		<content:encoded><![CDATA[<p>i need to move the background image both top and bottom.<br />
But it moves only left and right&#8230;  Please give me the script document for how to work the background image moves top and down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Portfolio &#171; Digital Bulgaria</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-3950</link>
		<dc:creator>Portfolio &#171; Digital Bulgaria</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-3950</guid>
		<description>[...]  Panoramic Photoviewer in Javascript  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Panoramic Photoviewer in Javascript  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meryl</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-3394</link>
		<dc:creator>meryl</dc:creator>
		<pubDate>Thu, 29 Oct 2009 21:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-3394</guid>
		<description>I&#039;d love to use this.  I&#039;m a real beginner and your instructions were so complete till the very end - the java script part.  When you wrote that document.getElementById(&#039;navigate&#039;).style.display = &#039;block&#039;;
PhotoNav.init(&#039;navigate&#039;, 758, 1412, false, 0, false);
needs to go in a java script document, do you mean a new one?  Because I added it to photonav.js and nothing is running and I don&#039;t know if I have a mistake in doing that or somewhere else.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to use this.  I&#8217;m a real beginner and your instructions were so complete till the very end &#8211; the java script part.  When you wrote that document.getElementById(&#8216;navigate&#8217;).style.display = &#8216;block&#8217;;<br />
PhotoNav.init(&#8216;navigate&#8217;, 758, 1412, false, 0, false);<br />
needs to go in a java script document, do you mean a new one?  Because I added it to photonav.js and nothing is running and I don&#8217;t know if I have a mistake in doing that or somewhere else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panoromic Photo viewer &#8211; jQuery Plugin &#124; Ajaxdump</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-2167</link>
		<dc:creator>Panoromic Photo viewer &#8211; jQuery Plugin &#124; Ajaxdump</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-2167</guid>
		<description>[...] Sample  &#124; Tutorial   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Sample  | Tutorial   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marileen</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/comment-page-1/#comment-1977</link>
		<dc:creator>Marileen</dc:creator>
		<pubDate>Tue, 11 Aug 2009 12:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68#comment-1977</guid>
		<description>As a total noob I managed to create a panorama viewer with your photoviewer. Works pretty cool 8)
Thank you!</description>
		<content:encoded><![CDATA[<p>As a total noob I managed to create a panorama viewer with your photoviewer. Works pretty cool 8)<br />
Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
