<?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: PHP function to generate a slug for SEO URLs</title>
	<atom:link href="http://jessbarnes.com/2010/03/php-function-to-generate-a-slug-for-seo-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessbarnes.com/2010/03/php-function-to-generate-a-slug-for-seo-urls/</link>
	<description>Geek / Libertarian / Skeptic / Cook</description>
	<lastBuildDate>Thu, 13 Jan 2011 02:35:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jess Barnes</title>
		<link>http://jessbarnes.com/2010/03/php-function-to-generate-a-slug-for-seo-urls/#comment-42</link>
		<dc:creator>Jess Barnes</dc:creator>
		<pubDate>Thu, 13 Jan 2011 02:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://jessbarnes.com/?p=109#comment-42</guid>
		<description>Hi Jonathan,

I&#039;m not sure what you&#039;re getting at here. The idea of the post was just to provide a small piece of code to covert a string like &quot;Hello World, how are you today?&quot; into &quot;hello-world-how-are-you-today&quot; for use in creating SEO friendly URLs by stripping out all non-alphanumeric characters and converting spaces into hyphens.

A real life example of this is in WordPress when you are creating a post, it will take the title of the post that you enter and use that to create the permalink URL that the post can be accessed by. This method is also useful for things like shopping carts where you can have the product name as part of the URL while keeping it tidy and valid.</description>
		<content:encoded><![CDATA[<p>Hi Jonathan,</p>
<p>I&#8217;m not sure what you&#8217;re getting at here. The idea of the post was just to provide a small piece of code to covert a string like &#8220;Hello World, how are you today?&#8221; into &#8220;hello-world-how-are-you-today&#8221; for use in creating SEO friendly URLs by stripping out all non-alphanumeric characters and converting spaces into hyphens.</p>
<p>A real life example of this is in WordPress when you are creating a post, it will take the title of the post that you enter and use that to create the permalink URL that the post can be accessed by. This method is also useful for things like shopping carts where you can have the product name as part of the URL while keeping it tidy and valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dusza</title>
		<link>http://jessbarnes.com/2010/03/php-function-to-generate-a-slug-for-seo-urls/#comment-41</link>
		<dc:creator>Jonathan Dusza</dc:creator>
		<pubDate>Wed, 12 Jan 2011 15:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://jessbarnes.com/?p=109#comment-41</guid>
		<description>this is great but is there perhaps a set of file, such as a mysql dump and some php files to test all this?</description>
		<content:encoded><![CDATA[<p>this is great but is there perhaps a set of file, such as a mysql dump and some php files to test all this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

