<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.dzoesch.com/rss.php?version=atom0.3" rel="service.feed" title="05282s Blog" type="application/x.atom+xml" />
    <link href="http://blog.dzoesch.com/"                        rel="alternate"    title="05282s Blog" type="text/html" />
    <link href="http://blog.dzoesch.com/rss.php?version=2.0"     rel="alternate"    title="05282s Blog" type="application/rss+xml" />
    <title mode="escaped" type="text/html">05282s Blog</title>
    <tagline mode="escaped" type="text/html">Leben und Leiden mit dem Okapi</tagline>
    <id>http://blog.dzoesch.com/</id>
    <modified>2010-08-29T20:33:22Z</modified>
    <generator url="http://www.s9y.org/" version="1.5.3">Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:blog@05282.com" />
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://blog.dzoesch.com/archives/244-Heute-im-Angebot-100-Gramm-gute-Musik-fuer-einen-Klick-3.html" rel="alternate" title="Heute im Angebot: 100 Gramm gute Musik für einen Klick #3" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-08-29T19:49:15Z</issued>
        <created>2010-08-29T19:49:15Z</created>
        <modified>2010-08-29T20:33:22Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=244</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=244</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/244-guid.html</id>
        <title mode="escaped" type="text/html">Heute im Angebot: 100 Gramm gute Musik für einen Klick #3</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Joanna Newsom - Does Not Suffice</p> <br />
<p><object width="480" height="385"><param name="movie" value="http://www.youtube-nocookie.com/v/V9-U9AdsqbU?fs=1&amp;hl=de_DE&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube-nocookie.com/v/V9-U9AdsqbU?fs=1&amp;hl=de_DE&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385" /></object></p> <br />
<p>Das (nicht offizielle) Video ist zwar nicht unbedingt der Brüller, aber darum geht es ja auch nicht. <img src="http://blog.dzoesch.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p> <br />
<p><a href="http://www.amazon.de/exec/obidos/ASIN/B0034C263A" target="_blank" title="Album kaufen">Album kaufen</a> lohnt sich übrigens.</p>]]> 
            </div>
        </content>

        <dc:subject>05282</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/243-C-Logfenster-mit-Farben-RichTextBox-mit-Autoscroll.html" rel="alternate" title="C# Logfenster mit Farben: RichTextBox mit Autoscroll" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-08-27T09:54:06Z</issued>
        <created>2010-08-27T09:54:06Z</created>
        <modified>2010-08-27T10:06:43Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=243</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=243</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/243-guid.html</id>
        <title mode="escaped" type="text/html">C# Logfenster mit Farben: RichTextBox mit Autoscroll</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Folgende Situation:</p> 
<p>Der Feld- Wald- und Wiesenprogrammierer möchte in c# ein Logfenster integrieren.</p> 
<p>Macht er sich eine TextBox, stellt sie auf Multiline, hatter keine Farben, findet er doof.</p> 
<p>Macht er sich eine RichTextBox, hatter Farben, scrollt das Fenster aber nicht nach unten, findet er doof.</p> 
<p>Was tun? Ganz einfach...&#160;</p>]]> <br /><a href="http://blog.dzoesch.com/archives/243-C-Logfenster-mit-Farben-RichTextBox-mit-Autoscroll.html#extended">"C# Logfenster mit Farben: RichTextBox mit Autoscroll" vollständig lesen</a>
            </div>
        </content>

        <dc:subject>05282</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/242-Dont-copy-that-floppy!.html" rel="alternate" title="Don't copy that floppy!" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-07-22T10:19:56Z</issued>
        <created>2010-07-22T10:19:56Z</created>
        <modified>2010-07-22T10:19:56Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=242</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=242</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/242-guid.html</id>
        <title mode="escaped" type="text/html">Don't copy that floppy!</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Jaja, schon 1992 war es ein Kampf!</p> <br />
