<?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 for westausgang.de</title>
	<atom:link href="http://www.westausgang.de/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.westausgang.de/wordpress</link>
	<description>gate to cyberspace</description>
	<lastBuildDate>Mon, 28 Mar 2011 14:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Tilt Viewer tutorial by admin</title>
		<link>http://www.westausgang.de/wordpress/?p=1087#comment-7</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 28 Mar 2011 14:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.westausgang.de/wordpress/?p=1087#comment-7</guid>
		<description>Hello there,

from where do you want to show your photos from? If you want to use your flickr account you must remove the // from the flickr section above and enter there your information. It should look something like this:

fo.addVariable(“useFlickr”, “true”);
fo.addVariable(“user_id”, “1234567-your flickr ID”);
fo.addVariable(“tags”, “Photo”);
fo.addVariable(“tag_mode”, “all”);
fo.addVariable(“showTakenByText”, “true”); 

Send me a link to your website, so I can check...</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>from where do you want to show your photos from? If you want to use your flickr account you must remove the // from the flickr section above and enter there your information. It should look something like this:</p>
<p>fo.addVariable(“useFlickr”, “true”);<br />
fo.addVariable(“user_id”, “1234567-your flickr ID”);<br />
fo.addVariable(“tags”, “Photo”);<br />
fo.addVariable(“tag_mode”, “all”);<br />
fo.addVariable(“showTakenByText”, “true”); </p>
<p>Send me a link to your website, so I can check&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tilt Viewer tutorial by Jim</title>
		<link>http://www.westausgang.de/wordpress/?p=1087#comment-6</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 27 Mar 2011 01:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.westausgang.de/wordpress/?p=1087#comment-6</guid>
		<description>I downloaded Tiltviewer and followed ALL the instructions and STILL cannot get this things to work. I would greatly appreciate any help you can offer. I&#039;m trying to build a web site and would like to use this for my photos. I attached a copy of the code to view and let me know if there is something wrong. Thank You.




