<?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>blogsportgruppe*</title>
	<atom:link href="http://www.topfstedt.de/weblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.topfstedt.de/weblog</link>
	<description>random.choice(fabian.public_brain_items)</description>
	<pubDate>Mon, 23 Aug 2010 19:36:13 +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>webhook2email: Read what gets POSTed</title>
		<link>http://www.topfstedt.de/weblog/?p=466</link>
		<comments>http://www.topfstedt.de/weblog/?p=466#comments</comments>
		<pubDate>Mon, 23 Aug 2010 19:36:13 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=466</guid>
		<description><![CDATA[When you write (or consume) webservices that need some time to process your request, you may end up implementing (or using) a push notification service that gets triggered once the call got processed. In a RESTful world, it&#8217;s done by POSTing data to a given URL (call it HTTP callback, or &#8220;WebHook&#8221; if you like [...]]]></description>
			<content:encoded><![CDATA[<p>When you write (or consume) webservices that need some time to process your request, you may end up implementing (or using) a push notification service that gets triggered once the call got processed. In a RESTful world, it&#8217;s done by POSTing data to a given URL (call it HTTP callback, or &#8220;WebHook&#8221; if you like buzzwords). A neat technique to build workflows between distributed systems. But before machines interact with each other, some human being must understand and route their communication data.</p>
<p>The best way of understanding what gets POSTed is reading and studying the data. Unfortunately that&#8217;s not a trivial task if there is no proper documentation with samples available. Therefore I wrote a request handler on Google&#8217;s App Engine that you can POST data to and that emails you formatted headers, formatted data and plain data in return.</p>
<p>The URL of webhook2email is as follows:<br />
<code><strong>http://webhook2email.appspot.com/?email=[youremailaddress]</strong></code></p>
<p>If you want to test it right now, open a Terminal and execute the following snippet:<br />
<code><br />
curl -d "hello=nihao&#038;goodluck=haoyun" http://webhook2email.appspot.com/?email=[youremailaddress]<br />
</code><br />
Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=466</wfw:commentRss>
		</item>
		<item>
		<title>Prepaid mobile internet in Croatia</title>
		<link>http://www.topfstedt.de/weblog/?p=455</link>
		<comments>http://www.topfstedt.de/weblog/?p=455#comments</comments>
		<pubDate>Wed, 04 Aug 2010 10:05:07 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=455</guid>
		<description><![CDATA[If you want to be online while travelling through Croatia, you should consider buying a &#8220;Vipme Broadband&#8221; SIM and plug it in your 3G stick (they sell simlocked sticks, probably lacking Mac support). To prevent paying per MB, you can buy data options for one month (50MB, 300MB, 1GB) online, on their free-to-use account page, [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to be online while travelling through Croatia, you should consider buying a <a href="http://www.vipnet.hr/vipme-broadband">&#8220;Vipme Broadband&#8221;</a> SIM and plug it in your 3G stick (they sell simlocked sticks, probably lacking Mac support). To prevent paying per MB, you can buy data options for one month (50MB, 300MB, 1GB) online, on their free-to-use <a href="http://vipmevmc.vipnet.hr">account page</a>, that does not require a login once you are using their SIM card. Vouchers are available at many kiosks or at the Vip stores and Vip retailers.</p>
<p>Since the Vip store in Zadar <em>really</em> wanted me to buy their stick and refused to give me the proper credentials before my 10 minutes of complaints, here&#8217;s what you need:</p>
<ul>
<li>APN: data.vip.hr</li>
<li>LOGIN: 38591</li>
<li>PASS: 38591</li>
<li>DNS1: 212.91.97.3</li>
<li>DNS2: 212.91.97.4</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=455</wfw:commentRss>
		</item>
		<item>
		<title>Veranstaltungstipp: Taktwechsel im Mediennutzungsverhalten</title>
		<link>http://www.topfstedt.de/weblog/?p=439</link>
		<comments>http://www.topfstedt.de/weblog/?p=439#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:25:23 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Weltliches]]></category>

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=439</guid>
		<description><![CDATA[Am Donnerstag werde ich im Podium der Expertenrunde über die Auswirkungen der Digitalisierung auf die Film und Fernsehindustrie im Raum D des Wiener Museumsquartiers mitdiskutieren. Die Interdisziplinarität, der Altersunterschied und die vertretenen Firmen versprechen einen spannenden Diskurs und interessante Blickwinkel in die Zukunft.
Die Anmeldung zur Veranstaltung der FilmFonds Wien und FilmTiki ist bis morgen kostenlos [...]]]></description>
			<content:encoded><![CDATA[<p>Am Donnerstag werde ich im Podium der <a href='http://www.filmfonds-wien.at/de/Die-Expertenrunde/2--Expertenrunde-28--Jaenner-2010/'>Expertenrunde über die Auswirkungen der Digitalisierung auf die Film und Fernsehindustrie</a> im <a href='http://www.mqw.at/index.php?page_id=161'>Raum D</a> des Wiener Museumsquartiers mitdiskutieren. Die Interdisziplinarität, der Altersunterschied und die vertretenen Firmen versprechen einen spannenden Diskurs und interessante Blickwinkel in die Zukunft.</p>
<p>Die Anmeldung zur Veranstaltung der <a href='http://www.filmfonds-wien.at/de/'>FilmFonds Wien</a> und <a href='http://www.filmtiki.com/'>FilmTiki</a> ist bis morgen kostenlos <a href='http://www.filmfonds-wien.at/de/Die-Expertenrunde/2--Expertenrunde-28--Jaenner-2010/'>per E-Mail möglich</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=439</wfw:commentRss>
		</item>
		<item>
		<title>VideoCamp Wien am 30. Januar 2010</title>
		<link>http://www.topfstedt.de/weblog/?p=427</link>
		<comments>http://www.topfstedt.de/weblog/?p=427#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:25:24 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Weltliches]]></category>

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=427</guid>
		<description><![CDATA[Am 30. Januar 2010 findet das erste Wiener VideoCamp statt, ein BarCamp zum Thema Onlinevideo. Ob Drehbuch, Dramaturgie, Produktion, Technik, Playout oder Marketing - Das Spektrum ist breit gefächert und wie bei einem BarCamp üblich entscheiden die TeilnehmerInnen über was sie sprechen, nachdenken und diskutieren. 
Am besten gleich anmelden, und Sessionvorschläge machen.
]]></description>
			<content:encoded><![CDATA[<p><img alt="VideoCamp Vienna 2010 Logo" src="https://dl.dropbox.com/u/502198/topfstedt.de/videocampvienna2010.jpg" title="VideoCamp Vienna 2010 Logo" width="200" height="45" style='float:left; margin: 0 1em 0em 0;'/>Am 30. Januar 2010 findet das erste <a href='http://www.barcamp.at/Videocamp_2010'>Wiener VideoCamp</a> statt, ein <a href='http://www.barcamp.at/Was_ist_ein_BarCamp'>BarCamp</a> zum Thema Onlinevideo. Ob Drehbuch, Dramaturgie, Produktion, Technik, Playout oder Marketing - Das Spektrum ist breit gefächert und wie bei einem BarCamp üblich entscheiden die TeilnehmerInnen über was sie sprechen, nachdenken und diskutieren. </p>
<p>Am besten gleich <a href='http://www.barcamp.at/Videocamp_2010'>anmelden</a>, und <a href='http://www.barcamp.at/Videocamp_2010'>Sessionvorschläge</a> machen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=427</wfw:commentRss>
		</item>
		<item>
		<title>Blogger im Garten</title>
		<link>http://www.topfstedt.de/weblog/?p=423</link>
		<comments>http://www.topfstedt.de/weblog/?p=423#comments</comments>
		<pubDate>Sat, 28 Nov 2009 19:02:38 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Weltliches]]></category>

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=423</guid>
		<description><![CDATA[Im Informationsgarten dctp.tv sind sie nun eingepflanzt, die ersten von Philip Banse interviewten Blogger. Genauer Markus Beckedahl, Stefan Niggemeier, Johnny Haeusler und Sascha Lobo - letzterer blüht auch schon.
]]></description>
			<content:encoded><![CDATA[<p><img src="https://dl.dropbox.com/u/502198/topfstedt.de/dctptvmeinungsmacherlobo.jpg" alt="dctp.tv Meinungsmacher: Sascha Lobo" style='float:right;' />Im Informationsgarten <a href="http://www.dctp.tv/meinungsmacher/">dctp.tv</a> sind sie nun eingepflanzt, die ersten von <a href="http://philipbanse.de/wp/blogger-interviews-fur-dctp-tv-1/">Philip Banse</a> interviewten Blogger. Genauer <a href="http://www.dctp.tv/meinungsmacher/markus-beckedahl-netzpolitik-org">Markus Beckedahl</a>, <a href="http://www.dctp.tv/meinungsmacher/stefan-niggemeier-bildblog">Stefan Niggemeier</a>, <a href="http://www.dctp.tv/meinungsmacher/johnny-haeusler-spreeblick">Johnny Haeusler</a> und <a href="http://www.dctp.tv/meinungsmacher/sascha-lobo">Sascha Lobo</a> - letzterer blüht auch schon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=423</wfw:commentRss>
		</item>
		<item>
		<title>Digitalks Web 2.0 Handbuch</title>
		<link>http://www.topfstedt.de/weblog/?p=413</link>
		<comments>http://www.topfstedt.de/weblog/?p=413#comments</comments>
		<pubDate>Fri, 02 Oct 2009 13:49:59 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Weltliches]]></category>

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=413</guid>
		<description><![CDATA[Das Digitalks Web 2.0 Handbuch, an dem ich mitgeschrieben habe, ist gerade fertig geworden und riecht noch nach Druckerschwärze und warmen Pixeln. Geruchserlebnisse teilen können wir auf dem Digiday im MQ Wien am 17. Oktober 2009.

]]></description>
			<content:encoded><![CDATA[<p>Das <a href="http://www.digitalks.at/2009/10/01/digitalksbuch/">Digitalks Web 2.0 Handbuch</a>, an dem ich mitgeschrieben habe, ist gerade fertig geworden und riecht noch nach Druckerschwärze und warmen Pixeln. Geruchserlebnisse teilen können wir auf dem <a href="http://www.digitalks.at/2009/06/17/digiday09/">Digiday im MQ Wien</a> am 17. Oktober 2009.</p>
<p><object style="width:440px;height:330px"><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=091001210140-ac67f8d1f0fc4527b00b816db0a6a81c&amp;documentUsername=kigomedia&amp;documentName=digitalksbuch&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;viewMode=presentation&amp;showFlipBtn=true" /><param name="allowFullScreen" value="true" /><embed src="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf" type="application/x-shockwave-flash" allowFullScreen="true" style="width:440px;height:330px" flashvars="mode=embed&amp;documentId=091001210140-ac67f8d1f0fc4527b00b816db0a6a81c&amp;documentUsername=kigomedia&amp;documentName=digitalksbuch&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;viewMode=presentation&amp;showFlipBtn=true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=413</wfw:commentRss>
		</item>
		<item>
		<title>Cloud Computing and WebTV</title>
		<link>http://www.topfstedt.de/weblog/?p=407</link>
		<comments>http://www.topfstedt.de/weblog/?p=407#comments</comments>
		<pubDate>Sun, 14 Jun 2009 20:51:43 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Flash Video Streaming]]></category>

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

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

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=407</guid>
		<description><![CDATA[I was attending a barcamp in Vienna this weekend and held a session about cloud computing and WebTV. The slides are available in german and english:
Cloud Computing and WebTV (English)
View more PDF documents from topfstedt.

Cloud Computing und WebTV
View more PDF documents from topfstedt.

]]></description>
			<content:encoded><![CDATA[<p>I was attending a barcamp in Vienna this weekend and held a session about cloud computing and WebTV. The slides are available in german and english:
<div style="width:425px;text-align:left" id="__ss_1582313"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/topfstedt/cloud-computing-and-webtv-english?type=presentation" title="Cloud Computing and WebTV (English)">Cloud Computing and WebTV (English)</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cloudcomputingfrwebtvenglish-090614154343-phpapp02&#038;stripped_title=cloud-computing-and-webtv-english" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cloudcomputingfrwebtvenglish-090614154343-phpapp02&#038;stripped_title=cloud-computing-and-webtv-english" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">PDF documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/topfstedt">topfstedt</a>.</div>
</div>
<div style="width:425px;text-align:left" id="__ss_1577165"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/topfstedt/cloud-computing-und-webtv?type=presentation" title="Cloud Computing und WebTV">Cloud Computing und WebTV</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cloudcomputingfrwebtv-090613045346-phpapp01&#038;stripped_title=cloud-computing-und-webtv" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cloudcomputingfrwebtv-090613045346-phpapp01&#038;stripped_title=cloud-computing-und-webtv" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">PDF documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/topfstedt">topfstedt</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=407</wfw:commentRss>
		</item>
		<item>
		<title>Why we won&#8217;t enjoy HTML5&#8217;s video tag</title>
		<link>http://www.topfstedt.de/weblog/?p=382</link>
		<comments>http://www.topfstedt.de/weblog/?p=382#comments</comments>
		<pubDate>Sat, 30 May 2009 08:20:25 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Flash Video Streaming]]></category>

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

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=382</guid>
		<description><![CDATA[The HTML5 standard introduces the video-tag, that finally allows adding videos in markup without the use of additional plugins. Pretty much like the img-tag embeds images. Google recently published a YouTube-demo using HTML5, which can be viewed in bleeding edge browsers that already understand HTML5, like Safari 4 Beta on a Mac. It pretty much [...]]]></description>
			<content:encoded><![CDATA[<p>The HTML5 standard introduces the video-tag, that finally allows adding videos in markup without the use of additional plugins. Pretty much like the img-tag embeds images. Google recently published a <a href="http://www.youtube.com/html5">YouTube-demo using HTML5</a>, which can be viewed in bleeding edge browsers that already understand HTML5, like <a href="http://www.apple.com/safari/">Safari 4 Beta</a> on a Mac. It pretty much looks like YouTube as we all know it, but with tiny fast motion preview videos instead of images and without Flash. Sounds like your browser is your TV now and everything works out of the box? Far from it!</p>
<p>The major part in compatibility and standards has not been solved yet: Audio and video codec support. Google&#8217;s demo medium uses H.264 for video and AAC for audio compression, which is the combination your new Adobe Flash Player plugin, your new mobile phone, your new gaming console, your new korean DVD player and probably your new freezer are able to play back. Your browser knows how to display PNG, JPEG and GIF images because it comes with their decoding algorithms. Mozilla&#8217;s and Opera&#8217;s proposal was to include the free open source OGG Theora (Video) and OGG Vorbis (Audio) decoders into any browser. A clean pragmatic approach that doesn&#8217;t cost a dime. But Apple and Nokia didn&#8217;t like the idea. So the w3c page now reads &#8216;user agents may support any video and audio codecs and container formats&#8217; and a red disclaimer adds that going with OGG is still a good idea to not fail completely.</p>
<p>But it will fail completely. We will see more H.264 video and MPEG4 audio, because quality and size are great and we don&#8217;t have to encode and store a medium more than once to play it back in most browsers and Flash Player 9+. Mozilla, Opera, Safari and Chrome browsers will also support OGG. Microsoft&#8217;s Internet Explorer won&#8217;t. Microsoft has all those funny media formats and browsers, and they even have Silverlight. They will play WMV and WMA, and nothing else. And we developers will just continue to do what we like most: Building browser switches, adding capabilities by using browser plugins and testing all versions of IE that have ever been released since August 27, 2001, the birthday of IE6. Show me that I&#8217;m wrong Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=382</wfw:commentRss>
		</item>
		<item>
		<title>Including JavaScript into JavaScript (using Dojo)</title>
		<link>http://www.topfstedt.de/weblog/?p=372</link>
		<comments>http://www.topfstedt.de/weblog/?p=372#comments</comments>
		<pubDate>Wed, 20 May 2009 13:05:17 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[Geeky]]></category>

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

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=372</guid>
		<description><![CDATA[Ever thought of including a JavaScript class into another one? Usually you place all required JavaScript modules in the right order within the head of the page where you want to use them. Sometimes I prefer loading the requirements within the script (with checking if it has already been loaded before) instead of writing a [...]]]></description>
			<content:encoded><![CDATA[<p>Ever thought of including a JavaScript class into another one? Usually you place all required JavaScript modules in the right order within the head of the page where you want to use them. Sometimes I prefer loading the requirements within the script (with checking if it has already been loaded before) instead of writing a lot of documentation.</p>
<p>The following code snippet uses <a href="http://www.dojotoolkit.com">Dojo</a> 1.3+ API to create a script tag and place it to the head as the first child:</p>
<p><code><br />
var script_url = 'http://www.topfstedt.de/js/foo.js';<br />
var script_obj = dojo.create('script', {<br />
&nbsp;&nbsp;&nbsp;&nbsp;'src': script_url, 'type':'text/javascript'<br />
});<br />
dojo.query("head").addContent(script_obj, "first");<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=372</wfw:commentRss>
		</item>
		<item>
		<title>dctp.tv has landed</title>
		<link>http://www.topfstedt.de/weblog/?p=332</link>
		<comments>http://www.topfstedt.de/weblog/?p=332#comments</comments>
		<pubDate>Fri, 08 May 2009 17:39:21 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
		
		<category><![CDATA[schnee von morgen]]></category>

		<guid isPermaLink="false">http://www.topfstedt.de/weblog/?p=332</guid>
		<description><![CDATA[Today we launched dctp.tv, a german WebTV site that offers Alexander Kluge&#8217;s awesome productions in the form of a livestream and on demand video, grouped by topics. The whole project from the idea, the encoding farm, the video management system and the streaming farm to the frontend took us about five months to realize. Finally [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://dctp.tv'><img src="http://topfstedt.de/weblog/wp-images/dctptv.jpeg" alt="dctp.tv screenshot" style='float:right; padding: 1em;' /></a><span class='float:left;'>Today <a href='http://schneevonmorgen.com/'>we</a> launched <a href='http://dctp.tv'>dctp.tv</a>, a german WebTV site that offers <a href="http://en.wikipedia.org/wiki/Alexander_Kluge">Alexander Kluge</a>&#8217;s awesome productions in the form of a livestream and on demand video, grouped by topics. The whole project from the idea, the encoding farm, the video management system and the streaming farm to the frontend took us about five months to realize. Finally we are proud to see that our ideas in using Amazon&#8217;s and Google&#8217;s cloud computing infrastructure turned out to be both cost-effective and scalable: Our systems took the spike of being featured on <a href="http://wissen.spiegel.de/wissen/redirect/redirect.html?c=kultur&#038;r=gesellschaft&#038;a=623639&#038;s=spox&#038;qcrubrik=artikel">SPIEGEL ONLINE</a>&#8217;s <a href="http://www.spiegel.de">frontpage</a> really well. Enjoy the <a href="http://www.dctp.tv">informative web-television programme</a>! </span><span style='clear:both;'></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topfstedt.de/weblog/?feed=rss2&amp;p=332</wfw:commentRss>
		</item>
	</channel>
</rss>