<p><object width="480" height="385"><param value="http://www.youtube.com/v/up863eQKGUI&amp;hl=de_DE&amp;fs=1?rel=0&amp;color1=0x006699&amp;color2=0x54abd6" name="movie" /><param value="true" name="allowFullScreen" /><param value="always" name="allowscriptaccess" /><embed width="480" height="385" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/up863eQKGUI&amp;hl=de_DE&amp;fs=1?rel=0&amp;color1=0x006699&amp;color2=0x54abd6" /></object></p>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/241-Poladroid-rockt.html" rel="alternate" title="Poladroid rockt" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-07-10T07:43:46Z</issued>
        <created>2010-07-10T07:43:46Z</created>
        <modified>2010-07-10T08:18:55Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=241</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=241</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/241-guid.html</id>
        <title mode="escaped" type="text/html">Poladroid rockt</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Wenn man nicht zufällig Designer ist und dadurch die Fähigkeiten und Mittel hat die Photoshop Monster-derbe-alles-drin Edition zu benutzen steht man oft doof da sobald man seine Fotos ein wenig aufpeppen möchte, denn <a href="http://picasa.google.com/" target="_blank">Picasa</a> stößt irgendwann auch an seine Grenzen.</p> ]]> <br /><a href="http://blog.dzoesch.com/archives/241-Poladroid-rockt.html#extended">"Poladroid rockt" vollständig lesen</a>
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/240-Eta-Tragol-oder-vergangene-Schoenheitsideale.html" rel="alternate" title="Eta-Tragol oder vergangene Schönheitsideale" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-07-09T10:44:36Z</issued>
        <created>2010-07-09T10:44:36Z</created>
        <modified>2010-07-09T10:45:12Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=240</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=240</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/240-guid.html</id>
        <title mode="escaped" type="text/html">Eta-Tragol oder vergangene Schönheitsideale</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Wer kennt Eta-Tragol-Bonbons? Wahrscheinlich nur die, die sich für die 20er des letzen Jahrhunderts interessieren, Bekannte haben, die kuriose Mails schicken oder (gleich auch) Leser dieses Blogs.</p>  <p>Langer Rede kurzer Sinn: Ich wäre ja für eine Wiedereinführung der Marke. <img src="http://blog.dzoesch.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p>  <p><a   rel="lightbox" href="http://blog.dzoesch.com/uploads/WindowsLiveWriter/Goodoldtimes_B1AF/eta-tragol_2.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="eta-tragol" border="0" alt="eta-tragol" src="http://blog.dzoesch.com/uploads/WindowsLiveWriter/Goodoldtimes_B1AF/eta-tragol_thumb.jpg" width="160" height="244" /></a></p>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/239-Ruby-Keine-Fehler-weit-und-breit....html" rel="alternate" title="[Ruby] Keine Fehler weit und breit..." type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-07-08T13:30:29Z</issued>
        <created>2010-07-08T13:30:29Z</created>
        <modified>2010-07-08T15:33:37Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=239</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=239</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/239-guid.html</id>
        <title mode="escaped" type="text/html">[Ruby] Keine Fehler weit und breit...</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Da stöpselt man als Umsteiger friedlich einen Server in Ruby zusammen und dann das:</p>  <p>Sobald man dem Server Threads beibringt heisst es "no errors from ruby". Stillschweigen obwohl das Verhalten der Applikation deutlich zeigt, dass da Fehler rumlaufen. Was ist zu tun?</p> ]]> <br /><a href="http://blog.dzoesch.com/archives/239-Ruby-Keine-Fehler-weit-und-breit....html#extended">"[Ruby] Keine Fehler weit und breit..." vollständig lesen</a>
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/238-Heute-im-Angebot-100-Gramm-gute-Musik-fuer-einen-Klick-2..html" rel="alternate" title="Heute im Angebot: 100 Gramm gute Musik für einen Klick #2." type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-07-07T07:27:00Z</issued>
        <created>2010-07-07T07:27:00Z</created>
        <modified>2010-07-07T07:27:00Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=238</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=238</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/238-guid.html</id>
        <title mode="escaped" type="text/html">Heute im Angebot: 100 Gramm gute Musik für einen Klick #2.</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<h3>Lulu and the Lampshades - Feet to the Sky</h3>

