<?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>Bill's Diversifying Blog - Programming</title>
    <link>http://wvr.me.uk/blog/</link>
    <description>Code, travel, music...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://wvr.me.uk/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Bill's Diversifying Blog - Programming - Code, travel, music...</title>
        <link>http://wvr.me.uk/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Browser Compatibility Survey</title>
    <link>http://wvr.me.uk/blog/wrapper.php?/archives/33-Browser-Compatibility-Survey.html</link>
            <category>Programming</category>
    
    <comments>http://wvr.me.uk/blog/wrapper.php?/archives/33-Browser-Compatibility-Survey.html#comments</comments>
    <wfw:comment>http://wvr.me.uk/blog/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://wvr.me.uk/blog/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (William Robinson)</author>
    <content:encoded>
    &lt;h3&gt;Geek Web Bit&lt;/h3&gt;
&lt;p&gt;I was just thinking today of making a website that would test various functionalities of browsers from surfers in a survey style. I am not aware of anything else like this. The use being to collect data on what features are supported in what browsers.&lt;/p&gt;

&lt;p&gt;The most obvious use case from a general surfer&#039;s point of view is that they are provided a series of questions (or maybe a random selection if there are a lot) just showing a preview image or animation of what should happen and then the same example in HTML/DOM/JavaScript/CSS to see how well it is rendered. Then the user submits the form the results are all submitted and logged along with their user agent.&lt;/p&gt;

&lt;p&gt;Another possibility, could be automated tests. These would be easier on the user, but tougher on the developer.&lt;/p&gt;

&lt;p&gt;From the developer&#039;s point of view, this could provide interesting statistics on what is supported and what works in the most browsers. If there was an automated submission process for code examples, this would also be good. So mainly i&#039;m thinking a server side storage of all this stuff, serving up the simplest possible pages to get the job done with the complexity in the javascript/css/html that the developer uploads.&lt;/p&gt;

&lt;p&gt;I was talking about his with guido_w on freenode in #javascript, he pointed me at his javascript unit testing project, &lt;a href=&quot;http://johnnydebris.net:8080/cgi-bin/hypertest&quot; &gt;hypertest&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Other bit&lt;/h3&gt;
&lt;p&gt;Ok I just got a call from the job agency... so I have some work. Now and for the rest of the week. Woot, I guess.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 17 Jan 2006 13:06:40 +0000</pubDate>
    <guid isPermaLink="false">http://wvr.me.uk/blog/wrapper.php?/archives/33-guid.html</guid>
    
</item>
<item>
    <title>10 line python web server</title>
    <link>http://wvr.me.uk/blog/wrapper.php?/archives/26-10-line-python-web-server.html</link>
            <category>Programming</category>
    
    <comments>http://wvr.me.uk/blog/wrapper.php?/archives/26-10-line-python-web-server.html#comments</comments>
    <wfw:comment>http://wvr.me.uk/blog/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://wvr.me.uk/blog/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>nospam@example.com (William Robinson)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve been in windows quite a bit recently and I have moved all of my site from self-hosting to Tadas&#039; dedicated machine in Texas. In Linux, I have set up a redirect to robinson.mine.nu, but in windows, I didn&#039;t want to install apache just to do this. After scouting around for small programs just for redirecting, I gave up and made my own in Python. All it does is a simple redirect-permanent to my new hostname from whatever path is requested. It has a 5MB memory footprint when running. &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://wvr.me.uk/blog/wrapper.php?/archives/26-10-line-python-web-server.html#extended&quot;&gt;Continue reading &quot;10 line python web server&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 16 Dec 2005 12:00:00 +0000</pubDate>
    <guid isPermaLink="false">http://wvr.me.uk/blog/wrapper.php?/archives/26-guid.html</guid>
    
