顶级文档
找到 141 篇文档
- /zh-CN/docs
- Adding_Extensions_using_the_Windows_Registry This document explains how to "install" Firefox and Thunderbird extensions using the Windows ...
- Adding_search_engines_from_web_pages
- Aggregating_the_In-Memory_Datasource You can use XPCOM aggregation 1 with the in-memory datasource. Why would you want to do this? ...
- API
- Archive Here at MDN, we try to avoid outright deleting content that might be useful to people targeting ...
- Building_an_Extension 本文会给出在Firefox上构建一个能够在Firefox浏览器窗口中添加一个显示Hello, World的状态条的扩展的基本步骤。
- Building_Firefox_with_Debug_Symbols 当我们需要对基于Firefox的插件、组件和扩展等进行调试时,需要首先对firefox进行调试。 获取Firefox的调试信息可以有两种方式:
- Building_PyXPCOM These are the instructions for building PyXPCOM .
- Canvas指南::形状绘图
- Chrome Chrome 这个单词在 Mozilla 的技术中有着多重含义。
- Chrome_Registration Chrome 是应用程序内容窗口以外一系列用户接口元素。工具栏,如菜单栏,进度栏和标题栏这些都是chrome典型的元件。
- Components.classes Components.classes 是一个只读的对象,其属性值是由 ContractID 索引的。
- Components.utils.evalInSandbox In certain circumstances, you may want to evaluate JavaScript code with restricted privileges. ...
- Components.utils.import 这个方法在 Firefox 3 中被引入,它使得在不同的作用域之间分享代码变得更加容易。例如:你可以直接导入 XPCOMUtils.jsm 而不必复制/粘贴冗长的XPCOM组件。
- Components_object Components 对象是 XPConnect 功能被映射到 JavaScript 上的对象。 Components 对象的 native 实现位置在 nsIXPCComponents , ...
- Creating_a_Python_XPCOM_component Creating Applications with Mozilla 已经包含了一个 教程 用于编写简单的基于JavaScript和C++(实现 nsISimple ...
- Creating_XPI_Installer_Modules Mozilla has introduced major changes to the way that themes and all the other parts of the UI ...
- Debugging_JavaScript This document is intended to help developers writing JavaScript code in Mozilla, mainly for ...
- Developing_add-ons 基于Mozilla的软件通常是通过加载项来实现扩展. 有三种基本类型的加载项: 扩展, 插件和主题. 本页将指导你为Firefox, ...
- DHTML 1、DHTML 对象 !DOCTYPE 指定了 HTML 文档遵循的文档类型定义(DTD)。
- Differential_inheritance_in_JavaScript 差异化继承是基于原型编程的一个常见模型,它讲的是大部分的对象是从其他更一般的对象中派生而来的的,只是在一些很小的地方进行了修改。每个对象维护一个指向它们的 prototype ...
- Downloading_JSON_and_JavaScript_in_extensions 在很多扩展中常见的用法是使用 XMLHttpRequest (或者其他机制)从一个远程的网站下载 JavaScript 或者 JSON (这两者是不同的!)一旦内容下载完成,扩展的作者就会使用 ...
- Drag_and_Drop_Example 拖拽实例
- Extensions 基本取自于 Mozilla Update 中国,但是也有不少修改的地方。
- Firefox_OS/Apps/提示和技巧 最好的开发oepn Web Apps 小建议、把戏、技能资源之一 —— 尤其是那些目标是开发Firefox OS的人 —— 是我们出色的 Firefox OS 和 Gaia开发者团队 ...
- Firefox_Sync Sync refers to a family of related components and services which provide synchronization of data ...
- Games Gaming is one of the most popular computer activities. New technologies are constantly arriving ...
- Generic_factory Most XPCOM factories can be very simple. Rick Potts wrote a templated-based generic factory ...
- Glossary 在Web 技术的文档与代码中包含着大量的术语与缩写,这个术语表提供了帮助你正确理解并运用于Web开发所需要的名词与缩写的定义。
- Glossary_of_translation 为了规范MDN上的术语、用语及规范,故在此建立一个供编者、译者参考的术语表。如需查阅其他Web开发术语,请参见 词汇表 (有待翻译)。
- GRE 嵌入式Mozilla技术的框架被称为GRE(Gecko运行时环境)。该嵌入式框架允许应用程序定位并嵌入一个兼容的gecko运行时,而不须要事先知道运行时安装的位置。这个文档描述了被嵌入方如何链接 ...
- How_to_Build_an_XPCOM_Component_in_Javascript 这是一个在javascript中构建XPCOM组件"hello ...
- Images,_Tables,_and_Mysterious_Gaps 无论何时你开始创建一个网页,当其设计是基于经典的“表格和多图像时”你的烦恼是相当多的 。 不管你是切一个图标去很好的适应设计, 或者使用大量的单像素GIFs间隔, 这些原理都是大同小异的. ...
- Implementing_QueryInterface 实现 QueryInterface
- Installing_Extensions_and_Themes_From_Web_Pages There are a variety of ways you can install extensions and themes from web pages, including ...
- Interfaces
- Introducing_Audio_API_Extension 音效 API 是 HTML5 規範中的媒體元素 audio 與 video ...
- Introduction 这个 页面将 助你迈出向 Mozilla 贡献的第一步 。 欢迎你, 我们很高兴 见到你! :)
- Introduction_to_Layout_in_Mozilla
- Introduction_to_using_XPath_in_JavaScript 该篇文档描述了如何在扩展和网站内部通过JavaScript调用 XPath 接口。 Mozilla 实现了相当多的 DOM 3 XPath ...
- JavaScript_Tips
- JSDBGAPI_Reference Obviously this stuff is almost entirely undocumented.
- L10n_Style_Guide 有些时候,旧的翻译记录以及机器翻译工具可能会提供错误的建议。如果您的翻译流程中使用了其中任何一种,请确保在提交翻译之前检查并修正。要完全避免文字直译,特别是对那些看起来在中英文之间相似,但是实际 ...
- learn 学习网页设计与开发需要具备很多相关的基础知识,但您不用担心,我们相信在大家的帮助下,您将从摘取代码段的菜鸟慢慢转变成一名成熟又专业的开发者。
- Localization Localization (L10n) is the process of translating software user interfaces from one language to ...
- MDC:怎样进行帮助 你好,世界!
- MDN Mozilla 开发者网络 (MDN)是一个维基,我们可以在上面记录所有与开放 Web 技术、Mozilla 私有技术、Firefox OS ...
- MDN_at_ten
- Mercurial_FAQ See Installing Mercurial . Even if you already have Mercurial installed, make sure
- Midas Midas是一个Gecko内建的富文本编辑器的代号。Midas可以通过JS激活。当Midas可用时,文档将变成用户可编辑状态。Midas的脚本是基于IE所支持的 DHTML commands ...
- Migrate_apps_from_Internet_Explorer_to_Mozilla Netscape当初创建Mozilla浏览器的时候,就决定使用W3C标准。因此,Mozilla并不是完全的向前兼容Netscape Navigator ...
- MMgc MMgc is the Tamarin (née Macromedia) garbage collector, a memory management library that has ...
- Mozilla 这个页面很快就会变成一个很酷的Mozilla程序内部构造的参考目录页.但目前,还不是.(译者注:中文页面更加不是.汗)
- Mozilla_CSS_support_chart 本页面按照字母顺序列出了Gecko所支持的所有CSS 选择器 , 属性 , @规则 , 媒体查询 和 值 .
- Mozilla_DOM_Hacking_Guide This page has been flagged by editors or users as needing technical review. Until it is fully ...
- Mozilla_Quirks_Mode_Behavior 下面粗略地列出了 标准模式和怪异模式 在表现上的不同。
- Mozilla_Source_Code_Directory_Structure
- Mozilla_Web_Developer_FAQ This document answers questions that Web authors ask frequently specifically in connection with ...
- Mozilla中的XML Mozilla has good support for XML . Several World Wide Web Consortium ( W3C ) Recommendations and ...
- Multiple_Item_Packaging A Multiple Item Package provides the ability to package multiple Installable Bundles which can ...
- NPN_GetProperty Gets the value of a property on the specified NPObject .
- NPObject NPObject 是个包含着一个指向 NPClass 的指针,和一个整型的引用计数,还有可能的特定成员的实现(特定插件,或者特定的浏览器)的结构体。
- nsIDOMParser To create a DOMParser object from a web page or a chrome script running in a window, simply use ...
- NSS Network Security Services ( NSS ) is a set of libraries designed to support cross-platform ...
- Observer_Notifications The following are topics that you can observe during the course of an application. Unless ...
- Online_and_offline_events Some browsers implement Online/Offline events from the WHATWG Web Applications 1.0 specification .
- Participating_in_the_Mozilla_project 如果你有兴趣帮助解决bug或者参与Mozilla平台的代码工作,这里是找到为你指出正确方向的文档的地方。
- Places Places 是一个重新编写的 Firefox 的书签和历史系统。它致力于拥有更灵活的实现处理复杂检索请求的能力。 ...
- Project:cn
- Project:Kuma MDN由 Kuma 驱动。Kuma是 来自Mozilla 的 一个 基于Django的 协作 编写 软件平台 。
- Project:Subprojects In order to turn the work of building documentation of All Things Open Web (not to mention All ...
- Project:Welcome Mozilla开发者网络是关于WEB开发最全面最准确的文档资源,上面的这些文档都是由无数的开发者自己编写和维护的.
- Properly_Using_CSS_and_JavaScript_in_XHTML_Documents XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition) 定义XHTML是为了把HTML 4扩展成像XML ...
- Python Python 是一款直译式脚本语言,支持包括 Linux、Mac OS X 和 Microsoft Windows 在内的多种平台。
- RDF_Datasource_How-To This document is a cookbook that describes how to create a native, client-side datasource that ...
- RDF_in_Mozilla_FAQ RDF serves two primary purposes in Mozilla. First, it is a simple, cross-platform database for ...
- Rich-Text_Editing_in_Mozilla 本文正在翻译中,原文请参考 Rich-Text Editing in Mozilla
- RSS Categories
- Same-origin_policy_for_file:_URIs 在Gecko 1.8 之前,任何两份档案都会被视为同源(same-origin),换句话说本机端的任一份HTML档可以读取任一份档案。
- Security 重定向 Web安全
- Server-sent_events 一个网页获取新的数据通常需要发送一个请求到服务器,也就是向服务器请求的页面.使用server-sent ...
- Setting_HTTP_request_headers HTTP is one of the core technologies behind the Web. In addition to the actual content, some ...
- Signing_a_XPI This article describes how to sign your own Firefox extensions with a code-signing certificate ...
- Simple_Thunderbird_build 本文会带领您一步一步地编译出最新版本的Thunderbird。当然,如果您知道更多的信息,请参看 build documentation
- Special:Tags 链接至 标签列表 .
- Specification_List 开放式Web平台(The Open Web Platform)是由一些列的规范组成的,本页面列出了这些规范,以及规范中各个词条所在的MDN页面.
- Storage Storage is a SQLite database API. It is available to trusted callers, meaning extensions and ...
- Structure_of_an_installable_bundle XULRunner应用 、 扩展 和 主题 都共享相同的目录结构,并且这样的目录结构某些时候还可以用于像可安装应用扩展那样的独立XULRunner应用。
- SVG_In_HTML_Introduction 该文章及其相关举例展示了如何使用内联的SVG给一个表单提供背景图片,它展示了如何按照编写常规XHTML代码相同的方式来通过 JavaScript 和 CSS ...
- Theme_Packaging This document describes how to package themes for Firefox and Thunderbird.
- The_Mozilla_platform The Mozilla project encompasses several technologies that, together, comprise the Mozilla ...
- Toolkit_version_format This document is a reference for the version format, as used in Firefox 1.5 ( XULRunner 1.8) and ...
- Tools 在桌面与移动平台上的HTML,CSS与JavaScript环境中进行检查、 编辑 、调试
- Transforming_XML_with_XSLT The separation of content and presentation is a key design feature of XML . The structure of an ...
- Understanding_Underlines Summary: Understanding the CSS declaration text-decoration: underline; and how it is supposed to ...
- Updating_an_extension_to_support_multiple_Mozilla_applications 这篇文章展示了如何将一个扩展升级使其能够用于更多的Mozilla应用程序。我们将使用本系列中早先的文章提到的股票监视扩展,将其升级使其能够用于Thunderbird和Sunbird。(原有的版本 ...
- Updating_extensions_for_Firefox_3 英文原文取自于 https://developer.mozilla.org/en/docs/Extensions 这篇文章将对于那些想把他们的扩展在Firefox ...
- Using_Breakpoints_in_Venkman 这篇文章包含在以 Venkman入门 开篇的一系列关于Venkman的文档中。
- Using_the_Clipboard This section provides information about cutting, copying and pasting to and from the clipboard.