<?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>Stefan's Blog</title>
	<atom:link href="http://www.stefan-motz.de/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stefan-motz.de/wordpress</link>
	<description>coding, scouting, diy, ideas …</description>
	<lastBuildDate>Fri, 15 Jul 2011 17:19:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>DropBox Gallery Demo</title>
		<link>http://www.stefan-motz.de/wordpress/2011/07/dropbox-gallery-demo/</link>
		<comments>http://www.stefan-motz.de/wordpress/2011/07/dropbox-gallery-demo/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 17:19:10 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=300</guid>
		<description><![CDATA[It&#8217;s been a while since I first mentioned my Dropbox Gallery Plugin. Up to today I did not release it for two major reasons: You have to get your own dropbox developer key to use the plugin . That&#8217;s a barrier for most users. I did not manage to (and didn&#8217;t really try to) optimize [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I first mentioned my Dropbox Gallery Plugin.</p>
<p>Up to today I did not release it for two major reasons:</p>
<ol>
<li>You have to get your own dropbox developer key to use the plugin . That&#8217;s a barrier for most users.</li>
<li>I did not manage to (and didn&#8217;t really try to) optimize memory consumption when the images are cached. Right now you have to reload the page several times, until all images are cached. That&#8217;s a real show stopper.</li>
</ol>
<p>After all I do know, that some people might like to use the plugin nevertheless and perhaps they might even optimize it.</p>
<p>Please drop me a line if you use the Dropbox gallery , enhanced it or even pushed it to github or google code.</p>
<p><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2011/07/dropbox-gallery.tar.gz">dropbox-gallery.tar.gz</a></p>
<p>If you ant to use the plugin, make sure to configure it and to get a Dropbox API-Key.<br />
It&#8217;s recommended to use <a title="WP-prettyPhoto" href="http://wordpress.org/extend/plugins/wp-prettyphoto/">WP-prettyPhoto</a> along with the dropbox gallery.</p>
<a class="dropbox_gallery_link" rel="wp-prettyPhoto[c77cc17daa697fe71e59e19d8974dafe]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_cd11a4f603b256adecd46343f9cf78d0"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_f5c702e67803467b7c4c19a33f73b01e"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[c77cc17daa697fe71e59e19d8974dafe]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_6710cb3b5d63b1d6a2a1ded2dc3952ea"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_e70feb591c72bd953df5616968b9beb6"/></a>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2011/07/dropbox-gallery-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery.printQr: use QR-Codes for your Print-Stylesheet with Google Charts API and jQuery</title>
		<link>http://www.stefan-motz.de/wordpress/2011/03/use-qr-codes-for-your-print-stylesheet-with-google-charts-api-and-jquery/</link>
		<comments>http://www.stefan-motz.de/wordpress/2011/03/use-qr-codes-for-your-print-stylesheet-with-google-charts-api-and-jquery/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 23:41:38 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[common]]></category>
		<category><![CDATA[printQr]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=291</guid>
		<description><![CDATA[It&#8217;s a common practice to make the URIs of links visible in a print styleheets via CSS: @media print { a:after { content: &#34; (&#34; attr(href) &#34;)&#34;; } } Quite often you would not like to type a cryptic url by hand. Here is what you may utilize jQuery.printQr for. Here is all you have [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a common practice to make the URIs of links visible in a print styleheets via CSS:</p>
<pre class="brush: css; title: ;">
@media print {
a:after {
content: &quot; (&quot; attr(href) &quot;)&quot;;
}
}
</pre>
<p>Quite often you would not like to type a cryptic url by hand. Here is what you may utilize jQuery.printQr  for.</p>
<p>Here is all you have to do:</p>
<pre class="brush: xml; title: ;">
&lt;script src=&quot;jquery.printqr.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
$(document).ready(function() {
    $('a').printQr();
});
&lt;/script&gt;
</pre>
<p>These lines of code will add QR Codes for all links to the bottom of the page when you print it.<br />
I built a little <a title="printQr jQuery Plugin" href="http://www.stefan-motz.de/oss/printQR/" target="_blank">demo page</a>.</p>
<p>Have fun with it, I&#8217;m interested in some feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2011/03/use-qr-codes-for-your-print-stylesheet-with-google-charts-api-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic Earth: Unsere Welt in 3D</title>
		<link>http://www.stefan-motz.de/wordpress/2011/03/magic-earth-unsere-welt-in-3d/</link>
		<comments>http://www.stefan-motz.de/wordpress/2011/03/magic-earth-unsere-welt-in-3d/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 22:46:04 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[common]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=285</guid>
		<description><![CDATA[Seit ein paar Tagen ist das Buch &#8220;Magic Earth: Unsere Welt in 3D&#8221; im Handel erhältlich, in dem auch eine meiner Peru-3D-Aufnahmen abgedruckt ist. Mein Beleg-Exemplar ist auch bei mir angekommen. Ein wenig schade ist, dass die Bilder über die Doppelseite und damit über den Falz gehen. Dafür gibt es schöne Fotos und Relief-Karten in [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://rcm-de.amazon.de/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=02331net-21&#038;o=3&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;asins=3577145099" style="float:right;width:120px;height:240px;margin-left:10px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>Seit ein paar Tagen ist das Buch &#8220;Magic Earth: Unsere Welt in 3D&#8221; im Handel erhältlich, in dem auch eine meiner Peru-3D-Aufnahmen abgedruckt ist. Mein Beleg-Exemplar ist auch bei mir angekommen.</p>
<p>Ein wenig schade ist, dass die Bilder über die Doppelseite und damit über den Falz gehen.</p>
<p>Dafür gibt es schöne Fotos und Relief-Karten in 3D rund um den Globus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2011/03/magic-earth-unsere-welt-in-3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Galleries from DropBox</title>
		<link>http://www.stefan-motz.de/wordpress/2011/03/image-galleries-from-dropbox/</link>
		<comments>http://www.stefan-motz.de/wordpress/2011/03/image-galleries-from-dropbox/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 23:17:09 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[common]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=280</guid>
		<description><![CDATA[My previous post gave a little sneak peek to my very first wordpress plugin &#8220;Dropbox Gallery&#8221;. Although it is not ready for press right now, I&#8217;ll tell you about its features and advantages. No (manual) upload needed All you do is drag a file to your Dropbox folder. You should upload an image with a [...]]]></description>
			<content:encoded><![CDATA[<p>My previous post gave a little sneak peek to my very first wordpress plugin &#8220;Dropbox Gallery&#8221;.<br />
Although it is not ready for press right now, I&#8217;ll tell you about its features and advantages.</p>
<p><strong>No (manual) upload needed</strong><br />
All you do is drag a file to your Dropbox folder. You should upload an image with a reasonable filesize, so don&#8217;t use your 20 megapixel raw image. Thumbnailing is done by dropbox.</p>
<p><strong>Caching, not copying</strong><br />
The images from your Dropbox are cached for faster access. The cache has a configurable lifetime.</p>
<p><strong>Update galleries or individual pictures</strong><br />
On the other hand every new revision of an image is detected and updated. You altered your image in Photoshop? No need to update your image in WordPress.</p>
<p><strong>Choose any folder from your Dropbox account</strong><br />
You may choose any folder to create an image gallery out of its contents. All images of the folder you chose are displayed in your article.</p>
<p><strong>And here is what you get</strong><br />
<a class="dropbox_gallery_link" rel="wp-prettyPhoto[6d74d400679488e8b58409fb2d553ad1]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_79af3ccfd8ab3ccef6bbe44202550744"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_8fd071deac0d04f709af29188cd0eeda"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[6d74d400679488e8b58409fb2d553ad1]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_023c983748c3ede4144506e17aac729c"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_2a4e1a64c3936d2b23284f372d5f95ef"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[6d74d400679488e8b58409fb2d553ad1]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_f847bfd8f97719edaa73079c7ca50025"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_91da6c7e569a0f9fdef4073c5f2b3d01"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[6d74d400679488e8b58409fb2d553ad1]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_2ed9bcb888cbce6fd2072d52d6dd8d83"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_afd0daa55b07ef63026e9803e36d901d"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[6d74d400679488e8b58409fb2d553ad1]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_1a4773dc77556125dda430c71c89c43f"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_a3a508bba43cd14733ed322c06159410"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2011/03/image-galleries-from-dropbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connect Photo Galleries from DropBox with your WordPress Blog</title>
		<link>http://www.stefan-motz.de/wordpress/2010/08/connect-photo-galleries-from-dropbox-with-your-wordpress-blog/</link>
		<comments>http://www.stefan-motz.de/wordpress/2010/08/connect-photo-galleries-from-dropbox-with-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 21:17:06 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[common]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=273</guid>
		<description><![CDATA[Today I wrote a tiny Plug-In to incorporate Dropbox Photo-Folders into a WordPress Blog.]]></description>
			<content:encoded><![CDATA[<p>Today I wrote a tiny Plug-In to incorporate Dropbox Photo-Folders into a WordPress Blog.</p>
<a class="dropbox_gallery_link" rel="wp-prettyPhoto[aef04e0014869cf0add4ab103c6ce4ed]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_c62f3b20a1fd709f26469440c295480a"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_4327945f300ebc1dd4a6dc996ff63dac"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[aef04e0014869cf0add4ab103c6ce4ed]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_ca05930e78944d62ba01fc02d728dcf4"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_8352cd4a0f0060cd100dfc5208366a10"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[aef04e0014869cf0add4ab103c6ce4ed]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_da71fe4d3f3adcfa5be8867d1e95f7c7"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_c730929d389851ad73607011e8b0ac6b"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[aef04e0014869cf0add4ab103c6ce4ed]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_9ae5bf086ab1586c44c0f30cf989344d"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_26c006299314b93a9877146d0c777fc4"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[aef04e0014869cf0add4ab103c6ce4ed]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_9ad57654b03cb801fe130c1538339c45"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_c8eddf6e3ebca1d6a8430d3fe4f7c0ae"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[aef04e0014869cf0add4ab103c6ce4ed]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_57a0ae5ab8fa762d0db157b77583afeb"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_6e6bc0355925d76974fca42ea5cdb4fc"/></a><a class="dropbox_gallery_link" rel="wp-prettyPhoto[aef04e0014869cf0add4ab103c6ce4ed]" href="http://www.stefan-motz.de/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_be3cb968590ce76fda312fa9cba89ae9"><img src="/wordpress/wp-content/plugins/dropbox-gallery/dropbox_gallery_image.php?hash=dbgc_8d7605104dd21eb3c343c761718786ee"/></a>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2010/08/connect-photo-galleries-from-dropbox-with-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ein Nachmittag im Zoo in 3D</title>
		<link>http://www.stefan-motz.de/wordpress/2010/08/ein-nachmittag-im-zoo-in-3d/</link>
		<comments>http://www.stefan-motz.de/wordpress/2010/08/ein-nachmittag-im-zoo-in-3d/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 14:25:16 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[common]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=252</guid>
		<description><![CDATA[Der erste Beitrag im Jahr 2010 &#8211; hatte fast vergessen, dass ich ein Blog habe&#8230; Anbei einige 3D Fotos aus dem Wuppertaler Zoo.]]></description>
			<content:encoded><![CDATA[<p>Der erste Beitrag im Jahr 2010 &#8211; hatte fast vergessen, dass ich ein Blog habe&#8230;</p>
<p>Anbei einige 3D Fotos aus dem <a href="http://zoo-wuppertal.de/">Wuppertaler Zoo</a>.</p>
<p><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Pinguintunnel-3D.jpg" rel="wp-prettyPhoto[g252]"><img class="alignleft size-thumbnail wp-image-259" title="Pinguintunnel-3D" src="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Pinguintunnel-3D-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Löwinnen-3D.jpg"><img class="alignleft size-thumbnail wp-image-258" title="Löwinnen-3D" src="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Löwinnen-3D-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Erdmännchen-3D.jpg"><img class="alignleft size-thumbnail wp-image-257" title="Erdmännchen-3D" src="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Erdmännchen-3D-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Elefantenbulle-3D.jpg" rel="wp-prettyPhoto[g252]"><img class="alignleft size-thumbnail wp-image-256" title="Elefantenbulle-3D" src="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Elefantenbulle-3D-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Elefanten_2-3D.jpg" rel="wp-prettyPhoto[g252]"><img class="alignleft size-thumbnail wp-image-254" title="Elefanten_2-3D" src="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Elefanten_2-3D-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Eisbären-3D.jpg"><img class="alignleft size-thumbnail wp-image-253" title="Eisbären-3D" src="http://www.stefan-motz.de/wordpress/wp-content/uploads/2010/03/Eisbären-3D-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2010/08/ein-nachmittag-im-zoo-in-3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suche mit dem REST-API von pfadis.com</title>
		<link>http://www.stefan-motz.de/wordpress/2009/12/suche-mit-der-rest-api-von-pfadis-com/</link>
		<comments>http://www.stefan-motz.de/wordpress/2009/12/suche-mit-der-rest-api-von-pfadis-com/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 18:28:36 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[pfadis.com]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=245</guid>
		<description><![CDATA[Fortsetzung von &#8220;API für pfadis.com&#8221; Suche mit Orts- oder Stammesnamen Nachfolgend ein Beispiel zur Suche mit der pfadis.com API: http://pfadis.com/app/api/rest/Unit?q= schwerte&#38;short=true Wie unschwer zu erkennen ist, ist &#8220;q&#8221; der Suchparameter. Mit &#8220;short=true&#8221; wird ein übersichtliches Ergebnis ohne weitere Infos zu den gefundenen Stämmen/Bezirken/etc. geliefert: { &#34;result&#34;: [ { &#34;id&#34;:507, &#34;url&#34;:&#34;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/507&#34;, &#34;fullname&#34;:&#34;16\/02\/04 &#124; Stamm St. Marien [...]]]></description>
			<content:encoded><![CDATA[<p>Fortsetzung von &#8220;<a href="http://www.stefan-motz.de/wordpress/2009/12/api-fur-pfadis-com/">API für pfadis.com</a>&#8221;</p>
<p><strong>Suche mit Orts- oder Stammesnamen</strong></p>
<p>Nachfolgend ein Beispiel zur Suche mit der pfadis.com API:</p>
<p><a href="http://pfadis.com/app/api/rest/Unit?q=schwerte&amp;short=true">http://pfadis.com/app/api/rest/Unit?q= schwerte&amp;short=true</a></p>
<p>Wie unschwer zu erkennen ist, ist &#8220;q&#8221; der Suchparameter. Mit &#8220;short=true&#8221; wird ein übersichtliches Ergebnis ohne weitere Infos zu den gefundenen Stämmen/Bezirken/etc. geliefert:</p>
<pre class="brush: jscript; title: ;">
{
    &quot;result&quot;: [
        {
            &quot;id&quot;:507,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/507&quot;,
            &quot;fullname&quot;:&quot;16\/02\/04 | Stamm St. Marien (Schwerte)&quot;,
            &quot;type&quot;:&quot;Unit&quot;
        }
    ],
    &quot;page&quot;:1,
    &quot;rpp&quot;:20,
    &quot;total&quot;:1,
    &quot;previous_page&quot;:null,
    &quot;next_page&quot;:null,
    &quot;q&quot;:&quot;schwerte&quot;
}
</pre>
<p>Die Suche hat genau ein Ergebnis geliefert: den Stamm St. Marien Schwerte. Gesucht werden kann nach Stammesnamen und Ortsbezeichnungen.</p>
<p><strong>Suche mit geografischem Bezug</strong></p>
<p>Als Suchparameter &#8220;q&#8221; eignen sich auch Ortsbezogene Angaben. So können Stämme (bzw, um genau zu sein, Stämme, denen eine Adresse zugeordnet ist) in der Nähe eines bestimmten PLZ-Bereiches gefunden werden:</p>
<p><a href="http://pfadis.com/app/api/rest/Unit?q=58239&amp;dist=10&amp;short=true">http://pfadis.com/app/api/rest/Unit?q=58239&amp;dist=10&amp;short=true</a></p>
<p>Der Parameter &#8220;dist&#8221; gibt den Radius in Kilometern an, in dem gesucht werden soll.</p>
<pre class="brush: jscript; title: ;">
{
    &quot;result&quot;:[
        {
            &quot;id&quot;:507,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/507&quot;,
            &quot;fullname&quot;:&quot;16\/02\/04 | Stamm St. Marien (Schwerte)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:0
        },
        {
            &quot;id&quot;:514,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/514&quot;,
            &quot;fullname&quot;:&quot;16\/01\/21 | Stamm Berghofen (Dortmund-Berghofen)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:5.98
        },
        {
            &quot;id&quot;:526,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/526&quot;,
            &quot;fullname&quot;:&quot;16\/01\/07 | Stamm Dortmund-Soelde (Dortmund-Soelde)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:6.26
        },
        {
            &quot;id&quot;:516,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/516&quot;,
            &quot;fullname&quot;:&quot;16\/01\/19 | Stamm Bonifaten 80 (Dortmund-Lichtendorf\/S\u00f6lderholz)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:6.26
        },
        {
            &quot;id&quot;:518,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/518&quot;,
            &quot;fullname&quot;:&quot;16\/01\/17 | Stamm St. Ewaldi (Dortmund-Aplerbeck)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:6.76
        },
        {
            &quot;id&quot;:508,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/508&quot;,
            &quot;fullname&quot;:&quot;16\/02\/03 | Stamm Hagen-Boele (Hagen-Boele\/Helfe)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:7.3
        },
        {
            &quot;id&quot;:509,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/509&quot;,
            &quot;fullname&quot;:&quot;16\/02\/02 | Stamm St. Bonifatius (Hagen-Hohenlimburg)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:8.24
        },
        {
            &quot;id&quot;:522,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/522&quot;,
            &quot;fullname&quot;:&quot;16\/01\/13 | Stamm Marcel Callo (Dortmund-H\u00f6rde)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:8.35
        },
        {
            &quot;id&quot;:498,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/498&quot;,
            &quot;fullname&quot;:&quot;16\/02\/16 | Stamm Arche (Iserlohn)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:9.06
        },
        {
            &quot;id&quot;:506,
            &quot;url&quot;:&quot;http:\/\/pfadis.com\/app\/api\/rest\/Unit\/506&quot;,
            &quot;fullname&quot;:&quot;16\/02\/06 | Stamm St. Elisabeth (Hagen)&quot;,
            &quot;type&quot;:&quot;Unit&quot;,
            &quot;distance&quot;:9.59
        }
    ],
    &quot;page&quot;:1,
    &quot;rpp&quot;:20,
    &quot;total&quot;:10,
    &quot;previous_page&quot;:null,
    &quot;next_page&quot;:null,
    &quot;q&quot;:&quot;58239&quot;
}
</pre>
<p>Der Suchparameter &#8220;q&#8221; nimmt auch zwei mit Semikolon getrennte Dezimalzahlen entgegen und interpretiert diese dann als geografischen Punkt:</p>
<p><a href="http://pfadis.com/app/api/rest/Unit?q=51.4;7.6&#038;dist=10&#038;short=true">http://pfadis.com/app/api/rest/Unit?q=51.4;7.6&#038;dist=10&#038;short=true</a></p>
<p>Konkrete Codebeispiele folgen.</p>
<p>Viel Spaß beim Testen &#8211; Feedback ist erwünscht.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2009/12/suche-mit-der-rest-api-von-pfadis-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API für pfadis.com</title>
		<link>http://www.stefan-motz.de/wordpress/2009/12/api-fur-pfadis-com/</link>
		<comments>http://www.stefan-motz.de/wordpress/2009/12/api-fur-pfadis-com/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 19:15:22 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[pfadis.com]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=232</guid>
		<description><![CDATA[pfadis.com hat ein API bekommen. Ein REST-API, um genau zu sein. Bisher empfängt und liefert es Daten im JSON-Format. Zum Erforschen des API empfehle ich die Verwendung von Firefox mit JSONView-AddOn. Damit lässt sich wunderbar im Browser sehen und verfolgen, welche Daten und URIs geliefert werden. Bevor ich lange erzähle, hier ein Beispiel: http://pfadis.com/app/api/rest/Unit { [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pfadis.com" target="_blank">pfadis.com</a> hat ein API bekommen. Ein <a title="Representational State Transfer bei Wikipedia" href="http://de.wikipedia.org/wiki/Representational_State_Transfer">REST-API</a>, um genau zu sein. Bisher empfängt und liefert es Daten im <a title="JavaScript Object Notation bei Wikipedia" href="http://de.wikipedia.org/wiki/JSON">JSON</a>-Format.</p>
<p>Zum Erforschen des API empfehle ich die Verwendung von <a href="http://getfirefox.com">Firefox</a> mit <a href="http://benhollis.net/software/jsonview/">JSONView</a>-AddOn. Damit lässt sich wunderbar im Browser sehen und verfolgen, welche Daten und URIs geliefert werden.</p>
<p>Bevor ich lange erzähle, hier ein Beispiel:</p>
<p><a href="http://pfadis.com/app/api/rest/Unit">http://pfadis.com/app/api/rest/Unit</a></p>
<pre class="brush: jscript; title: ;">
{
    result : [],
    page: 1,
    rpp: 20,
    total: 8290,
    previous_page: null,
    next_page: &quot;http://pfadis.com/app/api/rest/Unit?page=2&quot;,
    q: null
}
</pre>
<p>Diese URL zeigt alle Units (Stämme, Bezirke, Diözesen aber auch Arbeitskreise und Stufen) an. Der obige Aufruf liefert 20 Einträge pro Seite im (oben leeren) &#8220;result&#8221; Array. Mit &#8220;previous_page&#8221; und &#8220;next_page&#8221; werden die passenden URLs zum durchforsten aller Ergebnisse mitgeliefert.</p>
<p><a href="http://www.stefan-motz.de/wordpress/2009/12/suche-mit-der-rest-api-von-pfadis-com/">Fortsetzung &#8220;Suche mit dem REST-API&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2009/12/api-fur-pfadis-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mehr Suchmaschinen für Glims</title>
		<link>http://www.stefan-motz.de/wordpress/2009/10/mehr-suchmaschinen-fur-glims/</link>
		<comments>http://www.stefan-motz.de/wordpress/2009/10/mehr-suchmaschinen-fur-glims/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 11:27:59 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[glims]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=228</guid>
		<description><![CDATA[Glims ist eine sehr praktische Erweiterung für Safari, die unter anderem mehr Suchmaschinen zum Suchfeld hinzufügt. Darüber hinaus können Suchanfragen aus der Adresszeile heraus gestartet werden. Pro Suchmaschine wird ein Kürzel definiert, z.B. &#8220;g&#8221; für Google, so dass die Eingabe &#8220;g tag der deutschen einheit&#8221; in die Adresszeile die entsprechenden Suchergebnisse bei Google auswirft. Leider [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.machangout.com/">Glims</a> ist eine sehr praktische Erweiterung für Safari, die unter anderem mehr Suchmaschinen zum Suchfeld hinzufügt. Darüber hinaus können Suchanfragen aus der Adresszeile heraus gestartet werden. Pro Suchmaschine wird ein Kürzel definiert, z.B. &#8220;g&#8221; für Google, so dass die Eingabe &#8220;g tag der deutschen einheit&#8221; in die Adresszeile die entsprechenden Suchergebnisse bei Google auswirft.</p>
<p>Leider sind (noch) keine deutschen Nachschlagewerke vorgegeben. Über die Einstellungen von Glims können eigene Suchmaschinen hinzugefügt werden. Nachfolgend die Such-Urls für eine kleine Auswahl von Seiten:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Google-DE</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://www.google.de/search?hl=de&amp;q=#query#</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">g</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Amazon.de</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://www.amazon.de/s/ref=nb_ss?url=search-alias%3Daps&amp;field-keywords=#query#</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">a</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Wikikpedia-DE</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://de.wikipedia.org/w/index.php?search=#query#&amp;go=Go</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">w</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">dict.leo.org</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://dict.leo.org/ende?lp=ende&amp;lang=de&amp;search=#query#</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">d</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Ebay-DE</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://search.ebay.de/#query#</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">e</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Flickr-CC</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://www.flickr.com/search/?q=#query#&amp;l=commderiv&amp;ct=0&amp;mt=all&amp;adv=1</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">fcc</div>
<ul>
<li>Google-DE
<p>http://www.google.de/search?hl=de&#038;q=#query#</li>
<li>Amazon.de
<p>http://www.amazon.de/s/ref=nb_ss?url=search-alias%3Daps&#038;field-keywords=#query#</li>
<li>Wikikpedia-DE
<p>http://de.wikipedia.org/w/index.php?search=#query#&#038;go=Go</li>
<li>dict.leo.org &#8211; Übersetzung deutsch/englisch &#8211; englisch/deutsch
<p>http://dict.leo.org/ende?lp=ende&#038;lang=de&#038;search=#query#</li>
<li>Ebay-DE
<p>http://search.ebay.de/#query#</li>
<li>Flickr-CC &#8211; Flickr Bildsuche, beschränkt auf CreativeComons-Bilder mit Freigabe
<p>http://www.flickr.com/search/?q=#query#&#038;l=commderiv&#038;ct=0&#038;mt=all&#038;adv=1</li>
</ul>
<p>Diese Suchmaschinen kann man sich als <a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/10/MHOCustomSearchEngines.plist">Property-Datei auch gerne hier herunterladen</a>.<br />
Gespeichert wird diese Datei in ~/Library/Application Support/Glims</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2009/10/mehr-suchmaschinen-fur-glims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D pictures from Peru</title>
		<link>http://www.stefan-motz.de/wordpress/2009/09/3d-pictures-from-peru/</link>
		<comments>http://www.stefan-motz.de/wordpress/2009/09/3d-pictures-from-peru/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:47:46 +0000</pubDate>
		<dc:creator>moldi</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[anaglyph]]></category>
		<category><![CDATA[peru]]></category>

		<guid isPermaLink="false">http://www.stefan-motz.de/wordpress/?p=79</guid>
		<description><![CDATA[On our vacation to Peru I took several 3D pictures with my self made 3D camera. You will need red/cyan anaglyph glasses to see the 3D effect. Adobe pyramid in Lima Plants and animals of Peru Ica, Nazcar and Maria-Reiche-Museum Arequipa, Peru / Convent de Santa Catalina / Misti Ca&#241;on de Colca Tiwanacu, Bolivia Chacaltaya [...]]]></description>
			<content:encoded><![CDATA[<p>On our vacation to Peru I took several 3D pictures with my <a href="http://www.stefan-motz.de/wordpress/2009/09/building-my-own-3d-camera/">self made 3D camera</a>. You will need red/cyan anaglyph glasses to see the 3D effect.</p>
<hr style="clear:both;" />
<h3>Adobe pyramid in Lima</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D001.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D001-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D002.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D002-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D004.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D004-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D006.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D006-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Plants and animals of Peru</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D008.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D008-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D009.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D009-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D012.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D012-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D014.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D014-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D018.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D018-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Ica, Nazcar and Maria-Reiche-Museum</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D019.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D019-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D022.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D022-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D023.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D023-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D029.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D029-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Arequipa, Peru / Convent de Santa Catalina / Misti</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D033.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D033-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D034.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D034-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D038.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D038-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D044.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D044-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D047.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D047-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D053.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D053-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D055.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D055-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Ca&ntilde;on de Colca</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D063.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D063-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D066.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D066-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D069.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D069-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D073.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D073-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D080.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D080-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Tiwanacu, Bolivia</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D087.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D087-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D089.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D089-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D093.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D093-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D094.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D094-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D095.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D095-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D099.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D099-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D101.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D101-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D104.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D104-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Chacaltaya mountain, Bolivia</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D105.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D105-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D109.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D109-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Moon Valley, La Paz, Bolivia</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D110.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D110-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D111.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D111-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D112.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D112-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D116.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D116-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D117.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D117-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Lake Titicaca, Copacabana, Uro Islands</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D119.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D119-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D122.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D122-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D125.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D125-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D133.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D133-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D136.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D136-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D137.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D137-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D144.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D144-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D147.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D147-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D155.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D155-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Inca ruins and stones, Cusco, Peru</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D159.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D159-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D166.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D166-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D171.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D171-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D175.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D175-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Wiñya Wayna and Inka trail</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D187.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D187-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D188.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D188-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D190.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D190-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D192.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D192-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D193.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D193-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D194.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D194-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D195.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D195-150x150.jpg" alt="" width="150" height="150" /></a></div>
<hr style="clear:both;" />
<h3>Machu Picchu in 3D</h3>
<p></p>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D206.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D206-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D212.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D212-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D214.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D214-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D217.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D217-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D220.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D220-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D221.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D221-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D223.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D223-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D229.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D229-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D232.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D232-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D235.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D235-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D236.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D236-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D237.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D237-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D240.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D240-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D241.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D241-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D242.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D242-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D245.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D245-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D247.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D247-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D248.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D248-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D251.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D251-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D254.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D254-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="float:left;"><a href="http://www.stefan-motz.de/wordpress/wp-content/uploads/2009/09/S3D255.jpg" rel="wp-prettyPhoto[g79]"><img src="/wordpress/wp-content/uploads/2009/09/S3D255-150x150.jpg" alt="" width="150" height="150" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.stefan-motz.de/wordpress/2009/09/3d-pictures-from-peru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

