<?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>SEO Article Directory For The SEO Experts &#187; Code Snippets</title>
	<atom:link href="http://www.seocraftsmen.com/category/code-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seocraftsmen.com</link>
	<description>Find some of the most well trusted SEO advice on the Internet</description>
	<lastBuildDate>Sun, 06 Jun 2010 17:51:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Web Design Script to Automatically Change Copyright Date</title>
		<link>http://www.seocraftsmen.com/script-to-automatically-change-copyright-date/</link>
		<comments>http://www.seocraftsmen.com/script-to-automatically-change-copyright-date/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 00:10:46 +0000</pubDate>
		<dc:creator>Dave Lauretti</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.seocraftsmen.com/?p=147</guid>
		<description><![CDATA[This one is simple. I&#8217;m placing this code snippets although I could have place it in web design because it also falls into that category. The script. This little javascript snippet will automatically change the date beside your copyright &#8211; which is usually placed in the footer of your webpage. Simply copy and paste the [...]]]></description>
			<content:encoded><![CDATA[<p>This one is simple. I&#8217;m placing this code snippets although I could have place it in <a href="http://www.seocraftsmen.com/web-design-services/">web design</a> because it also falls into that category.</p>
<p>The script. This little javascript snippet will automatically change the date beside your copyright &#8211; which is usually placed in the footer of your webpage.</p>
<p>Simply copy and paste the code below into your HTML webpage.</p>
<div style="background:#FFFF88;">&amp;copy;&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var theDate=new Date()<br />
document.write(theDate.getFullYear());<br />
&lt;/script&gt; YourDomain.com. All Rights Reserved.</div>
<p>Now each new year, when the clock strikes 12, your copyright year will change to the current year. This code snippet is especially helpful to web designers who have quite a few clients and don&#8217;t want to feel obliged to go in and change the date each year.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seocraftsmen.com/script-to-automatically-change-copyright-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
