<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://schulzemirko.de/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>SchulzeMirko.De blog</title>
        <description></description>
        <link>http://schulzemirko.de/</link>
        <lastBuildDate>Sun, 20 May 2012 20:17:05 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://schulzemirko.de/ttp://schulzemirko.de/lib/tpl/ms/images/favicon.ico</url>
            <title>SchulzeMirko.De</title>
            <link>http://schulzemirko.de/</link>
        </image>
        <item>
            <title>Mysql root Passwort vergessen? - Page moved from ...</title>
            <link>http://schulzemirko.de/doku.php/blog:2012:05:20120505-0846-mysql_root_passwort_vergessen</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot;&gt;&lt;a name=&quot;mysql_root_passwort_vergessen&quot; id=&quot;mysql_root_passwort_vergessen&quot;&gt;Mysql root Passwort vergessen?&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Wegen meines bevorstehenden Serverumzuges habe ich krampfhaft versucht mich an mein mysql root passwort zu erinnern. Naja der Masse an Passwörtern ist mir dies nun dann nicht wirklich gelungen. Dafür habe ich aber eine Lösung für mein Dilemma gefunden. Einfach das MySQL Passwort neu setzen!
&lt;/p&gt;
&lt;div class=&quot;table sectionedit2&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;Linux Kommando &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Beschreibung &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;/etc/init.d/mysql stop &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql stoppen&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysqld_safe –skip-grant-tables &amp;amp; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql im SAFE-Mode und deaktivierter Berechtigungsprüfung starten &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql -u root &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Ohne Passwort bei Mysql anmelden &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Das ist die Mysql-Kommandozeile&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; use mysql; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Zur Mysql-Db wechseln &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; mysql&amp;gt; update user set password=PASSWORD(„&lt;strong&gt;newrootpassword&lt;/strong&gt;“) where user=&amp;#039;root&amp;#039;; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Neues Passwort für den root User setzen. Eventuell sind die Anführungszeichen beim Passwort, als auch beim User anzupassen, da diese durch die verschiedenen System (hier insbesondere mein WIKI)modifiziert wurden.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; flush privileges; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Die neuen Berechtigungen einlesen… Ich frage mich ob der Schritt notwendig ist&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; quit &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql verlassen &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; /etc/init.d/mysql stop &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql (noch im SAFE-Mode) stoppen&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;/etc/init.d/mysql start &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql normal starten &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; mysql -u root -p &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Bei Mysql mit dem neuen Passwort &lt;strong&gt;newrootpassword&lt;/strong&gt; anmelden &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT2 TABLE [344-1306] --&gt;&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:mysql?do=showtag&amp;amp;tag=tag%3Amysql&quot; class=&quot;wikilink1&quot; title=&quot;tag:mysql&quot; rel=&quot;tag&quot;&gt;mysql&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:root?do=showtag&amp;amp;tag=tag%3Aroot&quot; class=&quot;wikilink1&quot; title=&quot;tag:root&quot; rel=&quot;tag&quot;&gt;root&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:passwort?do=showtag&amp;amp;tag=tag%3Apasswort&quot; class=&quot;wikilink1&quot; title=&quot;tag:passwort&quot; rel=&quot;tag&quot;&gt;passwort&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:password?do=showtag&amp;amp;tag=tag%3Apassword&quot; class=&quot;wikilink1&quot; title=&quot;tag:password&quot; rel=&quot;tag&quot;&gt;password&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>mysql</category>
        <category>root</category>
        <category>passwort</category>
        <category>password</category>
            <pubDate>Sat, 05 May 2012 08:57:11 +0200</pubDate>
        </item>
        <item>
            <title>Tja das war es wohl...</title>
            <link>http://schulzemirko.de/doku.php/blog:2012:04:2012</link>
            <description>
&lt;h1 class=&quot;sectionedit3&quot;&gt;&lt;a name=&quot;tja_das_war_es_wohl&quot; id=&quot;tja_das_war_es_wohl&quot;&gt;Tja das war es wohl...&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
… es steht wohl ein Serverumzug an. Nachdem mein Server vom Hoster Server4You wegen dem Betreiben einer TOR Node vom Netz genommen wurde, werde ich diesen umziehen.
&lt;/p&gt;

