May
26

Ajax Voting System: Create Ajax Rating/Voting system in Dzone and Digg Style. Part 2

Author ZeeShaN    Category AJAX, JQuery, PHP, Web Development     Tags

In my previous tutorial i explain how to create simple ajax rating using Ajax, PHP and CSS3. In this part i am going to create Digg.com and Dzone.com voting style.

 
CREATE TABLE `digg_rating` (
  `id` int(11) NOT NULL auto_increment,
  `rating` varchar(200) NOT NULL,
  PRIMARY KEY  (`id`)
) 
 
 
CREATE TABLE `dzone_rated_ip` (
  `id` int(11) NOT NULL auto_increment,
  `user_ip` varchar(200) NOT NULL,
  PRIMARY KEY  (`id`)
) 
 
 
CREATE TABLE `dzone_rating` (
  `id` int(11) NOT NULL auto_increment,
  `up_rated` varchar(200) NOT NULL,
  `down_rated` varchar(200) NOT NULL,
  PRIMARY KEY  (`id`)
)

This voting system is similar to previous rating system in back end scripting i mean same ajax style but different in behavior. Check demo and download code to make it more simple and use it. Also don’t forget to give your feed back your suggestions and hot topics to share.

Add To Facebook Stumble This Digg This Add To Del.icio.us Add To Reddit Add To Yahoo Add To Twitter


Written by ZeeShaN

ZeeShaN RasooL is a web developer who loves to work in latest technologies to create more interactive dynamic and beautiful web pages.







Enter your Email:

Click Here for Popular

Who I Am

Zeeshan Rasool

Software Engineer - PHP
Lahore - Pakistan

zeeshan(@)99points.info
Skype: zeeshan-rasool
gTalk: zishan.rasool85

Categories

Tags

Comments