<?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: Text cropping with defining the number of characters, words or sentences</title>
	<atom:link href="http://www.fahdmurtaza.com/myblog/2009/03/18/585.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fahdmurtaza.com/myblog/2009/03/18/585.html</link>
	<description>Portfolio &#38; Blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Guillermo</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/585.html/comment-page-1#comment-1450</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Mon, 07 Nov 2011 20:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=585#comment-1450</guid>
		<description>This is great. I always wanted this, so i copied the text into a static class and added self:: where needed. However, i&#039;m not sure why you included the $chars var. Is it just to avoid cropping when string is too short? 

if (strlen($str) &gt; $chars) {
}

I think i&#039;ll take ride of that.</description>
		<content:encoded><![CDATA[<p>This is great. I always wanted this, so i copied the text into a static class and added self:: where needed. However, i&#8217;m not sure why you included the $chars var. Is it just to avoid cropping when string is too short? </p>
<p>if (strlen($str) &gt; $chars) {<br />
}</p>
<p>I think i&#8217;ll take ride of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elvis</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/585.html/comment-page-1#comment-1447</link>
		<dc:creator>Elvis</dc:creator>
		<pubDate>Tue, 18 Oct 2011 12:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=585#comment-1447</guid>
		<description>Hi yea,
The black background of your site makes it impossible to read your content. Your site is not fit for purpose. Pity</description>
		<content:encoded><![CDATA[<p>Hi yea,<br />
The black background of your site makes it impossible to read your content. Your site is not fit for purpose. Pity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kawish anjum Swati</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/585.html/comment-page-1#comment-141</link>
		<dc:creator>Kawish anjum Swati</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=585#comment-141</guid>
		<description>Fahad bhai would we live be friendz?
My cell,
00923453790448
00923133790448,
Em@il,
kawish_loveconnection@yahoo.com
awarapan_0008@yahoo.com,
                                                    Kawish anjum swati;
                                                       19 october 2009
thanks</description>
		<content:encoded><![CDATA[<p>Fahad bhai would we live be friendz?<br />
My cell,<br />
00923453790448<br />
00923133790448,<br />
Em@il,<br />
<a href="mailto:kawish_loveconnection@yahoo.com">kawish_loveconnection@yahoo.com</a><br />
<a href="mailto:awarapan_0008@yahoo.com">awarapan_0008@yahoo.com</a>,<br />
                                                    Kawish anjum swati;<br />
                                                       19 october 2009<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd Murtaza</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/585.html/comment-page-1#comment-140</link>
		<dc:creator>Fahd Murtaza</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=585#comment-140</guid>
		<description>Yes Jason

Its great that you shared it with the community. Its always great to share your code with others. It definitely saved my time. I ended up doing a way cooler thing with it which could have taken more time without using your code. I am mailing you the final output I delivered to the client. Its a XML (RSS) parser that had above features as well.

-Fahd</description>
		<content:encoded><![CDATA[<p>Yes Jason</p>
<p>Its great that you shared it with the community. Its always great to share your code with others. It definitely saved my time. I ended up doing a way cooler thing with it which could have taken more time without using your code. I am mailing you the final output I delivered to the client. Its a XML (RSS) parser that had above features as well.</p>
<p>-Fahd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pitoniak</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/585.html/comment-page-1#comment-139</link>
		<dc:creator>Jason Pitoniak</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=585#comment-139</guid>
		<description>I was just searching Google for &quot;getLeadingSentences,&quot; as I do every once in a while, to see where my code has ended up and I came across this blog.  I&#039;m glad that you found that function, that I wrote ages ago, useful.

Thank you also for leaving that attribution intact.  I&#039;ve always believed in giving credit where credit is due, so I appreciate it when others do the same for my work.  I&#039;ve seen that function in other places with all of the comments removed and &quot;stolen from somewhere&quot; added to the top.

--Jason</description>
		<content:encoded><![CDATA[<p>I was just searching Google for &#8220;getLeadingSentences,&#8221; as I do every once in a while, to see where my code has ended up and I came across this blog.  I&#8217;m glad that you found that function, that I wrote ages ago, useful.</p>
<p>Thank you also for leaving that attribution intact.  I&#8217;ve always believed in giving credit where credit is due, so I appreciate it when others do the same for my work.  I&#8217;ve seen that function in other places with all of the comments removed and &#8220;stolen from somewhere&#8221; added to the top.</p>
<p>&#8211;Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>

