Click to See Complete Forum and Search --> : Rating script


kiran_phadtare
June 1st, 2007, 03:57 AM
I want add a rating on my website for articles and images. The demo of rating that i actually want use on my website is here on following website-
http://www.cssdrive.com/index.php/main/galleryitem/eunna_design/

here you can find "rate it" I want to add the same snippest to my website how can i do this i am a newbie to javascript, please anyone can provide script to do it.

PeejAvery
June 1st, 2007, 06:37 AM
Well, that rating system uses JavaScript for its client-side interaction. But then uses AJAX to communicate to the web server for its data storage. Who knows the web server script. You can see the .js and .css files if you look at the source, but you cannot copy them without possible copyright infringement.

ajax.js (http://www.cssdrive.com/ajaxrating/ajaxrating.js)
ajaxrating.js (http://www.cssdrive.com/ajaxrating/ajaxrating.js)
ajaxratingstyle.css (http://www.cssdrive.com/ajaxrating/ajaxratingstyle.css)

You see, in order to make a rating system, you must have a server-side script to store the information on to a database. Do you have these also? If so, why don't you search for examples.