Changes between Version 16 and Version 17 of jazz/08-10-18


Ignore:
Timestamp:
Oct 18, 2008, 5:49:18 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-10-18

    v16 v17  
    33== jQuery ==
    44
    5  * 因為工作上的需求,會需要用到 AJAX 跟一些基本的網頁元件。雖然先前曾經考慮改學 [http://flex.org Flex] 來解決常用元件不易取得的缺點,不過網頁的除錯與即時更新性還是比較好(至少不用反覆 compile,發現有問題又可以先看原始碼),因此花了一點小小的時間搜尋目前哪個 Javascript Library/Framework 比較好用。根據一些網路文件[http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks 1][http://royal.pingdom.com/2008/06/11/javascript-framework-usage-among-top-websites/ 2][http://wiki.freaks-unidos.net/javascript-libraries 3][http://www.nitobi.com/survey/ 4]的評比(多數前幾名都是 [http://www.prototypejs.org/ Prototype], [http://jquery.com jQuery], [http://script.aculo.us/ Scriptaculous], [http://tw.developer.yahoo.com/yui.html YUI], [http://dojotoolkit.org/ Dojo]),看樣子 [http://jquery.com jQuery] 是個值得學習的 Framework。當然最主要是因為我先前就看到[http://stuff.techwhack.com/5182-jquery-javascript 微軟把 jQuery 納入 Visual Studio],這種置入性的影響性不容忽略(根據以往瀏覽器大戰的歷史教訓)。
    6  * [http://google.com/trends?q=prototype+javascript%2C+jquery+javascript%2C+yui+javascript%2C+dojo+javascript&ctab=0&geo=all&date=all&sort=0 Javasript Framework 的趨勢觀察]
    7    * [[Image(js_framework_trends.png)]]
    8  * [http://google.com/trends?q=prototype+javascript%2C+jquery+javascript%2C+yui+javascript%2C+flex+actionscript&ctab=0&geo=all&date=all&sort=0 Javasript Framework 與 Flex 的趨勢觀察]
    9    * [[Image(js_vs_flex.png)]]
    10  * [http://planet.nccucs.org/2008/05/28/266/ Google 幫忙 host 幾個知名 JavaScript 函式庫]
    11  * [http://www.javaeye.com/topic/156477 240多個 jQuery 擴充套件][http://www.kollermedia.at/archive/2007/11/21/the-ultimate-jquery-plugin-list/ 英文連結]
    12 
    13 === jQuery UI ===
    14 
    15  * http://ui.jquery.com/
    16 
    17 === jQuery 學習心得筆記 & 中文學習資源 ===
    18 
    19  * [http://blog.ericsk.org/archives/833 jQuery 學習心得筆記 (1)]
    20  * [http://blog.ericsk.org/archives/834 jQuery 學習心得筆記 (2)]
    21  * [http://blog.ericsk.org/archives/836 jQuery 學習心得筆記 (3) - 事件(Event)處理]
    22  * [http://blog.ericsk.org/archives/838 jQuery 學習心得筆記 (4) - Ajax (上)]
    23  * [http://blog.ericsk.org/archives/839 jQuery 學習心得筆記 (5) - Ajax (下)]
    24  * [http://blog.ericsk.org/archives/847 jQuery 學習心得筆記 (6) — 操作 DOM 物件]
    25  * [http://blog.ericsk.org/archives/857 jQuery 學習心得筆記 (7) — 擴充 jQuery]
    26 
    27  * 中文書籍:[http://www.books.com.tw/exep/prod/booksfile.php?item=0010405622 網頁設計?愛上jQuery]
    28  * API 說明:[http://visualjquery.com/ Visual jQuery][http://jquery.org.cn/visual/cn/index.xml 中文版(簡)]
    29  * [http://www.ibm.com/developerworks/cn/xml/x-ajaxjquery.html 使用 jQuery 簡化 Ajax 開發(簡)]
    30  * [http://www.k99k.com/jQuery_getting_started.html jQuery中文入門指南,翻譯加實例,jQuery的起點教程(簡)]
    31  * [http://www.blueidea.com/tech/web/2007/4993.asp jQuery入門簡介(簡)]
    32 
    33 === jQuery-PHP ===
    34  
    35  * [http://jquery.hohli.com/ jQuery-PHP]
    36 
    37 === jQuery 特效實例 ===
    38 
    39  * [http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/ jQuery Tutorials for Designers]
     5 * [wiki:jazz/skill/jQuery 學習如何使用 jQuery]
    406
    417== CSS Framework ==