<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   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="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>a blog involving philip olson</title>
    <link>http://blog.roshambo.org/</link>
    <description>random thoughts at random times</description>
    <dc:language>en</dc:language>

    <image rdf:resource="http://blog.roshambo.org/templates/default/img/s9y_banner_small.png" />

    <items>
      <rdf:Seq>
        <rdf:li resource="http://blog.roshambo.org/archives/97.html" />
        <rdf:li resource="http://blog.roshambo.org/archives/95.html" />
        <rdf:li resource="http://blog.roshambo.org/archives/93.html" />
        <rdf:li resource="http://blog.roshambo.org/archives/92.html" />
        <rdf:li resource="http://blog.roshambo.org/archives/89.html" />
      </rdf:Seq>
    </items>
</channel>

<image rdf:about="http://blog.roshambo.org/templates/default/img/s9y_banner_small.png">
        <url>http://blog.roshambo.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: a blog involving philip olson - random thoughts at random times</title>
        <link>http://blog.roshambo.org/</link>
        <width>100</width>
        <height>21</height>
    </image>


<item rdf:about="http://blog.roshambo.org/archives/97.html">
    <title>don't type source .bash_history in shell</title>
    <link>http://blog.roshambo.org/archives/dont-type-source-.bash_history-in-shell.html</link>
    <description>
    Just wanted to mention that typing the following in shell/bash/terminal is bad:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;

  source .bash_history

&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
A geek might ask &quot;&lt;em&gt;why would you type that?!&lt;/em&gt;&quot; well that&#039;s a good question but I meant to type the following:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;

  source .bashrc

&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
So, it was bad, and executed a lot of commands... all the commands in my bash history to be specific. Ugh. So unless you feel like executing every shell command in your history, don&#039;t do this. 
    </description>

    <dc:publisher>a blog involving philip olson</dc:publisher>
    <dc:creator>nospam@example.com (philip)</dc:creator>
    <dc:subject>
    oops, </dc:subject>
    <dc:date>2008-04-20T02:44:00Z</dc:date>
    <wfw:comment>http://blog.roshambo.org/wfwcomment.php?cid=97</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roshambo.org/rss.php?version=1.0&amp;type=comments&amp;cid=97</wfw:commentRss>
    
    
