Topic: Post highlighting
A nice feature to have will be so that when you click on a the date of the post ( to get a link to that post), the post you are linking to will be highlighed in some way. It can easily be done using only CSS:
DIV.blockpost:target { border-color: #FF0000 }
Note: Dosen't work in IE.