Visit Mozilla.org

新页面

From MDC

Namespace:
Username:

下面显示50条结果,从第1条开始
查看 (先前50) (之后50) (20 | 50 | 100 | 250 | 500).

  1. 15:05 2008年7月4日 ‎DOM:element.innerHTML (历史) ‎[2,274字节] ‎巴别塔工人 (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> {{DomRef}} ==Summary== innerHTML sets or gets all of the markup and content within a given element. ==Syntax == var ''markup'' = element.innerHTML; element.i...)
  2. 08:11 2008年7月4日 ‎CSS:Getting Started:Boxes (历史) ‎[10,965字节] ‎Ianyang (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> __NOTOC__ This page describes how you can use CSS to control the space that an element takes up when it is displayed. In your sample document, you change the s...)
  3. 08:04 2008年7月4日 ‎CSS:Getting Started:Lists (历史) ‎[11,647字节] ‎Ianyang (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> __NOTOC__ 本面页面讲述如何使用CSS指定列表的呈现。 创建一个包含列表的新文档,一个用于为列表添加样式的新样式表。 ...)
  4. 00:32 2008年7月3日 ‎Core JavaScript 1.5 Guide:例子:Employee (历史) ‎[2,101字节] ‎Libol (Talk | 贡献) (New page: == The Employee Example == The remainder of this chapter uses the employee hierarchy shown in the following figure. Image:hier01.gif <small>'''Figure 8.1: A simple object hierarchy'...)
  5. 02:58 2008年7月2日 ‎Core JavaScript 1.5 Guide:Operators:Comparison Operators (历史) ‎[2,940字节] ‎Cnmahj (Talk | 贡献) (增加英文链接)
  6. 02:41 2008年7月2日 ‎Core JavaScript 1.5 Guide:Operators:Assignment Operators (历史) ‎[1,481字节] ‎Cnmahj (Talk | 贡献) (增加英文链接)
  7. 07:54 2008年6月30日 ‎XUL:Template Guide (历史) ‎[0字节] ‎Chibobo (Talk | 贡献) (New page: <?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window id="findfile-window" title="查找文件" orient="horizontal" xmlns="http://www.mozilla.org/ke...)
  8. 07:07 2008年6月29日 ‎Rhino (历史) ‎[11字节] ‎Chaoqun5260 (Talk | 贡献) (New page: aaaaaaaaaaa)
  9. 03:09 2008年6月29日 ‎JavaScript 1.5 核心参考:全局函数:eval (历史) ‎[6,244字节] ‎Laser (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> == Summary == '''Core Function''' Evaluates a string of JavaScript code without reference to a particular object. == Syntax == <code> eval(''string'' [, ''o...)
  10. 03:04 2008年6月29日 ‎Components.utils.evalInSandbox (历史) ‎[4,516字节] ‎Laser (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> == Introduction == In certain circumstances, you may want to evaluate JavaScript code with restricted privileges. In Firefox 1.5 (Gecko 1.8) or later, ...)
  11. 02:52 2008年6月29日 ‎JSON (历史) ‎[3,050字节] ‎Laser (Talk | 贡献) (New page: '''JSON''' ('''JavaScript Object Notation''') is a data-interchange format, based on a subset of JavaScript syntax. It is useful when writing any kind of JavaScript-based application, ...)
  12. 02:20 2008年6月29日 ‎在扩展中下载JSON和JavaScript (历史) ‎[2,329字节] ‎Laser (Talk | 贡献) (New page: __TOC__ A common practice found in many extensions is using XMLHttpRequest (or some other mechanism) to download JavaScript or JSON (they are different) from a remote website. Once...)
  13. 10:19 2008年6月27日 ‎Core JavaScript 1.5 Guide:Operators (历史) ‎[2,977字节] ‎Cnmahj (Talk | 贡献) (英文页面拷贝,添加英文链接)
  14. 09:17 2008年6月27日 ‎Core JavaScript 1.5 Guide:Expressions and Operators (历史) ‎[634字节] ‎Cnmahj (Talk | 贡献) (New page: {{:Core JavaScript 1.5 Guide:表达式}} {{:Core JavaScript 1.5 Guide:Operators}} {{:Core JavaScript 1.5 Guide:Operators:Assignment Operators}} {{:Core JavaScript 1.5 Guide:Operators:Compa...)
  15. 08:54 2008年6月27日 ‎Setting up extension development environment (历史) ‎[5,583字节] ‎Developerworks (Talk | 贡献) (New page: 本文给出了关于如何为扩展开发配置Mozilla应用程序的建议. ==Development profile== To avoid the performance hit of development-related prefs and extensions, and to avoi...)
  16. 07:56 2008年6月26日 ‎Core JavaScript 1.5 Guide:Unicode (历史) ‎[6,714字节] ‎Cnmahj (Talk | 贡献) (英文页面拷贝,添加英文链接)
  17. 08:06 2008年6月19日 ‎Firefox 3 的界面改动 (历史) ‎[3,195字节] ‎Gnrcn (Talk | 贡献) (New page: {{fx minversion header|3}} {{draft}} 本文包含了更新FireFox皮肤以使其可以在Firefox 3下良好运行所需进行的一些改动。 <div class="note">'''Note:''' We could...)
  18. 03:00 2008年6月18日 ‎Core JavaScript 1.5 Guide:关于:语言的核心特征 (历史) ‎[193字节] ‎Cnmahj (Talk | 贡献) (New page: {{:Core JavaScript 1.5 Guide:Values}} {{:Core JavaScript 1.5 Guide:变量}} {{:Core JavaScript 1.5 Guide:常量}} {{:Core JavaScript 1.5 Guide:文本化}} {{:Core JavaScript 1.5 Guide:Unic...)
  19. 03:29 2008年6月17日 ‎为Firefox 3升级扩展 (历史) ‎[10,988字节] ‎Loveunk (Talk | 贡献) (New page: <!-- 英文原文取自于 http://developer.mozilla.org/en/docs/Extensions --> {{fx_minversion_header|3}} 这篇文章将对于那些想把他们的扩展在Firefox 3中正常运行的开...)
  20. 01:17 2008年6月13日 ‎About JavaScript (历史) ‎[4,500字节] ‎Cnmahj (Talk | 贡献) (英文原版)
  21. 12:27 2008年6月12日 ‎Core JavaScript 1.5 Guide:Predefined Core Objects:Number Object (历史) ‎[2,825字节] ‎Cnmahj (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> == Number Object == The <code>Number</code> object has properties for numerical constants, such as maximum value, not-a-number, and infinity. You cannot chang...)
  22. 12:25 2008年6月12日 ‎New in JavaScript 1.5 (历史) ‎[2,915字节] ‎Cnmahj (Talk | 贡献) (页面移动 文字链接的修改)
  23. 07:58 2008年6月2日 ‎XUL 教程:1-4 关于Manifest文件 (历史) ‎[372字节] ‎Goldyard (Talk | 贡献) (New page: 在这部分内容里,我们将具体描述怎样将chrome和XUL文件打包成一个文件并根据内容创建一个manifest文件。 == Packages ==)
  24. 03:29 2008年5月27日 ‎DOM:XMLDocument (历史) ‎[306字节] ‎Xiaomin98 (Talk | 贡献) (New page: W3C并没有定义XMLDocument接口。原因是document接口本来就是为xml定义的。而HTML只是xml的一种实现。因此需要定义HTMLDocument。但是在FireFox有一个专...)
  25. 03:00 2008年5月27日 ‎DOM:HTMLDocument (历史) ‎[216字节] ‎Xiaomin98 (Talk | 贡献) (New page: HTMLDocument 对象继承了document接口和HTMLDocument接口。因此它有比document更多的属性。并且与XMLDocument不同的是,HTMLDocument是具有外观的,并且要管...)
  26. 08:15 2008年5月17日 ‎为Firefox编写开放搜索插件 (历史) ‎[8,199字节] ‎Steekid (Talk | 贡献) (New page: =OpenSearch= Firefox 2 supports the [http://opensearch.org/ OpenSearch] description format for search plugins. Plugins that use the [http://www.opensearch.org/Specifications/OpenSearc...)
  27. 16:27 2008年5月8日 ‎chrome window icons (历史) ‎[948字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> Starting with Firefox 1.5, Thunderbird 1.5, and XULRunner 1.8, you can specify an icon for a XUL window by putting files named <tt>mywindow.ico</tt> (for W...)
  28. 16:03 2008年5月8日 ‎Chrome (历史) ‎[2,626字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> '''Chrome''' historically has many meanings in Mozilla. ; Browser chrome / Chrome : The "browser chrome" is the UI around the web page, as opposed to the cont...)
  29. 16:03 2008年5月8日 ‎Chrome Registration (历史) ‎[13,397字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> == What is Chrome? == Chrome is the set of user interface elements of the application window that are outside of a window's content area. Toolbars, menu b...)
  30. 16:00 2008年5月8日 ‎XUL Application Packaging (历史) ‎[3,909字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> XULRunner application packages are standard toolkit bundles (like a Firefox extension), with one additional manifest file (<tt>application.ini<...)
  31. 15:59 2008年5月8日 ‎Theme Packaging (历史) ‎[4,100字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> This document describes how to package themes for Firefox and Thunderbird. == Pre-requisites == Making a theme for Firefox or Thunderbird requires...)
  32. 15:59 2008年5月8日 ‎Toolkit API:Official References (历史) ‎[767字节] ‎Freeopen (Talk | 贡献) (New page: <!-- Official References. Do not add to this list without contacting Benjamin Smedberg. Note that this page is included from the pages listed below. So: Don't Add Breadcrumbs! --> * [[Bun...)
  33. 15:53 2008年5月8日 ‎Help Viewer:Creating a Help Content Pack (历史) ‎[18,827字节] ‎Freeopen (Talk | 贡献) (New page: <!-- Original doc: http://www.mozilla.org/projects/help-viewer/content_packs I hesitate to call it "original", tho, because I've basically rewritten the entire thing so that it's...)
  34. 15:53 2008年5月8日 ‎Help Viewer (历史) ‎[1,111字节] ‎Freeopen (Talk | 贡献) (New page: Help Viewer: Allows information to be shown to the user inside Mozilla. == Introduction == Computers and software are incredibly complex. Naturally, then, everyone needs a little help n...)
  35. 15:52 2008年5月8日 ‎DevEdge (历史) ‎[4,396字节] ‎Freeopen (Talk | 贡献) (New page: This is a temporary Index of the content that has been migrated from DevEdge to this wiki. The original list and mirror are linked below. '''Migrated documents and migrator''': * [[Acces...)
  36. 15:46 2008年5月8日 ‎Storage (历史) ‎[24,275字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> {{fx_minversion_header|2}} '''Storage''' is a [http://www.sqlite.org/ SQLite] database API. It is available to trusted callers, meaning extensions and Firefox ...)
  37. 13:04 2008年5月8日 ‎Components (历史) ‎[391字节] ‎Freeopen (Talk | 贡献) (New page: We need a comprehensive list of Components here, akin to the Interfaces list. == Components, Alphabetical Listing (Incomplete) == * nsDirectoryService * nsObserverService * [[...)
  38. 13:03 2008年5月8日 ‎Functions (历史) ‎[171字节] ‎Freeopen (Talk | 贡献) (New page: We need a comprehensive list of XPCOM Functions here, akin to the Interfaces list. Category:NeedsContent * ja:Functions pl:Funkcje)
  39. 13:02 2008年5月8日 ‎安全 (历史) ‎[1,649字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> <table class="topicpage-table"> <tr><td> === Documentation === ; [http://www.mozilla.org/projects/security/components/same-origin.html S...)
  40. 13:01 2008年5月8日 ‎XSLT 2.0 (历史) ‎[2,311字节] ‎Freeopen (Talk | 贡献) (New page: == For users == Although XSLT 2.0 is not supported natively in Firefox, it is possible, via [http://saxonica.com Saxon-B] to perform [http://www.w3.org/TR/xslt20/ XSLT 2.0], either as a r...)
  41. 12:23 2008年5月8日 ‎XSLT:PI Parameters (历史) ‎[6,347字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> == Overview == XSLT supports the concept of passing parameters to a stylesheet when executing it. This has been possible for a while when using the [[XSLTProces...)
  42. 12:22 2008年5月8日 ‎Using the Mozilla JavaScript interface to XSL Transformations (历史) ‎[5,642字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> This document describes the JavaScript interface in Mozilla 1.2 and up to the XSLT Processing Engine (TransforMiiX). == Creating an XSLTProcessor == To start, ...)
  43. 12:21 2008年5月8日 ‎Transforming XML with XSLT (历史) ‎[8,002字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> __TOC__ == An Overview == The separation of content and presentation is a key design feature of XML. The structu...)
  44. 12:18 2008年5月8日 ‎收集 In-Memory 数据源 (历史) ‎[5,405字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> == Introduction == You can use XPCOM aggregation<sup>1</sup> with the in-memory datasource. Why would you want to do this? Say you were writing a datasource<s...)
  45. 12:16 2008年5月8日 ‎RDF 数据源 How-To (历史) ‎[11,753字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> <div class="warning"> This article is at least partially outdated. Help bring it up to date, if you can. <!-- The XPCOM registration parts and the "As of this ...)
  46. 12:14 2008年5月8日 ‎RDF 简介 (历史) ‎[4,786字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> Okay, so maybe this is a bit more than fifty words, but the key points are pretty simple (and put into '''bold text''' for you manager-types who just want to g...)
  47. 12:13 2008年5月8日 ‎RDF 问题集 (历史) ‎[28,109字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> =General= ==Where do I start?== RDF serves two primary purposes in Mozilla. First, it is a simple, cross-platform database for small data stores. Second, a...)
  48. 12:12 2008年5月8日 ‎XTech 2005 Presentations:Mozilla RDF 引擎指导 (历史) ‎[687字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> == Presentation == * [http://developer.mozilla.org/presentations/xtech2005/rdf/ View Online] * [http://developer.mozilla.org/presentations/xtech2005/download/...)
  49. 11:56 2008年5月8日 ‎XSLT:Elements (历史) ‎[3,185字节] ‎Freeopen (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> {{XsltRef}} There are two types of elements discussed here: top-level elements and instructions. A top-level element must appear as the child of either <code><x...)
  50. 15:25 2008年4月24日 ‎Places (历史) ‎[2,145字节] ‎SeaHOH (Talk | 贡献) (New page: <breadcrumbs></breadcrumbs> {{firefox3}} Places 是一个重新编写的 Firefox 的书签和历史系统。它致力于拥有更灵活的实现处理复杂检索请求的能力。 它还...)

查看 (先前50) (之后50) (20 | 50 | 100 | 250 | 500).