<?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/"
	>

<channel>
	<title>multiKOOP.de</title>
	<atom:link href="http://www.multikoop.de/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.multikoop.de/wordpress</link>
	<description>Java, Adobe Flex, SOA, Oracle, ADF, OAW, Mobible, BlogSnapshot</description>
	<pubDate>Thu, 13 May 2010 11:59:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ADF11: Select Text Resource Bug</title>
		<link>http://www.multikoop.de/wordpress/2009/08/02/adf11-select-text-resource-bug/</link>
		<comments>http://www.multikoop.de/wordpress/2009/08/02/adf11-select-text-resource-bug/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 10:28:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[adf]]></category>

		<category><![CDATA[fusion middleware]]></category>

		<category><![CDATA[jdeveloper]]></category>

		<guid isPermaLink="false">http://www.multikoop.de/wordpress/?p=84</guid>
		<description><![CDATA[Last week I came accross a cool blog about ADF BUGS FACTS. The author inspired me to write myself about similiar experiences with ADF11/JDeveloper.  So today I will describe a bug concerning the i18n capabilities in ADF11.
First I have to mention tha the support for i18n text resources improved very well with JDev11 but there [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I came accross a cool <a href="http://adfbugs.blogspot.com/" target="_blank">blog about ADF BUGS FACTS</a>. The author inspired me to write myself about similiar experiences with ADF11/JDeveloper.  So today I will describe a bug concerning the i18n capabilities in ADF11.</p>
<p>First I have to mention tha the support for i18n text resources improved very well with JDev11 but there is a case when things do not work correctly. So in the case your ViewController project name contains a dash. things do not work anymore as expected. So in our company we have following convention to name our applications/projects.</p>
<pre>customer-app
  app-model
  app-webui</pre>
<p>With that convention your not able to work with the &#8220;select text resource&#8221; feature on ADF Faces Pages, because invalid code is generated. So here is the example</p>
<p><img class="aligncenter size-large wp-image-86" title="jdev11_i18n_bug" src="http://www.multikoop.de/wordpress/wp-content/jdev11_i18n_bug-1024x640.png" alt="jdev11_i18n_bug" width="1024" height="640" /></p>
<p>Because the ViewController project is called myapp-ui you get the following buggy code</p>
<p><img class="aligncenter size-full wp-image-85" title="jdev11_i18n_bug2" src="http://www.multikoop.de/wordpress/wp-content/jdev11_i18n_bug2.png" alt="jdev11_i18n_bug2" width="670" height="277" /></p>
<p>Solution is to remove the dash in c:set and of course all  EL references.</p>
<pre>&lt;c:set var="myappuiBundle"
         value="#{adfBundle['de.team.training.i18n.myapp-uiBundle']}"/&gt;</pre>
<p>and</p>
<pre>&lt;af:outputText value="#{myappuiBundle.MY_APPLICATION_TITLE}" id="ot1"/&gt;</pre>
<p>After this fix the text resource is resolved correctly</p>
<p><img class="aligncenter size-full wp-image-87" title="jdev11_i18n_bug3" src="http://www.multikoop.de/wordpress/wp-content/jdev11_i18n_bug3.png" alt="jdev11_i18n_bug3" width="601" height="274" /></p>
<p>So notice: Using dashes (-) in project names may cause trouble in development of fusion web applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2009/08/02/adf11-select-text-resource-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JDeveloper 11.1.1.1 for Mac</title>
		<link>http://www.multikoop.de/wordpress/2009/07/08/jdeveloper-11111-for-mac/</link>
		<comments>http://www.multikoop.de/wordpress/2009/07/08/jdeveloper-11111-for-mac/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[JDeveloper Oracle Mac 11g]]></category>

		<guid isPermaLink="false">http://www.multikoop.de/wordpress/2009/07/08/jdeveloper-11111-for-mac/</guid>
		<description><![CDATA[The new release of JDeveloper 11g R1 finally got better integration for Mac users. Before that release we had to start the IDE by hand from the terminal or we had to create a script for comfortable starting. Now we got an &#8220;app&#8221; launcher. It makes me happy:-)

General installation instructions of JDeveloper on Mac OS [...]]]></description>
			<content:encoded><![CDATA[<p>The new release of JDeveloper 11g R1 finally got better integration for Mac users. Before that release we had to start the IDE by hand from the terminal or we had to create a script for comfortable starting. Now we got an &#8220;app&#8221; launcher. It makes me happy:-)</p>
<p><img class="aligncenter size-full wp-image-78" title="bild-2" src="http://www.multikoop.de/wordpress/wp-content/bild-2.png" alt="bild-2" width="517" height="459" /></p>
<p>General installation instructions of JDeveloper on Mac OS are well documented at <a href="http://andrejusb.blogspot.com/2008/10/jdeveloper-11g-production-on-mac-os.html" target="_blank">Andrejus Baranovskis blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2009/07/08/jdeveloper-11111-for-mac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle WebLogic Server 11g (10.3.1) installed</title>
		<link>http://www.multikoop.de/wordpress/2009/07/02/wls1031install/</link>
		<comments>http://www.multikoop.de/wordpress/2009/07/02/wls1031install/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java EE]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[fusion middleware]]></category>

		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://www.multikoop.de/wordpress/?p=65</guid>
		<description><![CDATA[As you might have noticed Oracle released the Fusion Middleware 11g! With this release a new version of Oracle WebLogic Server is shipped.The installation is straightforward, although I came across one new dialog.

So with 10.3.1 you are able to be informed about security issues.
Another change is that Workhop has gone from the installation option and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">As you might have noticed Oracle released the Fusion Middleware 11g! With this release a new version of Oracle WebLogic Server is shipped.The installation is straightforward, although I came across one new dialog.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-66" title="bildschirmfoto-oracle-installer-weblogic-10310-2" src="http://www.multikoop.de/wordpress/wp-content/bildschirmfoto-oracle-installer-weblogic-10310-2.png" alt="bildschirmfoto-oracle-installer-weblogic-10310-2" width="480" height="344" /></p>
<p>So with 10.3.1 you are able to be informed about security issues.</p>
<p>Another change is that Workhop has gone from the installation option and is replaced by OEPE (Oracle Enterprise Pack for Eclipse)</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-68" title="bildschirmfoto-oracle-installer-weblogic-10310-3" src="http://www.multikoop.de/wordpress/wp-content/bildschirmfoto-oracle-installer-weblogic-10310-3.png" alt="bildschirmfoto-oracle-installer-weblogic-10310-3" width="480" height="344" /></p>
<p>The ConfigurationWizard changed a bit for better usability, but there are actualy no functionl changes I think.</p>
<p>After domain creation and starting the AdminServer the administration console appears in a new look.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-73" title="wls_1031_adminconsole1" src="http://www.multikoop.de/wordpress/wp-content/wls_1031_adminconsole1-1024x605.png" alt="wls_1031_adminconsole1" width="614" height="363" /></p>
<p>Log in and you see the following web interface</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-74" title="wls_1031_adminconsole_11" src="http://www.multikoop.de/wordpress/wp-content/wls_1031_adminconsole_11-1024x770.png" alt="wls_1031_adminconsole_11" width="614" height="462" /></p>
<p>From the first point of view the stylesheet just has been polished.</p>
<p>Reference: <a href="http://download.oracle.com/docs/cd/E12839_01/web.1111/e13852/toc.htm#NOTES107" target="_blank">What&#8217;s new in 10.3.1</a></p>
<p>Reference: <a href="http://download.oracle.com/docs/cd/E12839_01/wls.htm" target="_blank">Oracle  WebLogic Server 11g documentation</a></p>
<p>So far from the new weblogic 10.3.1 release for the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2009/07/02/wls1031install/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle&#8217;s Rich Enterprise Applications</title>
		<link>http://www.multikoop.de/wordpress/2008/12/12/oracles-rich-enterprise-applications/</link>
		<comments>http://www.multikoop.de/wordpress/2008/12/12/oracles-rich-enterprise-applications/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 00:56:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.multikoop.de/wordpress/?p=61</guid>
		<description><![CDATA[This is really cool. Oracle has launched a new site for demonstrating Rich Enterprise Applications. The site itself is built by Jdev11g using ADF BC and ADF Faces RC. See it in action
http://rea.oracle.com/
As you will notice Oracle makes heavy use of Flex/Flash components. It Would be interesting to know if the flash stuff is encapsulated [...]]]></description>
			<content:encoded><![CDATA[<p>This is really cool. Oracle has launched a new site for demonstrating Rich Enterprise Applications. The site itself is built by Jdev11g using ADF BC and ADF Faces RC. See it in action</p>
<p><a title="Rich Enterprise Applications" href="http://rea.oracle.com/" target="_blank">http://rea.oracle.com/</a></p>
<p>As you will notice Oracle makes heavy use of Flex/Flash components. It Would be interesting to know if the flash stuff is encapsulated by appropriate Faces components or is flash integrated by some quick and dirty trick;-) ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2008/12/12/oracles-rich-enterprise-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Achtung! Betrugsversuch unter dem Schleier von Google AdWords</title>
		<link>http://www.multikoop.de/wordpress/2008/11/25/achtung-betrugsversuch-unter-dem-schleier-von-google-adwords/</link>
		<comments>http://www.multikoop.de/wordpress/2008/11/25/achtung-betrugsversuch-unter-dem-schleier-von-google-adwords/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:50:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.multikoop.de/wordpress/?p=59</guid>
		<description><![CDATA[So eben erreichte mich eine Email mit einem vorgetäuschten Verweis auf die Anmeldeseite von Google AdSense. Dank Opera bin ich jedoch bestens gerüstet und konnte erstmalig den Betrugsversuchschutz in Aktion sehen.

Die gefälschte Email wurde von folgendem Server gesendet. Also Vorsicht! Auszug aus den Header-Informationen:
Received: from nyzwj (131.105.70.126) by yahooeu.ru; Tue, 25 Nov 2008 14:58:41 +0200
]]></description>
			<content:encoded><![CDATA[<p>So eben erreichte mich eine Email mit einem vorgetäuschten Verweis auf die Anmeldeseite von Google AdSense. Dank Opera bin ich jedoch bestens gerüstet und konnte erstmalig den Betrugsversuchschutz in Aktion sehen.</p>
<p><img src="http://www.multikoop.de/wordpress/wp-content/fraud-protection.png" alt="" width="640" /></p>
<p>Die gefälschte Email wurde von folgendem Server gesendet. Also Vorsicht! Auszug aus den Header-Informationen:</p>
<p><em>Received: from nyzwj (131.105.70.126) by yahooeu.ru; Tue, 25 Nov 2008 14:58:41 +0200</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2008/11/25/achtung-betrugsversuch-unter-dem-schleier-von-google-adwords/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mobible Trackback</title>
		<link>http://www.multikoop.de/wordpress/2008/10/06/mobible-trackback/</link>
		<comments>http://www.multikoop.de/wordpress/2008/10/06/mobible-trackback/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 20:33:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java ME]]></category>

		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.multikoop.de/wordpress/?p=58</guid>
		<description><![CDATA[Mir ist aufgefallen, dass der verursachte Traffic meines Blogs in letzter Zeit deutlich gestiegen ist. Daraufhin habe ich den Webalizer meines Providers angeschmissen, um zu sehen, wie der Traffic zustande kommt. Vermutlich liegt es am Download der Handybibel, denn die Top-Referrer sind:

 crosschannel.de (mit einem Radio-Beitrag)
handykult.de
planetshaker.de
jesussagt.de
cvjm-stein
und natürlich Google

Ich bin begeistert! Es fehlen nur noch ein [...]]]></description>
			<content:encoded><![CDATA[<p>Mir ist aufgefallen, dass der verursachte Traffic meines Blogs in letzter Zeit deutlich gestiegen ist. Daraufhin habe ich den Webalizer meines Providers angeschmissen, um zu sehen, wie der Traffic zustande kommt. Vermutlich liegt es am Download der Handybibel, denn die Top-Referrer sind:</p>
<ul>
<li> <a title="http://www.crosschannel.de/christliche-themen/internet-computer/6231-die-bibel-fuers-handy.htm" href="http://www.crosschannel.de/christliche-themen/internet-computer/6231-die-bibel-fuers-handy.htm" target="_blank">crosschannel.de (mit einem Radio-Beitrag)</a></li>
<li><a title="www.handykult.de/forums/125876-gottes-wort-auf-dem-handy.html" href="www.handykult.de/forums/125876-gottes-wort-auf-dem-handy.html" target="_blank">handykult.de</a></li>
<li><a title="http://planetshaker.de/2007/01/25/komplette-bibel-fuers-handy/" href="http://planetshaker.de/2007/01/25/komplette-bibel-fuers-handy/" target="_blank">planetshaker.de</a></li>
<li><a title="http://jesussagt.com/blog/2007/03/28/handybibel/" href="http://jesussagt.com/blog/2007/03/28/handybibel/" target="_blank">jesussagt.de</a></li>
<li><a href="http://www.cvjm-stein.de/index.php?ind=news&amp;op=news_show_single&amp;ide=41" target="_blank">cvjm-stein</a></li>
<li>und natürlich Google</li>
</ul>
<p>Ich bin begeistert! Es fehlen nur noch ein paar Spenden;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2008/10/06/mobible-trackback/feed/</wfw:commentRss>
		</item>
		<item>
		<title>time for a new car</title>
		<link>http://www.multikoop.de/wordpress/2008/03/29/time-for-a-new-car/</link>
		<comments>http://www.multikoop.de/wordpress/2008/03/29/time-for-a-new-car/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After six years of driving a Skoda Fabia it was time to get a new experience. So my new &#8220;means of transport&#8221; is a BMW


Looks good, eh?;-)
]]></description>
			<content:encoded><![CDATA[<p>After six years of driving a Skoda Fabia it was time to get a new experience. So my new &#8220;means of transport&#8221; is a BMW</p>
<p><a href="http://www.multikoop.de/wordpress/wp-content/front_li_500.jpg"><img class="alignnone size-full wp-image-35" title="front_li_500" src="http://www.multikoop.de/wordpress/wp-content/front_li_500.jpg" alt="" width="500" height="295" /></a></p>
<p><a href="http://www.multikoop.de/wordpress/wp-content/heck_li_500.jpg"><img class="alignnone size-full wp-image-36" title="heck_li_500" src="http://www.multikoop.de/wordpress/wp-content/heck_li_500.jpg" alt="" width="500" height="292" /></a></p>
<p>Looks good, eh?;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2008/03/29/time-for-a-new-car/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Most interesting stuff in 2008</title>
		<link>http://www.multikoop.de/wordpress/2008/03/02/most-interesting-stuff-in-/</link>
		<comments>http://www.multikoop.de/wordpress/2008/03/02/most-interesting-stuff-in-/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi everybody!
I just would like to share with you what kind of software development stuff I am most interested in this year.
* OSGi/SCA: &#34; framework that defines an application life cycle management model, a service registry an Execution environment and Modules.&#34;
Information on: http://www.osgi.org/Main/HomePage , http://en.wikipedia.org/wiki/OSGi
Implementations: Equinox (Eclipse), Apache Felix
A must tutorial: http://www.aqute.biz/OSGi/Tutorial
* RIA: Adobe Flex [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everybody!</p>
<p>I just would like to share with you what kind of software development stuff I am most interested in this year.</p>
<p>* <b>OSGi/SCA</b>: &quot; framework that defines an application life cycle management model, a service registry an Execution environment and Modules.&quot;</p>
<p>Information on: <a href="http://www.osgi.org/Main/HomePage new=true">http://www.osgi.org/Main/HomePage</a> , <a href="http://en.wikipedia.org/wiki/OSGi new=true">http://en.wikipedia.org/wiki/OSGi</a></p>
<p>Implementations: Equinox (Eclipse), Apache Felix</p>
<p>A must tutorial: <a href="http://www.aqute.biz/OSGi/Tutorial new=true">http://www.aqute.biz/OSGi/Tutorial</a></p>
<p>* <b>RIA: Adobe Flex 3.0/BlazeDS</b></p>
<p>Look at: <a href="http://opensource.adobe.com/blazeds new=true">http://opensource.adobe.com/blazeds</a></p>
<p>* <b>MDSD: openArchitectureWare and related technologies: xText, Eclipse GMF, etc.</b></p>
<p>* <b>Oracle Products: JDeveloper/WebCenter/SOA Suite 11</b></p>
<p>* <b>Programming Languages: Groovy, Scala</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2008/03/02/most-interesting-stuff-in-/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Schmerzhafter Unfall beim Fußballspiel</title>
		<link>http://www.multikoop.de/wordpress/2008/01/20/schmerzhafter-unfall-beim-fuballspiel/</link>
		<comments>http://www.multikoop.de/wordpress/2008/01/20/schmerzhafter-unfall-beim-fuballspiel/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Gestern abend war es dann soweit: Zum ersten Mal in meinem Leben habe ich mir eine etwas größere Verletzung beim Sport zugezogen. Es hat den großen Zeh des linken Fußes erwischt.


Nach einer schmerzhaften Betäubung konnte der Zeh gerichtet werden und sieht schon wieder fast wie neu aus.
Fazit: 4 Wochen kein Sport. Gehstützen, um den Zeh [...]]]></description>
			<content:encoded><![CDATA[<p>Gestern abend war es dann soweit: Zum ersten Mal in meinem Leben habe ich mir eine etwas größere Verletzung beim Sport zugezogen. Es hat den großen Zeh des linken Fußes erwischt.</p>
<p><a href="http://www.multikoop.de/wordpress/wp-content/dsc00350_custom.jpg"><img class="alignnone size-full wp-image-37" title="dsc00350_custom" src="http://www.multikoop.de/wordpress/wp-content/dsc00350_custom.jpg" alt="" width="240" height="180" /></a></p>
<p><a href="http://www.multikoop.de/wordpress/wp-content/dsc00354_custom.jpg"><img class="alignnone size-full wp-image-38" title="dsc00354_custom" src="http://www.multikoop.de/wordpress/wp-content/dsc00354_custom.jpg" alt="" width="240" height="180" /></a></p>
<p>Nach einer schmerzhaften Betäubung konnte der Zeh gerichtet werden und sieht schon wieder fast wie neu aus.</p>
<p>Fazit: 4 Wochen kein Sport. Gehstützen, um den Zeh still zu legen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2008/01/20/schmerzhafter-unfall-beim-fuballspiel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Go west 2007</title>
		<link>http://www.multikoop.de/wordpress/2007/06/09/go-west-/</link>
		<comments>http://www.multikoop.de/wordpress/2007/06/09/go-west-/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hallo nach langer Zeit!
Wie einige Leute schon wissen, war ich vom 19.05.-3.06.2007 im Westen Kanadas. Nachfolgend einige Impressionen aus den Gegenden um Calgary, Red Deer, Edmonton, Vancouver und den Rocky Mountains (Banff, Lake Louis).
Edmonton

Lake Louis

Lake Louis

Lake Louis

Calgary

Unterwegs

West Edmonton Mall

Rocky Mountains

Waterpark in der West Edmonton Mall

Schnee in Red Deer am 23. Mai. Scheisse!

Eine Woche später war [...]]]></description>
			<content:encoded><![CDATA[<p>Hallo nach langer Zeit!</p>
<p>Wie einige Leute schon wissen, war ich vom 19.05.-3.06.2007 im Westen Kanadas. Nachfolgend einige Impressionen aus den Gegenden um Calgary, Red Deer, Edmonton, Vancouver und den Rocky Mountains (Banff, Lake Louis).</p>
<p>Edmonton</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/1.jpg" alt="" /></p>
<p>Lake Louis</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/4.jpg" alt="" /></p>
<p>Lake Louis</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/5.jpg" alt="" /></p>
<p>Lake Louis</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/7.jpg" alt="" /></p>
<p>Calgary</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/9.jpg" alt="" /></p>
<p>Unterwegs</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/10.jpg" alt="" /></p>
<p>West Edmonton Mall</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/11.jpg" alt="" /></p>
<p>Rocky Mountains</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/12.jpg" alt="" /></p>
<p>Waterpark in der West Edmonton Mall</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/13.jpg" alt="" /></p>
<p>Schnee in Red Deer am 23. Mai. Scheisse!</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/14.jpg" alt="" /></p>
<p>Eine Woche später war aber auch schon wieder Strandwetter. </p>
<p>Sylvan Lake (Nähe Red Deer)</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/15.jpg" alt="" /></p>
<p>Sylvan Lake (Nähe Red Deer)</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/16.jpg" alt="" /></p>
<p>Edmonton</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/17.jpg" alt="" /></p>
<p>Casino in der West Edmonton Mall</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/18.jpg" alt="" /></p>
<p>Rast Nähe Vancouver</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/19.jpg" alt="" /></p>
<p>Rocky Mountains</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/20.jpg" alt="" /></p>
<p>Rocky Mountains</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/21.jpg" alt="" /></p>
<p>Columbia Ice Fields in den Rockys</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/22.jpg" alt="" /></p>
<p>Columbia Ice Fields in den Rockys</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/23.jpg" alt="" /></p>
<p>Vancouver</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/24.jpg" alt="" /></p>
<p>Baustellenfahrzeug</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/25.jpg" alt="" /></p>
<p>Pazifik (Vancouver)</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/26.jpg" alt="" /></p>
<p>Sylvan Lake (Nähe Red Deer)</p>
<p><img class="alignnone size-full wp-image-35" title="" src="http://www.multikoop.de/wordpress/wp-content/27.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.multikoop.de/wordpress/2007/06/09/go-west-/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
