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.

2 Responses to “Two Amazing JS Libraries”

  1. Rey Bango said on December 19th, 2006 at 10:56 am

    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.

  2. Bilstein said on September 18th, 2007 at 6:49 pm

    http://sandbox.wilstuckey.com/jquery-ratings/ like it…This topic is great.