<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>s² - Stefan Soher&#039;s World</title>
	<atom:link href="http://blog.soher.at/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.soher.at</link>
	<description>There&#039;s a universe stuck in my brain.</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:30:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Escape Unicode Characters In Java Strings</title>
		<link>http://blog.soher.at/2010/09/07/escape-unicode-characters-in-java-strings/</link>
		<comments>http://blog.soher.at/2010/09/07/escape-unicode-characters-in-java-strings/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 12:49:21 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[brainwaves]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=303</guid>
		<description><![CDATA[I was looking for a code snippet that does that for me but couldn&#8217;t find one. If you&#8217;re in a similar situation, feel free to use this:
package at.soher.unicode;

import java.text.NumberFormat;

public class StringEscape {

    public static void main(String[] args) {

        String input = args[0];
    [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a code snippet that does that for me but couldn&#8217;t find one. If you&#8217;re in a similar situation, feel free to use this:</p>
<pre>package at.soher.unicode;

import java.text.NumberFormat;

public class StringEscape {

    public static void main(String[] args) {

        String input = args[0];
        char[] dst = new char[input.length()];
        input.getChars(0, input.length(), dst, 0);
        StringBuilder dest = new StringBuilder();
        NumberFormat numberFormat = NumberFormat.getIntegerInstance();
        numberFormat.setMinimumIntegerDigits(4);
        numberFormat.setGroupingUsed(false);
        for (int i = 0; i &lt; dst.length; i++) {
            if(dst[i]&gt;127) {
                dest.append("\\u" + numberFormat.format((int)dst[i]));
            } else {
                dest.append(dst[i]);
            }
        }
        System.out.print(dest.toString());
    }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/09/07/escape-unicode-characters-in-java-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prague</title>
		<link>http://blog.soher.at/2010/08/29/prague/</link>
		<comments>http://blog.soher.at/2010/08/29/prague/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 18:33:37 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[brainwaves]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[prague]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=299</guid>
		<description><![CDATA[At the beginning of the month, I spent a few days in Prague. Here are a few impressions.
As usual, all images are available under a Creative Commons License.
]]></description>
			<content:encoded><![CDATA[<p>At the beginning of the month, I spent a few days in Prague. Here are a few impressions.<br />

<div class="ngg-galleryoverview" id="ngg-gallery-6-299">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.soher.at/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=6&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8054419.jpg" title="Prague's inner city is still full of house-marks. This is one of the more famous ones." class="shutterset_set_6" >
								<img title="Black Sun" alt="Black Sun" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8054419.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-65" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8054438.jpg" title="The Prague Astronomical Clock is probably the most well-known sight in the city." class="shutterset_set_6" >
								<img title="Staroměstský orloj" alt="Staroměstský orloj" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8054438.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-66" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8054469.jpg" title="This barrel organ player on Charles Bridge has even made it into the bridge's article on German Wikipedia." class="shutterset_set_6" >
								<img title="Karlův most" alt="Karlův most" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8054469.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-67" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8054480.jpg" title="Charles Bridge is full of statues. This is a details from the statues of Saints John of Matha, Felix of Valois, and Ivan. For a cruel Turk this guy looks very laid back to me." class="shutterset_set_6" >
								<img title="Karlův most" alt="Karlův most" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8054480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-68" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8054497.jpg" title="Amazing how people could actually take pictures with appliances like this." class="shutterset_set_6" >
								<img title="Camera" alt="Camera" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8054497.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-69" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8054502.jpg" title="This is actually *not* the &quot;house of the black madonna&quot;, which is home to the museum of cubism and itself a cubistic building." class="shutterset_set_6" >
								<img title="Black Madonna" alt="Black Madonna" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8054502.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-70" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8064529.jpg" title="Those escalators in Prague are *fast*. No, seriously. Gives the term &quot;hop-on-hop-off&quot; an entirely new meaning." class="shutterset_set_6" >
								<img title="Escalator" alt="Escalator" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8064529.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-71" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8064582.jpg" title="Czech flag in one of the courts of the castle." class="shutterset_set_6" >
								<img title="Hrad" alt="Hrad" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8064582.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-72" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8064605.jpg" title="This is how it's done: These modern benches can be found all over the castle. No kitschy historicism. I wish they did the same here in Vienna." class="shutterset_set_6" >
								<img title="Bench" alt="Bench" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8064605.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-73" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8084611.jpg" title="A gallery in the Jewish quarter." class="shutterset_set_6" >
								<img title="Josefov" alt="Josefov" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8084611.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-74" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8084612.jpg" title="The Klaus Synagogue next to the Jewish cemetery dates back to the 16th century." class="shutterset_set_6" >
								<img title="Klausová synagoga" alt="Klausová synagoga" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8084612.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-75" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8084643.jpg" title="They know what they want. I didn't dare enter, in case they mistook me for either an idiot or a dog." class="shutterset_set_6" >
								<img title="Restaurant" alt="Restaurant" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8084643.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-76" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100829prag/p8084645.jpg" title="Trdelník is a traditional kind of pastry that's commonly served with cinnamon and sugar, much like waffles." class="shutterset_set_6" >
								<img title="Trdelník" alt="Trdelník" src="http://blog.soher.at/wp-content/gallery/20100829prag/thumbs/thumbs_p8084645.jpg" width="75" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<br />
As usual, all images are available under a <a href="http://blog.soher.at/2009/09/30/license/">Creative Commons License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/08/29/prague/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>March and Rally for Human Rights at AIDS 2010</title>
		<link>http://blog.soher.at/2010/07/25/march-and-rally-for-human-rights-at-aids-2010/</link>
		<comments>http://blog.soher.at/2010/07/25/march-and-rally-for-human-rights-at-aids-2010/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 17:39:49 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[Life in Vienna]]></category>
		<category><![CDATA[brainwaves]]></category>
		<category><![CDATA[aids]]></category>
		<category><![CDATA[annie lennox]]></category>
		<category><![CDATA[hiv]]></category>
		<category><![CDATA[human rights]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[vienna]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=291</guid>
		<description><![CDATA[Last week, the XVIII International AIDS Conference (AIDS 2010) took place in Vienna. Part of it was a rally for human rights on the 20th of July, which was headed by singer Annie Lennox, who also performed. I was there and took a few pictures. Please also take some time and read about the current [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, the <a href="http://www.aids2010.org/">XVIII International AIDS Conference (AIDS 2010)</a> took place in Vienna. Part of it was a <a href="http://www.hivhumanrightsnow.org/march_and_rally">rally for human rights</a> on the 20th of July, which was headed by singer Annie Lennox, who also performed. I was there and took a few pictures. Please also take some time and <a href="http://www.hivhumanrightsnow.org/">read about the current struggle against HIV/AIDS</a> and the <a href="http://www.hivhumanrightsnow.org/eng/Reasons/view/1">10 reasons why human rights should occupy the center of the global AIDS struggle</a>.<br />

<div class="ngg-galleryoverview" id="ngg-gallery-5-291">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.soher.at/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=5&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-51" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7203818.jpg" title="The entire march was a rather loud affair. People had every noise making instrument from drums to vuvuzelas." class="shutterset_set_5" >
								<img title="Ramba Samba" alt="Ramba Samba" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7203818.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-52" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7203830.jpg" title="One of the central messages of the conference was that the global fund was constantly running low and that governments should put there money where their mouths were." class="shutterset_set_5" >
								<img title="AIDES" alt="AIDES" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7203830.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-53" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7203836.jpg" title="Like moste diseases, poverty makes the situation much worse." class="shutterset_set_5" >
								<img title="Housing Is Prevention" alt="Housing Is Prevention" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7203836.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-54" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7203919.jpg" title="Poverty-related problems start at the lack of housing and end at the lack of accessible medication." class="shutterset_set_5" >
								<img title="Soap Bubbles" alt="Soap Bubbles" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7203919.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-55" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7203926.jpg" title="This goes for AIDS medication as well as for substitution programs for drug users." class="shutterset_set_5" >
								<img title="Soap Bubbles" alt="Soap Bubbles" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7203926.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-56" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7203972.jpg" title="As to the exact message those soap bubbles were carrying, I'm not sure." class="shutterset_set_5" >
								<img title="Soap Bubbles" alt="Soap Bubbles" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7203972.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-57" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7204050.jpg" title="The Austrian Parliament wore a giant red ribbon for the occasion. This didn't obscure the fact that the Austrian contribution of 1 Million Euros in 2002 is embarrassing." class="shutterset_set_5" >
								<img title="Parliament" alt="Parliament" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7204050.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-58" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7204115.jpg" title="The final rally took place on Heldenplatz, one of Vienna's largest places in front of the Hofburg (Imperial Palace)." class="shutterset_set_5" >
								<img title="Neue Burg" alt="Neue Burg" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7204115.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-59" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7204122.jpg" title="View of the Rathaus (City Hall)." class="shutterset_set_5" >
								<img title="Rathaus" alt="Rathaus" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7204122.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-60" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7204159.jpg" title=" " class="shutterset_set_5" >
								<img title="Neue Burg" alt="Neue Burg" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7204159.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-61" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7204173.jpg" title="A lot of people spoke before Annie Lennox took the stage." class="shutterset_set_5" >
								<img title="Speeches" alt="Speeches" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7204173.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-62" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7204327.jpg" title="Annie Lennox's understated stage performance was very impressive and touching." class="shutterset_set_5" >
								<img title="Annie Lennox" alt="Annie Lennox" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7204327.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100720aidsconference/p7204359.jpg" title="Annie Lennox also reminded us of the reason for the rally and highlighted a few aspects of the topic." class="shutterset_set_5" >
								<img title="Annie Lennox" alt="Annie Lennox" src="http://blog.soher.at/wp-content/gallery/20100720aidsconference/thumbs/thumbs_p7204359.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/07/25/march-and-rally-for-human-rights-at-aids-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Riesenrad, again</title>
		<link>http://blog.soher.at/2010/06/21/riesenrad-again/</link>
		<comments>http://blog.soher.at/2010/06/21/riesenrad-again/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 21:45:00 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[brainwaves]]></category>
		<category><![CDATA[prater]]></category>
		<category><![CDATA[riesenrad]]></category>
		<category><![CDATA[vienna]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=286</guid>
		<description><![CDATA[Some might think it&#8217;s sad that I came from work only after dark on the longest day of the year, but it gave me the opportunity to get these pictures of the Riesenrad.
]]></description>
			<content:encoded><![CDATA[<p>Some might think it&#8217;s sad that I came from work only after dark on the longest day of the year, but it gave me the opportunity to get these pictures of the Riesenrad.<br />

<div class="ngg-galleryoverview" id="ngg-gallery-4-286">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.soher.at/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=4&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-48" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100621riesenrad/p6213334.jpg" title=" " class="shutterset_set_4" >
								<img title="Riesenrad" alt="Riesenrad" src="http://blog.soher.at/wp-content/gallery/20100621riesenrad/thumbs/thumbs_p6213334.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-50" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100621riesenrad/p6213341.jpg" title=" " class="shutterset_set_4" >
								<img title="Riesenrad" alt="Riesenrad" src="http://blog.soher.at/wp-content/gallery/20100621riesenrad/thumbs/thumbs_p6213341.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-49" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100621riesenrad/p6213340.jpg" title=" " class="shutterset_set_4" >
								<img title="Riesenrad" alt="Riesenrad" src="http://blog.soher.at/wp-content/gallery/20100621riesenrad/thumbs/thumbs_p6213340.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/06/21/riesenrad-again/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hear Me Sing</title>
		<link>http://blog.soher.at/2010/06/18/hear-me-sing/</link>
		<comments>http://blog.soher.at/2010/06/18/hear-me-sing/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 21:52:18 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[Life in Vienna]]></category>
		<category><![CDATA[gegenstimmen]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[politicanto]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=260</guid>
		<description><![CDATA[Last night I went to choir practice for the first time in over a year. Mentioning the fact on twitter naturally led to the question what we do, so I went on youtube to see if they had a few examples of the music we like. Turns out they had, and not just of the [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I went to <a href="http://www.gegenstimmen.org/">choir practice</a> for the first time in over a year. Mentioning the fact on twitter naturally led to the question what we do, so I went on youtube to see if they had a few examples of the music we like. Turns out they had, and not just of the music, but also of us performing.</p>
<p>A word of caution: These are random recordings that don&#8217;t show us at our best; although I really don&#8217;t think youtube is right to link to <a href="http://www.youtube.com/watch?v=ZZk0eVWc8Hc">Jimmy&#8217;s Infantile Spasms</a> in the related videos column.</p>
<p>In 2009, a few of us went to Milan to take part in a festival called <a href="http://rockinroad.blogosfere.it/2009/05/politicanto-un-pensiero-ribelle-in-cuor-ci-sta.html">Politicanto</a>. It was great fun and we met a lot of wonderful people there.</p>
<p><object width="450" height="363"><param name="movie" value="http://www.youtube.com/v/YG1ufc5PihQ&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YG1ufc5PihQ&#038;fs=1" type="application/x-shockwave-flash" width="450" height="363" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In Vienna, every <a href="http://www.f13.at/">Friday the 13th</a> is celebrated in it&#8217;s own unique way. It&#8217;s about having fun, but it&#8217;s also a political statement, taking back the public space and making parts of society visible that tends to stay hidden.</p>
<p><object width="450" height="363"><param name="movie" value="http://www.youtube.com/v/npgYij1Y1F8&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/npgYij1Y1F8&#038;fs=1" type="application/x-shockwave-flash" width="450" height="363" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/06/18/hear-me-sing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer in Vienna, part four</title>
		<link>http://blog.soher.at/2010/06/13/summer-in-vienna-part-four/</link>
		<comments>http://blog.soher.at/2010/06/13/summer-in-vienna-part-four/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 19:59:22 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[Life in Vienna]]></category>
		<category><![CDATA[donauturm]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[prater]]></category>
		<category><![CDATA[vienna]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=249</guid>
		<description><![CDATA[Today, I tried to find a few locations to see Vienna from above. The city is not known for its many skyscrapers. There are a few elevated places, however.
Millennium Tower on Wikipedia
The Donauturm on Wikipedia
Of course, a blog post like this could never be complete without a few pictures of the Riesenrad.
As usual, all images [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I tried to find a few locations to see Vienna from above. The city is not known for its many skyscrapers. There are a few elevated places, however.<br />

<div class="ngg-galleryoverview" id="ngg-gallery-2-249">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.soher.at/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=2&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/donauturm/p6132827.jpg" title="Does this look like an inner city street to you? It is. That's Vienna for you." class="shutterset_set_2" >
								<img title="Obere Augartenstraße" alt="Obere Augartenstraße" src="http://blog.soher.at/wp-content/gallery/donauturm/thumbs/thumbs_p6132827.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-26" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/donauturm/p6132925.jpg" title="Office towers like this one are very rare in Vienna. The law requires a certain amount of window area per employee, which is hard to provide with a round or square floor plan. Americans who see our office buildings for the first time often mistake them for hotels." class="shutterset_set_2" >
								<img title="Millennium Tower" alt="Millennium Tower" src="http://blog.soher.at/wp-content/gallery/donauturm/thumbs/thumbs_p6132925.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/donauturm/p6132934.jpg" title="The Donauturm is used solely as an observation tower. There is an open platform, a café and a restaurant at a height of 170 meters." class="shutterset_set_2" >
								<img title="Donauturm" alt="Donauturm" src="http://blog.soher.at/wp-content/gallery/donauturm/thumbs/thumbs_p6132934.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-28" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/donauturm/p6132961.jpg" title="The Donauturm is situated in the middle of Donaupark." class="shutterset_set_2" >
								<img title="Donaupark" alt="Donaupark" src="http://blog.soher.at/wp-content/gallery/donauturm/thumbs/thumbs_p6132961.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-29" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/donauturm/p6132967.jpg" title="People enjoying a picknick under the trees." class="shutterset_set_2" >
								<img title="Donaupark" alt="Donaupark" src="http://blog.soher.at/wp-content/gallery/donauturm/thumbs/thumbs_p6132967.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-30" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/donauturm/p6132989a.jpg" title="You can bungee jump from the Donauturm. Assisting the jumpers looks like a dangerous job." class="shutterset_set_2" >
								<img title="Bungee Platform" alt="Bungee Platform" src="http://blog.soher.at/wp-content/gallery/donauturm/thumbs/thumbs_p6132989a.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-31" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/donauturm/p6132990a.jpg" title="They all scream." class="shutterset_set_2" >
								<img title="Bungee Jump" alt="Bungee Jump" src="http://blog.soher.at/wp-content/gallery/donauturm/thumbs/thumbs_p6132990a.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<br />
<a href="http://en.wikipedia.org/wiki/Millennium_Tower_%28Vienna%29">Millennium Tower on Wikipedia</a><br />
<a href="http://en.wikipedia.org/wiki/Donauturm">The Donauturm on Wikipedia</a></p>
<p>Of course, a blog post like this could never be complete without a few pictures of the <a href="http://en.wikipedia.org/wiki/Riesenrad">Riesenrad</a>.</p>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-3-249">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.soher.at/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=3&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-40" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133084.jpg" title="I've always been impressed by the Vienna Riesenrad. Granted, it's half the size of the London Eye, but then again it's a hundred years older." class="shutterset_set_3" >
								<img title="Riesenrad" alt="Riesenrad" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133084.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-41" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133087.jpg" title="The Riesenrad was built at roughly the same time as the Eiffel Tower. It's not as high, on the other hand, the whole thing's moving." class="shutterset_set_3" >
								<img title="Riesenrad Detail" alt="Riesenrad Detail" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133087.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-42" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133088a.jpg" title="I find that a nice metaphor for the Austrian mind: Dont go for grand, go for nifty." class="shutterset_set_3" >
								<img title="Riesenrad Detail" alt="Riesenrad Detail" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133088a.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-43" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133113.jpg" title="The Riesenrad has survived two world wars, the last one heavily damaged. It was rebuilt, but it has only half the original number of carriages today." class="shutterset_set_3" >
								<img title="Inside of the Riesenrad" alt="Inside of the Riesenrad" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133113.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-44" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133186.jpg" title="The mining theme refers to the salt that has been mined throughout the Alps since the Bronze Age." class="shutterset_set_3" >
								<img title="Water Slide" alt="Water Slide" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133186.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-45" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133218a.jpg" title="First three rows might get wet." class="shutterset_set_3" >
								<img title="Donau Jump" alt="Donau Jump" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133218a.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-47" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133321.jpg" title="The Prater's newest addition is a 160 meter swing carousel. They say it's the highest in the world." class="shutterset_set_3" >
								<img title="Swing Carousel" alt="Swing Carousel" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133321.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-46" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100613prater/p6133299.jpg" title="What I like most about the Prater is how it charmingly mixes old-fashioned entertainment with new ideas." class="shutterset_set_3" >
								<img title="Swing Carousel" alt="Swing Carousel" src="http://blog.soher.at/wp-content/gallery/20100613prater/thumbs/thumbs_p6133299.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<br />
As usual, all images are available under a <a href="http://blog.soher.at/2009/09/30/license/">Creative Commons License</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/06/13/summer-in-vienna-part-four/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tiergarten Schönbrunn, part two</title>
		<link>http://blog.soher.at/2010/05/24/tiergarten-schonbrunn-part-ii/</link>
		<comments>http://blog.soher.at/2010/05/24/tiergarten-schonbrunn-part-ii/#comments</comments>
		<pubDate>Mon, 24 May 2010 20:28:56 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[Life in Vienna]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[schönbrunn]]></category>
		<category><![CDATA[vienna]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=232</guid>
		<description><![CDATA[@kevay and I spent another pleasant afternoon at the zoo. I have no illusions as to how much I suck at photography, but maybe you would like to have a peek anyway.
As usual, all images are available under a Creative Commons License
]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/kevay">@kevay</a> and I spent another pleasant afternoon at the zoo. I have no illusions as to how much I suck at photography, but maybe you would like to have a peek anyway.<br />

<div class="ngg-galleryoverview" id="ngg-gallery-1-232">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.soher.at/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=1&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242076.jpg" title="Life in a zoo can be boring." class="shutterset_set_1" >
								<img title="Black bears" alt="Black bears" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242076.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242247.jpg" title="On the other hand, it doesn't get much busier than this." class="shutterset_set_1" >
								<img title="Anthill" alt="Anthill" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242247.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242350.jpg" title=" " class="shutterset_set_1" >
								<img title="Short-toed eagle" alt="Short-toed eagle" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242350.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242378.jpg" title="This egyptian vulture is posing for photographers while enjoying his meal of worms." class="shutterset_set_1" >
								<img title="Egyptian vulture" alt="Egyptian vulture" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242378.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242384.jpg" title="They had a pair of those. I admired both for their showmanship. They showed us the greatest poses." class="shutterset_set_1" >
								<img title="Egyptian vulture" alt="Egyptian vulture" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242384.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242391.jpg" title="Who said you could only shoot animals at the zoo?" class="shutterset_set_1" >
								<img title="Lavender" alt="Lavender" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242391.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242418.jpg" title="You couldn't possibly overlook something this big, could you? Well, we almost did." class="shutterset_set_1" >
								<img title="Indian Rhinoceros" alt="Indian Rhinoceros" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242418.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242467.jpg" title="As you can see, today was the first really warm day of the year in Vienna." class="shutterset_set_1" >
								<img title=" " alt=" " src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242467.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242517.jpg" title="I'm sorry to say I have no idea what that is, but I liked how smart it looked." class="shutterset_set_1" >
								<img title=" " alt=" " src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242517.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242484.jpg" title="You could hear this peacock's cry from quite far away, so we went looking." class="shutterset_set_1" >
								<img title="Peacock" alt="Peacock" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242484.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242546.jpg" title="Isn't it beautiful?" class="shutterset_set_1" >
								<img title="Peacock" alt="Peacock" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242546.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242557.jpg" title="We spent quite some time with this peacock." class="shutterset_set_1" >
								<img title="More Peackock" alt="More Peackock" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242557.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242633.jpg" title="No, he isn't cute at all. Look at his eyes! He's a devil in disguise." class="shutterset_set_1" >
								<img title="Pygmy Goat" alt="Pygmy Goat" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242633.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242675.jpg" title="How many legs is an elephant supposed have?" class="shutterset_set_1" >
								<img title="Eight-legged Elephant" alt="Eight-legged Elephant" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242675.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242714.jpg" title="Whoever you are, don't hurt me..." class="shutterset_set_1" >
								<img title="Ring-tailed Lemur" alt="Ring-tailed Lemur" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242714.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242715.jpg" title="...or else." class="shutterset_set_1" >
								<img title="Ring-tailed Lemur" alt="Ring-tailed Lemur" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242715.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.soher.at/wp-content/gallery/20100524zoovienna/p5242797.jpg" title="No, this picture isn't upside down. The bird is." class="shutterset_set_1" >
								<img title="Grey Parrot" alt="Grey Parrot" src="http://blog.soher.at/wp-content/gallery/20100524zoovienna/thumbs/thumbs_p5242797.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<br />
As usual, all images are available under a <a href="http://blog.soher.at/2009/09/30/license/">Creative Commons License</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/05/24/tiergarten-schonbrunn-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tiergarten Schönbrunn, part one</title>
		<link>http://blog.soher.at/2010/01/17/tiergarten-schonbrunn-part-one/</link>
		<comments>http://blog.soher.at/2010/01/17/tiergarten-schonbrunn-part-one/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 18:46:52 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[Life in Vienna]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[schönbrunn]]></category>
		<category><![CDATA[vienna]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=200</guid>
		<description><![CDATA[@kevay and I spent a very nice afternoon with our cameras at Schönbrunn Zoo.







License
]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/kevay">@kevay</a> and I spent a very nice afternoon with our cameras at <a href="http://en.wikipedia.org/wiki/Schönbrunn_Zoo">Schönbrunn Zoo</a>.</p>
<p><a href="http://blog.soher.at/wp-content/uploads/2010/01/P1060474-1024x768.jpg"><img class="aligncenter size-full wp-image-201" title="crows in the snow" src="http://blog.soher.at/wp-content/uploads/2010/01/P1060474-1024x768.jpg" alt="" width="400" height="300" /></a><br />
<a href="http://blog.soher.at/wp-content/uploads/2010/01/P1060487-1024x768.jpg"><img class="aligncenter size-full wp-image-203" title="Palmenhaus" src="http://blog.soher.at/wp-content/uploads/2010/01/P1060487-1024x768.jpg" alt="" width="400" height="300" /></a><br />
<a href="http://blog.soher.at/wp-content/uploads/2010/01/P1060491-768x1024.jpg"><img class="aligncenter size-full wp-image-206" title="no beauty" src="http://blog.soher.at/wp-content/uploads/2010/01/P1060491-768x1024.jpg" alt="" width="300" height="400" /></a><br />
<a href="http://blog.soher.at/wp-content/uploads/2010/01/P1060504-1024x768.jpg"><img class="aligncenter size-full wp-image-207" title="cuban hutia" src="http://blog.soher.at/wp-content/uploads/2010/01/P1060504-1024x768.jpg" alt="" width="400" height="300" /></a><br />
<a href="http://blog.soher.at/wp-content/uploads/2010/01/P1060669-1024x768.jpg"><img src="http://blog.soher.at/wp-content/uploads/2010/01/P1060669-1024x768.jpg" alt="" title="I think it's a young leopard. Anyone know for sure?" width="400" height="300" class="aligncenter size-full wp-image-209" /></a><br />
<a href="http://blog.soher.at/wp-content/uploads/2010/01/P1060733-1024x768.jpg"><img src="http://blog.soher.at/wp-content/uploads/2010/01/P1060733-1024x768.jpg" alt="" title="penguin" width="400" height="300" class="aligncenter size-full wp-image-214" /></a><br />
<a href="http://blog.soher.at/wp-content/uploads/2010/01/P1060768-1024x768.jpg"><img src="http://blog.soher.at/wp-content/uploads/2010/01/P1060768-1024x768.jpg" alt="" title="penguin, visiting neighbours" width="400" height="300" class="aligncenter size-full wp-image-216" /></a></p>
<p><a href="http://blog.soher.at/2009/09/30/license/">License</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/01/17/tiergarten-schonbrunn-part-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Trip to Berlin</title>
		<link>http://blog.soher.at/2010/01/04/my-trip-to-berlin/</link>
		<comments>http://blog.soher.at/2010/01/04/my-trip-to-berlin/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:27:32 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[brainwaves]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=182</guid>
		<description><![CDATA[I spent the days between Christmas and the New Year in Berlin. The weather was horrible, so I stayed indoors most of the time. That gave me ample opportunity to play with the new camera I got for Christmas in an environment with which I&#8217;m as yet totally unfamiliar.


License
]]></description>
			<content:encoded><![CDATA[<p>I spent the days between Christmas and the New Year in Berlin. The weather was horrible, so I stayed indoors most of the time. That gave me ample opportunity to play with the new camera I got for Christmas in an environment with which I&#8217;m as yet totally unfamiliar.</p>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2010/01/PC270020-Modified-in-GIMP-Image-Editor.jpg"><img class="size-full wp-image-174" title="U-Bahnhof Wittenbergplatz" src="http://blog.soher.at/wp-content/uploads/2010/01/PC270020-Modified-in-GIMP-Image-Editor.jpg" alt="U-Bahnhof Wittenbergplatz" width="400" /></a><p class="wp-caption-text">Who would have thought London Transport would have a station in Berlin.</p></div>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2010/01/PC270026-1024x768.jpg"><img class="aligncenter size-full wp-image-175" title="Haus des Lehrers" src="http://blog.soher.at/wp-content/uploads/2010/01/PC270026-1024x768.jpg" alt="Haus des Lehrers" width="400" height="300" /></a><p class="wp-caption-text">Haus des Lehrers (Teacher&#39;s House) in Berlin, Alexanderplatz. A good example of GDR post-war architecture, the house was built as a replacement for the earlier Lehrervereinshaus.</p></div>
<p><a href="http://blog.soher.at/wp-content/uploads/2010/01/PC280208-1024x768.jpg"><img class="aligncenter size-full wp-image-176" title="fish" src="http://blog.soher.at/wp-content/uploads/2010/01/PC280208-1024x768.jpg" alt="" width="400" height="300" /></a><br />
<a href="http://blog.soher.at/wp-content/uploads/2010/01/PC280215-1024x768.jpg"><img class="aligncenter size-full wp-image-177" title="jellyfish" src="http://blog.soher.at/wp-content/uploads/2010/01/PC280215-1024x768.jpg" alt="" width="400" height="300" /></a></p>
<div id="attachment_178" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2010/01/PC280246-1024x768.jpg"><img class="size-full wp-image-178" title="crab" src="http://blog.soher.at/wp-content/uploads/2010/01/PC280246-1024x768.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Hello, Mr Crab.</p></div>
<div id="attachment_179" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2010/01/PC280257-1024x768.jpg"><img class="size-full wp-image-179" title="bizarre fish" src="http://blog.soher.at/wp-content/uploads/2010/01/PC280257-1024x768.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Can you see it?</p></div>
<div id="attachment_180" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2010/01/PC280281-1024x768.jpg"><img class="size-full wp-image-180" title="tortoise" src="http://blog.soher.at/wp-content/uploads/2010/01/PC280281-1024x768.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Are you watching me?</p></div>
<div id="attachment_181" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2010/01/PC280291-1024x768.jpg"><img class="size-full wp-image-181" title="chameleon" src="http://blog.soher.at/wp-content/uploads/2010/01/PC280291-1024x768.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Just because I look like a leaf doesn&#39;t mean I have no feelings!</p></div>
<p><a href="http://blog.soher.at/2009/09/30/license/">License</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2010/01/04/my-trip-to-berlin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Vienna by Night, part two</title>
		<link>http://blog.soher.at/2009/10/01/vienna-by-night-part-two/</link>
		<comments>http://blog.soher.at/2009/10/01/vienna-by-night-part-two/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:19:46 +0000</pubDate>
		<dc:creator>Stefan Soher</dc:creator>
				<category><![CDATA[Life in Vienna]]></category>
		<category><![CDATA[city]]></category>
		<category><![CDATA[habsburg]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[vienna]]></category>

		<guid isPermaLink="false">http://blog.soher.at/?p=151</guid>
		<description><![CDATA[License
]]></description>
			<content:encoded><![CDATA[<div id="attachment_148" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2009/10/BILD0123a.JPG"><img class="size-full wp-image-148" title="Vienna Opera House" src="http://blog.soher.at/wp-content/uploads/2009/10/BILD0123a.JPG" alt="Vienna Opera House (Detail)" width="400" /></a><p class="wp-caption-text">Vienna Opera House (Detail)</p></div>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.soher.at/wp-content/uploads/2009/10/BILD0126a.JPG"><img class="size-full wp-image-149" title="Albertinaplatz" src="http://blog.soher.at/wp-content/uploads/2009/10/BILD0126a.JPG" alt="Albertinaplatz" width="300" height="400" /></a><p class="wp-caption-text">Albertinaplatz</p></div>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2009/10/BILD0127a.JPG"><img class="size-full wp-image-150" title="Hofburg/Josefsplatz" src="http://blog.soher.at/wp-content/uploads/2009/10/BILD0127a.JPG" alt="Hofburg/Josefsplatz" width="400" /></a><p class="wp-caption-text">Hofburg/Josefsplatz</p></div>
<div id="attachment_155" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2009/10/BILD0133a.JPG"><img class="size-full wp-image-155" title="Michaelertor" src="http://blog.soher.at/wp-content/uploads/2009/10/BILD0133a.JPG" alt="The Michaelertor is the &quot;backdoor&quot; of the Hofburg, the former residence of the emperor." width="400" height="300" /></a><p class="wp-caption-text">The Michaelertor is the &quot;backdoor&quot; of the Hofburg, the former residence of the emperor.</p></div>
<div id="attachment_153" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.soher.at/wp-content/uploads/2009/10/BILD0130a.JPG"><img class="size-full wp-image-153" title="Michaelerplatz" src="http://blog.soher.at/wp-content/uploads/2009/10/BILD0130a.JPG" alt="The Michaelertor is accompanied by two fountains. This is the one nearer Augustinerstraße." width="300" height="402" /></a><p class="wp-caption-text">The Michaelertor is accompanied by two fountains. This is the one nearer Augustinerstraße.</p></div>
<div id="attachment_157" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.soher.at/wp-content/uploads/2009/10/BILD0134a.JPG"><img class="size-full wp-image-157" title="Looshaus" src="http://blog.soher.at/wp-content/uploads/2009/10/BILD0134a.JPG" alt="The Looshaus, constructed in 1909 by architect Adolf Loos, is one of the beacons of the Wiener Moderne, or Viennese Modern Age." width="400" height="300" /></a><p class="wp-caption-text">The Looshaus, constructed in 1909 by architect Adolf Loos, is one of the beacons of the Wiener Moderne, or Viennese Modern Age.</p></div>
<p><a href="http://blog.soher.at/2009/09/30/license/">License</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soher.at/2009/10/01/vienna-by-night-part-two/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
