<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to make a comma seperated list that looks nice</title>
	<link>http://www.blursoft.com/blog/2006/10/how-to-make-a-comma-seperated-list-that-looks-nice/</link>
	<description>Coding and Life at Blursoft</description>
	<pubDate>Wed, 08 Sep 2010 02:07:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: chi</title>
		<link>http://www.blursoft.com/blog/2006/10/how-to-make-a-comma-seperated-list-that-looks-nice/#comment-14</link>
		<pubDate>Thu, 26 Oct 2006 18:39:36 +0000</pubDate>
		<guid>http://www.blursoft.com/blog/2006/10/how-to-make-a-comma-seperated-list-that-looks-nice/#comment-14</guid>
					<description>Boy talk about being right.  You can do that in php too... implode($array, ",");

I suck :(</description>
		<content:encoded><![CDATA[<p>Boy talk about being right.  You can do that in php too&#8230; implode($array, &#8220;,&#8221;);</p>
<p>I suck <img src='http://www.blursoft.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Josh Adams</title>
		<link>http://www.blursoft.com/blog/2006/10/how-to-make-a-comma-seperated-list-that-looks-nice/#comment-13</link>
		<pubDate>Thu, 26 Oct 2006 18:37:01 +0000</pubDate>
		<guid>http://www.blursoft.com/blog/2006/10/how-to-make-a-comma-seperated-list-that-looks-nice/#comment-13</guid>
					<description>Alternatively, in Ruby:

array.join(", ")</description>
		<content:encoded><![CDATA[<p>Alternatively, in Ruby:</p>
<p>array.join(&#8221;, &#8220;)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