&lt;p&gt;
Und alles nur, weil unsere Behörden das mitlesen wollen.
&lt;/p&gt;

&lt;p&gt;
Siehe auch:
&lt;a href=&quot;http://citizen428.net/blog/2012/04/18/no-tor/&quot; class=&quot;urlextern&quot; title=&quot;http://citizen428.net/blog/2012/04/18/no-tor/&quot;  rel=&quot;nofollow&quot;&gt;No more Tor&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>blog:2012:04</category>
            <pubDate>Sun, 22 Apr 2012 09:33:05 +0200</pubDate>
        </item>
        <item>
            <title>Blog 2012 - angelegt</title>
            <link>http://schulzemirko.de/doku.php/blog:2012</link>
            <description>
&lt;h1 class=&quot;sectionedit4&quot;&gt;&lt;a name=&quot;blog_2012&quot; id=&quot;blog_2012&quot;&gt;Blog 2012&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;hfeed&quot;&gt;

&lt;!-- including blog:2012:05:20120505-0846-mysql_root_passwort_vergessen // /var/www/web1/html/schulzemirko.de/data/pages/blog/2012/05/20120505-0846-mysql_root_passwort_vergessen.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;

&lt;h2&gt;&lt;a name=&quot;mysql_root_passwort_vergessen&quot; id=&quot;mysql_root_passwort_vergessen&quot; href=&quot;http://schulzemirko.de/doku.php/blog:2012:05:20120505-0846-mysql_root_passwort_vergessen&quot;&gt;Mysql root Passwort vergessen?&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Wegen meines bevorstehenden Serverumzuges habe ich krampfhaft versucht mich an mein mysql root passwort zu erinnern. Naja der Masse an Passwörtern ist mir dies nun dann nicht wirklich gelungen. Dafür habe ich aber eine Lösung für mein Dilemma gefunden. Einfach das MySQL Passwort neu setzen!
&lt;/p&gt;
&lt;div class=&quot;table sectionedit5&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;Linux Kommando &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Beschreibung &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;/etc/init.d/mysql stop &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql stoppen&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysqld_safe –skip-grant-tables &amp;amp; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql im SAFE-Mode und deaktivierter Berechtigungsprüfung starten &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql -u root &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Ohne Passwort bei Mysql anmelden &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Das ist die Mysql-Kommandozeile&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; use mysql; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Zur Mysql-Db wechseln &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; mysql&amp;gt; update user set password=PASSWORD(„&lt;strong&gt;newrootpassword&lt;/strong&gt;“) where user=&amp;#039;root&amp;#039;; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Neues Passwort für den root User setzen. Eventuell sind die Anführungszeichen beim Passwort, als auch beim User anzupassen, da diese durch die verschiedenen System (hier insbesondere mein WIKI)modifiziert wurden.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; flush privileges; &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Die neuen Berechtigungen einlesen… Ich frage mich ob der Schritt notwendig ist&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;mysql&amp;gt; quit &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql verlassen &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; /etc/init.d/mysql stop &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql (noch im SAFE-Mode) stoppen&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;/etc/init.d/mysql start &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Mysql normal starten &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; mysql -u root -p &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; Bei Mysql mit dem neuen Passwort &lt;strong&gt;newrootpassword&lt;/strong&gt; anmelden &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT5 TABLE [344-1306] --&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;/div&gt;

&lt;!-- /including blog:2012:05:20120505-0846-mysql_root_passwort_vergessen --&gt;

&lt;!-- including blog:2012:04:2012 // /var/www/web1/html/schulzemirko.de/data/pages/blog/2012/04/2012.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;

&lt;h2&gt;&lt;a name=&quot;tja_das_war_es_wohl&quot; id=&quot;tja_das_war_es_wohl&quot; href=&quot;http://schulzemirko.de/doku.php/blog:2012:04:2012&quot;&gt;Tja das war es wohl...&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
… es steht wohl ein Serverumzug an. Nachdem mein Server vom Hoster Server4You wegen dem Betreiben einer TOR Node vom Netz genommen wurde, werde ich diesen umziehen.
&lt;/p&gt;

&lt;p&gt;
Und alles nur, weil unsere Behörden das mitlesen wollen.
&lt;/p&gt;

