Archive for the ‘(X)HTML & CSS’ Category

Comments Now Active

Tuesday, March 4th, 2003

As promised I have enabled comments on my blog entries. The core of it rests on Simon Willison’s SafeHtmlChecker class. It allows a good amount of XHTML to be used in comments while still requiring:

  • all markup remains well formed
  • no dangerous javascript or other ‘site breaking’ code is allowed
  • comments with invalid markup generate friendly errors.

As a friendly reminder, please keep comments “on-topic”. If you have something to say to me that does not realate to any specific post then feel free to leave some feedback.