Changes between Version 11 and Version 12 of jazz/09-01-04


Ignore:
Timestamp:
Jan 5, 2009, 12:27:53 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-01-04

    v11 v12  
    1919   * [http://caterpillar.onlyfun.net/Gossip/AjaxGossip/EditJSDoc.html 編寫 JSDoc]
    2020 
    21  * 測試 Rhino 跟 env.js
     21 * 測試 [http://www.mozilla.org/rhino Rhino] 跟 [http://ejohn.org/projects/bringing-the-browser-to-the-server/ Rhino/env.js]
    2222{{{
    2323~$ wget ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R1.zip
     
    2525~$ cd rhino1_7R1/
    2626~/rhino1_7R1$ wget http://jqueryjs.googlecode.com/svn/trunk/jquery/build/runtest/env.js
    27 ~/rhino1_7R1$ java -jar js.jar
     27~/rhino1_7R1$ java -jar js.jar        ### 執行 Rhino
    2828Rhino 1.7 release 1 2008 03 06
    29 js> load('env.js');
     29js> load('env.js');                   ### 載入 env.js
     30js> window.location = 'some.html';    ### 載入存在 DOM 的
     31### 作者說在載入任何與 DOM 相關的程式碼之前,一定要先指定 window.location
     32js> window.onload = function(){       ### 從這裡就可以開始寫自己的 JavaScript
    3033}}}
    3134
     
    3639   * [http://www.flashcomguru.com/index.cfm/2006/6/18/lightyupdate FLV 'streaming' with PHP and Lighty]
    3740   * [http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd flv streaming with lighttpd]
    38    *
    3941
    4042== SQLite ==