<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Tommy Brophy</title>
	<link>http://www.tommybrophy.com</link>
	<description>Web Design Kilkenny  &#124; Freelance Web Designer Kilkenny, Carlow, Tipperary, Cork, Waterford</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:05:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Automatic Copyright Footer Dates</title>
		<description><![CDATA[To save the effort of having to update all the copyright dates in your website footers each year the following code can be used in your footer.
PHP:

&#60;?php echo date('Y'); ?&#62;

ASP

&#60; %response.write(&#34;Copyright 2010- &#34;&#38;Year(Date))%&#62;

ASP.NET (C#)

&#60; %Response.Write(System.DateTime.Now.Year.ToString());%&#62;

JavaScript

&#60;script type=&#34;text/javascript&#34;&#62;
&#60;!-- copyright=new Date();
update=copyright.getYear();
document.write
(&#34;Copyright © 2010-&#34;+ update + &#34; (Tommy Brophy) All rights Reserved.&#34;);
 //--&#62;&#60;/script&#62;

]]></description>
		<link>http://www.tommybrophy.com/automatic_copyright_footer_dates/</link>
			</item>
</channel>
</rss>
