<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Thesaur's Ramblings - PHP</title>
    <link>http://thesaur.org/blog/</link>
    <description>PHP, Linguistics and more</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <ttl>10</ttl>
<pubDate>Tue, 03 May 2005 05:29:15 GMT</pubDate>

    <image>
        <url>http://thesaur.org/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Thesaur's Ramblings - PHP - PHP, Linguistics and more</title>
        <link>http://thesaur.org/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>RAD with PHP</title>
    <link>http://thesaur.org/blog/archives/9-RAD-with-PHP.html</link>
            <category>Fall IntPHPConf 2004</category>
    
    <comments>http://thesaur.org/blog/archives/9-RAD-with-PHP.html#comments</comments>
    <wfw:comment>http://thesaur.org/blog/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thesaur.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Klaus)</author>
    <content:encoded>
    Yesterday Helgi and I gave a workshop on RAD with PHP. The central project was an example forum that Helgi and I threw together. Helgi had the backend working, while I only had a few basic templates done. Unfortunately this crossed somewhat with my studies, so I didn&#039;t have as much time as I wanted to prepare the frontend. However, I think the backend and theory were good enough to present our topic.&lt;br /&gt;
&lt;br /&gt;
I&#039;ll try to recap the entire session and provide a link to the appropriate code here later.&lt;br /&gt;
&lt;br /&gt;
Some attendees of yesterday&#039;s workshop indicated further interest in the presented  example project. As a result, Helgi and I will be continuing to develop it. It currently is under GPL, but considerations will be made to license it otherwise on specific request. 
    </content:encoded>

    <pubDate>Tue, 03 May 2005 07:29:15 +0200</pubDate>
    <guid isPermaLink="false">http://thesaur.org/blog/archives/9-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Solving the Monty Hall brainteaser - php style</title>
    <link>http://thesaur.org/blog/archives/4-Solving-the-Monty-Hall-brainteaser-php-style.html</link>
            <category>PHP</category>
    
    <comments>http://thesaur.org/blog/archives/4-Solving-the-Monty-Hall-brainteaser-php-style.html#comments</comments>
    <wfw:comment>http://thesaur.org/blog/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thesaur.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Klaus)</author>
    <content:encoded>
    &lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=5&amp;amp;entry_id=4&quot; title=&quot;http://www.comedia.com/hot/monty.html&quot;  onmouseover=&quot;window.status=&#039;http://www.comedia.com/hot/monty.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;The Monty Hall brainteaser&lt;/a&gt;, (&lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=6&amp;amp;entry_id=4&quot; title=&quot;http://en.wikipedia.org/wiki/Monty_Hall_problem&quot;  onmouseover=&quot;window.status=&#039;http://en.wikipedia.org/wiki/Monty_Hall_problem&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;Wikipedia entry&lt;/a&gt;) also known as &lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=7&amp;amp;entry_id=4&quot; title=&quot;http://www.deanesmay.com/posts/1105028800.shtml&quot;  onmouseover=&quot;window.status=&#039;http://www.deanesmay.com/posts/1105028800.shtml&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;the 3-doors brainteaser&lt;/a&gt;, is a rather popular, but notoriously difficult problem. On a purely mathematical level, it has long been solved and has been used for &lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=8&amp;amp;entry_id=4&quot; title=&quot;http://www.cs.pomona.edu/~eaaron/TR98-1672.pdf&quot;  onmouseover=&quot;window.status=&#039;http://www.cs.pomona.edu/~eaaron/TR98-1672.pdf&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;various scientific investigations&lt;/a&gt;. However, I did not come across an open php implementation of a solution for it, so I implemented my own. I&#039;d be happy for any feedback, though it comes out with the expected results. You can find the results and documented source code &lt;a href=&quot;/scripts/threedoors_brainteaser.php&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Mon, 17 Jan 2005 14:45:21 +0100</pubDate>
    <guid isPermaLink="false">http://thesaur.org/blog/archives/4-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Int PHP Conf 2004: PEAR workshop</title>
    <link>http://thesaur.org/blog/archives/3-Int-PHP-Conf-2004-PEAR-workshop.html</link>
            <category>Fall IntPHPConf 2004</category>
    
    <comments>http://thesaur.org/blog/archives/3-Int-PHP-Conf-2004-PEAR-workshop.html#comments</comments>
    <wfw:comment>http://thesaur.org/blog/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thesaur.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Klaus)</author>
    <content:encoded>
    This morning, &lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=1&amp;amp;entry_id=3&quot; title=&quot;http://pear.php.net/user/lsmith&quot;  onmouseover=&quot;window.status=&#039;http://pear.php.net/user/lsmith&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Lukas&lt;/a&gt; and &lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=2&amp;amp;entry_id=3&quot; title=&quot;http://pear.php.net/user/toby&quot;  onmouseover=&quot;window.status=&#039;http://pear.php.net/user/toby&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Toby&lt;/a&gt; are presenting PEAR and using it to create a demo application that accesses Ebay. A large number of developers here either haven&#039;t used PEAR before or are relatively new. So far, this is a very nice advocacy session. I&#039;ll be updating this post throughout the day.&lt;br /&gt;
&lt;br /&gt;
One complaint: the hotel&#039;s internet connection wasn&#039;t set up with so many users in mind. Apparently they have an ADSL 3mbit connection (my guess), but it might be slower, as it isn&#039;t handling the number of users properly. On the bright side, it&#039;s now free. (In 2002 you had to pay for it.)&lt;br /&gt;
&lt;br /&gt;
UPDATE: Toby went through the steps of creating a package, including setting up package.xml. He gave PEAR_PackageFileManager a huge plug. He also went through karma for php, pearweb and package. Also, it is worth noting that the demo app is running on PHP5 and uses PEAR_Exception.&lt;br /&gt;
&lt;br /&gt;
UPDATE: Lukas and Toby also showed a wiki they created for their talk in Amsterdam this spring. You can get the slides for that workshop &lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=3&amp;amp;entry_id=3&quot; title=&quot;http://www.schlitt.info/download/PEAR_Powerworkshop_Spring_2004.tar.gz&quot;  onmouseover=&quot;window.status=&#039;http://www.schlitt.info/download/PEAR_Powerworkshop_Spring_2004.tar.gz&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;here&lt;/a&gt;. It is based on &lt;a href=&quot;http://thesaur.org/blog/exit.php?url_id=4&amp;amp;entry_id=3&quot; title=&quot;http://pear.php.net/package/Text_Wiki&quot;  onmouseover=&quot;window.status=&#039;http://pear.php.net/package/Text_Wiki&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Text_Wiki&lt;/a&gt; with MDB2, and Liveuser. 
    </content:encoded>

    <pubDate>Sun, 07 Nov 2004 11:29:40 +0100</pubDate>
    <guid isPermaLink="false">http://thesaur.org/blog/archives/3-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>

</channel>
</rss>