<?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"
	>
<channel>
	<title>Comments on: Converting a string to slug with JavaScript</title>
	<atom:link href="http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/</link>
	<description>How am I supposed to know?? Ask Pipo!</description>
	<pubDate>Sun, 01 Aug 2010 08:06:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: dense13</title>
		<link>http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/#comment-894</link>
		<dc:creator>dense13</dc:creator>
		<pubDate>Fri, 02 Jul 2010 02:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=72#comment-894</guid>
		<description>@David Prek, I managed to fix that, there was a problem with Regular expressions that was triggering an Out of memory message. In fact I don't know why I was using a regular expression in the loop, it's not necessary at all. I must have done it for a reason, but obviously it was not a _good_ reason. :)</description>
		<content:encoded><![CDATA[<p>@David Prek, I managed to fix that, there was a problem with Regular expressions that was triggering an Out of memory message. In fact I don't know why I was using a regular expression in the loop, it's not necessary at all. I must have done it for a reason, but obviously it was not a _good_ reason. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dense13</title>
		<link>http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/#comment-882</link>
		<dc:creator>dense13</dc:creator>
		<pubDate>Thu, 10 Jun 2010 00:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=72#comment-882</guid>
		<description>Glad you find it useful Shane. But make sure you test it in IE (see comments 2 and 3). I still haven't gotten around to checking that out.</description>
		<content:encoded><![CDATA[<p>Glad you find it useful Shane. But make sure you test it in IE (see comments 2 and 3). I still haven't gotten around to checking that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/#comment-881</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 09 Jun 2010 14:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=72#comment-881</guid>
		<description>Awesome! Thank you. Saves me having to try get my head around more
regex... ;)</description>
		<content:encoded><![CDATA[<p>Awesome! Thank you. Saves me having to try get my head around more<br />
regex... ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dense13</title>
		<link>http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/#comment-727</link>
		<dc:creator>dense13</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=72#comment-727</guid>
		<description>You're right David, I'll have to look into that. The strange thing is, I remember it working in my CMS... I'll try to sort it out soon.</description>
		<content:encoded><![CDATA[<p>You're right David, I'll have to look into that. The strange thing is, I remember it working in my CMS... I'll try to sort it out soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Prek</title>
		<link>http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/#comment-726</link>
		<dc:creator>David Prek</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=72#comment-726</guid>
		<description>Looks great except does not work in IE browsers.</description>
		<content:encoded><![CDATA[<p>Looks great except does not work in IE browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago S.</title>
		<link>http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/#comment-652</link>
		<dc:creator>Tiago S.</dc:creator>
		<pubDate>Fri, 28 Aug 2009 21:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=72#comment-652</guid>
		<description>Hi, Thanks for your post. Saved me a lot of time and work that I
would have if I had to convert my similar function from ruby to js.
http://snippets.dzone.com/posts/show/2384 Thanks again for sharing,
Tiago</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for your post. Saved me a lot of time and work that I<br />
would have if I had to convert my similar function from ruby to js.<br />
http://snippets.dzone.com/posts/show/2384 Thanks again for sharing,<br />
Tiago</p>
]]></content:encoded>
	</item>
</channel>
</rss>
