<?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>HoT Virtual Assistant Resources &#187; javascript</title>
	<atom:link href="http://www.hotvasoftware.com/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hotvasoftware.com</link>
	<description>Virtual Assistant Resources</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:01:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Automatically Update the Copyright Year in WordPress</title>
		<link>http://www.hotvasoftware.com/code-that-will-automatically-update-the-copyright-year-in-wordpress-each-year.html</link>
		<comments>http://www.hotvasoftware.com/code-that-will-automatically-update-the-copyright-year-in-wordpress-each-year.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:37:17 +0000</pubDate>
		<dc:creator>Chris Beamish</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[copyright year]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[updating copyright]]></category>

		<guid isPermaLink="false">http://www.hotvasoftware.com/?p=1381</guid>
		<description><![CDATA[The main reason I moved http://www.hotva.co.uk over from a HTML site to a Wordpress site was because the way I had set it up meant that if I needed to change information on the menu, the header or the footer I would have to do it on every single page. You can imagine the time it took to do this.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hotvasoftware.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8073440434352252";
/* 468x60, created 21/07/09 */
google_ad_slot = "5066896701";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
The main reason I moved http://www.hotva.co.uk over from a HTML site to a WordPress site was because the way I had set it up meant that if I needed to change information on the menu, the header or the footer I would have to do it on every single page. You can imagine the time it took to do this.</p>
<p>It is so much easier now and only needs to be updated on one page.</p>
<p>It was also a bind to update my copyright year, every year on every page. That was until I found this snippet of code which does it automatically. The video above shows you how to insert the code into a WordPress footer.</p>
<p>Below is the code to copy and paste into your website. You will need to replace the year and Your Company Name.</p>
<p><textarea cols="70" rows="10"><script language="JavaScript" type="text/javascript"> today=new Date(); y0=today.getFullYear(); </script> Copyright &#38;&#99;&#111;&#112;&#121;&#59; 2008 &#38;&#110;&#100;&#97;&#115;&#104; <script language="JavaScript" type="text/javascript">document.write(y0);</script>Your Company Name. All Rights Reserved.</textarea><br />
<strong>Instructions if needed</strong><br />
Click inside the box and right click and highlight Select All.<br />
Right click and select Copy.<br />
Right click and select Paste.</p>
<p>It&#8217;s funny how when you create one post you come across problems which can then be used for further posts. In my case it was embedding a Camtasia video into this post and also adding code into a post. These will be the subjects of my next posts!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8073440434352252";
/* 468x60, created 11/07/09 */
google_ad_slot = "2218262895";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotvasoftware.com/code-that-will-automatically-update-the-copyright-year-in-wordpress-each-year.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

