<?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: 21 Really Useful &amp; Handy PHP Code Snippets</title>
	<atom:link href="http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/</link>
	<description>The Ultimate Web Developer&#039;s Resource</description>
	<lastBuildDate>Wed, 27 Jan 2010 15:12:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carl - Web Courses Bangkok</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-2952</link>
		<dc:creator>Carl - Web Courses Bangkok</dc:creator>
		<pubDate>Sun, 04 Oct 2009 11:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-2952</guid>
		<description>Amazing thank you for this!</description>
		<content:encoded><![CDATA[<p>Amazing thank you for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Rockett</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-2374</link>
		<dc:creator>Michael Rockett</dc:creator>
		<pubDate>Mon, 21 Sep 2009 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-2374</guid>
		<description>Hi :)

Very nice selection. 

I did want to point something out however, in terms of making clickable links.
Many parsers like that fail to acknowledge that a full stop after a URI (in a sentence) is not part of the URL. I had huge troubles with this, and resorted to regular expression replacing.

Here&#039;s the code I used:

$URI = ereg_replace(&quot;[[:alpha:]]+://[^[:space:]]+[[:alnum:]/]&quot;,&quot;&lt;a href=&quot;\&quot; rel=&quot;nofollow&quot;&gt;\&lt;/a&gt;&quot;, $URI);

This ensures that any full stops in a sub domain do not get included if they do not have a file extension appending it.

See an example at http://www.inniosoft.co.cc/beta. Have a look at the Twitter Feed. You will notice that the full stops are not included in the link.

Kind Regards
Michael</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://webdeveloperplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Very nice selection. </p>
<p>I did want to point something out however, in terms of making clickable links.<br />
Many parsers like that fail to acknowledge that a full stop after a URI (in a sentence) is not part of the URL. I had huge troubles with this, and resorted to regular expression replacing.</p>
<p>Here&#8217;s the code I used:</p>
<p>$URI = ereg_replace(&#8220;[[:alpha:]]+://[^[:space:]]+[[:alnum:]/]&#8221;,&#8221;<a href="\" rel="nofollow">\</a>&#8220;, $URI);</p>
<p>This ensures that any full stops in a sub domain do not get included if they do not have a file extension appending it.</p>
<p>See an example at <a href="http://www.inniosoft.co.cc/beta" rel="nofollow">http://www.inniosoft.co.cc/beta</a>. Have a look at the Twitter Feed. You will notice that the full stops are not included in the link.</p>
<p>Kind Regards<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Función PHP para forzar la descarga de archivos &#124; JR Blog</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1769</link>
		<dc:creator>Función PHP para forzar la descarga de archivos &#124; JR Blog</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1769</guid>
		<description>[...] 21 Really Useful &amp; Handy PHP Code Snippets    Categories: webdev Tags: files, php        Comments (0) Trackbacks (0) Leave a comment [...]</description>
		<content:encoded><![CDATA[<p>[...] 21 Really Useful &amp; Handy PHP Code Snippets    Categories: webdev Tags: files, php        Comments (0) Trackbacks (0) Leave a comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monthly Mother Lode of MacDaddy Links: August 2009 &#124; bkmacdaddy designs</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1524</link>
		<dc:creator>Monthly Mother Lode of MacDaddy Links: August 2009 &#124; bkmacdaddy designs</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1524</guid>
		<description>[...] 27 Useful Logo Design Tutorials and Tips 50+ Cheat Sheets for Building WordPress Themes and Plugins 21 Really Useful &amp; Handy PHP Code Snippets How to implement a mobile version of your blog in three simple steps Mastering Photoshop With Paths [...]</description>
		<content:encoded><![CDATA[<p>[...] 27 Useful Logo Design Tutorials and Tips 50+ Cheat Sheets for Building WordPress Themes and Plugins 21 Really Useful &amp; Handy PHP Code Snippets How to implement a mobile version of your blog in three simple steps Mastering Photoshop With Paths [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1523</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1523</guid>
		<description>[...] 21 Really Useful &amp; Handy PHP Code Snippets [...]</description>
		<content:encoded><![CDATA[<p>[...] 21 Really Useful &amp; Handy PHP Code Snippets [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Tech &#187; Bookmark Friday - 08.28.2009</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1427</link>
		<dc:creator>Joe Tech &#187; Bookmark Friday - 08.28.2009</dc:creator>
		<pubDate>Fri, 28 Aug 2009 23:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1427</guid>
		<description>[...] 21 Really Useful &amp; Handy PHP Code Snippets - Nice resource for PHP developers. [...]</description>
		<content:encoded><![CDATA[<p>[...] 21 Really Useful &amp; Handy PHP Code Snippets &#8211; Nice resource for PHP developers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ITキヲスク &#124; 2009年8/16～8/22の週間ブックマーク</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1273</link>
		<dc:creator>ITキヲスク &#124; 2009年8/16～8/22の週間ブックマーク</dc:creator>
		<pubDate>Sun, 23 Aug 2009 17:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1273</guid>
		<description>[...] 21個のホントに使えるコードスニペット [...]</description>
		<content:encoded><![CDATA[<p>[...] 21個のホントに使えるコードスニペット [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simplement Nat &#187; Archive du blog &#187; En vrac 2009-08-23</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1270</link>
		<dc:creator>simplement Nat &#187; Archive du blog &#187; En vrac 2009-08-23</dc:creator>
		<pubDate>Sun, 23 Aug 2009 13:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1270</guid>
		<description>[...] @phpizer 21 Really Useful PHP Code snippets [...]</description>
		<content:encoded><![CDATA[<p>[...] @phpizer 21 Really Useful PHP Code snippets [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacDaddy Links of the Week: Aug. 16-22 &#124; bkmacdaddy designs</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1268</link>
		<dc:creator>MacDaddy Links of the Week: Aug. 16-22 &#124; bkmacdaddy designs</dc:creator>
		<pubDate>Sun, 23 Aug 2009 12:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1268</guid>
		<description>[...] 27 Useful Logo Design Tutorials and Tips 50+ Cheat Sheets for Building WordPress Themes and Plugins 21 Really Useful &amp; Handy PHP Code Snippets How to implement a mobile version of your blog in three simple steps Mastering Photoshop With Paths [...]</description>
		<content:encoded><![CDATA[<p>[...] 27 Useful Logo Design Tutorials and Tips 50+ Cheat Sheets for Building WordPress Themes and Plugins 21 Really Useful &amp; Handy PHP Code Snippets How to implement a mobile version of your blog in three simple steps Mastering Photoshop With Paths [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdeveloperplus</title>
		<link>http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/#comment-1260</link>
		<dc:creator>webdeveloperplus</dc:creator>
		<pubDate>Sun, 23 Aug 2009 01:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=249#comment-1260</guid>
		<description>right hasse, changed the code. thanks!</description>
		<content:encoded><![CDATA[<p>right hasse, changed the code. thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
