HTML Pie Chart

So, one of the most annoying things out there when it comes to creating graphics for the web are pie charts. You can do it by hand in a graphics program, download a PHP class and custom-implement it, or you can do it in a program like Excel, take a screen shot, crop and resize and upload it. Any way you look at it, creating HTML pie charts is pretty ridiculous. That is, until now. I threw together a front-end for a popular open source (GPL) php class for generating Pie Charts using GD (GDGraph by Makko). The tool located here, http://www.virante.com/seo-tools/html-pie-chart.php, makes creation of pie charts as easy as filling out a few forms. I have also added a nice little Javascript implementation so you do not have to go through the front-end every time you...