Today I have created Youtube style rating system which is also called thumbs up/down rating. It is 99% identical to original youtube rating system. I have tried my best to give you a stylish and same youtube look rating system. I have implement IP address checks so that a single user can rate once. It looks very awesome please try it and give your feed backs.
Similar Posts
Create Simple Rounded News Scroller using Mootools.
Mootools is very easy to use library and has a large number of functionalities which reduce lot of our work to do. News scroller is used to put a…
PHP Security Attacks: How to prevent these attacks in coding?
Security is major and essential part of any language . If we see PHP then we also need and keep in mind, all security tips and tricks to prevent…
HOW TO:Create Secure Login With Simple PHP ?
Here is a simple example for creating a secure login page with PHP which will help you to safe authentication. Here, cookies are not used because of preventive measure…
jQuery Validation Plugin – Learn How To Show Custom Messages
Every developer uses validations for HTML forms and it’s better to use plugins instead of custom validations because this way we will not only save time but also will…
Live Query Plugin: Solution of your problems in jQuery
Some one asked me about the solution of binding events to dynamically generated elements. And one name came in my mind that is LiveQuery. If you have used jQuery…
Send Email from your Gmail account Using Codeigniter.
Codeigniter provides many built in helpers and libraries which help us to perform lot of functionality for developing projects. Here a simple email library make us able to send…