<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Liebes Tagebuch... - Technik und ich...</title>
    <link>http://blog.forum4winde.de/</link>
    <description>Die enzückendste Ausprägung von farbenblind!</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 22 Jul 2009 14:17:37 GMT</pubDate>

    <image>
        <url>http://blog.forum4winde.de/gummizelle_banner.gif</url>
        <title>RSS: Liebes Tagebuch... - Technik und ich... - Die enzückendste Ausprägung von farbenblind!</title>
        <link>http://blog.forum4winde.de/</link>
        <width>144</width>
        <height>36</height>
    </image>

<item>
    <title>Magie</title>
    <link>http://blog.forum4winde.de/archives/2803-Magie.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2803-Magie.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2803</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2803</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_center&quot; style=&quot;width: 400px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a 
class=&#039;serendipity_image_link&#039;  rel=&#039;lightbox&#039; href=&#039;http://blog.forum4winde.de/uploads/Snapshots/2_terrabyte_nah.jpg&#039;&gt;&lt;!-- s9ymdb:1766 --&gt;&lt;img
class=&quot;serendipity_image_center&quot; width=&quot;400&quot; height=&quot;300&quot;  src=&quot;http://blog.forum4winde.de/uploads/Snapshots/2_terrabyte.jpg&quot; alt=&quot;2 Terrabyte&quot;
/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;So schnell werden aus 20GB knapp 2TB - Platte kaputt &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_cry.gif&quot; alt=&quot;:icon_cry:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;
Der Raid-Controller kam damit gar nicht klar und gab diese unsinnigen Werte aus (anklicken).&lt;/div&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Mon, 20 Jul 2009 23:59:59 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2803-guid.html</guid>
    
</item>
<item>
    <title>Autostart-Programme doppelt gestartet</title>
    <link>http://blog.forum4winde.de/archives/2793-Autostart-Programme-doppelt-gestartet.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2793-Autostart-Programme-doppelt-gestartet.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2793</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2793</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Seit der Neuinstallation von Windows XP und anschliessendem Aufspielen der Service-Packs hatte ich das Problem, daß
