- BlogWell - http://blog-well.com -

Let Your Server Update Your Copyright Year

Posted By Mad On February 17, 2008 @ 9:28 pm In How To and What Is | 3 Comments

2008 is now 48 days old, yet there are a number of sites which still think its 2007.

To name but a few:

Rather than include the year in the site’s footer as text, which has to be manually updated, why not use the date on your server to do the work for you.

If you use PHP [4] on your server, like every WordPress blog does, you can replace “2007″, or even “2008″ so you are ready for next year, with the following snippet:

<?php echo date('Y'); ?>

Although this does rely on server’s date and time being correct. You can ensure that your server has the correct date and time by synchronizing your server with an Internet Time Server [5]. The National Institute of Standards and Technology [6] provides a number of time servers [7] through the United States. Be sure to check the status of the time servers [8] to help you make the best choice.

Love or hate them, Microsoft provides a list of time servers available throughout the world [9].

For Windows users you configure the use of an Internet Time Server within the “Internet Time” tab of the “Date and Time Properties” section of the Control Panel – just make sure that you have set the correct time zone.

Rather than exclusively copyrighting the content of your Web site or blog, wouldn’t it be better to allow people to re-use the content and give a credit in return? For businesses who wants everyone to know about their products this would be the sensible approach.

BlogWell uses a Creative Commons [10] licensing, which allows anyone to share and remix our work, provided we receive an attribution and that any such work is licensed in a similar manner (i.e. it too can be shared and remixed by others). You can see the specific license we use in the footer – check it out.

We suggest that you should review the reason why your site contains a copyright – most times this is simply due it being present in the site template or WordPress theme.


Article printed from BlogWell: http://blog-well.com

URL to article: http://blog-well.com/2008/02/17/its-2008-people/

URLs in this post:

[1] Hollywood Reporter: http://www.hollywoodreporter.com/

[2] Klutz: http://www.klutz.com/

[3] Palo Alto Unified School District: http://www.pausd.org/

[4] PHP: http://en.wikipedia.org/wiki/PHP

[5] Internet Time Server: http://en.wikipedia.org/wiki/Time_server

[6] National Institute of Standards and Technology: http://www.nist.gov/

[7] time servers: http://tf.nist.gov/service/time-servers.html

[8] status of the time servers: http://tf.nist.gov/tf-cgi/servers.cgi

[9] list of time servers available throughout the world: http://support.microsoft.com/default.aspx/kb/262680

[10] Creative Commons: http://creativecommons.org/

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.