&lt;p&gt;
Siehe auch:
&lt;a href=&quot;http://citizen428.net/blog/2012/04/18/no-tor/&quot; class=&quot;urlextern&quot; title=&quot;http://citizen428.net/blog/2012/04/18/no-tor/&quot;  rel=&quot;nofollow&quot;&gt;No more Tor&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;/div&gt;

&lt;!-- /including blog:2012:04:2012 --&gt;
&lt;/div&gt;
&lt;div class=&quot;level1&quot;&gt;



&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>blog</category>
            <pubDate>Sun, 22 Apr 2012 09:25:17 +0200</pubDate>
        </item>
        <item>
            <title>Grausamkeiten wie PHP</title>
            <link>http://schulzemirko.de/doku.php/blog:2011:05:20110525-0840-grausamkeiten_wie_php</link>
            <description>
&lt;h1 class=&quot;sectionedit6&quot;&gt;&lt;a name=&quot;grausamkeiten_wie_php&quot; id=&quot;grausamkeiten_wie_php&quot;&gt;Grausamkeiten wie PHP&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Beim Update von &lt;a href=&quot;http://www.magentocommerce.com&quot; class=&quot;urlextern&quot; title=&quot;http://www.magentocommerce.com&quot;  rel=&quot;nofollow&quot;&gt;Magento Commerce&lt;/a&gt; auf ein aktuelles System mit aktuellem &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; flog mir doch prompt alles um die Ohren, da die Entwickler von &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; mal wieder signifikante Änderungen an einigen Funktionen vorgenommen haben.
&lt;/p&gt;

&lt;p&gt;
Es fing mit diesem harmlosen Fehler an:
&lt;code&gt;Fatal error: Method Varien_Object::__tostring() cannot take arguments in .. lib/Varien/Object.php on line 488 &lt;/code&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Suche nach der Ursache entdeckte ich schnell einen &lt;a href=&quot;http://www.magentocommerce.com/boards/viewthread/18080/&quot; class=&quot;urlextern&quot; title=&quot;http://www.magentocommerce.com/boards/viewthread/18080/&quot;  rel=&quot;nofollow&quot;&gt;Thread im Magento-Board&lt;/a&gt;. Schließlich landete ich auf der &lt;a href=&quot;http://www.php.net/manual/en/migration53.incompatible.php&quot; class=&quot;urlextern&quot; title=&quot;http://www.php.net/manual/en/migration53.incompatible.php&quot;  rel=&quot;nofollow&quot;&gt;PHP&lt;/a&gt; Seite, wo mir minimale Inkompatibelitäten bei einem Versionssprung auf &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; 5.3 prophezeit wurden.
&lt;/p&gt;

&lt;p&gt;
Naja am heftigsten fand ich dann aber den netten kleinen Hinweis, dass &lt;a href=&quot;http://www.php.net/manual/en/control-structures.goto.php&quot; class=&quot;urlextern&quot; title=&quot;http://www.php.net/manual/en/control-structures.goto.php&quot;  rel=&quot;nofollow&quot;&gt;goto&lt;/a&gt; neuerdings ein reserviertes Wort ist. Man glaubt es nicht, aber die &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; - Entwickler haben doch tatsächlich dieses unnütze und absolut sinnlose goto
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; eingebaut&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; diese Schandtat dokumentiert (Ich würde mich nicht mehr auf die Straße trauen)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; mit einem absolut sinnlosen Beispiel diese Unsinnigkeit unterstrichen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; und mit einem lustigen Comic das ganze so ziemlich an den Rand der Ernsthaftigkeit gebracht!&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
&lt;a href=&quot;http://schulzemirko.de/lib/exe/detail.php/blog:2011:goto.png?id=blog%3A2011%3A05%3A20110525-0840-grausamkeiten_wie_php&quot; class=&quot;media&quot; title=&quot;blog:2011:goto.png&quot;&gt;&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2011:goto.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Wer bitte programmiert sowas:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;for($i=0,$j=50; $i&amp;lt;100; $i++) {
  while($j--) {
    if($j==17) goto end; 
  }  
}
echo &amp;quot;i = $i&amp;quot;;
end:
echo &amp;#039;j hit 17&amp;#039;;&lt;/pre&gt;

