Tag Archives: HTML

Updated movie collection is online

Using DVDpedia, I have placed online our list of movies. The template used for the export is Antracite but with some tweaks. First, I have created my own banners using different covers. Then I have changed few things on the … Continue reading

Posted in Internet, Technology | Tagged , , , , , | 1 Comment

Dynamic charts with Google Chart API

Google Chart API will let you generate charts dynamically to be used on any web page. For example, the following IMG tag will create a 3D pie chart: <pre><img src="http://chart.apis.google.com/chart? cht=p3&amp;chd=t:60,40&amp;chs=250×100&amp;chl=Hello|World" alt="Sample chart" />

Posted in Internet, Technology | Tagged , , , , , | Comments Off