====== Javascript ====== [[https://developer.mozilla.org/En/Using_XMLHttpRequest|Using XMLHttpRequest]] ===== apply() ===== 接收不定量參數,並在呼叫參數時傳入不定量參數 function Test(){ var s =0; for(var i=0; i ====== Tools ====== ===== Fiddle ===== http://jsfiddle.net/ 透過各種 Ajax Framework 與 CSS,線上立即顯示結果。 ====== Books & Articles ====== * [[http://addyosmani.com/resources/essentialjsdesignpatterns/book/|Learning JavaScript Design Patterns]] * [[http://www.techotopia.com/index.php/JavaScript_Essentials|Techotopia: JavaScript Essentials]] * [[https://developer.mozilla.org/en/A_re-introduction_to_JavaScript|A re-introduction to JavaScript]] * [[http://www.codecademy.com/#!/exercises/0|Codecademy is the easiest way to learn how to code.]] * [[http://blog.javascript.tw/2012/02/js.html|JS 參考讀物清單]] ====== 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 ===== * [[https://github.com/jollen/nodejs-fullstack-book|Node.js Fullstack《從零到一的進擊》]] * [[http://book.nodejs.tw/index.html|Node.js 台灣社群協作電子書]] * [[http://book.mixu.net/node/|Mixu's Node book]] ===== Example ===== * [[http://deployd.com/|deployd - The simplest way to build an API]] * [[http://www.davidmclifton.com/2011/07/22/simple-telnet-server-in-node-js/|Simple Telnet Server in Node.js]] ===== Services ===== ==== Amazon ==== * [[http://aws.amazon.com/sdkfornodejs/|AWS SDK for Node.js]] ==== Heroku ==== * [[https://devcenter.heroku.com/articles/nodejs|Getting Started with Node.js on Heroku/Cedar]] ==== Windows Azure ==== * [[http://www.windowsazure.com/en-us/develop/nodejs/|Node.js Developer Center]] * [[http://www.slideshare.net/clonncd/node-x-azure|Node.js X 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! * [[http://blog.caesarchi.com/2013/12/kodingcom-nodejs.html]] ===== Misc ===== * [[http://nodewebmodules.com/|A collection of web frameworks for Node.js]] * [[http://blog.xuite.net/zack_pan/blog/72322002|變更Node.js執行的user身份 → Node.js To Lower Privilege]] ====== ECMAScript 6 ====== * [[http://es6.ruanyifeng.com/|ECMAScript 6 入門]] * [[http://exploringjs.com/|Exploring ES6: Upgrade to the next version of JavaScript]] by Dr. Axel Rauschmayer ====== LiveScript ====== http://gkz.github.com/LiveScript/ LiveScript is a language which compiles to JavaScript. ====== AngularJS ====== * [[http://www.thinkster.io/pick/51d287681e4b9c9098000013/a-better-way-to-learn-angularjs|A Better Way to Learn AngularJS]] * [[http://www.thinkster.io/pick/521e8672e2a3b28f98000314/angularjs-tutorial-learn-to-build-modern-web-apps|AngularJS Tutorial: Learn to build modern web apps]] * [[http://www.thinkster.io/pick/51e756d857740ed769000001/angularjs-ngmin|AngularJS - ngmin]] ===== Reference ===== * [[https://github.com/tedshd/angularjs-tw|O'Reilly AngularJS 中譯本]] * [[http://eyalvardi.wordpress.com/resources/html-5-course-resourses/angularjs/]] ====== Framework/Library ====== * [[http://www.javascriptoo.com/|JavaScript OO - every javascript project you should be looking into]] ===== Highcharts ===== http://www.highcharts.com/