XYZ軟體急先鋒


Tutsplus Marketplace Writing Modular JavaScript 視頻教學 英文教學版




-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
軟體名稱:Tutsplus Marketplace Writing Modular JavaScript 視頻教學 英文教學版
語系版本:英文教學版
光碟片數:單片裝
破解說明:
系統支援:For Windows XP/Vista/7
軟體類型:視頻教學
硬體需求:PC
更新日期:2013-03-28
官方網站:http://marketplace.tutsplus.com/item/writing-modular-javascript/128103
中文網站:
軟體簡介:
銷售價格:$80元
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 



 
軟體簡介:
 
When writing an entire web application in JavaScript, it’s very important 
to have well-organized code; maintaining a spaghetti-coded project will 
only cause you headaches and nightmares. In this tutorial, I’ll show you 
how to modularize your code to make it easier to manage large JavaScript 
projects.

I was inspired to write this tutorial after watching a presentation entitled 
“Scalable JavaScript Application Architecture” by Nicolas C. Zakas (available 
on the YUI Theater). We’ll take the theoretical code that he showed in his 
slides and extend and customize it to create a robust JavaScript system 
that will make it incredibly easy to build web apps on top of.
We’ll start by defining our modules; then, we’ll build a sandbox for them 
to interact with. We’ll also need a core to handle the modules, and a base 
(a JS framework) that gives the core an equalized environment to work on. 
We’ll build our first core on jQuery, and then build an alternate core on 
Dojo.

We’ll conclude this tutorial by discussing what the benefits and downsides 
of using such an architecture for JavaScript are.

 


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=