<?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>Jann H.'s blog - PHP</title>
    <link>http://blog.bekaan.net/</link>
    <description></description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <pubDate>Sat, 19 Jan 2008 14:40:29 GMT</pubDate>

    <image>
        <url>http://blog.bekaan.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Jann H.'s blog - PHP - </title>
        <link>http://blog.bekaan.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>neues Tutorial: Kontrolle der Validität von ISBN</title>
    <link>http://blog.bekaan.net/archives/30-neues-Tutorial-Kontrolle-der-Validitaet-von-ISBN.html</link>
            <category>developers-guide</category>
    
    <comments>http://blog.bekaan.net/archives/30-neues-Tutorial-Kontrolle-der-Validitaet-von-ISBN.html#comments</comments>
    <wfw:comment>http://blog.bekaan.net/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bekaan.net/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Jann Hendrik)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Ich habe ein &lt;a href=&quot;http://www.developers-guide.net/forums/6443,php-validitaet-von-isbn-kontrollieren&quot;&gt;neues Tutorial&lt;/a&gt; geschrieben.&lt;/p&gt;&lt;p&gt;Dieses Mal geht es um die Validität von ISBN.&lt;/p&gt;&lt;p /&gt;&lt;p&gt;Letztlich ist es eine Funktion, der man eine ISBN übergibt und man erhält dann einen boolschen Wert zurück.&lt;/p&gt;&lt;p /&gt;&lt;p /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 19 Jan 2008 15:29:02 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bekaan.net/archives/30-guid.html</guid>
    <category>Developers-guide</category>
<category>php</category>
<category>Tutorial</category>

</item>
<item>
    <title>preg_replace_callback in einer Klasse verwenden</title>
    <link>http://blog.bekaan.net/archives/5-preg_replace_callback-in-einer-Klasse-verwenden.html</link>
            <category>PHP</category>
    
    <comments>http://blog.bekaan.net/archives/5-preg_replace_callback-in-einer-Klasse-verwenden.html#comments</comments>
    <wfw:comment>http://blog.bekaan.net/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bekaan.net/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Jann Hendrik)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;code&gt;&lt;/code&gt;&lt;p&gt;&lt;span class=&quot;html&quot;&gt;&lt;p&gt;Ich  bin gerade dabei ein leicht angewachsene Ansammlung von Funktionen , welche ich mit der Zeit geschrieben habe in eine Klasse zu packen und dabei werfe ich dann auch gleich einen Blick darauf, ob sie noch meinem heutigen Wissensstand entsprechen, oder ob sie mal berbessert werden müßen...&lt;/p&gt;&lt;p&gt;So kam ich jedenfalls auch bei der Methode für BBCodes an. Diese benutzte die PHP-Funktion &lt;i&gt;preg_replace_callback&lt;/i&gt;. Soweit so gut.&lt;/p&gt;&lt;p&gt;Sie lies sich nur nicht dazu herab auch innerhalb einer Klasse zu arbeiten.&lt;/p&gt;&lt;p&gt;Ein Blick in das Handbuch brachte dann aber die Lösung, denn freundlicherweise hat jemdand, der das Problem auch schon hatte eine Lösung dafür gefunden:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://de.php.net/manual/de/function.preg-replace-callback.php#38328&quot; target=&quot;_blank&quot;&gt;php.net&lt;/a&gt;&lt;/p&gt;&lt;p /&gt;&lt;/span&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 19 Oct 2007 09:06:46 +0200</pubDate>
    <guid isPermaLink="false">http://blog.bekaan.net/archives/5-guid.html</guid>
    <category>PHP</category>

</item>
<item>
    <title>neues Tutorial: vCard-Parser</title>
    <link>http://blog.bekaan.net/archives/1-neues-Tutorial-vCard-Parser.html</link>
            <category>developers-guide</category>
    
    <comments>http://blog.bekaan.net/archives/1-neues-Tutorial-vCard-Parser.html#comments</comments>
    <wfw:comment>http://blog.bekaan.net/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bekaan.net/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (Jann Hendrik)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Ich habe ein neues Tutorial geschrieben.&lt;br /&gt;
Dieses Mal geht es um die Erstellung von vCards.&lt;br /&gt;
Wie genau das geht?&lt;br /&gt;
Lest hier: &lt;a target=&quot;_blank&quot; href=&quot;http://www.developers-guide.net/forums/5915,php-vcard-php-parser&quot;&gt;vcard-php-parser&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 22 Aug 2007 08:10:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.bekaan.net/archives/1-guid.html</guid>
    <category>Developers-guide</category>
<category>php</category>
<category>Tutorial</category>

</item>

</channel>
</rss>