Archive for May 30th, 2003

random blogging babble

i found a cute and easy to install hack for your comments form. i added it in like 2 seconds. it’s really handy. basically it makes your input fields changes to blank when it’s onfocus and returns to its default value when it’s not. so you won’t get stuff like “namejane doe” or “commenthi how are you”. to do so add:

onfocus=”this.value=(this.value==’name’) ? ” : this.value;” onblur=”this.value=(this.value==”) ? ‘name’ : this.value;”

to your name input field and add the same to your email, url and comment textarea but change the value accordingly.

i found these smilies for you to use if you want. they look like msn smilies but a bit different.

(more…)