<?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: Widont for the Zend Framework &#8211; automatically remedies text&#160;widows</title>
	<atom:link href="http://www.mc2design.com/blog/widont-for-the-zend-framework-automatically-remedies-text-widows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mc2design.com/blog/widont-for-the-zend-framework-automatically-remedies-text-widows</link>
	<description>Web development and marketing from the squares at MC² Design Group</description>
	<lastBuildDate>Mon, 28 Sep 2009 19:44:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke Visinoni</title>
		<link>http://www.mc2design.com/blog/widont-for-the-zend-framework-automatically-remedies-text-widows/comment-page-1#comment-45820</link>
		<dc:creator>Luke Visinoni</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mc2design.com/blog/?p=176#comment-45820</guid>
		<description>I am using the regular expression Shaun is using in the &lt;a href=&quot;http://shauninman.com/archive/2007/01/03/widont_2_1_wordpress_plugin&quot; rel=&quot;nofollow&quot;&gt;newest version of widont&lt;/a&gt; for wordpress. I&#039;ll post a regex-less version in a minute. I completely forgot about \S. I&#039;ll add it in, thanks!</description>
		<content:encoded><![CDATA[<p>I am using the regular expression Shaun is using in the <a href="http://shauninman.com/archive/2007/01/03/widont_2_1_wordpress_plugin" rel="nofollow">newest version of widont</a> for wordpress. I&#8217;ll post a regex-less version in a minute. I completely forgot about \S. I&#8217;ll add it in, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert De Deckere</title>
		<link>http://www.mc2design.com/blog/widont-for-the-zend-framework-automatically-remedies-text-widows/comment-page-1#comment-45817</link>
		<dc:creator>Geert De Deckere</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mc2design.com/blog/?p=176#comment-45817</guid>
		<description>Definitely a practical helper. I &lt;a href=&quot;http://dev.kohanaphp.com/changeset/1547&quot; rel=&quot;nofollow&quot;&gt;added it to the Kohana Framework&lt;/a&gt; some time ago.

The only thing that I am wondering about is why you are using a regular expression? Aren&#039;t strrpos() and substr() slightly faster?

On a sidenote, matching non-space characters can be done with \S which is shorter than [^\s].</description>
		<content:encoded><![CDATA[<p>Definitely a practical helper. I <a href="http://dev.kohanaphp.com/changeset/1547" rel="nofollow">added it to the Kohana Framework</a> some time ago.</p>
<p>The only thing that I am wondering about is why you are using a regular expression? Aren&#8217;t strrpos() and substr() slightly faster?</p>
<p>On a sidenote, matching non-space characters can be done with \S which is shorter than [^\s].</p>
]]></content:encoded>
	</item>
</channel>
</rss>
