<?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: Slugify strings</title>
	<atom:link href="http://cakebaker.42dh.com/2007/10/07/slugify-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:06:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-21151</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Wed, 17 Oct 2007 08:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-21151</guid>
		<description>@Pat: Thanks for the tip with Wordpress. Do you know in which file this conversion happens?</description>
		<content:encoded><![CDATA[<p>@Pat: Thanks for the tip with WordPress. Do you know in which file this conversion happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-20912</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 16 Oct 2007 19:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-20912</guid>
		<description>It&#039;s worth a look at how WordPress does this conversion -- it accounts for encoding and everything. I&#039;ve used that technique for many projects.</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth a look at how WordPress does this conversion &#8212; it accounts for encoding and everything. I&#8217;ve used that technique for many projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-18734</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Tue, 09 Oct 2007 13:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-18734</guid>
		<description>Wow! So cool!</description>
		<content:encoded><![CDATA[<p>Wow! So cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-18506</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 08 Oct 2007 15:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-18506</guid>
		<description>@all: Thanks for your comments!

@Beth: Well, as I don&#039;t agree with the way the documentation is developed it doesn&#039;t make sense for me to help with the 1.2 docs. And another reason is that I no longer get credits for what I did for the 1.1 manual... So I better invest my time into other projects resp. this blog :)

@Nik: As I showed with the German umlauts you may get an unexpected result when using non-English characters. But of course it is worth a test.</description>
		<content:encoded><![CDATA[<p>@all: Thanks for your comments!</p>
<p>@Beth: Well, as I don&#8217;t agree with the way the documentation is developed it doesn&#8217;t make sense for me to help with the 1.2 docs. And another reason is that I no longer get credits for what I did for the 1.1 manual&#8230; So I better invest my time into other projects resp. this blog :)</p>
<p>@Nik: As I showed with the German umlauts you may get an unexpected result when using non-English characters. But of course it is worth a test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: speedmax</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-18489</link>
		<dc:creator>speedmax</dc:creator>
		<pubDate>Mon, 08 Oct 2007 13:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-18489</guid>
		<description>keep up the good work Daniel :)</description>
		<content:encoded><![CDATA[<p>keep up the good work Daniel :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-18423</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Mon, 08 Oct 2007 07:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-18423</guid>
		<description>I&#039;ve made such function myself 2 days ago :)
It&#039;s pretty simple to do it, but I hed some problem with non English characters. I have to test this one, but from the explanation it&#039;s looking very good.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made such function myself 2 days ago :)<br />
It&#8217;s pretty simple to do it, but I hed some problem with non English characters. I have to test this one, but from the explanation it&#8217;s looking very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-18399</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Mon, 08 Oct 2007 05:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-18399</guid>
		<description>This is a cool find, but I guess the utility is restricted to the English charset</description>
		<content:encoded><![CDATA[<p>This is a cool find, but I guess the utility is restricted to the English charset</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth</title>
		<link>http://cakebaker.42dh.com/2007/10/07/slugify-strings/comment-page-1/#comment-18259</link>
		<dc:creator>Beth</dc:creator>
		<pubDate>Sun, 07 Oct 2007 16:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/07/slugify-strings/#comment-18259</guid>
		<description>I think you should help write the new 1.2 docs!!!

This was a great find. And thanks for sticking around and writing about cake ;)</description>
		<content:encoded><![CDATA[<p>I think you should help write the new 1.2 docs!!!</p>
<p>This was a great find. And thanks for sticking around and writing about cake ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
