A Super-Simple Script That Reveals Laziness
Hard-coding (in HTML) a Web page's last-changed date is easy enough,
but, as is often the case, JavaScript can make this mundane chore easier
by creating a date-of-last-update generator.
The key to this script: The lastModified property of the Document
object. This property is a Date object, which means it can be rendered
as ordinary text by the document.write() method. To get your page to
display the date of its last modification (or, at least, the last time
it was saved, or "touched" in Unix terms):
Couldn't be easier, hey? The better question is whether this script
causes more trouble than it's worth, now that everyone knows how slack
you've been in updating your pages.
» posted by ITworld staff
ITworld
Symantec Backup Exec 12 and Backup Exec System Recovery 8 deliver industry leading Windows data protection and system recovery. Download this whitepaper to find out the top reasons to upgrade and how to get continuous data protection and complete system recovery.
Data and system loss — from a hard drive failure, malicious attack, natural disaster, or simple human error — can happen anytime. Don’t leave your business vulnerable. Make sure you have a secure recovery strategy in place. Symantec's latest backup and system recovery technology can efficiently restore critical applications, individual emails and documents and even restore your entire system in minutes in the event of a loss.
Businesses face a growing challenge to ensure that the IT environment is properly protected. Backup Exec 12 integrates with other applications in the Symantec family of products, to complement your current data protection strategy, keep your data securely backed up and make it recoverable when you need it most.
Enterprise 2.0 Implementation
By Aaron C. Newman, Jeremy Thomas
Published by McGraw-Hill
Learn more!
Deploying Cisco Wide Area Application Services
By Zach Seils, Joel Christner
Published by Cisco Press
Learn more!








