Hire me if you need:
Development Blog
10/13/2011
Here is a quick little custom poll I cooked up over the weekend which uses Highcharts Javascript charting library to display the results, and PHP and jQuery to do the work. The setup is easy, then edit your css and JS to customize the poll as you wish.
I have posted the code for this on GitHub here: https://github.com/benheb/Open-Poll
Please feel free to contribute, make suggestions, and otherwise share what you come up with!
I have posted the code for this on GitHub here: https://github.com/benheb/Open-Poll
- Setup a MySQL database to have one row and x number of columns (however many questions your poll will have).
- Configure updatePoll.php with database connection details.
- Include in your index.html file all necessary Javascript (see README).
- Load in browser, customize, contribute!
Poll: What is your favorite color?
Green
Blue
Red
Please feel free to contribute, make suggestions, and otherwise share what you come up with!