<?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>Kakosworld</title>
	<atom:link href="http://www.kakosworld.de/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kakosworld.de/blog</link>
	<description>and then we could rest ´til the next station...</description>
	<lastBuildDate>Sat, 31 Oct 2009 17:52:52 +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>New Music added &#8211; No ritmo da terra</title>
		<link>http://www.kakosworld.de/blog/?p=32</link>
		<comments>http://www.kakosworld.de/blog/?p=32#comments</comments>
		<pubDate>Sat, 31 Oct 2009 16:48:57 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=32</guid>
		<description><![CDATA[No ritmo da terraAfter only 2 hours playing in Jess&#233;&#39;s Studio on last Monday we could record this song named No ritmo da Terra.
It was originally composed by Jess&#233; Gomes and performed by him, me and the basist Loraint Vian&#233;s.
I have already played with Jess&#233; many times but with Loraint it was the first time.
Also [...]]]></description>
			<content:encoded><![CDATA[<p>No ritmo da terraAfter only 2 hours playing in Jess&eacute;&#39;s Studio on last Monday we could record this song named <span style="color: rgb(0, 128, 0);"><strong>No ritmo da Terra</strong></span>.</p>
<p>It was originally composed by <span style="color: rgb(255, 0, 0);">Jess&eacute; Gomes</span> and performed by him, me and the basist <span style="color: rgb(255, 0, 0);">Loraint Vian&eacute;s</span>.</p>
<p>I have already played with Jess&eacute; many times but with Loraint it was the first time.</p>
<p>Also the song was unkown for me and Loraint until the day, so I guess the resulting recording turned pretty ok.</p>
<a class='wpaudio' href='../files/no-ritmo-da-terra.mp3'>Music</a>
<p>More songs are coming with <span style="color: rgb(128, 0, 128);">Joel Dias</span> projects <span style="color: rgb(0, 0, 205);"><strong>Stereo Mangang&aacute;</strong></span> &#8211; a mix of brazilian rithms, funk, raggae and others waves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpSorTable Project</title>
		<link>http://www.kakosworld.de/blog/?p=30</link>
		<comments>http://www.kakosworld.de/blog/?p=30#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:02:06 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[PHP Projects]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=30</guid>
		<description><![CDATA[!!! NOTICE: this package is out of date! I have implemented another package, phpSortable, wich has been always updated and bug fixed.  phpSortTable is now phpSorTable!!! hier the LAST VERSION. phpSortTable is a Class that shows MySQL QueryResults in a HTML Table. As the name SortTable says, the shown table displays also the columns [...]]]></description>
			<content:encoded><![CDATA[<p><strong>!!! NOTICE:</strong> <em>this package is out of date! I have implemented another package, phpSortable, wich has been always updated and bug fixed.</em>  <font color="#ff0000"><strong>phpSortTable is now phpSorTable!!! hier the <a href="http://kakosworld.de/files/phpSortable_15_04_07.zip" title="phpSortable">LAST VERSION</a>.</strong></font> phpSortTable is a Class that shows MySQL QueryResults in a HTML Table. As the name SortTable says, the shown table displays also the columns headers as links, so the query result of a table can be sorted. Furthermore it gives the possibility to link the single rows with diferents other scripts types, like for editing, deleting, inserting and so on. And if there are too many results to be displayed, the phpSortTable class also gives the user the possibility to select how much rows have to be displayed. The table can also be &quot;navigated&quot; with the &quot;last&quot; and &quot;next&quot; links.</p>
<p align="center">&nbsp;</p>
<div align="center"><img src="http://www.kakosworld.de/blog/wp-content/uploads/2007/01/phpsorttable.jpg" id="image16" alt="phpSortTable" /> phpSortTable class in use</div>
<div align="left">Hier an example on how it works =&gt; <a href="http://kakosworld.de/blog/wp-content/phpsortable/companies_list.php" title="phpSortTable working example" target="_blank">Companies List</a>.</div>
<p align="left"><strong>Features:</strong></p>
<div align="left">
<ul>
<li>displays a MySQL table content in a HTML table.</li>
<li>only predefined columns of the MySQL table are displyed.</li>
<li>sorts tables rows ascending and descending with the selected column.</li>
<li>limits the amount of displayed rows (5, 10, 20, 30, or 50).</li>
<li>displays &ldquo;last&rdquo; and &ldquo;next&rdquo; links for table navigation, if are more rows to be shown.</li>
<li>user defined links for edit and delete of single rows, if desired.</li>
<li>formating of single columns with a given format-function.</li>
<li>links for adding new entries.</li>
<li>dialog for edit and delete links with a user defined message.</li>
<li>user defined default rows number.</li>
<li>user defined WHERE clause for filtering results from table.</li>
<li>user defined CSS file for table formating.</li>
<li>column as links that can attach the current id of the row or the row data.</li>
</ul>
</div>
<p align="left">I still working on this class and its documentation, but it already works with a basic functionallity.</p>
<p align="left"><strong>Documentation:</strong></p>
<p align="left">The last documentation version was released on 15.04.07 and is delivered with the .zip file.</p>
<p align="left">There is also an online documentation hier &#8211; <a href="http://www.kakosworld.de/doc_phpSortTable/" target="_blank" title="Doc for phpSortTable">phpSortTable Doc.</a></p>
<p align="left">Hier is the last review I&acute;ve been working:</p>
<ul>
<li><a href="http://kakosworld.de/files/phpSortable_15_04_07.zip" title="last phpSortTable release" target="_blank">.ZIP (15.04.07)</a></li>
</ul>
<p align="left"><strong>File Listing:</strong></p>
<p align="left">phpSortTable directory:</p>
<ul>
<li>php_sort_table.php: the phpSortTable class.</li>
<li>php_sort_column.php : help class for the phpSortTable class.</li>
<li>img directory : hier are the image files for the edit and delete links, so as for ASC and DESC arrows.</li>
<li>example directory : some examples on using this class.</li>
</ul>
<p align="left"><strong>Planed features:</strong></p>
<ul>
<li>multiple keys feature for differents colums as links</li>
</ul>
<p align="left">Do you want to use this class and still havin questions? Leave your question here as a comment. I`ll be glad to help you.</p>
<p align="left">This class is free for all kind of use. You can use it, change it and distribute. Feel free!</p>
<p align="left"><strong>PHPClasses Trackback link:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/3673.html" target="_blank" title="PHPClasses Project Trackback">http://www.phpclasses.org/browse/package/3673.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chamrousse 2007/2008</title>
		<link>http://www.kakosworld.de/blog/?p=28</link>
		<comments>http://www.kakosworld.de/blog/?p=28#comments</comments>
		<pubDate>Fri, 25 Jan 2008 19:53:02 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Galleries]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=28</guid>
		<description><![CDATA[Another snowboard trip.
This time in France, with Asterix, Croisaint and a lot of cheese.
Chamrousse is a place for winter vacations on the Savoy Alpes and a very nice place to chill out. Then there is not much to do there but snowboard, eat and play cards with good freinds after that with a good Bavaria [...]]]></description>
			<content:encoded><![CDATA[<p>Another snowboard trip.</p>
<p>This time in France, with Asterix, Croisaint and a lot of cheese.</p>
<p>Chamrousse is a place for winter vacations on the Savoy Alpes and a very nice place to chill out. Then there is not much to do there but snowboard, eat and play cards with good freinds after that with a good Bavaria beer.</p>
<p>Here is the gallery with the photos.</p>
<p align="center"><a href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=chamrousse_07_08" target="_blank"><img width="450" height="338" src="http://fotogallery.kakosworld.de/show_foto.php?chamrousse_07_08/PICT0314.JPG" alt="Chamrousse" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring, Hibernate and OpenViewInSession</title>
		<link>http://www.kakosworld.de/blog/?p=27</link>
		<comments>http://www.kakosworld.de/blog/?p=27#comments</comments>
		<pubDate>Mon, 03 Dec 2007 13:26:48 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Spring Framework]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=27</guid>
		<description><![CDATA[I was trying to use the Hibernate  lazy loading functionality with my Spring web application and had some problems, as usual for all newbies    First, I couldn&#180;t  show list of objects that are aggregated to one main object in a many-to-one or in a one-to-one association. On trying to show [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to use the Hibernate  <em><strong>lazy loading</strong> </em>functionality with my Spring web application and had some problems, as usual for all newbies <img src='http://www.kakosworld.de/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />   First, I couldn&acute;t  show list of objects that are aggregated to one main object in a many-to-one or in a one-to-one association. On trying to show the main object, the aggregated objects are retrieved as the View is being build. At this point the session is already closed, so it throws an <strong><em>sessionNotFound</em></strong> Exception.  The solution for this is to use the <em><strong>OpenSessionInViewFilter</strong> </em>Filter of the Spring Framework to keep the Session &quot;alive&quot; until the View has being built. In this case I needed to declare the Filter in my web.xml file like this:</p>
<p>&nbsp;&nbsp;&nbsp; <font face="Courier New">&lt;!&#8211; Hibernate OpenSession Filter &#8211;&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;filter&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;filter-name&gt;openSessionInViewFilter&lt;/filter-name&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;filter-class&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; org.springframework.orm.hibernate3.support.OpenSessionInViewFilter<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/filter-class&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;init-param&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param-name&gt;singleSession&lt;/param-name&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param-value&gt;true&lt;/param-value&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/init-param&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;init-param&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param-name&gt;sessionFactoryBeanName&lt;/param-name&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param-value&gt;sessionFactory&lt;/param-value&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/init-param&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/filter&gt;<br />
&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp; &lt;filter-mapping&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;filter-name&gt;openSessionInViewFilter&lt;/filter-name&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;*.htm&lt;/url-pattern&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/filter-mapping&gt;</font></p>
<p>It works very well, if you are only reading data from the database.</p>
<p>But if you want to change some entries retrieved from the db, you will receive a failure message like&nbsp; &quot;<em>Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove &#8216;readOnly&#8217; marker&quot; from transaction definition.</em>&quot;</p>
<p>To solve this problem, it is needed to overwrite the openSessionInViewFilter methods <strong><em>getSession </em></strong>and <strong><em>closeSession</em></strong>. This can be done declaring another class, that extends the Sping class <font face="Courier New">OpenSessionInViewFilter</font> for the filter. This is the class I&acute;m using:</p>
<p><font face="Courier New">import org.springframework.orm.hibernate3.support.OpenSessionInViewFilter;<br />
import org.hibernate.*;<br />
import org.springframework.dao.*;</p>
<p>public class MySessionFilter extends OpenSessionInViewFilter {<br />
&nbsp;&nbsp;&nbsp; /*<br />
&nbsp;&nbsp;&nbsp; &nbsp;* The default mode is FlushMode.NEVER <br />
&nbsp;&nbsp;&nbsp; &nbsp;* <br />
&nbsp;&nbsp;&nbsp; &nbsp;* @see org.springframework.orm.hibernate.support.OpenSessionInViewFilter#getSession(net.sf.hibernate.SessionFactory)<br />
&nbsp;&nbsp;&nbsp; &nbsp;*/<br />
&nbsp;&nbsp;&nbsp; protected Session getSession(SessionFactory sessionFactory)<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; throws DataAccessResourceFailureException {<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Session session = super.getSession(sessionFactory);<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session.setFlushMode(FlushMode.COMMIT);&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return session;<br />
&nbsp;&nbsp;&nbsp; }<br />
&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp; /**<br />
&nbsp;&nbsp;&nbsp; * we do an explicit flush here just in case we do not have an automated flush<br />
&nbsp;&nbsp;&nbsp; */<br />
&nbsp;&nbsp;&nbsp; protected void closeSession(Session session, SessionFactory factory) {<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session.flush();&nbsp; <br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; super.closeSession(session, factory);&nbsp; <br />
&nbsp;&nbsp;&nbsp; } <br />
}</font></p>
<p>After writing this class the reference to the filter class should be updated in the web.xml file.</p>
<p><font face="Courier New">&lt;filter&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;filter-name&gt;openSessionInViewFilter&lt;/filter-name&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;filter-class&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MySessionFilter<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/filter-class&gt;</font></p>
<p><font face="Courier New">&#8230;</font></p>
<p><font face="Courier New">&lt;/filter&gt;</font></p>
<p>Now it is possible to retrieve data and update them only when it is needed using the lazy load ability.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photosfari in Hamburg</title>
		<link>http://www.kakosworld.de/blog/?p=24</link>
		<comments>http://www.kakosworld.de/blog/?p=24#comments</comments>
		<pubDate>Sun, 19 Aug 2007 09:55:09 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=24</guid>
		<description><![CDATA[On the 18.07.07 we had another Photosafari with the Olympus people.
There we could play with a lot of obejctive types and test the Olympus SLR Cameras. It was very exciting, to play with the imagination and try to put it on pictures.
Hier are some results of mine&#8230;

]]></description>
			<content:encoded><![CDATA[<p>On the 18.07.07 we had another Photosafari with the Olympus people.</p>
<p>There we could play with a lot of obejctive types and test the Olympus SLR Cameras. It was very exciting, to play with the imagination and try to put it on pictures.</p>
<p>Hier are some results of mine&#8230;</p>
<div style="text-align: center"><a title="Fotosafari HH" target="_blank" href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=fotosafari_18_08_07"><img border="0" style="height: 450px" title="Kid" alt="Kid" src="http://fotogallery.kakosworld.de/fotosafari_18_08_07/fotosafari_18_08_07P8180556.jpg" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two new photo Galleries</title>
		<link>http://www.kakosworld.de/blog/?p=23</link>
		<comments>http://www.kakosworld.de/blog/?p=23#comments</comments>
		<pubDate>Tue, 14 Aug 2007 19:52:36 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Galleries]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=23</guid>
		<description><![CDATA[I´ve added 2 new photo galleries to my album:
- Lüneburger Heide with the people of Olympus and my loyal Mosquetieurs Fran and Katja on 11.08.07. The weather was not the best for a photoshooting, but we made it happen.
  
- Brombergersee with the nice people: Tony, Natalia, Kathe, Christian, Alex and Marcellita on 12.08.07. [...]]]></description>
			<content:encoded><![CDATA[<p>I´ve added 2 new photo galleries to my album:</p>
<p>- Lüneburger Heide with the people of Olympus and my loyal Mosquetieurs Fran and Katja on 11.08.07. The weather was not the best for a photoshooting, but we made it happen.</p>
<div align="center"><a target="_blank" title="Lüneburger Heide 11.08.07 Gallery" href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=lueneburger_heide_11_08_07"> <img width="300" border="0" alt="holz" title="holz" src="http://www.kakosworld.de/blog/wp-content/fotogallery/lueneburger_heide_11_08_07/lueneburger_heide_P8110234.jpg" /> </a></div>
<p align="center">- Brombergersee with the nice people: Tony, Natalia, Kathe, Christian, Alex and Marcellita on 12.08.07. Nice place in a hot summer day!</p>
<div align="center"><a target="_blank" title="Brombergersee 12.08.07 Gallery" href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=brombergersee_12_08_07"> <img width="450" border="0" alt="bike" title="bike" src="http://www.kakosworld.de/blog/wp-content/fotogallery/brombergersee_12_08_07/brombergersee_P8120411.jpg" /> </a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geburtstag 2007</title>
		<link>http://www.kakosworld.de/blog/?p=18</link>
		<comments>http://www.kakosworld.de/blog/?p=18#comments</comments>
		<pubDate>Sun, 11 Feb 2007 21:12:15 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=18</guid>
		<description><![CDATA[Zum geburtstag gab es Kuchen.
Alena und Karo haben den schönen Kuchen aus dem Foto für mich gebacken. Er war sehr lecker!
Geschenke gab es auch! Von Fran, Katja, Chivo, Sandy und Magda.
Mails und Anrufe aus Brasilien und Frankreich haben mich auch erreicht an dem Tag.
Es hat mir alles sehr gut gefallen.
Danke an alle!!!

]]></description>
			<content:encoded><![CDATA[<p>Zum geburtstag gab es Kuchen.</p>
<p>Alena und Karo haben den schönen Kuchen aus dem Foto für mich gebacken. Er war sehr lecker!</p>
<p>Geschenke gab es auch! Von Fran, Katja, Chivo, Sandy und Magda.</p>
<p>Mails und Anrufe aus Brasilien und Frankreich haben mich auch erreicht an dem Tag.</p>
<p>Es hat mir alles sehr gut gefallen.</p>
<p>Danke an alle!!!</p>
<p><img alt="Weggy_Cake" id="image17" src="http://www.kakosworld.de/blog/wp-content/uploads/2007/02/weggy_kuchen_500x400.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Saalbach 01/07</title>
		<link>http://www.kakosworld.de/blog/?p=5</link>
		<comments>http://www.kakosworld.de/blog/?p=5#comments</comments>
		<pubDate>Sun, 21 Jan 2007 01:57:24 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Galleries]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=5</guid>
		<description><![CDATA[Einige Fotos vom Urlaub in Saalbach sind hier online.
Jo Mai! Geiler Urlaub!

]]></description>
			<content:encoded><![CDATA[<p>Einige Fotos vom Urlaub in Saalbach sind <a target="_blank" title="Saalbach 01/07" href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=saalbach_01_07">hier</a> online.</p>
<p>Jo Mai! Geiler Urlaub!</p>
<p><a title="Saalbach 01/07" target="_blank" href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=saalbach_01_07"><img width="510" height="381" id="image6" alt="Saalbach 01/07" src="http://www.kakosworld.de/blog/wp-content/uploads/2007/01/sallbach_01_07_img_3523.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portugal 08/06</title>
		<link>http://www.kakosworld.de/blog/?p=7</link>
		<comments>http://www.kakosworld.de/blog/?p=7#comments</comments>
		<pubDate>Tue, 29 Aug 2006 13:48:53 +0000</pubDate>
		<dc:creator>wagnerwutzke</dc:creator>
				<category><![CDATA[Galleries]]></category>

		<guid isPermaLink="false">http://www.kakosworld.de/blog/?p=7</guid>
		<description><![CDATA[Trotz allen Abturners war das ein schöner Sommerurlaub.
Hier die Fotos aus unsere Reise ins Fadoland.

]]></description>
			<content:encoded><![CDATA[<p>Trotz allen Abturners war das ein schöner Sommerurlaub.</p>
<p><a target="_blank" title="Portugal 08/06" href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=portugal_08_06">Hier</a> die Fotos aus unsere Reise ins Fadoland.</p>
<p><a target="_blank" href="http://fotogallery.kakosworld.de/view_gallery.php?gallery=portugal_08_06"><img width="510" height="378" id="image8" alt="Fadoland" src="http://www.kakosworld.de/blog/wp-content/uploads/2007/01/portugal_pict0433.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kakosworld.de/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