TiltViewer

	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#ffffff;
		font-family:sans-serif;
		font-size:40;
	}

	a {	
		color:#cccccc;
	}



	TiltViewer requires JavaScript and the latest Flash player. &lt;a href=&quot;http://www.macromedia.com/go/getflashplayer/&quot; rel=&quot;nofollow&quot;&gt;Get Flash here.&lt;/a&gt;
	
	
		var fo = new SWFObject(&quot;TiltViewer.swf&quot;, &quot;viewer&quot;, &quot;100%&quot;, &quot;100%&quot;, &quot;9.0.28&quot;, &quot;#000000&quot;);			
		
		// TILTVIEWER CONFIGURATION OPTIONS
		// To use an option, uncomment it by removing the &quot;//&quot; at the start of the line
		// For a description of config options, go to: 
		// http://www.airtightinteractive.com/projects/tiltviewer/config_options.html
															
		//FLICKR GALLERY OPTIONS
		// To use images from Flickr, uncomment this block
		//fo.addVariable(&quot;useFlickr&quot;, &quot;true&quot;);
		//fo.addVariable(&quot;user_id&quot;, &quot;XXXXXXXX&quot;);
		//fo.addVariable(&quot;tags&quot;, &quot;Photo&quot;);
		//fo.addVariable(&quot;tag_mode&quot;, &quot;all&quot;);
		//fo.addVariable(&quot;showTakenByText&quot;, &quot;true&quot;);			
		
		// XML GALLERY OPTIONS
		// To use local images defined in an XML document, use this block		
		fo.addVariable(&quot;useFlickr&quot;, &quot;false&quot;);
		fo.addVariable(&quot;xmlURL&quot;, &quot;gallery.xml&quot;);
		fo.addVariable(&quot;maxJPGSize&quot;,&quot;640&quot;);
		
		//GENERAL OPTIONS		
		fo.addVariable(&quot;useReloadButton&quot;, &quot;false&quot;);
		fo.addVariable(&quot;columns&quot;, &quot;3&quot;);
		fo.addVariable(&quot;rows&quot;, &quot;3&quot;);
		//fo.addVariable(&quot;showFlipButton&quot;, &quot;true&quot;);
		//fo.addVariable(&quot;showLinkButton&quot;, &quot;true&quot;);		
		//fo.addVariable(&quot;linkLabel&quot;, &quot;View image info&quot;);
		//fo.addVariable(&quot;frameColor&quot;, &quot;0xFF0000&quot;);
		//fo.addVariable(&quot;backColor&quot;, &quot;0xDDDDDD&quot;);
		//fo.addVariable(&quot;bkgndInnerColor&quot;, &quot;0xFF00FF&quot;);
		//fo.addVariable(&quot;bkgndOuterColor&quot;, &quot;0x0000FF&quot;);				
		//fo.addVariable(&quot;langGoFull&quot;, &quot;Go Fullscreen&quot;);
		//fo.addVariable(&quot;langExitFull&quot;, &quot;Exit Fullscreen&quot;);
		//fo.addVariable(&quot;langAbout&quot;, &quot;About&quot;);				
		
		// END TILTVIEWER CONFIGURATION OPTIONS
		
		fo.addParam(&quot;allowFullScreen&quot;,&quot;true&quot;);
		fo.write(&quot;flashcontent&quot;);			
		

</description>
		<content:encoded><![CDATA[<p>I downloaded Tiltviewer and followed ALL the instructions and STILL cannot get this things to work. I would greatly appreciate any help you can offer. I&#8217;m trying to build a web site and would like to use this for my photos. I attached a copy of the code to view and let me know if there is something wrong. Thank You.</p>
<p>TiltViewer</p>
<p>	/* hide from ie on mac \*/<br />
	html {<br />
		height: 100%;<br />
		overflow: hidden;<br />
	}</p>
<p>	#flashcontent {<br />
		height: 100%;<br />
	}<br />
	/* end hide */</p>
<p>	body {<br />
		height: 100%;<br />
		margin: 0;<br />
		padding: 0;<br />
		background-color: #000000;<br />
		color:#ffffff;<br />
		font-family:sans-serif;<br />
		font-size:40;<br />
	}</p>
<p>	a {<br />
		color:#cccccc;<br />
	}</p>
<p>	TiltViewer requires JavaScript and the latest Flash player. <a href="http://www.macromedia.com/go/getflashplayer/" rel="nofollow">Get Flash here.</a></p>
<p>		var fo = new SWFObject(&#8220;TiltViewer.swf&#8221;, &#8220;viewer&#8221;, &#8220;100%&#8221;, &#8220;100%&#8221;, &#8220;9.0.28&#8243;, &#8220;#000000&#8243;);			</p>
<p>		// TILTVIEWER CONFIGURATION OPTIONS<br />
		// To use an option, uncomment it by removing the &#8220;//&#8221; at the start of the line<br />
		// For a description of config options, go to:<br />
		// <a href="http://www.airtightinteractive.com/projects/tiltviewer/config_options.html" rel="nofollow">http://www.airtightinteractive.com/projects/tiltviewer/config_options.html</a></p>
<p>		//FLICKR GALLERY OPTIONS<br />
		// To use images from Flickr, uncomment this block<br />
		//fo.addVariable(&#8220;useFlickr&#8221;, &#8220;true&#8221;);<br />
		//fo.addVariable(&#8220;user_id&#8221;, &#8220;XXXXXXXX&#8221;);<br />
		//fo.addVariable(&#8220;tags&#8221;, &#8220;Photo&#8221;);<br />
		//fo.addVariable(&#8220;tag_mode&#8221;, &#8220;all&#8221;);<br />
		//fo.addVariable(&#8220;showTakenByText&#8221;, &#8220;true&#8221;);			</p>
<p>		// XML GALLERY OPTIONS<br />
		// To use local images defined in an XML document, use this block<br />
		fo.addVariable(&#8220;useFlickr&#8221;, &#8220;false&#8221;);<br />
		fo.addVariable(&#8220;xmlURL&#8221;, &#8220;gallery.xml&#8221;);<br />
		fo.addVariable(&#8220;maxJPGSize&#8221;,&#8221;640&#8243;);</p>
<p>		//GENERAL OPTIONS<br />
		fo.addVariable(&#8220;useReloadButton&#8221;, &#8220;false&#8221;);<br />
		fo.addVariable(&#8220;columns&#8221;, &#8220;3&#8243;);<br />
		fo.addVariable(&#8220;rows&#8221;, &#8220;3&#8243;);<br />
		//fo.addVariable(&#8220;showFlipButton&#8221;, &#8220;true&#8221;);<br />
		//fo.addVariable(&#8220;showLinkButton&#8221;, &#8220;true&#8221;);<br />
		//fo.addVariable(&#8220;linkLabel&#8221;, &#8220;View image info&#8221;);<br />
		//fo.addVariable(&#8220;frameColor&#8221;, &#8220;0xFF0000&#8243;);<br />
		//fo.addVariable(&#8220;backColor&#8221;, &#8220;0xDDDDDD&#8221;);<br />
		//fo.addVariable(&#8220;bkgndInnerColor&#8221;, &#8220;0xFF00FF&#8221;);<br />
		//fo.addVariable(&#8220;bkgndOuterColor&#8221;, &#8220;0x0000FF&#8221;);<br />
		//fo.addVariable(&#8220;langGoFull&#8221;, &#8220;Go Fullscreen&#8221;);<br />
		//fo.addVariable(&#8220;langExitFull&#8221;, &#8220;Exit Fullscreen&#8221;);<br />
		//fo.addVariable(&#8220;langAbout&#8221;, &#8220;About&#8221;);				</p>
<p>		// END TILTVIEWER CONFIGURATION OPTIONS</p>
<p>		fo.addParam(&#8220;allowFullScreen&#8221;,&#8221;true&#8221;);<br />
		fo.write(&#8220;flashcontent&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Istanbul &#8211; a river of lights by Yasemin Biehal</title>
		<link>http://www.westausgang.de/wordpress/?p=1120#comment-5</link>
		<dc:creator>Yasemin Biehal</dc:creator>
		<pubDate>Sun, 30 Jan 2011 13:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.westausgang.de/wordpress/?p=1120#comment-5</guid>
		<description>Mr. Biehal,the greatest husband on the earth,

the first thing in the morning, i have read your article, which summarizes the adventure of us and the frame, our parallel adventure with the frame:)

all three of us are finally at home ,comfortable, adorable and elegant!:)

i love you, i thank God each moment that we spend together

your loving wife,yasemin</description>
		<content:encoded><![CDATA[<p>Mr. Biehal,the greatest husband on the earth,</p>
<p>the first thing in the morning, i have read your article, which summarizes the adventure of us and the frame, our parallel adventure with the frame:)</p>
<p>all three of us are finally at home ,comfortable, adorable and elegant!:)</p>
<p>i love you, i thank God each moment that we spend together</p>
<p>your loving wife,yasemin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