&lt;p&gt;
Jedenfalls frage ich mich, welcher Entwickler Bedarf für eine solche goto Funktion hat.
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:php?do=showtag&amp;amp;tag=tag%3Aphp&quot; class=&quot;wikilink1&quot; title=&quot;tag:php&quot; rel=&quot;tag&quot;&gt;PHP&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:5.3?do=showtag&amp;amp;tag=tag%3A5.3&quot; class=&quot;wikilink1&quot; title=&quot;tag:5.3&quot; rel=&quot;tag&quot;&gt;5.3&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:magento?do=showtag&amp;amp;tag=tag%3Amagento&quot; class=&quot;wikilink1&quot; title=&quot;tag:magento&quot; rel=&quot;tag&quot;&gt;Magento&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:goto?do=showtag&amp;amp;tag=tag%3Agoto&quot; class=&quot;wikilink1&quot; title=&quot;tag:goto&quot; rel=&quot;tag&quot;&gt;goto&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>PHP</category>
        <category>5.3</category>
        <category>Magento</category>
        <category>goto</category>
            <pubDate>Thu, 26 May 2011 07:53:10 +0200</pubDate>
        </item>
        <item>
            <title>Grausamkeiten wie PHP</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2011%3Agoto.png&amp;ns=blog%3A2011&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2011:goto.png?w=500&amp;h=135t=1306306402&quot; alt=&quot;blog:2011:goto.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>PHP</category>
        <category>5.3</category>
        <category>Magento</category>
        <category>goto</category>
            <pubDate>Wed, 25 May 2011 08:53:21 +0200</pubDate>
        </item>
        <item>
            <title>Bruchbude gesucht - Page moved from blog:2011:20110405-1329-bruchbude_gesucht to ...</title>
            <link>http://schulzemirko.de/doku.php/blog:2011:04:20110405-1329-bruchbude_gesucht</link>
            <description>
&lt;h1 class=&quot;sectionedit7&quot;&gt;&lt;a name=&quot;bruchbude_gesucht&quot; id=&quot;bruchbude_gesucht&quot;&gt;Bruchbude gesucht&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;http://schulzemirko.de/lib/exe/detail.php/blog:2011:bruchbude.gesucht.png?id=blog%3A2011%3A04%3A20110405-1329-bruchbude_gesucht&quot; class=&quot;media&quot; title=&quot;blog:2011:bruchbude.gesucht.png&quot;&gt;&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2011:bruchbude.gesucht.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; Ohne Worte
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:gesehen?do=showtag&amp;amp;tag=tag%3Agesehen&quot; class=&quot;wikilink1&quot; title=&quot;tag:gesehen&quot; rel=&quot;tag&quot;&gt;Gesehen&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:zeitung?do=showtag&amp;amp;tag=tag%3Azeitung&quot; class=&quot;wikilink1&quot; title=&quot;tag:zeitung&quot; rel=&quot;tag&quot;&gt;Zeitung&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>Gesehen</category>
        <category>Zeitung</category>
            <pubDate>Tue, 05 Apr 2011 15:32:59 +0200</pubDate>
        </item>
        <item>
            <title>Bruchbude gesucht</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2011%3Abruchbude.gesucht.png&amp;ns=blog%3A2011&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2011:bruchbude.gesucht.png?w=500&amp;h=116t=1302010274&quot; alt=&quot;blog:2011:bruchbude.gesucht.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Gesehen</category>
        <category>Zeitung</category>
            <pubDate>Tue, 05 Apr 2011 15:31:14 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/blog:2011:03:20110317-1537-errors_exceptions_und_deren_folgen</link>
            <description>