</item>
<item rdf:about="http://blog.roshambo.org/archives/95.html">
    <title>listen to php conferences online</title>
    <link>http://blog.roshambo.org/archives/listen-to-php-conferences-online.html</link>
    <description>
    I stumbled upon a nice source of PHP information today (I&#039;ve apparently been hiding under a rock) and think other PHP geeks will be interested. The audio version of the &lt;a href=&quot;http://devzone.zend.com/tag/ZendCon_Sessions&quot;&gt;Zend Conference Talks&lt;/a&gt; are online, meaning, you may freely listen to them at your leisure. So go there now, download the talk slides, then press play and enjoy. Kudos to Zend for making these 2007 talks available! Their 2008 &lt;a href=&quot;http://www.zend.com/en/company/events/zendcon/&quot;&gt;conference&lt;/a&gt; is coming up so hopefully this means more online talks here soon.
&lt;br /&gt;&lt;br /&gt;
And now a mild rant. I&#039;m bias against all conferences because they are expensive and geared towards small groups. People spend time writing talks for hundreds instead of, for example, writing documentation for millions. If you ever see me holding a sign that reads &quot;&lt;em&gt;We want docs, not talks!&lt;/em&gt;&quot; outside of conferences, well, you now know why. ;) And slides by themselves are no substitute but each to their own...
&lt;br /&gt;&lt;br /&gt;
Now back to the topic of this blog post. Go check out &lt;a href=&quot;http://devzone.zend.com/tag/ZendCon_Sessions&quot;&gt;those talks&lt;/a&gt; and have a listen and who knows, maybe one day other conferences will follow Zend&#039;s wonderful lead. Or maybe some already do and I&#039;m just not aware. Also I wonder if there is software out there that can take the slides, some audio, and allow humans to easily sync the two for other humans...
 
    </description>

    <dc:publisher>a blog involving philip olson</dc:publisher>
    <dc:creator>nospam@example.com (philip)</dc:creator>
    <dc:subject>
    php, </dc:subject>
    <dc:date>2008-04-15T21:34:00Z</dc:date>
    <wfw:comment>http://blog.roshambo.org/wfwcomment.php?cid=95</wfw:comment>
        <slash:comments>6</slash:comments>
        <wfw:commentRss>http://blog.roshambo.org/rss.php?version=1.0&amp;type=comments&amp;cid=95</wfw:commentRss>
    
    
</item>
<item rdf:about="http://blog.roshambo.org/archives/93.html">
    <title>code monkey is everywhere</title>
    <link>http://blog.roshambo.org/archives/code-monkey-is-everywhere.html</link>
    <description>
    &lt;p&gt;
&lt;a href=&quot;http://blog.phpdoc.info/&quot;&gt;Sean&lt;/a&gt; pointed out the song &lt;em&gt;code monkey&lt;/em&gt; the other day (today if you&#039;re reading this within hours of posting) and... it&#039;s good :) Quite a following too, including several videos. It&#039;s especially enjoyably entertaining if you&#039;re a geek, or know one, and I&#039;m a geek.
&lt;/p&gt;

&lt;br /&gt;
&lt;h3&gt;
Jonathan Coulton singing &#039;Code Monkey&#039; himself:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=7s8S7QxpjeY&quot;&gt;acoustical&lt;/a&gt; (unplugged)&lt;/li&gt;
&lt;li&gt;in person &lt;a href=&quot;http://www.youtube.com/watch?v=MBYdf6-QJDI&quot;&gt;with friends&lt;/a&gt; and &lt;a href=&quot;http://www.youtube.com/watch?v=j4TnhemCEmc&quot;&gt;alone&lt;/a&gt; and &lt;a href=&quot;http://www.youtube.com/watch?v=txewhkHc4FE&quot;&gt;in seattle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;at the &lt;a href=&quot;http://www.youtube.com/watch?v=GfQgCVxgD1E&quot;&gt;PAX 2007 Expo&lt;/a&gt; - (penny arcade)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
There are seemingly a million renditions of this song on just youtube alone... pretty wild! So this post is not complete. I enjoyed many this past hour so will hurry and post this now before I go crazy:
&lt;/p&gt;

&lt;br /&gt;
&lt;h3&gt;
Other peoples versions of the song
&lt;/h3&gt; 

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=5W_wd9Qf0IE&quot;&gt;anime-ish&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=vsKBQLz8yrI&quot;&gt;humans singing&lt;/a&gt; a cappella style&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;with &lt;a href=&quot;http://www.youtube.com/watch?v=v4Wy7gRGgeA&quot;&gt;WoW&lt;/a&gt; scenes (a video game)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=aqTaqVi9J8k&quot;&gt;humans&lt;/a&gt; acting it out&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=2lLRBiEBRAc&quot;&gt;a human&lt;/a&gt; dancing it out&lt;/li&gt;
&lt;li&gt;a &lt;a href=&quot;http://www.youtube.com/watch?v=F5x1r7ezWjU&quot;&gt;slide show&lt;/a&gt; view&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=QcQe9IpfAa8&quot;&gt;a guitar hero&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; 

&lt;h3&gt;
What&#039;s a Code Monkey?
&lt;/h3&gt;

&lt;br /&gt;

&lt;p&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/Code_monkey&quot;&gt;Wikipedia&lt;/a&gt; talks about it, and the term has been around for a long time. They are programmers who write code in caves... well, something like that. They are and can be a lot of different things.
&lt;/p&gt;

&lt;br /&gt;

&lt;p&gt;
Also, it&#039;s well worth mentioning that he sings &lt;a href=&quot;http://www.youtube.com/watch?v=Ltjbnyvq_SI&quot;&gt;baby got back&lt;/a&gt; too. The official &lt;a href=&quot;http://www.jonathancoulton.com/songdetails/Code%20Monkey&quot;&gt;code monkey&lt;/a&gt; page has lyrics, and all music is &lt;a href=&quot;http://www.jonathancoulton.com/store/downloads&quot;&gt;available online&lt;/a&gt; within his site. He &lt;a href=&quot;http://www.jonathancoulton.com/2006/04/14/thing-a-week-29-code-monkey/&quot;&gt;blogged about it&lt;/a&gt; a couple of years ago too.
&lt;/p&gt;

 
    </description>

    <dc:publisher>a blog involving philip olson</dc:publisher>
    <dc:creator>nospam@example.com (philip)</dc:creator>
    <dc:subject>
    music, </dc:subject>
    <dc:date>2008-02-29T03:24:00Z</dc:date>
    <wfw:comment>http://blog.roshambo.org/wfwcomment.php?cid=93</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roshambo.org/rss.php?version=1.0&amp;type=comments&amp;cid=93</wfw:commentRss>
    
    
</item>
<item rdf:about="http://blog.roshambo.org/archives/92.html">
    <title>A brief history of PHP logos</title>
    <link>http://blog.roshambo.org/archives/A-brief-history-of-PHP-logos.html</link>
    <description>
    &lt;h1&gt;PHP Logos&lt;/h1&gt;
&lt;p&gt;
Welcome to the [almost complete] history of &lt;a href=&quot;http://php.net/download-logos.php&quot;&gt;PHP logos&lt;/a&gt;. There have been a few changes over the years, so let&#039;s explore them now:
&lt;/p&gt;
&lt;br /&gt;
&lt;h3&gt;How this was created&lt;/h3&gt;
&lt;p&gt;
PHP 4.0.0 added &lt;a href=&quot;http://cvs.php.net/viewvc.cgi/php-src/main/logos.h&quot;&gt;main/logo.h&lt;/a&gt; which contains the logos themselves (as text (a bunch of numbers (magic))) so I checked out every version of this file from CVS, parsed them to create the images, sorted by version/size, then wrote this blog post. Since this file (or logos) do not exist in PHP 3 sources, I scoured the web to find those. Well, the PHP CVS repository attic at least.
&lt;/p&gt;
&lt;br /&gt;
&lt;h3&gt;The PHP logo&lt;/h3&gt;
&lt;p&gt;
Not a lot has changed here because PHP is still PHP, and the logo clearly shows this. From PHP versions 4.0.0 through 4.4.6 the size is 2962 bytes. However, PHP 5 altered the logo a few times. It went from 4644 bytes in versions 5.0.0 through 5.1.2 down to 2524 bytes from PHP 5.1.3 to today. So, &lt;a href=&quot;http://php.net/php-logo-guid&quot;&gt;these&lt;/a&gt; are officially the PHP logos from 22 May 2000 onward because as they say... the source never lies!
&lt;/p&gt;
&lt;br /&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;img width=&#039;120&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php_4_0_0-php_logo.gif&quot; alt=&quot;4_0_0 thru 4_4_6&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;img width=&#039;120&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php_5_0_0-php_logo.gif&quot; alt=&quot;5_0_0 thru 5_1_2&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;img width=&#039;120&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php_5_1_3-php_logo.gif&quot; alt=&quot;5_1_3 thru today&quot; /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;h3&gt;The other PHP logo&lt;/h3&gt;
&lt;p&gt;
Good &#039;ol Thies and his pencils or breadsticks or magic PHP wands or... do you remember this? If you do you&#039;re old, like me. This logo was around from PHP 4.0.0 through 4.2.3. Then along came Stigs dog Nadia (4.3.0-4.3.10), Zeev&#039;s dog Scotch (4.3.11-4.4.6), Sterlings rabbit Carmella (5.0.0-5.0.3), then Scotch reappeared (5.0.4 - 5.1.2), and now we see a trippy PHP logo. Oh what a long strange trip it&#039;s been, right? Yes it has! You may see this logo at the end of March, or beginning of April, or intentionally using a &lt;a href=&quot;http://cvs.php.net/viewvc.cgi/php-src/ext/standard/info.c?view=diff&amp;amp;r1=1.84&amp;amp;r2=1.85&quot;&gt;secret&lt;/a&gt; function.
&lt;/p&gt;
&lt;br /&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;130&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php_4_0_0-php_egg_logo.gif&quot; alt=&quot;4_0_0 thru 4_2_3&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;120&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php_4_3_0-php_egg_logo.gif&quot; alt=&quot;4_3_0 thru 4_3_10&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;130&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php_4_3_11-php_egg_logo.gif&quot; alt=&quot;4_3_11 thru 4_4_6 and 5_0_4 thru 5_1_2&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;120&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php_5_0_0-php_egg_logo.gif&quot; alt=&quot;5_0_0 thru 5_0_3&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;120&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php_5_1_3-php_egg_logo.gif&quot; alt=&quot;5_1_3 thru today&quot; /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;h3&gt;Older logos, before PHP 4&lt;/h3&gt;
&lt;p&gt;
Several other logos exist too, namely from PHP 3. Although these aren&#039;t from the PHP sources, they exist and most were restored from the PHP CVS repository attic. PHP almost had a Web 2.0 look way back in 1997... almost. Others were found too, but not all are shown here. I could not locate PHP 1 or PHP 2 logos.
&lt;/p&gt;
&lt;br /&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;194&#039; height=&#039;100&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php3logo_1997.gif&quot; alt=&quot;Old school PHP 3 from mid 90s&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;88&#039; height=&#039;34&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/powered_by_php3.jpg&quot; alt=&quot;Old school PHP 3 from mid 90s&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;130&#039; height=&#039;67&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/php3_logo.gif&quot; alt=&quot;modern day PHP 3&quot; /&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;!-- s9ymdb:45 --&gt;
&lt;img width=&#039;137&#039; height=&#039;110&#039; style=&quot;float: left; border: 0px; padding-left: 2px; padding-right: 2px;&quot; src=&quot;http://blog.roshambo.org/uploads/php/phplt_2001.gif&quot; alt=&quot;LinuxTag 2001&quot; /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;h3&gt;Credits&lt;/h3&gt;
&lt;p&gt;
&lt;a href=&quot;http://viebrock.ca/&quot;&gt;Colin Viebrock&lt;/a&gt; created most of these PHP centric logos way back when. Colin is old school PHP at its finest. And &lt;a href=&quot;http://www.derickrethans.nl/&quot;&gt;Derick&lt;/a&gt; remembered Sterlings rabbits name Carmella.
&lt;/p&gt;
&lt;br /&gt;
&lt;h3&gt;The future&lt;/h3&gt;
&lt;p&gt;
What&#039;s next... an &lt;a href=&quot;http://www.nexen.net/elephpant.php&quot;&gt;elephant&lt;/a&gt;? When will php.net receive its next facelift? How many bytes will the next logo be? PHP is Open Source, so everyone in the world is capable of answering these questions.
&lt;/p&gt;
&lt;br /&gt;
 
    </description>

    <dc:publisher>a blog involving philip olson</dc:publisher>
    <dc:creator>nospam@example.com (philip)</dc:creator>
    <dc:subject>
    php, </dc:subject>
    <dc:date>2008-02-23T23:13:00Z</dc:date>
    <wfw:comment>http://blog.roshambo.org/wfwcomment.php?cid=92</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://blog.roshambo.org/rss.php?version=1.0&amp;type=comments&amp;cid=92</wfw:commentRss>
    
    
</item>
<item rdf:about="http://blog.roshambo.org/archives/89.html">
    <title>About 8 reasons why you should write for the php.net manual</title>
    <link>http://blog.roshambo.org/archives/About-8-reasons-why-you-should-write-for-the-php.net-manual.html</link>
    <description>
    In response to a recent post by Hannes Magnusson titled &quot;&lt;a href=&quot;http://bjori.blogspot.com/2007/10/8-reasons-why-you-should-not-write-for.html&quot;&gt;8 reasons why you should &lt;strong&gt;not&lt;/strong&gt; write for the php.net manual&lt;/a&gt;&quot;, I offer about 8 reasons why you should. Although at times subtle, Hannes shares good points regarding some of the frustration that comes with working on a successful (and old) Open Source project like PHP. How do we appropriately credit the kind souls who seemingly work anonymously within the &lt;a href=&quot;http://cvs.php.net/&quot;&gt;php.net CVS repository&lt;/a&gt;? Not sure, but here are about 8 reasons why you should write for the official &lt;a href=&quot;http://php.net/manual/&quot;&gt;PHP manual&lt;/a&gt;:&lt;ul&gt;&lt;li&gt;You&#039;ll make your mother and friends proud&lt;/li&gt;&lt;li&gt;You&#039;ll own a cool @php.net email address&lt;/li&gt;&lt;li&gt;You&#039;ll get to see and use your own work online for later use, and allow others to help improve upon it&lt;/li&gt;&lt;li&gt;You&#039;ll be happy to know that &lt;a href=&quot;http://php.net/usage.php&quot;&gt;millions&lt;/a&gt; of developers benefit from your work daily&lt;/li&gt;&lt;li&gt;You&#039;ll gain experience using DocBook and the related &lt;a href=&quot;http://doc.php.net/php&quot;&gt;tools&lt;/a&gt; to create documentation&lt;/li&gt;&lt;li&gt;You&#039;ll gain real karma by contributing to an Open Source project&lt;/li&gt;&lt;li&gt;You&#039;ll make new friends&lt;/li&gt;&lt;li&gt;You&#039;ll increase your &lt;a href=&quot;http://www.ohloh.net/projects/28?p=PHP&quot;&gt;Ohloh&lt;/a&gt; coolness factor&lt;/li&gt;&lt;li&gt;You&#039;ll be able to say &quot;&lt;em&gt;I write documentation for PHP, the most popular web scripting language on the planet&lt;/em&gt;&quot;&lt;/li&gt;&lt;li&gt;You&#039;ll end up learning PHP, especially the quirks and changes that it goes through. 5.3.0 has what again?&lt;/li&gt;&lt;li&gt;You&#039;ll add the experience to your resume&lt;/li&gt;&lt;li&gt;You&#039;ll have an excuse to tell people... &quot;&lt;em&gt;It sounds fun but I promised to document SPL tonight so can&#039;t go&lt;/em&gt;&quot;&lt;/li&gt;&lt;li&gt;You&#039;ll help make something better, something you use. It&#039;s good to use things that get better, right?&lt;/li&gt;&lt;li&gt;And lastly, it&#039;ll give you something else to blog about&lt;/li&gt;&lt;/ul&gt;There are plenty more reasons but eightish is a good number. It&#039;s worth noting that Hannes does an incredible amount of work for PHP as a webmaster, documentation geek, and php-src guy. See also the &lt;a href=&quot;http://doc.php.net/php/dochowto/&quot;&gt;Documentation HOWTO&lt;/a&gt; for how to contribute. 
    </description>

    <dc:publisher>a blog involving philip olson</dc:publisher>
    <dc:creator>nospam@example.com (philip)</dc:creator>
    <dc:subject>
    php, </dc:subject>
    <dc:date>2007-10-16T11:58:00Z</dc:date>
    <wfw:comment>http://blog.roshambo.org/wfwcomment.php?cid=89</wfw:comment>
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://blog.roshambo.org/rss.php?version=1.0&amp;type=comments&amp;cid=89</wfw:commentRss>
    
    
</item>

</rdf:RDF>
