Comment section improved

As you all know, my comment form has always had a live preview feature that had limited support for [Markdown]0 syntax – which I discussed in a past entry

Recently (a while ago to be exact), I found a somewhat full implementation of [Markdown]0 via JavaScript here. Naturally I decided to integrate it into the live preview function. So I spent the whole practice session of our choir hacking away at the code to fit my needs. Here’s what came out of it:

Feel free to try commenting yourself 🙂 Read More

Beefing up the comment form

I added two things on the comment form:

  1. Live comment preview – shows immediate feedback on how your comment would look like after posting (which is why I took out the “preview” button)
  2. Security captcha – anti-spambot mechanism. I know it’s not foolproof, but it does the job most of the time