&lt;h1 class=&quot;sectionedit8&quot;&gt;&lt;a name=&quot;errors_exceptions_und_deren_folgen&quot; id=&quot;errors_exceptions_und_deren_folgen&quot;&gt;Errors, Exceptions und deren Folgen&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;http://schulzemirko.de/lib/exe/detail.php/blog:blog_2011:03:errors_exceptions_und_so_weiter.png?id=blog%3A2011%3A03%3A20110317-1537-errors_exceptions_und_deren_folgen&quot; class=&quot;media&quot; title=&quot;blog:blog_2011:03:errors_exceptions_und_so_weiter.png&quot;&gt;&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:blog_2011:03:errors_exceptions_und_so_weiter.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; Zum Glück ist die Software nicht von mir…
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:web?do=showtag&amp;amp;tag=tag%3Aweb&quot; class=&quot;wikilink1&quot; title=&quot;tag:web&quot; rel=&quot;tag&quot;&gt;Web&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:gesehen?do=showtag&amp;amp;tag=tag%3Agesehen&quot; class=&quot;wikilink1&quot; title=&quot;tag:gesehen&quot; rel=&quot;tag&quot;&gt;gesehen&lt;/a&gt;,
	&lt;a href=&quot;http://schulzemirko.de/doku.php/tag:fehler?do=showtag&amp;amp;tag=tag%3Afehler&quot; class=&quot;wikilink1&quot; title=&quot;tag:fehler&quot; rel=&quot;tag&quot;&gt;fehler&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Tue, 22 Mar 2011 04:33:36 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3Ablog_2011%3A03%3Aerrors_exceptions_und_so_weiter.png&amp;ns=blog%3Ablog_2011%3A03&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:blog_2011:03:errors_exceptions_und_so_weiter.png?w=500&amp;h=157t=1300761980&quot; alt=&quot;blog:blog_2011:03:errors_exceptions_und_so_weiter.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Thu, 17 Mar 2011 16:41:10 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3A2bit_-_windows.png&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:2bit_-_windows.png?w=202&amp;h=75t=1300761980&quot; alt=&quot;blog:2010:2bit_-_windows.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Thu, 23 Dec 2010 11:17:51 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3A2bit_-_windows2.png&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:2bit_-_windows2.png?w=500&amp;h=408t=1300761980&quot; alt=&quot;blog:2010:2bit_-_windows2.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Thu, 23 Dec 2010 11:17:36 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3Amcdelivery.jpg&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:mcdelivery.jpg?w=280&amp;h=500t=1300761980&quot; alt=&quot;blog:2010:mcdelivery.jpg&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Sat, 04 Dec 2010 10:43:17 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3Awindows_datei_loeschen2.png&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:windows_datei_loeschen2.png?w=453&amp;h=368t=1300761980&quot; alt=&quot;blog:2010:windows_datei_loeschen2.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Fri, 02 Jul 2010 10:43:46 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3Awindows_datei_loeschen.png&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:windows_datei_loeschen.png?w=453&amp;h=368t=1300761980&quot; alt=&quot;blog:2010:windows_datei_loeschen.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Fri, 02 Jul 2010 10:43:37 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3Akebap.jpg&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:kebap.jpg?w=500&amp;h=375t=1300761980&quot; alt=&quot;blog:2010:kebap.jpg&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Sat, 13 Mar 2010 10:19:43 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3A112prozent.png&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:112prozent.png?w=500&amp;h=319t=1300761980&quot; alt=&quot;blog:2010:112prozent.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Sat, 27 Feb 2010 18:00:52 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3Awhy_is_there_a_dead_pakistani_on_my_couch.png&amp;ns=blog%3A2010&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:why_is_there_a_dead_pakistani_on_my_couch.png?w=500&amp;h=452t=1300761980&quot; alt=&quot;blog:2010:why_is_there_a_dead_pakistani_on_my_couch.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Tue, 23 Feb 2010 04:09:00 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2010%3A01%3Afacebook-howto.jpg&amp;ns=blog%3A2010%3A01&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2010:01:facebook-howto.jpg?w=500&amp;h=400t=1300761980&quot; alt=&quot;blog:2010:01:facebook-howto.jpg&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Tue, 05 Jan 2010 05:07:19 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2009%3Adenic-fehler.png&amp;ns=blog%3A2009&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2009:denic-fehler.png?w=500&amp;h=224t=1300761980&quot; alt=&quot;blog:2009:denic-fehler.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Sun, 13 Dec 2009 22:46:50 +0200</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://schulzemirko.de/doku.php/?image=blog%3A2009%3Aextrem-hd.png&amp;ns=blog%3A2009&amp;do=media</link>
            <description>&lt;img src=&quot;http://schulzemirko.de/lib/exe/fetch.php/blog:2009:extrem-hd.png?w=500&amp;h=133t=1300761980&quot; alt=&quot;blog:2009:extrem-hd.png&quot; /&gt;</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Thu, 12 Nov 2009 12:26:30 +0200</pubDate>
        </item>
    </channel>
</rss>

