目錄表

Javascript

Using XMLHttpRequest

apply()

接收不定量參數,並在呼叫參數時傳入不定量參數

function Test(){
    var s =0;
    for(var i=0; i<arguments.length; i++)
        s+=arguments[i];
    return s;
}

function CallTest(){
    return Test.apply(this, arguments);  // 傳入不定量參數
}

alert(CallTest(1, 2, 3)); // 6

Tools

Fiddle

http://jsfiddle.net/

透過各種 Ajax Framework 與 CSS,線上立即顯示結果。

Books & Articles

width, height

http://blog.ericsk.org/archives/776

網頁原始碼加密

http://www.study-area.org/coobila/tutorial_255.html

escape 函式,將一段資料轉換成 16 位元碼。

unescape() 解密。

jQuery

http://jquery.com/http://plugins.jquery.com/

http://jquerymobile.com/

JSON 資料在 JQuery 上的運用: http://polinwei.blogspot.com/2009/01/json-json-jquery.html

Books

jQuery Fundamentals: http://jqfundamentals.com/book/index.html

jQuery UI

http://jqueryui.com/

jQuery Tools

http://flowplayer.org/tools/

http://blog.miniasp.com/post/2009/06/Introduce-jQuery-UI-and-jQuery-Tools.aspx

http://www.noupe.com/jquery/35-fresh-useful-jquery-plugins.html

jmpress.js

a jQuery port of impress.js to build a website on the infinite canvas

https://github.com/shama/jmpress.js

WKRTE - jQuery Rich Text Editor

http://web-kreation.com/demos/wkrte_jquery-rich-text-editor/

可以直接編輯網頁上文字。

50 Useful New jQuery Techniques and Tutorials

http://www.smashingmagazine.com/2009/08/23/50-useful-new-jquery-techniques/

DataTables

http://www.datatables.net/

產生可自由選擇排序方式的表格。

The Ultimate Showcase of jQuery Lightbox Plugins

http://www.tutorialchip.com/jquery/the-ultimate-showcase-of-jquery-lightbox-plugins/

各種圖片預覽樣式

邊做邊學 jQuery 系列

http://msdn.microsoft.com/zh-tw/asp.net/dd446623.aspx

Visual jQuery

http://visualjquery.com/

Mootools

http://mootools.net/

Javascript Examples

http://www.chrisesler.com/mootools/index.html

Node.js

Book & Reference

Example

Services

Amazon

Heroku

Windows Azure

Koding

https://koding.com Learn programming or make apps. Hack Ruby, Go, Java, NodeJS, PHP, C, and Python. Install Wordpress, Laravel, Django, and Bootstrap. Play with MySQL, Mongo, and enjoy root access. Sign up now and join the fun!

Misc

ECMAScript 6

LiveScript

http://gkz.github.com/LiveScript/

LiveScript is a language which compiles to JavaScript.

AngularJS

Reference

Framework/Library

Highcharts

http://www.highcharts.com/