Wednesday, September 14, 2011

HTML5, canvas, Flotr, SVG, WebGL

HTML5, canvas, Flotr

SVG

Flash

Java

HTML5 - HTML5 is a language for structuring and presenting content for the World Wide Web, a core technology of the Internet. It is the fifth revision of the HTML standard (originally created in 1990 and most recently standardized as HTML4 in 1997[1]) and as of August 2011 is still under development. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers etc.). HTML5 is intended to subsume not only HTML4, but XHTML1 and DOM2HTML (particularly JavaScript) as well.[1]

http://en.wikipedia.org/wiki/HTML5

WebGL (Web-based Graphics Library) - is a software library that extends the capability of the JavaScript programming language to allow it to generate interactive 3D graphics within any compatible web browser. WebGL code executes on a computer display card's Graphics Processing Unit (GPU).
WebGL is a context of the canvas HTML element that provides a 3D computer graphics API without the use of plug-ins.[2] The specification was released as version 1.0 on March 3, 2011.[1] WebGL is managed by the non-profit Khronos Group.

http://en.wikipedia.org/wiki/WebGL

canvas - The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D shapes and bitmap images. It is a low level, procedural model that updates a bitmap and does not have a built-in scene graph.

http://en.wikipedia.org/wiki/Canvas_element

Flotr - Flotr is a javascript plotting library based on the Prototype Javascript Framework 1.6+.

http://code.google.com/p/flotr/

======
Code Library

http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line
http://code.google.com/p/time-series-graph/
http://www.humblesoftware.com/finance/index
http://solutoire.com/flotr/
http://www.zingchart.com/labs/html5/html5_stock_chart.php
http://www.amcharts.com/download
http://teethgrinder.co.uk/open-flash-chart-2/
http://www.highcharts.com/
http://www.rgraph.net/
http://www.jointjs.com
====
Links

http://www.quora.com/Which-is-better-for-developing-stock-charts-HTML5-Canvas-or-SVG
======

No comments: