FLV Video Quality

There are many video formats in computer world. Say MPG, WMV, AVI, MP4, The FLV is a video format played by flash player, which is installed almost 99% of computers all over the world. Video quality of the different formats...

Google Chart API

Google introduced it Chart API last December. For reference, I noted here my tips. I need a 3D Pie chart. The code should looks like below: <img src=”https://chart.apis.google.com/chart?cht=p3&chd=t:50,10,40&chs=500×200&chl=PR|HTTP Status|Whois”/> The code can break down as shown here: “cht=p3” is the...