Two Amazing JS Libraries
A couple of weeks ago, two web based services launched that allow any web designer to add a commenting and rating system to any page they create. Both of these systems can be incorporated into your pages by adding a very simple snippet of JavaScript code to your page.
- Star It! is a star rating system that allows visitors to rate your content using a 5 star system.
- JS Kit if a fully featured threaded comment system.
Of course the upside of these tools are that they are simple to use. The downside is that your data is stored in somebody else’s database so you need to have some trust that these services will be around for a while.



Hi Jim,
Another great alternative to the star rating system you mentioned is the jQuery plugin which provides the same functionality but also gives you complete control over where to store your data and Ajax capabilities.
http://sandbox.wilstuckey.com/jquery-ratings/
It requires the jQuery JS/Ajax library which can be found at http://jquery.com.
http://sandbox.wilstuckey.com/jquery-ratings/ like it…This topic is great.