|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I had posted this copyright notice script earlier in another post as a suggestion but wanted to share it here as well for future use.
Basically what the script does is take the current year (in javascript) and displays it on your page with the copyright symbol beside it as well...the benefit of this copyright notice script is that when the new year comes, you don't have to update the copyright notice on your site or on your client sites either... This is the code for the copyright notice script: Code:
<em>©<script type="text/javascript">
var theDate=new Date()
document.write(theDate.getFullYear());
</script>
YourDomain.com</em>. All Rights Reserved.
__________________
Join free dating sites and meet single people without paying a penny. |
|
||||
|
I like it, I like it!! Thanks!
__________________
M.-J. Taylor SEO Web Design by Cyber Key Search Smart Design® SEO Copywriter & Traveling Vacation Gypsy |
|
||||
|
Oh I know, I was sooo happy when I figured it out !
Thanks MJT!
__________________
Join free dating sites and meet single people without paying a penny. |
|
||||
|
Well that just completely defeats the purpose now doesn't it?
![]() I guess the only way to do it while keeping in mind the user's accessibility would to either program the year in using a server side language or use the same code and in the noscript tag refrain from using the year...like the following... Code:
<em>©<script type="text/javascript">
var theDate=new Date()
document.write(theDate.getFullYear());
</script>
<noscript>©YourDomain.com - All Rights Reserved.</noscript>
__________________
Join free dating sites and meet single people without paying a penny. |
|
||||
|
lol Uncle Dog, you know it's funny, im actually coming to Scotland today - yes - to open a can'a woopass !!!
__________________
Join free dating sites and meet single people without paying a penny. |
|
||||
|
Woopass? Is that Canadian Haggis?
This seems like a good point to get back on track and indicate the emergency exits located on your left Copying/Republishing Poll and right How should I word my copyright notice? (Stock photo website) I have often wondered exactly how specific a Copyright statement needs to be. Does it really need to include the year?
__________________
There are 10 types of people in this world: those who understand binary and those who don't. |
|
|||
|
Uncle Dog: The year is there to denote date of creation (or year in which it is created). If something is created in 2001, there is no reason to update the copyright year if the item has not changed since then.
If there are components of a 2001 creation in a 2009 work by the same creator, then the copyright would extend over the range of years, 2001-2009, or be copyright 2009 with attribution to earlier copyrights. |
|
||||
|
Quote:
So in the case of google for instance, the copyright for the current year, so does microsoft so I figured if the bigwigs are doing it that way then it's the 'business' way to go... It makes more sense to copyright from the year of creation to the current year though...I wonder what the reasons are for not including the time-frame.
__________________
Join free dating sites and meet single people without paying a penny. |
|
|||
|
The current copyright year covers all creations of this year. Since they already own all previous copyrights, only the new creations are declared. Technically, a revision is still protected by the original copyright.
Copyrights are set to extend over a fixed period of years. The later the copyright year, the further into the future it extends. Piss poor reason for using the current year, though. We'll all be dead before it runs out. |
|
||||
|
Quote:
__________________
Steve : Animal Charms Animal Jewelry | Fishing Blog I'm smelling a whole lot of if coming off of this plan. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How should I word my copyright notice? (Stock photo website) | gareth_esutera | Internet Industry | 19 | 10-15-2009 06:45 AM |
| Copyright java script re:Photos on website | yogabounddeb | Search Engine Optimization Forum | 0 | 10-20-2006 08:08 PM |
| Did anyone notice this? | edhan | Google Discussion Forum | 9 | 10-04-2005 08:28 AM |
| Did anyone notice? | crafta | Google AdWords/Google AdSense | 1 | 05-04-2004 10:18 AM |
| Notice | EJRS.COM | The Castle Breakroom (General: Any Topic) | 10 | 02-05-2004 04:16 AM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |