Changes between Initial Version and Version 1 of jazz/10-04-23


Ignore:
Timestamp:
Apr 24, 2010, 1:13:03 AM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-04-23

    v1 v1  
     1= 2010-04-23 =
     2
     3== Java Script : Chart / Canvas ==
     4
     5 * 不愧是 GitHub 的高手,居然可以用 Java Script 跟 HTML5 技術做出這麼多繪圖特效
     6   * [http://github.com/blog/621-bye-bye-flash-network-graph-is-now-canvas Bye Bye Flash: Network Graph is now Canvas]
     7   * [http://github.com/blog/39-say-hello-to-the-network-graph-visualizer Say hello to the Network Graph Visualizer]
     8 * [http://icant.co.uk/csscharts/csscharts-demo.php CSS only bar chart demo page] - 使用 CSS + PHP 產生長條圖(Bar Chart)
     9 * [http://code.google.com/p/explorercanvas/ explorercanvas] - HTML5 Canvas for Internet Explorer
     10 * [http://github.com/irae/jquery-visualize jquery-visualize] - 用 jQuery + EnhancedJS 的 javascript 圖表(Chart)繪圖函式庫
     11   * [http://irae.pro.br/code/jquery.visualize/ jQuery Visualize demos]
     12   * 主要是[http://www.filamentgroup.com/dwpe/ Designing with Progressive Enhancement]這本新書
     13   * 範例多半放在 [http://code.google.com/p/dwpe/ dwpe] - Code examples from the book Designing with Progressive Enhancement
     14   * 有提到 [http://code.google.com/p/enhancejs/ EnhanceJS] 這個加強版的 javascript 函式庫
     15     * [http://www.filamentgroup.com/lab/introducing_enhancejs_smarter_safer_apply_progressive_enhancement/ Introducing EnhanceJS: A smarter, safer way to apply progressive enhancement]
     16 * 2010-03-12 :[http://www.filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with/ Update to jQuery Visualize: Accessible Charts with HTML5 from Designing with Progressive Enhancement]