<?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: Generate search engine optimized slugs for your blog posts (Live Writer Plugin)</title>
	<atom:link href="http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-101564</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 11 Nov 2011 06:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-101564</guid>
		<description>@Andreas: Thanks for looking it up. I will see if I can pick it up any time soon.</description>
		<content:encoded><![CDATA[<p>@Andreas: Thanks for looking it up. I will see if I can pick it up any time soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-101458</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-101458</guid>
		<description>Waldek, I started coding a function in PHP but I reasoned why reinvent the wheel?  So I searched the Wordpress code and found this Wordpress function &quot;remove_accents($string)&quot;.  I&#039;m sure you can port the function into your plugin in a breeze.  By the way Wordpress cleans all those accents when creating the link from the Title and does it very well.  Honestly I don&#039;t understand why WLW drops the vowels creating a link plagued with orthographical errors.
PS: See the function at /wp-includes/formatting.php</description>
		<content:encoded><![CDATA[<p>Waldek, I started coding a function in PHP but I reasoned why reinvent the wheel?  So I searched the WordPress code and found this WordPress function &#034;remove_accents($string)&#034;.  I&#039;m sure you can port the function into your plugin in a breeze.  By the way WordPress cleans all those accents when creating the link from the Title and does it very well.  Honestly I don&#039;t understand why WLW drops the vowels creating a link plagued with orthographical errors.<br />
PS: See the function at /wp-includes/formatting.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-100987</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 08 Nov 2011 15:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-100987</guid>
		<description>@Andreas: How about replacing all the Unicode characters? One thing I would like to avoid is hardcoding the mappings between the &quot;extended&quot; and &quot;basic&quot; chars.</description>
		<content:encoded><![CDATA[<p>@Andreas: How about replacing all the Unicode characters? One thing I would like to avoid is hardcoding the mappings between the &#034;extended&#034; and &#034;basic&#034; chars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-100973</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 08 Nov 2011 13:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-100973</guid>
		<description>Waldek, it is not so difficult really.  I did it in a program in C++ some years ago.  If I remeber well I parsed the string and replaced all those Extended ASCII codes from dec 128 to 165.  Not big deal.
Thanks for responding.</description>
		<content:encoded><![CDATA[<p>Waldek, it is not so difficult really.  I did it in a program in C++ some years ago.  If I remeber well I parsed the string and replaced all those Extended ASCII codes from dec 128 to 165.  Not big deal.<br />
Thanks for responding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-100894</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 08 Nov 2011 06:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-100894</guid>
		<description>@Andreas: Thank you for your feedback. I will if there is an easy way to do this, as there are a lot of special characters that could be replaced with their &quot;basic&quot; equivalents.</description>
		<content:encoded><![CDATA[<p>@Andreas: Thank you for your feedback. I will if there is an easy way to do this, as there are a lot of special characters that could be replaced with their &#034;basic&#034; equivalents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-100893</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 08 Nov 2011 06:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-100893</guid>
		<description>@Luis: I&#039;m using Windows Live Writer 2011 (Build 15.4.3538.513) and while browsing the Properties I can see the Slug field just below the Author drop-down.</description>
		<content:encoded><![CDATA[<p>@Luis: I&#039;m using Windows Live Writer 2011 (Build 15.4.3538.513) and while browsing the Properties I can see the Slug field just below the Author drop-down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-100831</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 07 Nov 2011 23:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-100831</guid>
		<description>I wish to drop accents from the slug.  Let&#039;s say my Title &quot;Canal de Panamá&quot; is replaced by &quot;canal-de-panama&quot; in the slug.</description>
		<content:encoded><![CDATA[<p>I wish to drop accents from the slug.  Let&#039;s say my Title &#034;Canal de Panamá&#034; is replaced by &#034;canal-de-panama&#034; in the slug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-100761</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 07 Nov 2011 17:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-100761</guid>
		<description>I&#039;m stuck.  There is no Slug field in my up to date WLW.
In Post Properties there is only: Categories, Tags, Publish Date, Comments, Pings, Excerp and Tracked URL&#039;s.  There is no SLUG field at all.</description>
		<content:encoded><![CDATA[<p>I&#039;m stuck.  There is no Slug field in my up to date WLW.<br />
In Post Properties there is only: Categories, Tags, Publish Date, Comments, Pings, Excerp and Tracked URL&#039;s.  There is no SLUG field at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-40143</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 14 Jan 2010 06:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-40143</guid>
		<description>@Chuck: it&#039;s in the post information panel (available  through F2 if not visible already).</description>
		<content:encoded><![CDATA[<p>@Chuck: it&#039;s in the post information panel (available  through F2 if not visible already).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin/comment-page-1/#comment-40129</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Thu, 14 Jan 2010 00:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-search-engine-optimized-slugs-blog-posts-live-writer-plugin-2/#comment-40129</guid>
		<description>Where is the slug field located to paste the information into?

Thanks</description>
		<content:encoded><![CDATA[<p>Where is the slug field located to paste the information into?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

