<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>open source desktop environment</title>
        <link>http://osde-info.vox.com/library/posts/tags/testing/page/1/</link>
        <description>free libre open source gpl gnu/linux centos ubuntu firefox openoffice.org</description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Wed, 07 May 2008 09:38:27 +0100</lastBuildDate>
        <copyright>Copyright 2008</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
        <category domain="http://osde-info.vox.com/tags/">testing</category>  
 
        <item>
            <title>PHP Unit Testing</title>
            <link>http://osde-info.vox.com/library/post/php-unit-testing.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/php-unit-testing.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/php-unit-testing.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 07 May 2008 09:38:27 +0100</pubDate>         
            
            <description>    &lt;p&gt;&lt;span style=&quot;font-size: 1.25em;&quot;&gt;&lt;/span&gt;PHP Unit Testing introduction at &lt;a href=&quot;http://www.onlamp.com/pub/a/php/2005/12/08/phpunit.html&quot;&gt;ONLamp &lt;span style=&quot;font-size: 1em;&quot;&gt;Testing PHP Code with PHPUnit&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 1em;&quot;&gt;&lt;a href=&quot;http://www.phpunit.de/&quot;&gt;PHPUnit&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;font-size: 1em;&quot;&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.phpunit.de/pocket_guide/3.2/en/installation.html&quot;&gt;&lt;span style=&quot;font-size: 1em;&quot;&gt;Installing&lt;/span&gt;&lt;/a&gt; PHPUnit&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size: 1em;&quot;&gt;&lt;a href=&quot;http://www.phpunit.de/pocket_guide/3.2/en/writing-tests-for-phpunit.html&quot;&gt;Writing&lt;/a&gt; &lt;/span&gt;PHPUnit tests&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size: 1em;&quot;&gt;&lt;a href=&quot;http://www.phpunit.de/pocket_guide/3.2/en/textui.html&quot;&gt;Running&lt;/a&gt; &lt;/span&gt;PHPUnit tests&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a href=&quot;http://www.onlamp.com/pub/a/php/2005/12/08/phpunit.html&quot;&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/php-unit-testing.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00f48cf5b0e80003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">testing</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">software development</category> 
            <category domain="http://osde-info.vox.com/tags/">web developer</category> 
            <category domain="http://osde-info.vox.com/tags/">unit testing</category>   
        </item> 
 
        <item>
            <title>ApacheBench HTTP server benchmarking tool &amp; other Apache tools</title>
            <link>http://osde-info.vox.com/library/post/apachebench-http-server-benchmarking-tool-other-apache-tools.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/apachebench-http-server-benchmarking-tool-other-apache-tools.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/apachebench-http-server-benchmarking-tool-other-apache-tools.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 04 Oct 2007 09:29:24 +0100</pubDate>         
            
            <description>    &lt;p&gt;Did you know that if you are running Apache you already have a HTTP benchmarking tool called &lt;a href=&quot;http://httpd.apache.org/docs/2.2/programs/ab.html&quot;&gt;ApacheBench&lt;/a&gt; aka &lt;a href=&quot;http://httpd.apache.org/docs/2.2/programs/ab.html&quot;&gt;&lt;code&gt;ab&lt;/code&gt;&lt;/a&gt; !&lt;/p&gt;&lt;p&gt;Theres a list of all the tools you get with Apache @ &lt;a href=&quot;http://httpd.apache.org/docs/2.2/programs/&quot;&gt;http://httpd.apache.org/docs/2.2/programs/&lt;/a&gt; including &lt;a href=&quot;http://httpd.apache.org/docs/2.2/programs/logresolve.html&quot;&gt;&lt;code&gt;logresolve&lt;/code&gt;&lt;/a&gt; which is a post-processing program to
     resolve IP-addresses in Apache&amp;#39;s access logfiles !&lt;/p&gt;&lt;p&gt;Finally there a great list of Open Source performance testing tools @ &lt;a href=&quot;http://www.opensourcetesting.org/performance.php&quot;&gt;http://www.opensourcetesting.org/performance.php&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/apachebench-http-server-benchmarking-tool-other-apache-tools.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00e398af497e0004?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">testing</category> 
            <category domain="http://osde-info.vox.com/tags/">lamp</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">stress</category> 
            <category domain="http://osde-info.vox.com/tags/">open source</category> 
            <category domain="http://osde-info.vox.com/tags/">performance</category> 
            <category domain="http://osde-info.vox.com/tags/">sysadmin</category> 
            <category domain="http://osde-info.vox.com/tags/">apache</category> 
            <category domain="http://osde-info.vox.com/tags/">http</category> 
            <category domain="http://osde-info.vox.com/tags/">load</category> 
            <category domain="http://osde-info.vox.com/tags/">benchmark</category> 
            <category domain="http://osde-info.vox.com/tags/">load testing</category> 
            <category domain="http://osde-info.vox.com/tags/">free libre open</category> 
            <category domain="http://osde-info.vox.com/tags/">fsse.info</category> 
            <category domain="http://osde-info.vox.com/tags/">stress testing</category> 
            <category domain="http://osde-info.vox.com/tags/">performance testing</category>   
        </item> 
 
        <item>
            <title>Create unlimited Googlemail email addresses</title>
            <link>http://osde-info.vox.com/library/post/create-unlimited-googlemail-email-addresses.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/create-unlimited-googlemail-email-addresses.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/create-unlimited-googlemail-email-addresses.html?_c=feed-rss-full</guid> 
            <pubDate>Mon, 10 Sep 2007 14:47:44 +0100</pubDate>         
            
            <description>    &lt;p&gt;Just add &amp;quot;+extraname&amp;quot; after your usual googlemail address:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span class=&quot;ppt&quot; id=&quot;_user_osde.info+xxx@googlemail.com&quot;&gt;mygoogemailname+xxx@googlemail.com&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class=&quot;ppt&quot; id=&quot;_user_osde.info+xxx@googlemail.com&quot;&gt;mygoogemailname&lt;/span&gt;&lt;span class=&quot;ppt&quot; id=&quot;_user_osde.info+yyy@googlemail.com&quot;&gt;+yyy@googlemail.com&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class=&quot;ppt&quot; id=&quot;_user_osde.info+xxx@googlemail.com&quot;&gt;mygoogemailname&lt;/span&gt;&lt;span class=&quot;ppt&quot; id=&quot;_user_osde.info+zzz@googlemail.com&quot;&gt;+zzz@googlemail.com&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; email sent to any of the above email addresses will all arrive in your &lt;span class=&quot;ppt&quot; id=&quot;_user_osde.info+xxx@googlemail.com&quot;&gt;mygoogemailname email inbox !&lt;/span&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/create-unlimited-googlemail-email-addresses.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00e398a6ccc00001?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">testing</category> 
            <category domain="http://osde-info.vox.com/tags/">email</category> 
            <category domain="http://osde-info.vox.com/tags/">google</category>   
        </item> 
    </channel>
</rss>

