網頁

搜尋此網誌

2009年12月4日 星期五

Learning jQuery學習JavaScript心得報告

兩本書介紹 jQuery,不錯!

Jonathan Chaffer, Karl swedberg著,李松峰、李燁等譯,Learning jQuery中文版,台北市:精誠資訊,2008。原著:Learning jQuery: Better Interaction Design and Web Development with Simple Javascript Techniques(書中程式碼下載http://www.packtpub.com/files/code/2509_Code.zip)



Jonathan Chaffer, Karl swedberg著,張資正編譯,jQuery開發實戰,台北市:精誠資訊,2009。原著Learning jQuery 1.3: Better Interaction Design and Web Development with Simple JavaScript Techniques

不曉得你有沒有注意到一件事!兩本書的作者都是同一群人(Jonathan Chaffer, Karl swedberg),而且原著的出版社都是Packt Publishing Ltd,經過研究之後。紅色的「Learning jQuery中文版」是舊版的書籍(你去查程式碼會發現是jQuery 1.1.3版本),由於jQuery已經更新到1.3版,所以之後才出版「Learning jQuery 1.3」的jQuery開發實戰。

以內容上來說「jQuery開發實戰」是具備較高質量的一本,非常適合新手來學習。就定價來說,「jQuery開發實戰」是新台幣520元,而「Learning jQuery中文版」是新台幣480元,價差僅40元,想要尋找jQuery參考書籍的人絕對要購買「jQuery開發實戰」,不要被欺騙了!最近發現「Learning jQuery中文版」只賣199元,靠,是怎樣....了,我前後買了3本(發現舊版後傾銷庫存??),強烈建議出版社買一送一,買新送舊價格不變。

最後,對於學習jQuery的使用者來說,我想Google的「Google AJAX Libraries API」是個很好的工具,可以讓你不用去下載與部署jQuery就能夠使用,尤其是有架設網站的人,或是經營部落格的用戶,將可以輕鬆安裝jQuery於你的網站之中!參考看看吧。





jQuery
name: jquery
versions: 1.2.3, 1.2.6, 1.3.0, 1.3.1, 1.3.2
load request: google.load("jquery", "1.3.2");
extras: uncompressed:true, e.g., google.load("jquery", "1.3.2", {uncompressed:true});
path: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
path(u): http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js
site: http://jquery.com/
note: 1.2.5 and 1.2.4 are not hosted due to their short and unstable lives in the wild...

沒有留言:

張貼留言

熱門文章