Skip to content

Commit

Permalink
Updated README file with a short intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jul 12, 2011
1 parent ecf1135 commit a7b536e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
h1. HTML5 Video Voting

<< Project description >>

h2. What is this HTML5 Video Voting you speak of?

This is an experiment with HTML5 Video that allows you to vote on your favorite segments of the video and view trends in a real-time bar graph. The source code is setup to accept any key event as a vote, you just have to define it in your jQuery embed code. The default vote submission key is the space bar.

h3. Back-end required

You will need a backend to receive and process your votes. Votes must be returned as a tally of all the votes for each column you want to display. In our expriment on http://www.zurb.com/playground/html5-video-voting we are using Ruby on Rails to process the votes into the designated number of columns.

0 comments on commit a7b536e

Please sign in to comment.