<?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 Code Snippet: Automatically Updating Copyright Date</title>
	<atom:link href="http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/</link>
	<description>Velvet Blues offers a wide variety of website-related services such as: complete websites, eCommerce, design, XHTML/CSS slicing, search engine optimization, and content management with custom or open source software such as WordPress, Joomla, and Drupal. Take a look at our portfolio and see for yourself.</description>
	<lastBuildDate>Wed, 08 Sep 2010 13:48:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Velvet Blues</title>
		<link>http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/#comment-4089</link>
		<dc:creator>Velvet Blues</dc:creator>
		<pubDate>Mon, 04 May 2009 14:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.velvetblues.com/?p=388#comment-4089</guid>
		<description>&lt;b&gt;@Brian&lt;/b&gt;: Thanks for the feedback. Yes, sometimes the output is modified by the software. Those two quotes surrounding the &#039;Y&#039; should indeed be the same.</description>
		<content:encoded><![CDATA[<p><b>@Brian</b>: Thanks for the feedback. Yes, sometimes the output is modified by the software. Those two quotes surrounding the &#8216;Y&#8217; should indeed be the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/#comment-4086</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 04 May 2009 00:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.velvetblues.com/?p=388#comment-4086</guid>
		<description>You have a curly single quote right before the &quot;Y&quot; on the third line. Simply changed to a single quote and all worked well. Thank you very much.</description>
		<content:encoded><![CDATA[<p>You have a curly single quote right before the &#8220;Y&#8221; on the third line. Simply changed to a single quote and all worked well. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Velvet Blues</title>
		<link>http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/#comment-2022</link>
		<dc:creator>Velvet Blues</dc:creator>
		<pubDate>Sat, 03 Jan 2009 19:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.velvetblues.com/?p=388#comment-2022</guid>
		<description>Well, this is the web, and ideas are shared. But when it is a blatant ripoff, I do get a bit irritated. :-(</description>
		<content:encoded><![CDATA[<p>Well, this is the web, and ideas are shared. But when it is a blatant ripoff, I do get a bit irritated. <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajith Edassery &#124; DollarShower</title>
		<link>http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/#comment-2020</link>
		<dc:creator>Ajith Edassery &#124; DollarShower</dc:creator>
		<pubDate>Sat, 03 Jan 2009 19:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.velvetblues.com/?p=388#comment-2020</guid>
		<description>I have had this experience in the past. Something that I wrote first has appeared with very minor changes on big blogs (sometimes even as guest posts :lol: )</description>
		<content:encoded><![CDATA[<p>I have had this experience in the past. Something that I wrote first has appeared with very minor changes on big blogs (sometimes even as guest posts <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Velvet Blues</title>
		<link>http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/#comment-2018</link>
		<dc:creator>Velvet Blues</dc:creator>
		<pubDate>Sat, 03 Jan 2009 18:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.velvetblues.com/?p=388#comment-2018</guid>
		<description>Whoa! I don&#039;t know if I like that!!! haha.

The code snippet is hardly unique; this is probably the only way to do it in PHP. I just beat him to the punch, and published my article first.

But who knows, maybe he&#039;s reading my blog. lol.

Thanks for the tip. I WILL FOLLOW UP. :-) j/k</description>
		<content:encoded><![CDATA[<p>Whoa! I don&#8217;t know if I like that!!! haha.</p>
<p>The code snippet is hardly unique; this is probably the only way to do it in <acronym title="Pre-Hypertext Processing">PHP</acronym>. I just beat him to the punch, and published my article first.</p>
<p>But who knows, maybe he&#8217;s reading my blog. lol.</p>
<p>Thanks for the tip. I WILL FOLLOW UP. <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  j/k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajith Edassery &#124; DollarShower</title>
		<link>http://www.velvetblues.com/web-development-blog/php-code-snippet-automatically-updating-copyright-date/#comment-2017</link>
		<dc:creator>Ajith Edassery &#124; DollarShower</dc:creator>
		<pubDate>Sat, 03 Jan 2009 18:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.velvetblues.com/?p=388#comment-2017</guid>
		<description>John Chow has copied your idea :lol: Check his blog</description>
		<content:encoded><![CDATA[<p>John Chow has copied your idea <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  Check his blog</p>
]]></content:encoded>
	</item>
</channel>
</rss>