<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/AWmo3PDMi9Y&amp;hl=de_DE&amp;fs=1?rel=0&amp;color1=0x006699&amp;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AWmo3PDMi9Y&amp;hl=de_DE&amp;fs=1?rel=0&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/237-ahhhhhhh.html" rel="alternate" title="ahhhhhhh" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-06-22T13:54:16Z</issued>
        <created>2010-06-22T13:54:16Z</created>
        <modified>2010-06-22T18:56:23Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=237</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=237</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/237-guid.html</id>
        <title mode="escaped" type="text/html">ahhhhhhh</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Tztz. Da sucht man was in seiner Backupplatte und st&ouml;&szlig;t dabei auf sowas...</p><br />
<p>(Obacht, Flash mit lautem Ton. ^^)</p>]]> <br /><a href="http://blog.dzoesch.com/archives/237-ahhhhhhh.html#extended">"ahhhhhhh" vollständig lesen</a>
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/236-Yo-Dawg!.html" rel="alternate" title="Yo Dawg!" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-06-22T11:02:07Z</issued>
        <created>2010-06-22T11:02:07Z</created>
        <modified>2010-06-22T11:02:08Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=236</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=236</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/236-guid.html</id>
        <title mode="escaped" type="text/html">Yo Dawg!</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Es gibt Nerd-Witze, und es gibt Nerd-Nerd-Witze. Dieser hier ist einer aus der 2ten Kategorie:</p>  <p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="yo_dawg" border="0" alt="yo_dawg" src="http://blog.dzoesch.com/uploads/WindowsLiveWriter/YoDawg_AD2F/yo_dawg_3.jpg" width="304" height="378" /></p>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/234-Heute-im-Angebot-100-Gramm-gute-Musik-fuer-einen-Klick..html" rel="alternate" title="Heute im Angebot: 100 Gramm gute Musik für einen Klick." type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-03-12T07:48:07Z</issued>
        <created>2010-03-12T07:48:07Z</created>
        <modified>2010-03-12T09:57:59Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=234</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=234</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/234-guid.html</id>
        <title mode="escaped" type="text/html">Heute im Angebot: 100 Gramm gute Musik für einen Klick.</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<h3><a href="http://www.amazon.de/exec/obidos/ASIN/B0034C263A/" target="_blank">Joanna Newsom - Good Intentions Paving Company</a></h3><br />
<object width="640" height="505"><param name="movie" value="http://www.youtube-nocookie.com/v/STwVx6ynYjk&hl=de_DE&fs=1&rel=0&color1=0x006699&color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/STwVx6ynYjk&hl=de_DE&fs=1&rel=0&color1=0x006699&color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/233-c-and-php-sha1-calculation.html" rel="alternate" title="c# and php sha1 calculation" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-03-11T11:23:54Z</issued>
        <created>2010-03-11T11:23:54Z</created>
        <modified>2010-03-11T11:23:54Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=233</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=233</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/233-guid.html</id>
        <title mode="escaped" type="text/html">c# and php sha1 calculation</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Hi,</p> <br />
<p>Im writing this in english cause I think most of the people interested into <br />
this are speaking english.</p> <br />
<p>Well, to the point. I recently had the problem to compare sha1-values of a <br />
string that were generated by php with those generated from c#.</p> <br />
<p>They differed, even with the encoding set correctly (My guess would be: Blaim php. ^^). As always, there was no time <br />
to sit and think about an elegant solution, so here is my solution made with <br />
steamroller tactics...</p>]]> <br /><a href="http://blog.dzoesch.com/archives/233-c-and-php-sha1-calculation.html#extended">"c# and php sha1 calculation" vollständig lesen</a>
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/232-Come-to-the-dark-side....html" rel="alternate" title="Come to the dark side..." type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2010-01-20T23:10:23Z</issued>
        <created>2010-01-20T23:10:23Z</created>
        <modified>2010-01-20T23:13:16Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=232</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=232</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/232-guid.html</id>
        <title mode="escaped" type="text/html">Come to the dark side...</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>... we've got cookies!</p> <br />
