Dynamic Copyright Date

Ok, we’ve all got the standard copyright notice at the bottom of our web pages, something like © 2009.

© 2009

But let’s be honest, nothing looks worse than a copyright statement when the year is out of date! It gives the impression that you don’t care.
You can easily prevent this by using the php date() [...]

Select All Text InTextarea Or Input

Perhaps you have a textarea pre-filled with instructions, for example, ‘Use this area to write a simple bio about yourself…’. When the user wants to fill in the textarea, he has to delete your instructions first, pretty tedious to say the least.