<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to add a list of users in your GeekShed IRC channel to your website</title>
	<atom:link href="http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/</link>
	<description>GeekShed IRC Network</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:24:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Phil</title>
		<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/#comment-306</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 08 Apr 2010 13:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekshed.net/?p=973#comment-306</guid>
		<description>Put in a &lt;code&gt;header(&#039;Content-Type: text/xml; charset=ISO-8859-1&#039;);&lt;/code&gt; which should fix some issues people are having with various parsers. Also means that browsers with XML support will parse the raw XML into a pretty style.

Phil</description>
		<content:encoded><![CDATA[<p>Put in a <code>header('Content-Type: text/xml; charset=ISO-8859-1');</code> which should fix some issues people are having with various parsers. Also means that browsers with XML support will parse the raw XML into a pretty style.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OriginalThing</title>
		<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/#comment-305</link>
		<dc:creator>OriginalThing</dc:creator>
		<pubDate>Thu, 08 Apr 2010 13:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekshed.net/?p=973#comment-305</guid>
		<description>Wow thats fairly handy. Ive been playing with the XML logs my chat client outputs and using PHP in combination with some AJAX.
As a little mini project to test my abilities/to learn something new i made a web view of these logs which update as the logs grow.
Now with this I could have a user list next to this which would be nice. Something for me to do to reinforce what i have learnt so far.

One thing though, this may be picking at something purely cosmetic but I noticed that the Content-type of this XML is text/html and iirc ive had issues with some javascript engines not liking this and wanted a text/xml content type. I cant remember the exactly what i was trying to do or which browsers but to avoid issues maybe &lt;code&gt; header(&#039;Content-type: text/xml&#039;); &lt;/code&gt; could be added into your PHP script (not to the example but the file located at http://www.geekshed.net/usertable.php)

Up to you whether you bother doing this or not as it could be more effort than worth. Its up to you :).</description>
		<content:encoded><![CDATA[<p>Wow thats fairly handy. Ive been playing with the XML logs my chat client outputs and using PHP in combination with some AJAX.<br />
As a little mini project to test my abilities/to learn something new i made a web view of these logs which update as the logs grow.<br />
Now with this I could have a user list next to this which would be nice. Something for me to do to reinforce what i have learnt so far.</p>
<p>One thing though, this may be picking at something purely cosmetic but I noticed that the Content-type of this XML is text/html and iirc ive had issues with some javascript engines not liking this and wanted a text/xml content type. I cant remember the exactly what i was trying to do or which browsers but to avoid issues maybe <code> header('Content-type: text/xml'); </code> could be added into your PHP script (not to the example but the file located at <a href="http://www.geekshed.net/usertable.php" rel="nofollow">http://www.geekshed.net/usertable.php</a>)</p>
<p>Up to you whether you bother doing this or not as it could be more effort than worth. Its up to you :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/#comment-285</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 05 Apr 2010 15:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekshed.net/?p=973#comment-285</guid>
		<description>Eh, it&#039;s server side code that does nothing but generate a HTML table. If your browsers crash then it is the fault of your computer.

Phil</description>
		<content:encoded><![CDATA[<p>Eh, it&#8217;s server side code that does nothing but generate a HTML table. If your browsers crash then it is the fault of your computer.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/#comment-277</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Mon, 05 Apr 2010 13:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekshed.net/?p=973#comment-277</guid>
		<description>I believe that phil fixed a minor issue with it. If you are still having issues, let us know.
It works fine here</description>
		<content:encoded><![CDATA[<p>I believe that phil fixed a minor issue with it. If you are still having issues, let us know.<br />
It works fine here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pico</title>
		<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/#comment-272</link>
		<dc:creator>pico</dc:creator>
		<pubDate>Mon, 05 Apr 2010 12:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekshed.net/?p=973#comment-272</guid>
		<description>It crashes firefox, and google chrome.</description>
		<content:encoded><![CDATA[<p>It crashes firefox, and google chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/#comment-269</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 05 Apr 2010 09:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekshed.net/?p=973#comment-269</guid>
		<description>Little need to do that. RSS is just XML anyway so it&#039;s a very similar concept to put the topic from RSS on your site:

&lt;?php
// Edit This
$chan = &#039;phil&#039;;

// Don&#039;t edit this
$xml = simplexml_load_file(&#039;http://rss.geekshed.net/?type=single&amp;channel=&#039;.$chan);
?&gt;

&lt;!-- Edit this HTML to suit your layout --&gt;
#&lt;?php echo $chan; ?&gt; Topic: &lt;?php echo $xml-&gt;channel-&gt;item-&gt;description; ?&gt;</description>
		<content:encoded><![CDATA[<p>Little need to do that. RSS is just XML anyway so it&#8217;s a very similar concept to put the topic from RSS on your site:</p>
<p>< ?php<br />
// Edit This<br />
$chan = 'phil';</p>
<p>// Don't edit this<br />
$xml = simplexml_load_file('<a href="http://rss.geekshed.net/?type=single&#038;channel=&#039;.$chan" rel="nofollow">http://rss.geekshed.net/?type=single&#038;channel=&#039;.$chan);<br />
?></p>
<p><!-- Edit this HTML to suit your layout --><br />
#< ?php echo $chan; ?> Topic: < ?php echo $xml->channel->item->description; ?></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soiled Bargains</title>
		<link>http://www.geekshed.net/2010/04/how-to-add-a-list-of-users-in-your-geekshed-irc-channel-to-your-website/#comment-256</link>
		<dc:creator>Soiled Bargains</dc:creator>
		<pubDate>Mon, 05 Apr 2010 00:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekshed.net/?p=973#comment-256</guid>
		<description>This is pretty cool. Have you ever thought about merging this with the channel topic RSS feed into a tiny API?</description>
		<content:encoded><![CDATA[<p>This is pretty cool. Have you ever thought about merging this with the channel topic RSS feed into a tiny API?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