&lt;b&gt;jedes&lt;/b&gt; Autostart-Programm doppelt gestartet wurde. Auch wurden diese Programme in Msconfig und &lt;a
href=&quot;http://www.winpatrol.com/&quot;&gt;Winpatrol (Scotty the Watchdog)&lt;/a&gt; doppelt angezeigt. Das Ganze hat mich lange Zeit
genervt aber eine Lösung habe ich nicht gefunden. Bis heute:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;Überprüfe bei den Usern:&lt;br /&gt;
&lt;br /&gt;
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\&lt;br /&gt;
User Shell Folders&lt;br /&gt;
&lt;br /&gt;
Startup&lt;br /&gt;
REG_EXPAND_SZ&lt;br /&gt;
%USERPROFILE%\Startmenü\Programme\Autostart&lt;br /&gt;
&lt;br /&gt;
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\&lt;br /&gt;
User Shell Folders&lt;br /&gt;
&lt;br /&gt;
Common Startup&lt;br /&gt;
REG_EXPAND_SZ&lt;br /&gt;
%ALLUSERSPROFILE%\Startmenü\Programme\Autostart&lt;br /&gt;
&lt;br /&gt;
Alternativ dann die Einträge im Schlüssel &quot;Run&quot; eintragen.&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Direkt der erste Eintrag war der Übeltäter. Dort stand nicht &lt;i&gt;%USERPROFILE%\Startme...&lt;/i&gt; sondern
&lt;i&gt;%&lt;b&gt;ALL&lt;/b&gt;USER&lt;b&gt;S&lt;/b&gt;PROFILE%\Startme...&lt;/i&gt;. Was diese vier Buchstaben mich Nerven gekostet haben... -.-&lt;br /&gt;
&lt;br /&gt;
&lt;font style=&quot;font-size: 9px; line-height: normal&quot;&gt;(Via: &lt;a
href=&quot;http://www.meinews.net/showpost.php?p=1341216&amp;amp;postcount=2&quot;&gt;meinews.net&lt;/a&gt;)&lt;/font&gt; 
    </content:encoded>

    <pubDate>Fri, 29 May 2009 01:58:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2793-guid.html</guid>
    
</item>
<item>
    <title>Laaaangsaaaaam...</title>
    <link>http://blog.forum4winde.de/archives/2778-Laaaangsaaaaam....html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2778-Laaaangsaaaaam....html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2778</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2778</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Kann es sein, daß meine Seite seit ein paar Tagen elendig langsam aufbaut? 
    </content:encoded>

    <pubDate>Sun, 17 May 2009 00:17:24 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2778-guid.html</guid>
    
</item>
<item>
    <title>Firefox Cache</title>
    <link>http://blog.forum4winde.de/archives/2771-Firefox-Cache.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2771-Firefox-Cache.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2771</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2771</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Wie ändere ich den Cache-Ordner vom Firefox?&lt;br /&gt;
&lt;br /&gt;
Das habe ich gemacht:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li /&gt;&lt;strong&gt;about:config&lt;/strong&gt; in der Adressleiste eingegeben&lt;br /&gt;
&lt;li /&gt;Mit einem Rechtsklick in der Config auf &lt;strong&gt;Neu&lt;/strong&gt; -- &lt;strong&gt;String&lt;/strong&gt;&lt;br /&gt;
&lt;li /&gt;Und als Eigenschaftsnamen habe ich &lt;strong&gt;browser.cache.disk.parent_directory&lt;/strong&gt; eingegeben&lt;br /&gt;
&lt;li /&gt;und als Pfad: &lt;strong&gt;N:\Internetdateien\Firefox&lt;/strong&gt;&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
Aber es tut sich nichts?&lt;br /&gt;
&lt;br /&gt;
 &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_arrow.gif&quot; alt=&quot;:icon_arrow:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Firefox Version &lt;strong&gt;3.0.10&lt;/strong&gt; 
    </content:encoded>

    <pubDate>Fri, 08 May 2009 21:05:35 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2771-guid.html</guid>
    
</item>
<item>
    <title>Outlook und Explorer</title>
    <link>http://blog.forum4winde.de/archives/2770-Outlook-und-Explorer.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2770-Outlook-und-Explorer.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2770</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2770</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    &lt;s&gt;Da freu ich mich aber: Aus irgendeinem Grund sind bei mir im Outlook Express 6 die Mails leer und im Internet
Explorer 7 können keine Flash-Dateien mehr angezeigt werden. Das hier &lt;a
href=&quot;http://www.wintotal.de/Tipps/?rb=18&amp;amp;id=929&quot;&gt;&quot;Klick&quot;&lt;/a&gt; habe ich schon ausprobiert, den Explorer habe ich
zurück gesetzt usw. ...&lt;br /&gt;
&lt;br /&gt;
Hat wer noch eine Idee oder einen Tip (aber nicht sowas in der Richtung wie &#039;schaff Dir nen anderen Mail-Client und
Browser an &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_wink.gif&quot; alt=&quot;:icon_wink:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; )? In Opera &amp;amp; Firefox funzt alles so wie es soll.&lt;/s&gt;&lt;br /&gt;
&lt;br /&gt;
Funzt wieder, hatte vergessen, daß der Pfad für temporäre Internetdateien auf der Platte lag, die ich gerade formatiert
habe &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_confused.gif&quot; alt=&quot;:icon_confused:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  
    </content:encoded>

    <pubDate>Fri, 08 May 2009 16:05:13 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2770-guid.html</guid>
    
</item>
<item>
    <title>Roller wieder ganz</title>
    <link>http://blog.forum4winde.de/archives/2759-Roller-wieder-ganz.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2759-Roller-wieder-ganz.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2759</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2759</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Sooo... Hinterrad vom Roller ist gewechselt.&lt;br /&gt;
&lt;br /&gt;
Hätte ich mir die rechte Hand mit einem Löffel amputiert, wäre das wahrscheinlich schmerzfreier und unblutiger
vonstatten gegangen.&lt;br /&gt;
&lt;br /&gt;
Einen schönen Restdonnerstag wünsche ich. Ich geh mich mal flicken! 
    </content:encoded>

    <pubDate>Thu, 23 Apr 2009 19:27:05 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2759-guid.html</guid>
    
</item>
<item>
    <title>Sehr unschön!</title>
    <link>http://blog.forum4winde.de/archives/2757-Sehr-unschoen!.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2757-Sehr-unschoen!.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2757</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2757</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Hat sich mir doch gerade, als ich mal wieder mit Lichtgeschwindigkeit (60km/h) nach Hause gefahren bin, das Hinterrad
abgewickelt. Bin zwar nicht hingeflogen und konnte meinen &lt;a 
 rel=&quot;lightbox&quot; href=&quot;http://blog.forum4winde.de/uploads/Bilder2/CIMG2713.jpg&quot;&gt;Roller&lt;/a&gt; noch abfangen, aber ich habe mir dabei Knie
und Fuss verdreht.&lt;br /&gt;
&lt;br /&gt;
Heute nachmittag mal gucken, wie man das Hinterrad auswechselt &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_rolleyes.gif&quot; alt=&quot;:icon_rolleyes:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  
    </content:encoded>

    <pubDate>Thu, 23 Apr 2009 00:28:08 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2757-guid.html</guid>
    
</item>
<item>
    <title>Youtube-HQ-Videos</title>
    <link>http://blog.forum4winde.de/archives/2744-Youtube-HQ-Videos.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2744-Youtube-HQ-Videos.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2744</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2744</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Coole Sache, Youtube-High-Quality-Videos (&lt;!-- s9ymdb:1711 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;22&quot;
height=&quot;16&quot; src=&quot;http://blog.forum4winde.de/uploads/Bilder2/youtube_HQ.jpg&quot; alt=&quot;Youtube HQ&quot; /&gt;) werden im Internet-Explorer-Cache nach dem Laden
als &lt;a href=&quot;http://de.wikipedia.org/wiki/MP4&quot;&gt;MP4&lt;/a&gt; abgespeichert. Schön für ein eigenes Video-Archiv. 
    </content:encoded>

    <pubDate>Fri, 27 Mar 2009 23:49:19 +0100</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2744-guid.html</guid>
    
</item>
<item>
    <title>Weltuntergang? Weltuntergang!</title>
    <link>http://blog.forum4winde.de/archives/2712-Weltuntergang-Weltuntergang!.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2712-Weltuntergang-Weltuntergang!.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2712</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2712</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Mein Kaffeeautomat, ein &lt;em&gt;Saeco Vienna Edition&lt;/em&gt;, den ich mir vor einigen Jahren gekauft habe, geht kaputt. Da
läuft unten Wasser raus. Hat ja auch schon einige 1000 Tassen an Kaffee gekocht und bestimmt schon einen Zentner oder
mehr an Kaffeebohnen gemahlen.&lt;br /&gt;
&lt;br /&gt;
Trotzdem:&lt;br /&gt;
&lt;h3&gt;DRAMA!&lt;/h3&gt;&lt;br /&gt;
Gott sei&#039;s gedankt, habe ich noch eine Espressomaschine und zwei Kaffeemaschinen.&lt;br /&gt;
&lt;br /&gt;
Bin also nicht ganz verloren.&lt;br /&gt;
&lt;br /&gt;
Aber passend dazu läuft gerade die Ouvertüre von Wilhelm Tell (der Sturm)... 
    </content:encoded>

    <pubDate>Thu, 12 Feb 2009 11:55:36 +0100</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2712-guid.html</guid>
    
</item>
<item>
    <title>Ölwechsel leicht gemacht</title>
    <link>http://blog.forum4winde.de/archives/2686-OElwechsel-leicht-gemacht.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2686-OElwechsel-leicht-gemacht.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2686</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2686</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    &amp;#160;&amp;#160;&amp;#160;&lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_black/img/images/but_link01.gif&quot; alt=&quot;link&quot; /&gt;&amp;#160;&lt;a
href=&quot;http://de.youtube.com/watch?v=n8B9erdk0go&quot;&gt;How To Change Your Oil&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Mehr davon gibt es auf &lt;a href=&quot;http://www.frenchmaidtv.com&quot;&gt;French Maid TV&lt;/a&gt;  &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/happy.gif&quot; alt=&quot;|)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  
    </content:encoded>

    <pubDate>Fri, 09 Jan 2009 12:10:57 +0100</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2686-guid.html</guid>
    
</item>
<item>
    <title>Bissel frisch hier...</title>
    <link>http://blog.forum4winde.de/archives/2602-Bissel-frisch-hier....html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2602-Bissel-frisch-hier....html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2602</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2602</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Wieder daheim, war ein kurzer aber anstengender Urlaub ^^&lt;br /&gt;
&lt;br /&gt;
Und kaum bin ich mal weg, geht mein Boiler kaputt - also: Keine Heizung und kein warmes Wasser. Ich habe gerade
kuschelige 14,5°C im Wohnzimmer und 15°C in der Küche.&lt;br /&gt;
&lt;br /&gt;
Werde wohl mal ein paar Kerzen aufstellen und hoffen, daß ich hier nicht festfriere...&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:1651 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;336&quot; height=&quot;509&quot; style=&quot;border: 0px; padding-left:
5px; padding-right: 5px;&quot; src=&quot;http://blog.forum4winde.de/uploads/Bilder2/gemein.jpg&quot; alt=&quot;...&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 29 Oct 2008 21:30:48 +0100</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2602-guid.html</guid>
    
</item>
<item>
    <title>Roller kaputt (Teil 400 oder so)</title>
    <link>http://blog.forum4winde.de/archives/2594-Roller-kaputt-Teil-400-oder-so.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2594-Roller-kaputt-Teil-400-oder-so.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2594</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2594</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Da habe ich meinen Traumkörper um acht Uhr aus dem Bett gehebelt, nur damit ich um kurz nach 11 &#039;nen Anruf von meiner
Werkstatt kriege, daß die meinen Roller heute doch nicht abholen können. Der Termin mit denen war um 10:30 Uhr 
&lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_confused.gif&quot; alt=&quot;:icon_confused:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Bin mal gespannt, ob die mein Gefährt reanimiert kriegen, oder ob der dann als Bastlerobjekt bei Ebay landet. Der
Meister war sich nicht sicher...&lt;br /&gt;
&lt;br /&gt;
Mein Roller war letzte Woche der Meinung, er müsse sich tot stellen. Von jetzt auf gleich ist er während der Fahrt
ausgegangen. Ein Tausch der Zündkerze hat nichts gebracht, der Luftfilter ist sauber. Dafür läuft Sprit aus dem
Vergaser.&lt;br /&gt;
&lt;br /&gt;
Wenn mir der Händler, der mir das Teil verkauft hat, nochmal über den Weg läuft, trete ich dem &lt;strong&gt;in und
auf&lt;/strong&gt; die Nüsse &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_evil.gif&quot; alt=&quot;:icon_evil:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  
    </content:encoded>

    <pubDate>Tue, 14 Oct 2008 13:41:32 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2594-guid.html</guid>
    
</item>
<item>
    <title>DivX-Webplayer läuft nicht</title>
    <link>http://blog.forum4winde.de/archives/2551-DivX-Webplayer-laeuft-nicht.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2551-DivX-Webplayer-laeuft-nicht.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2551</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2551</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Seit Monaten konnte ich keine &lt;a href=&quot;http://www.divx.com/divx/webplayer/postinstall.php?lang=de&quot;&gt;DivX-Videoclips&lt;/a&gt;
im Netz schauen. Habe bestimmt 20 Mal &lt;a href=&quot;http://www.divx.com&quot;&gt;DivX&lt;/a&gt; deinstalliert und neuinstalliert und
deinstalliert... Dann habe ich den &lt;a
href=&quot;http://support.divx.com/anonymous_portal/FAQSearch.aspx?entityId=Q6UJ9A0006FD&quot;&gt;AllInOneFix&lt;/a&gt; getestet, hat auch
nichts gebracht. Downgrade auf Uralt-Versionen haben nicht geholfen usw., der scheiss Webplayer hat und hat nicht
funktioniert.&lt;br /&gt;
&lt;br /&gt;
Habe mich dann mal endlich durch die &lt;a href=&quot;http://forums.divx.com/forum/&quot;&gt;DivX-Foren&lt;/a&gt; gewühlt und dann
schlussendlich doch noch &lt;a href=&quot;http://forums.divx.com/forum/viewTopic.php?id=5137&quot;&gt;eine Lösung&lt;/a&gt; gefunden:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;This is really simple, just roll back to the 6.5 using this link but first make sure you remove the
new version from your computer and restart the your system back.&lt;br /&gt;
Warning the add/remove program wont remove the register key.&lt;br /&gt;
download the JV16power, download.com. &lt;br /&gt;
Go to software manager tool (clicking) and remove the new DIVX one by one+ the plug ins. &lt;br /&gt;
never use the register manager tool, if you dont know what you are doing.&lt;br /&gt;
restart your system back up again,&lt;br /&gt;
go back to the software manager and remove the remaining divx program. Dont click on the option to save as backup.
remove all the keys from your system completely.&lt;br /&gt;
restart your system again. make sure the mozilla plug in for DIVX is removed.&lt;br /&gt;
Once you have done this and there is no divx on your system go to this link:&lt;br /&gt;
&lt;!--&lt;a href=&quot;http://www.oldversion.com/program.php?n=divx&quot;&gt;http://www.oldversion.com/program.php?n=divx&lt;/a&gt;--&gt;
&lt;strong&gt;Link wegen Trojaner entfernt&lt;/strong&gt;. &lt;br /&gt;
download the 6.5 or 6.51, use IE to play.&lt;br /&gt;
&lt;br /&gt;
(Quelle: &lt;a href=&quot;http://forums.divx.com/forum/viewTopic.php?id=5137&quot;&gt;SOLUTION TO WEBPLAYER
CRASHES&lt;/a&gt;)&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Gut, Videoclips spielen jetzt nur noch im &lt;a
href=&quot;http://www.microsoft.com/germany/windows/ie/ie7/default.mspx&quot;&gt;Internet Explorer&lt;/a&gt; ab, aber egal, besser als gar
nicht... 
    </content:encoded>

    <pubDate>Thu, 24 Jul 2008 02:33:15 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2551-guid.html</guid>
    
</item>
<item>
    <title>MacBook Air vs Commodore SX-64</title>
    <link>http://blog.forum4winde.de/archives/2530-MacBook-Air-vs-Commodore-SX-64.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2530-MacBook-Air-vs-Commodore-SX-64.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2530</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2530</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    &lt;blockquote&gt;&lt;br /&gt;The MacBook Air (MBA) is a thin Macintosh notebook computer produced by Apple Inc. It is part of the
MacBook family and features an optional solid-state hard drive.&lt;b&gt;[...]&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The Commodore SX-64, also known as the Executive 64, or VIP-64 in Europe, was a portable, briefcase/suitcase-size
&quot;luggable&quot; version of the popular Commodore 64 home computer and holds the distinction of being the first full-color
portable computer.&lt;b&gt;[...]&lt;/b&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Wer gewinnt und warum? Den kompletten &lt;i&gt;Test&lt;/i&gt; gibt&#039;s hier:&lt;br /&gt;
&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_black/img/images/but_link01.gif&quot; alt=&quot;link&quot; /&gt;&amp;#160;&lt;a
href=&quot;http://www.amazing-planet.net/macbook-air-vs-commodore-sx64.php&quot;&gt;MacBook Air vs Commodore SX-64&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
So schlecht schneidet der SX-64 im Vergleich gar nicht ab...  &lt;img src=&quot;http://blog.forum4winde.de/templates/schiwago_orange/img/emoticons/icon_wink.gif&quot; alt=&quot;:icon_wink:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  
    </content:encoded>

    <pubDate>Thu, 03 Jul 2008 20:57:56 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2530-guid.html</guid>
    
</item>
<item>
    <title>Ein kleiner Weltuntergang</title>
    <link>http://blog.forum4winde.de/archives/2526-Ein-kleiner-Weltuntergang.html</link>
            <category>Technik und ich...</category>
    
    <comments>http://blog.forum4winde.de/archives/2526-Ein-kleiner-Weltuntergang.html#comments</comments>
    <wfw:comment>http://blog.forum4winde.de/wfwcomment.php?cid=2526</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://blog.forum4winde.de/rss.php?version=2.0&amp;type=comments&amp;cid=2526</wfw:commentRss>
    

    <author>nospam@example.com (Oliver)</author>
    <content:encoded>
    Ich hatte zwei Computer.&lt;br /&gt;
Beide an einer Steckdosenleiste.&lt;br /&gt;
Diese an einer mit einem Überspannungsschutz ausgestatteten Steckdose.&lt;br /&gt;
&lt;br /&gt;
Letzte Woche kam ich abends nach Hause, schaltete beide Rechner nacheinander ein und beide waren... kaputt! Nicht nur
das Betriebssystem, nein beide Rechner waren komplett kaputt.&lt;br /&gt;
&lt;br /&gt;
Beide Netzteile, beide Mainboards, eine Graphikkarte, eine Soundkarte, eine Netzwerkkarte, der gesamte Speicher (vier
Riegel), vier Festplatten.&lt;br /&gt;
&lt;br /&gt;
Wie kann sowas passieren? Selbst im Falle eines Kurzschlusses in der Steckdose(nleiste) hätten doch max. die Netzteile
kaputt gehen können, oder? Sind ja schliesslich mit Sicherungen ausgestattet.&lt;br /&gt;
&lt;br /&gt;
Die Monitore, auch beide an der Steckdosenleiste angeschlossen, sind ganz geblieben, genauso beide
Lautsprechersysteme.&lt;br /&gt;
&lt;br /&gt;
Und Gewitter war auch nicht... 
    </content:encoded>

    <pubDate>Mon, 23 Jun 2008 23:15:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.forum4winde.de/archives/2526-guid.html</guid>
    
</item>

</channel>
</rss>