<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design Shack &#187; update</title>
	<atom:link href="http://designshack.net/tag/update/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.net</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Footer Copyright Notice</title>
		<link>http://designshack.net/articles/the-footer-copyright-notice/</link>
		<comments>http://designshack.net/articles/the-footer-copyright-notice/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 11:33:35 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[automatically. copyright]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=156</guid>
		<description><![CDATA[Almost all websites contain some sort of copyright notice in their footer (e.g. Copyright © 2008 Apple Inc. All rights reserved.). But what&#8217;s the best way to do this? We&#8217;re going to take you through the requirements for your copyright notice, and a nifty JS (or PHP) trick for ensuring that your copyright year is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designshack.net/postimages/copyright.jpg" alt="Copyright Footer Notice" class="right" />Almost all websites contain some sort of copyright notice in their footer (e.g. <i>Copyright © 2008 Apple Inc. All rights reserved.</i>). But what&#8217;s the best way to do this? We&#8217;re going to take you through the requirements for your copyright notice, and a nifty JS (or PHP) trick for ensuring that your copyright year is always up to date.</p>
<h2>What&#8217;s required?</h2>
<p>The humble copyright notice is always useful to show in the footer, as a way of stating your claim over a site. Interestingly, however, it is not required for you to have copyright over the graphics, content and artwork of your site. This comes into place as soon as you&#8217;ve created the content and placed it in the public domain. Placing a copyright notice is still advisable to deter potential plagiarists and stake your claim. The generally accepted format is:</p>
<p><i>Copyright &copy; 2008 Design Shack</i></p>
<p>There are a couple of points to make:</p>
<ul>
<li>Make sure that the year is current (see below)</li>
<li>Use the HTML code &amp;copy; to display the copyright symbol, ensuring that your site&#8217;s XHTML is valid</li>
<li>Ensure the word &#8216;copyright&#8217; appears</li>
</ul>
<p>If you have specific requirements for how people can use certain content of your site, using a <a href="http://creativecommons.org/license/">Creative Commons License</a> would be advised. This allows you to select how content can be used in a more official and controlled manner.</p>
<h2>Future proof</h2>
<p>When creating a website, it can be incredibly tempting to simply drop in the basic requirements, and not think too heavily about future proofing your site. One of the most telling signs that a site isn&#8217;t regularly updated is an out of date copyright year. This can be very easily made automatic, through the use of a simple piece of PHP or JS code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="pre" style="font-family:monospace;">&lt;?php echo date(&quot;Y&quot;); ?&gt;</pre></td></tr></table></div>

<p>Alternatively, if you would prefer to use JavaScript, the following works well:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #003366; font-weight: bold;">var</span> d <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Date<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span>d.<span style="color: #660066;">getFullYear</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Stick with one of these methods, and you&#8217;ll never be kicking yourself in February again for not updating the copyright year!</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/the-footer-copyright-notice/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 204/213 objects using disk: basic

Served from: designshack.net @ 2012-02-09 20:06:31 -->
