跳至內容
Sars' History
使用者工具
登入
網站工具
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
最近更新
多媒體管理器
網站地圖
足跡:
webdesign:javascript
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
====== Javascript ====== [[https://developer.mozilla.org/En/Using_XMLHttpRequest|Using XMLHttpRequest]] ===== apply() ===== 接收不定量參數,並在呼叫參數時傳入不定量參數 <code> 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 </code> ====== 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 ===== * [[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/
webdesign/javascript.1454484361.txt.gz
· 上一次變更: 2016/02/03 15:26 由
sars
頁面工具
顯示頁面
舊版
反向連結
回到頁頂