Copyright trick for websites
Don't you just hate it, every January having to update your website as the copyright notice is out of date? Well, there's a really simple trick to save yourself the trouble. Simply get the year from the current date in code, and never update it again:
[Tags: copyright update]
© <%= DateTime.Now.Year.ToString() %>[Tags: copyright update]