Added Commenting functionality
July 12th, 2008
Nowadays, commenting is considered a must for a blog. If you have a blog that does not allow your precious readers to present their thoughts, you must be so ashamed of yourself to claim that it is a blog. Well, I am not exception. But this is a static blog site. Except a bunch of well formatted html files, my site has no database server, no Ruby on Rails, no C#, no anything that can provide the necessary facility to implement the dynamic commenting system.
What should I do?
Disqus comes to the rescue. Disqus is one of the commenting system based on Javascript technology. To use it, you simply go to Disqus’s website, register an account, put one line of Javascript code into your static html page. Then you’re done. It’s that simple.