<p>In dem Fall: Pepperidge Farm - Soft Baked Oatmeal Raisin</p> <br />
<p>Nicht nur, dass die Packung einen schicken Eindruck macht, das Zeug schmeckt auch noch sowas von fein, dass man fast den Preis vergisst.</p> <br />
<p><a   rel="lightbox" href="http://blog.dzoesch.com/uploads/WindowsLiveWriter/Cometothedarkside_20C/cookies_20100101_2.jpg"><img width="313" height="484" border="0" src="http://blog.dzoesch.com/uploads/WindowsLiveWriter/Cometothedarkside_20C/cookies_20100101_thumb.jpg" alt="Pepperidge Farm - Soft Baked Oatmeal Raisin" title="Pepperidge Farm - Soft Baked Oatmeal Raisin" style="border: 0px none ; display: block; float: none; margin-left: auto; margin-right: auto;" /></a></p>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/231-So,-hier-ist-dann-mal-Schluss.-Update.html" rel="alternate" title="So, hier ist dann mal Schluss. [Update]" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2009-10-17T08:50:43Z</issued>
        <created>2009-10-17T08:50:43Z</created>
        <modified>2010-01-20T23:14:55Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=231</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=231</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/231-guid.html</id>
        <title mode="escaped" type="text/html">So, hier ist dann mal Schluss. [Update]</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p><del>Wer lustich weiter Sachen schauen will tue dies unter:</del></p> <br />
<p><del><a href="http://blog.05282.com/">http://blog.05282.com/</a> (Es wird noch hier und da gebaut)</del></p> <br />
<p><del>Bis bald! <img src="http://blog.dzoesch.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></del></p><br />
<p>Update: Wordpress ist mir doch ein wenig zu sehr Baustelle. Ich bleibe bei s9y und dieser Domain. blog.05282.com bleibt Testfeld. ^^ <br /></p>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/230-Mach-Musik!.html" rel="alternate" title="Mach Musik!" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2009-10-17T07:52:41Z</issued>
        <created>2009-10-17T07:52:41Z</created>
        <modified>2009-10-17T07:52:41Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=230</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=230</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/230-guid.html</id>
        <title mode="escaped" type="text/html">Mach Musik!</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[<p>Wer kein Instrument spielt: <a href="http://www.incredibox.fr/">incredibox.fr</a></p>  <p>Ich empfehle folgende Konfiguration:</p>  <p><a   rel="lightbox" href="http://blog.dzoesch.com/uploads/WindowsLiveWriter/MachMusik_8AE7/20091017_09.46_blog_2.gif"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="incredibox Konfiguration" border="0" alt="incredibox Konfiguration" src="http://blog.dzoesch.com/uploads/WindowsLiveWriter/MachMusik_8AE7/20091017_09.46_blog_thumb.gif" width="244" height="121" /></a></p>]]> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.dzoesch.com/archives/229-ZugErschwG.html" rel="alternate" title="ZugErschwG" type="text/html" />
        <author>
            <name>Niklas</name>
            <email>mail@05282.com</email>        </author>
    
        <issued>2009-06-19T06:22:59Z</issued>
        <created>2009-06-19T06:22:59Z</created>
        <modified>2009-06-19T06:22:59Z</modified>
        <wfw:comment>http://blog.dzoesch.com/wfwcomment.php?cid=229</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.dzoesch.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=229</wfw:commentRss>
    
        <id>http://blog.dzoesch.com/archives/229-guid.html</id>
        <title mode="escaped" type="text/html">ZugErschwG</title>
        <content type="application/xhtml+xml" xml:base="http://blog.dzoesch.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <![CDATA[Eine neue Tat, bei der sie später behaupten, sie hätten nichts gewußt.]]> 
            </div>
        </content>

        
    </entry>
</feed>