Category Archives: Copyright Year Code

Copyright Year For Flash Pages

Generating a copyright notice on a Flash page is a relatively straightforward matter. I. Print the Current Year A. ActionScript 2 Regardless of whether one is using AS 2 or AS 3, a textbox needs to be created somewhere on … Continue reading

Posted in Copyright Year Code, Flash, Flash - ActionScript 2, Flash - ActionScript 3 | Comments Off on Copyright Year For Flash Pages

Copyright Year Range For Static XHTML Pages

UPDATE (June 22/14): The conditional Server Side Includes in this code no longer appear to work on GoDaddy. Some permission may have been changed on their server… This simplified code does work for XHTML-Transitional, however: <div id=”copyright”>© Chou Seh-fu <script … Continue reading

Posted in Copyright Year Code, HTML & CSS, JavaScript, Server-Side Include code | Comments Off on Copyright Year Range For Static XHTML Pages

Current Copyright Year For Static XHTML Pages

I. With Hard-Coding Originally, the current copyright year for the entry page on this site was hard-coded in XHTML. This worked fine, except it was always necessary to remember to change the current year every January 1st: <div id=”copyright”>© Chou … Continue reading

Posted in Copyright Year Code, HTML & CSS, JavaScript, Server-Side Include code | Comments Off on Current Copyright Year For Static XHTML Pages

Change Output of Blog Copyright Plugin For WordPress

Some WordPress themes don’t seem to output to a copyright div, so users need a plugin to do so. Blog Copyright by Blog Traffic Exchange does the trick, but it’s not without its shortcomings. The main problem is that Blog … Continue reading

Posted in Copyright Year Code, WordPress, WordPress - Installation | Comments Off on Change Output of Blog Copyright Plugin For WordPress