</item>
<item>
    <title>Two karm patches accepted!</title>
    <link>http://wvr.me.uk/blog/wrapper.php?/archives/18-Two-karm-patches-accepted!.html</link>
            <category>Programming</category>
    
    <comments>http://wvr.me.uk/blog/wrapper.php?/archives/18-Two-karm-patches-accepted!.html#comments</comments>
    <wfw:comment>http://wvr.me.uk/blog/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://wvr.me.uk/blog/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>nospam@example.com (William Robinson)</author>
    <content:encoded>
    I have returned from our trip to Brighton today in my parents&#039; battered old peugeot to find a flurry of kde bug tracker activity. It seems that the two patches I submitted for bugs &lt;a href=&quot;http://bugs.kde.org/show_bug.cgi?id=87651&quot;&gt;87651&lt;/a&gt; and &lt;a href=&quot;http://bugs.kde.org/show_bug.cgi?id=91732&quot;&gt;91732&lt;/a&gt; were sufficient for committing to the KDE subversion repository. So I am most happy with this. I got some lovely messages in response to these fixes.

Also, as strange chance would have it, within about an hour of returning, the small patch I submitted to the kde-addons kicker-applet mediacontrol, to add support for mpd was accepted, even though it still has some blocking issues. I think the implied rewrite I would do on it was enough for metz to have faith in me and my patch series. Which is very nice.

So I am happy &lt;img src=&quot;http://wvr.me.uk/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Appreciation! 
    </content:encoded>

    <pubDate>Sat, 25 Jun 2005 17:02:28 +0100</pubDate>
    <guid isPermaLink="false">http://wvr.me.uk/blog/wrapper.php?/archives/18-guid.html</guid>
    
</item>
<item>
    <title>Novel fix for Internet Explorer PNG transparency problem.</title>
    <link>http://wvr.me.uk/blog/wrapper.php?/archives/8-Novel-fix-for-Internet-Explorer-PNG-transparency-problem..html</link>
            <category>Programming</category>
    
    <comments>http://wvr.me.uk/blog/wrapper.php?/archives/8-Novel-fix-for-Internet-Explorer-PNG-transparency-problem..html#comments</comments>
    <wfw:comment>http://wvr.me.uk/blog/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://wvr.me.uk/blog/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (William Robinson)</author>
    <content:encoded>
    I just came up with what I believe is a nice little fix to the Microsoft Internet Explorer problem of not supporting transparent images. Using this PHP function...
 &lt;br /&gt;&lt;a href=&quot;http://wvr.me.uk/blog/wrapper.php?/archives/8-Novel-fix-for-Internet-Explorer-PNG-transparency-problem..html#extended&quot;&gt;Continue reading &quot;Novel fix for Internet Explorer PNG transparency problem.&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 06 Jun 2005 14:11:18 +0100</pubDate>
    <guid isPermaLink="false">http://wvr.me.uk/blog/wrapper.php?/archives/8-guid.html</guid>
    
</item>
<item>
    <title>Karm patches</title>
    <link>http://wvr.me.uk/blog/wrapper.php?/archives/7-Karm-patches.html</link>
            <category>Programming</category>
    
    <comments>http://wvr.me.uk/blog/wrapper.php?/archives/7-Karm-patches.html#comments</comments>
    <wfw:comment>http://wvr.me.uk/blog/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://wvr.me.uk/blog/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (William Robinson)</author>
    <content:encoded>
    This afternoon, I have been working on &lt;a href=&quot;http://pim.kde.org/components/karm.php&quot;&gt;Karm&lt;/a&gt;. I believe that I have fixed two bugs (&lt;a href=&quot;http://bugs.kde.org/show_bug.cgi?id=91732&quot;&gt;91732&lt;/a&gt; and &lt;a href=&quot;http://bugs.kde.org/show_bug.cgi?id=87651&quot;&gt;87651&lt;/a&gt;) and a wishlist item (&lt;a href=&quot;http://bugs.kde.org/show_bug.cgi?id=50112&quot;&gt;50112&lt;/a&gt;). I don&#039;t know whether they will be applied or even appreciated. I don&#039;t seem to have a very high success rate submitting patches. So I figured if I submitted them all seperately, I might stand a better chance. Heh. 
    </content:encoded>

    <pubDate>Sun, 05 Jun 2005 18:47:40 +0100</pubDate>
    <guid isPermaLink="false">http://wvr.me.uk/blog/wrapper.php?/archives/7-guid.html</guid>
    
</item>

</channel>
</rss>