タグ

ブックマーク / developer.mozilla.org (6)

  • Prefetch (先読み) - MDN Web Docs 用語集: ウェブ関連用語の定義 | MDN

    先読み (Prefetching) は、近い将来ユーザーが移動する可能性のあるページに対して、バックグラウンドで文書やサブリソースを投機的に取得するということです。 これによって、ユーザーが先読みされたページを選んだ場合、そのページの読み込む時間を大幅に短縮することができます。 先読みは、例えば、 "Next" ボタンでリンクされたページやそのサブリソース、ユーザーが当てたリンクのポップアップ、検索結果などを取得するために使用する可能性があります。 リソースの先読みは、それが将来のナビゲーションで必要になる可能性の高さに基づいて行うべきです。ブラウザーは、アドレスバーの現在の URL のようないくつかのリソースについて、これを自動的に推測することができます。 これは <link rel="prefetch"> を使用して行う言ことができます(投機ルール API はナビゲーションのための文書

    Prefetch (先読み) - MDN Web Docs 用語集: ウェブ関連用語の定義 | MDN
    mrmt
    mrmt 2011/02/09
  • About NSPR - Mozilla | MDN

    NetScape Portable Runtime (NSPR) provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free) and shared library linking. History A good portion of the library's purpose, and perhaps the primary purpose in the Gromit environm

    About NSPR - Mozilla | MDN
    mrmt
    mrmt 2008/09/16
  • Using the W3C DOM - Archive of obsolete content | MDN

    document オブジェクトはブラウザによっては要素の配列や各種の要素にアクセスするためのプロパティを持っています。たとえば Internet Explorer では、ドキュメント内の特定の要素にアクセスするのに document.all[] が使われます。このような配列の多くは W3C の Document Object Model 仕様に含まれておらず、Firefox、SeaMonkey、Netscape 7 のような標準に準拠したブラウザでは JavaScript エラーの要因になります。 W3C W3C Document Object Model は、HTML ページのほとんどすべての要素をスクリプト処理可能なオブジェクトとして解放します。一般的に、W3C DOM の属性とメソッドは、DHTML プログラミングで使われていた独自のオブジェクトモデルより強力です。W3C DOM の

    Using the W3C DOM - Archive of obsolete content | MDN
    mrmt
    mrmt 2008/06/10
  • Data URLs - URIs | MDN

    Data URLs, URLs prefixed with the data: scheme, allow content creators to embed small files inline in documents. They were formerly known as "data URIs" until that name was retired by the WHATWG. Note: Data URLs are treated as unique opaque origins by modern browsers, rather than inheriting the origin of the settings object responsible for the navigation. Data URLs are composed of four parts: a pr

    Data URLs - URIs | MDN
    mrmt
    mrmt 2008/04/20
  • Drawing Graphics with Canvas - MDC

    This tutorial describes how to use the <canvas> element to draw 2D graphics, starting with the basics. The examples provided should give you some clear ideas about what you can do with canvas, and will provide code snippets that may get you started in building your own content. <canvas> is an HTML element which can be used to draw graphics via scripting (usually JavaScript). This can, for instance

    Drawing Graphics with Canvas - MDC
    mrmt
    mrmt 2005/12/04
  • AJAX - Devmo

    Complete beginners start here!Getting started with the webGetting started with the webInstalling basic softwareWhat will your website look like?Dealing with filesHTML basicsCSS basicsJavaScript basicsPublishing your websiteHow the web worksHTML — Structuring the webIntroduction to HTMLIntroduction to HTMLGetting started with HTMLWhat's in the head? Metadata in HTMLHTML text fundamentalsCreating hy

    AJAX - Devmo
    mrmt
    mrmt 2005/10/30
  • 1