Forum Moderators: coopster
I am a student and just entered the commercial market.
I have used lots of FREE stuff from the net, all kinds of OpenSource APIs. But, this time I think I should really know the insides.
Which is the licence that allows the opensource stuff to be used for free in the commercial applications?
Can I use GPL Licenced stuff for a commercial application?
Any good APIs that you might have tried to Draw dynamic graphs using PHP or ASP? I know ASP suck, I personally don't favor it much.
PHP and Java are the areas that might be really helpful.
Thank you
With a bit CSS in the mix you can create some very impressive looking charts.
A very simple proportional bar graph:
<table width='100%'>
<tr>
<td width='40%' bgcolor='green'>40% Voted YES!</td>
<td width='60%' bgcolor='red'>60% Voted NO!</td>
</tr>
</table>