舊文件

此處文件僅供參考,請自行考量時效性與適用程度,其他庫藏文件請參考文件頁面
我們亟需您的協助,進行共筆系統搬移、及文件整理工作,詳情請查閱參與我們

「套件開發相關資源」修訂間的差異

出自 MozTW Wiki

 
(Revision as of 09:35 2008年九月16日;)
 
(未顯示由 6 位使用者於中間所作的 19 次修訂)
行 9: 行 9:
 
* [http://www.mozillazine.org/ mozillaZine]
 
* [http://www.mozillazine.org/ mozillaZine]
 
* [http://forums.mozillazine.org/ MozillaZine Forums]
 
* [http://forums.mozillazine.org/ MozillaZine Forums]
* [http://itart.wordpress.com/mozilla-ext/ The Art of IT » 基于 Mozilla 的扩展开发]
+
* [http://www.lewislv.org/blog/?page_id=26 Lewis' Blog » 基于 Mozilla 的扩展开发]
 
* [http://www.devx.com/projectcool/door/7051 DevX: Project Cool: Web Development Basics]
 
* [http://www.devx.com/projectcool/door/7051 DevX: Project Cool: Web Development Basics]
  
 
=== 單一網頁 ===
 
=== 單一網頁 ===
  
* [http://www.borngeek.com/firefox/toolbar-tutorial/ Born Geek: Firefox Toolbar Tutorial] Googlebar Lite 套件實做教學
 
* [http://www.rietta.com/~frank/firefox/Tutorial/overview.html Firefox Extension Development Tutorial] Home Page Scheduler 套件實做教學
 
 
* [http://kb.mozillazine.org/Dev_:_Extensions Extension development - MozillaZine Knowledge Base]
 
* [http://kb.mozillazine.org/Dev_:_Extensions Extension development - MozillaZine Knowledge Base]
* [http://books.mozdev.org/html/index.html Creating Applications with Mozilla] Mozilla 開發線上書籍
 
 
* [http://mozilla-firefox-extension-dev.blogspot.com/ David Huynh >> Mozilla + Firefox extension development]
 
* [http://mozilla-firefox-extension-dev.blogspot.com/ David Huynh >> Mozilla + Firefox extension development]
* [https://bugzilla.mozilla.org/ mozilla.org Bugzilla]
+
* [https://bugzilla.mozilla.org/ mozilla.org Bugzilla] 協助除錯
* [http://www.orablogs.com/duffblog/archives/000536.html Duffblog: Writing an Extension for Firefox]
 
* [http://marvel.hit.edu.cn:8080/text/firefox/Hello%20World%20Firefox.htm Hello World——开发你的第一个Firefox扩展]
 
 
* [http://www.gmacker.com/web/content/tutorial/firefox/firefoxtutorial.htm Gmacker, Firefox Extension Tutorial]
 
* [http://www.gmacker.com/web/content/tutorial/firefox/firefoxtutorial.htm Gmacker, Firefox Extension Tutorial]
* [http://developer.mozilla.org/en/docs/Mozilla_Application_Framework_in_Detail#therest Mozilla Application Framework in Detail - MDC]
+
* [http://developer.mozilla.org/en/docs/Mozilla_Application_Framework_in_Detail#therest Mozilla Application Framework in Detail - MDC] 架構細節介紹
* [http://businesslogs.com/technology/firefox_extension_tutorial.php Firefox Extension Tutorial — Business Logs]
+
* [http://businesslogs.com/technology/firefox_extension_tutorial.php Firefox Extension Tutorial — Business Logs] 開發流程簡介
* [http://developer.mozilla.org/en/docs/Building_an_Extension Building an Extension - MDC]
+
* [http://developer.mozilla.org/en/docs/Building_an_Extension Building an Extension - MDC] 開發流程介紹
* [http://www.mozilla.org/docs/tutorials/tinderstatus/ Tutorial: Creating a Mozilla Extension]
+
* [http://www.mozilla.org/docs/tutorials/tinderstatus/ Tutorial: Creating a Mozilla Extension] 開發流程介紹
* [http://kb.mozillazine.org/Category:Example_code Category:Example code - MozillaZine Knowledge Base]
+
* [http://kb.mozillazine.org/Category:Example_code Category:Example code - MozillaZine Knowledge Base] 程式範例
* [http://kb.mozillazine.org/Extension_guidelines Extension guidelines - MozillaZine Knowledge Base]
+
* [http://kb.mozillazine.org/Extension_guidelines Extension guidelines - MozillaZine Knowledge Base] 開發指南
* [http://baliga.livejournal.com/4886.html Drag and Drop in Firefox]
+
* [http://baliga.livejournal.com/4886.html Drag and Drop in Firefox] 拖拉技術
 +
* [http://books.mozdev.org/html/index.html Creating Applications with Mozilla] 線上書籍:建立 Mozilla 應用程式
 +
* [http://mb.eschew.org/ Rapid Application Development with Mozilla!] 線上書籍:快速開發 Mozilla 應用程式
 +
 
 +
=== 實做教學 ===
  
 +
* [[套件開發指南 - Googlebar Lite]] Googlebar Lite 中文教學
 +
* [http://www.borngeek.com/firefox/toolbar-tutorial/ Born Geek: Firefox Toolbar Tutorial] Googlebar Lite
 +
* [http://www.rietta.com/~frank/firefox/Tutorial/overview.html Firefox Extension Development Tutorial] Home Page Scheduler
 +
* [http://www.orablogs.com/duffblog/archives/000536.html Duffblog: Writing an Extension for Firefox] HelloWord 製作(無功能)
 +
* [http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/ How to create Firefox extensions] HelloWord (含 JavaScript 功能)
 +
* [http://marvel.hit.edu.cn:8080/text/firefox/Hello%20World%20Firefox.htm Hello World——开发你的第一个Firefox扩展]
  
 
== 相關技術 ==
 
== 相關技術 ==
  
 
=== CSS ===
 
=== CSS ===
 +
* [http://chinese-school.netfirms.com/css-tutorial-T-Chinese-index.htm CSS Tutorial Traditional Chinese] Cascading Style Sheets (串接樣式表)的基本介紹
 +
* [http://ccca.nctu.edu.tw/~hlb/trans/practicalcss/ CSS實務排版技巧、秘訣與技術]
 +
* [http://taiwan.cnet.com/builder/authoring/story/0,2000020511,20004046,00.htm Taiwan.CNET.com - 網頁建構 - CSS 性質參考資料表]
 +
* [http://www.ilovejackdaniels.com/css/css-cheat-sheet/ CSS Cheat Sheet] 快速查詢圖片檔
 +
* [http://www.w3schools.com/css/css_intro.asp CSS Introduction] w3schools 教學
 +
* [http://www.devguru.com/Technologies/css/quickref/css_index.html DevGuru CSS2: Index] 指令查詢
 +
* [http://developer.mozilla.org/en/docs/CSS_Reference CSS Reference - MDC] 指令查詢
 +
* [http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions CSS Reference:Mozilla Extensions - MDC] 指令查詢
 +
* [http://encytemedia.com/event-selectors/ CSS event:Selectors] 使用 CSS 來完成 JavaScript
  
 
=== DOM ===
 
=== DOM ===
 
* [http://developer.mozilla.org/en/docs/Gecko_DOM_Reference Gecko DOM Reference]
 
* [http://developer.mozilla.org/en/docs/Gecko_DOM_Reference Gecko DOM Reference]
 +
* [http://www.mozilla.org/docs/dom/domref/dom_window_ref.html#1004028 DOM window Reference]
 
* [http://mozref.com/ Mozilla Object Reference]
 
* [http://mozref.com/ Mozilla Object Reference]
 
* [http://cgi.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/mds.cgi Mozilla DOM Sample Project]
 
* [http://cgi.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/mds.cgi Mozilla DOM Sample Project]
 
+
* [http://www.devguru.com/Technologies/xmldom/quickref/xmldom_index.html DevGuru XML DOM XMLDOM Index]
=== DTD ===
+
* [http://www.javascriptkit.com/domref/ JavaScript Kit- DOM (Document Object Model) Reference]
  
 
=== HTML ===
 
=== HTML ===
* [http://www.devguru.com/Technologies/html/quickref/html_index.html DevGuru HTML Tag Index]
+
* [http://www.devguru.com/Technologies/html/quickref/html_index.html DevGuru HTML Tag Index] 指令查詢
* [http://www.ilovejackdaniels.com/design/html-character-entities-cheat-sheet/ HTML Character Entities Cheat Sheet]
+
* [http://www.ilovejackdaniels.com/design/html-character-entities-cheat-sheet/ HTML Character Entities Cheat Sheet] 快速查詢圖片檔
* [http://www.ilovejackdaniels.com/resources/colour-chart/ RGB Hex Colour Chart]
+
* [http://www.ilovejackdaniels.com/resources/colour-chart/ RGB Hex Colour Chart] 色碼查詢
  
 
=== JavaScript ===
 
=== JavaScript ===
 +
* [http://neural.cs.nthu.edu.tw/jang/books/javascript/ JavaScript 程式設計與應用:用戶端]
 +
* [http://taiwan.cnet.com/builder/programming/story/0,2000027293,20013521,00.htm Taiwan.CNET.com - 網頁建構 - 20 個 JavaScript 視窗小技巧]
 +
* [http://www.blueidea.com/bbs/NewsDetail.asp?lp=1&id=2201069 常用的一些javascript小技巧 - 经典论坛]
 +
* [http://nettrace.blogspirit.com/archive/2004/06/08/javascript_scripting_search_enging.html 愛德華日誌 : Javascript: Scripting Search Enging]
 +
* [http://www.socialwork.com.hk/javascripts/Javascript_collection.htm Javascript 收集/教學]
 +
* [http://www.w3schools.com/js/js_intro.asp JavaScript Introduction]
 
* [http://www.mozilla.org/js/spidermonkey/apidoc/gen/api-BOOLEAN_TO_JSVAL.html JavaScript-1.5 Reference]
 
* [http://www.mozilla.org/js/spidermonkey/apidoc/gen/api-BOOLEAN_TO_JSVAL.html JavaScript-1.5 Reference]
 
+
* [http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference Core JavaScript 1.5 Reference - MDC]
=== XBL ===
+
* [http://kb.mozillazine.org/Dev_:_Extensions_:_Example_Code_:_Adding_Drag_and_Drop_to_Statusbarpanel Adding Drag and Drop to Statusbarpanel - MozillaZine Knowledge Base]
 +
* [http://www.mozilla.org/js/ JavaScript]
 +
* [http://www.devguru.com/Technologies/ecmascript/quickref/javascript_index.html DevGuru JavaScript Index]
 +
* [http://www.ilovejackdaniels.com/javascript/javascript-cheat-sheet/ JavaScript Cheat Sheet] 快速查詢圖片檔
 +
* [http://kb.mozillazine.org/Javascript_coding_guidelines JavaScript coding guidelines - MozillaZine Knowledge Base]
 +
* [http://developer.mozilla.org/en/docs/JavaScript_Methods_Index JavaScript Methods Index - MDC]
 +
* [http://javascript-reference.info/ JavaScript Reference]
 +
* [http://www.javascriptkit.com/jsref/ JavaScript Kit- JavaScript Reference]
 +
* [http://www.howtocreate.co.uk/jslibs/ JavaScript Libraries]
 +
* [http://www.mozilla.org/js/scripting/ JavaScript Scripting Resources]
 +
* [http://developer.mozilla.org/en/docs/Reading_textual_data Reading textual data - MDC]
 +
* [http://javascript.infogami.com/Javascript_in_Ten_Minutes Javascript in Ten Minutes] 花10分鐘回憶一下 JavaScript 吧!
 +
* [http://www.codecoffee.com/articles/9tips.html 9 Javascript(s) you better not miss !!]
 +
* [http://www.brainjar.com/js/calendar/ BrainJar.com: Calendar]
 +
* [http://javascript.internet.com/ JavaScript Source: Free JavaScripts, Tutorials, Example Code, Reference, Resources, And Help]
  
 
=== XML ===
 
=== XML ===
 +
* [http://taiwan.cnet.com/builder/programming/story/0,2000027293,20008001,00.htm Taiwan.CNET.com - 網頁建構 - 20 個 XML 大哉問]
 +
* [http://www.macromedia.com/tw/devnet/dreamweaver/articles/xml_overview.html XML 概觀]
 +
* [http://www.yzcode.com/Article/xmlstu/200510/Article_324.html XML技术上传文件]
 +
* [http://www.yzcode.com/Article/xmlstu/Index.html 亚洲源码站 >> XML教学]
 +
* [http://xml.ascc.net/zh/big5/index.html "Chinese XML Now" 中文首頁]
 +
* [http://www.w3schools.com/xml/xml_whatis.asp XML Introduction]
 +
* [http://www.informit.com/guides/guide.asp?g=xml&rl=1 XML Reference Guide]
 +
* [http://code.google.com/gsa_apis/xml_reference.html Google XML Reference]
 +
* [http://www.xmlfiles.com/ XML Files - Extensible Markup Language Tutorials for Developers]
 +
* [http://www.topxml.com/ TopXML : XML Tools, XML Articles and XML Learning Tutorials]
 +
* [http://zvon.org/o_html/group_xml_newbie.html Zvon: XML basics quick start]
  
 
=== XPCOM ===
 
=== XPCOM ===
行 61: 行 107:
 
* [http://www.mozilla.org/projects/embedding/embedapiref/embedapiTOC.html Embedding API Reference]
 
* [http://www.mozilla.org/projects/embedding/embedapiref/embedapiTOC.html Embedding API Reference]
 
* [http://dietrich.ganx4.com/blog/?p=221 Howto: Build an XPCOM Component in Javascript]
 
* [http://dietrich.ganx4.com/blog/?p=221 Howto: Build an XPCOM Component in Javascript]
 
 
=== XPInstall ===
 
  
 
=== XUL ===
 
=== XUL ===
行 71: 行 114:
 
* [http://www.mozilla.org/xpfe/xulref/intro.html XUL Reference Introduction]
 
* [http://www.mozilla.org/xpfe/xulref/intro.html XUL Reference Introduction]
 
* [http://blog.donews.com/limodou/category/35193.aspx?PageNumber=4 limodou的学习记录 - XUL]
 
* [http://blog.donews.com/limodou/category/35193.aspx?PageNumber=4 limodou的学习记录 - XUL]
* [http://www.ar-ent.net/dar/arlib32/out/html/man/xul/elemref/mxdref.html Mozilla XUL and Script Reference]
+
* [http://www.ar-ent.net/dar/arlib32/out/html/man/xul/elemref/mxdref.html Mozilla XUL and Script Reference] 指令查詢
 
* [http://www.hevanet.com/acorbin/xul/top.xul XUL Periodic Table] XUL 範例,可直接套用
 
* [http://www.hevanet.com/acorbin/xul/top.xul XUL Periodic Table] XUL 範例,可直接套用
  
行 78: 行 121:
  
 
== 工具 ==
 
== 工具 ==
* [http://www.mozdev.org/notes/l10n/unicode/editors-en.html Mozilla Localization Editors]
+
* [http://www.mozdev.org/notes/l10n/unicode/editors-en.html Mozilla Localization Editors] 語系編輯器
* [http://www.w3.org/RDF/Validator/ W3C RDF Validation Service]
+
* [http://www.w3.org/RDF/Validator/ W3C RDF Validation Service] RDF 驗證服務
* [http://getahead.ltd.uk/ajax/venkman Venkman for Firefox 1.5 | Getahead]
+
* [http://getahead.ltd.uk/ajax/venkman Venkman for Firefox 1.5 | Getahead] JavaScipt 除錯程式
 
* [http://mozmonkey.com/debuglogger/ DebugLogger Firefox & Thunderbird Extension by Jeremy Gillick]
 
* [http://mozmonkey.com/debuglogger/ DebugLogger Firefox & Thunderbird Extension by Jeremy Gillick]
* [http://www.hacksrus.com/~ginda/cview/ XPCOM Component Viewer]
+
* [http://www.hacksrus.com/~ginda/cview/ XPCOM Component Viewer]  
 
* [http://xulmaker.mozdev.org/ mozdev.org - xulmaker] XUL 開發環境(開發中)
 
* [http://xulmaker.mozdev.org/ mozdev.org - xulmaker] XUL 開發環境(開發中)
* [http://ted.mielczarek.org/code/mozilla/extensiondev/ Extension Developer's Extension]
+
* [http://ted.mielczarek.org/code/mozilla/extensiondev/ Extension Developer's Extension] 套件開發之套件程式
* [http://www.squarefree.com/jsenv/ JavaScript Development Environment 2.0.1]
+
* [http://www.squarefree.com/jsenv/ JavaScript Development Environment 2.0.1] JavaScipt 即時開發
* [http://www.squarefree.com/htmledit/ Real-time HTML Editor]
+
* [http://www.squarefree.com/htmledit/ Real-time HTML Editor] HTML 即時開發
 
* [http://www.squarefree.com/shell/shell.html JavaScript Shell 1.4]
 
* [http://www.squarefree.com/shell/shell.html JavaScript Shell 1.4]
 
* [http://www.felipc.com/2005/12/16/xpcom-helper/ XPCOM helper]
 
* [http://www.felipc.com/2005/12/16/xpcom-helper/ XPCOM helper]
 +
 +
{{link|文件專案|開發人員文件主頁}}

於 2009年5月26日 (二) 12:38 的最新修訂

有鑑於套件開發的資源不少,另闢此頁以整理,若覺得有需要整合到別的頁面,請刪除此頁! (各小節標題以字母排序)

一般

複合網頁

單一網頁

實做教學

相關技術

CSS

DOM

HTML

JavaScript

XML

XPCOM

XUL

其他

工具

個人工具