タグ

appcacheに関するhiro_yのブックマーク (10)

  • MacRuby: The Definitive Guide

    Thank You! Open Feedback Publishing System (OFPS) is now retired. Thank you to the authors and commenters who participated in the program. OFPS was an O'Reilly experiment that demonstrated the benefits of bridging the gap between private manuscripts and public blogs. Readers gained access to in-progress O'Reilly manuscripts and were able to communicate suggestions with the authors, follow others'

    MacRuby: The Definitive Guide
    hiro_y
    hiro_y 2012/01/08
    『iPhone Apps』のオフラインキャッシュに関する部分
  • [HTML5] アプリケーションキャッシュの使い方

    アプリケーションキャッシュは指定したファイルをローカルにキャッシュさせることで、 表示の高速化やオフラインでの動作を可能にするものです。 ブラウザでもその効果は体感できるが、一番威力を発揮するのはスマートフォン環境。 特に速度の遅い3G回線下にあるiPhoneで使うと、まるでWifiを使っているような気分が得られます。 導入方法 あちこちで語られまくってて今更感あるけど一応…。 マニフェストファイルの作成 まずは何をキャッシュするのか指定するマニフェストファイルを作ります。 UTF-8のテキストファイルを開いたら、拡張子を “.appcache” にして適当な名前を付けて保存。 保存する場所はアプリケーションのルートでいいと思います。 保存したらテキストファイルの先頭に CACHE MANIFEST と追加。目印なので忘れずに。 その後にキャッシュするものとしないものの設定を書きます。 ま

    [HTML5] アプリケーションキャッシュの使い方
    hiro_y
    hiro_y 2012/01/06
    appcacheまとめ的な
  • Loading large assets in modern HTML5 games

    HTML5 games are here today, and rapidly increasing in complexity. Impressive demos are everywhere, and prominent titles like Gun Bros and Angry Birds prove that it's possible to create competitive gaming experiences in the browser. Games like these are possible thanks largely to the modern web stack which includes WebGL, the Web Audio API, Web Sockets and others. Often forgotten, however, is the l

    hiro_y
    hiro_y 2012/01/06
    appcacheのいまいちなところを何とかしようとしてる
  • Appcache Facts

    The application cache is a poorly understood part of the HTML5 specification with a lot of potential. Let’s get rid of some of the confusion and make the web a faster place. Appcache was intended to let your web app run offline, no Internet connection required, but it can also be used online to dramatically decrease load times. The manifest file must be served with the MIME type text/cache-manifes

    hiro_y
    hiro_y 2012/01/06
    appcacheの性質とかまとめ
  • Manifest-validator.com

    The domain manifest-validator.com may be for sale. Please click here to inquire Manifest-validator.com Related Searches: Top 10 Luxury Cars Top Smart Phones Dental Plans song lyrics Best Mortgage Rates Work from Home Accident Lawyers Related Searches: Top 10 Luxury Cars Top Smart Phones Dental Plans Trademark Free Notice Privacy Policy

    hiro_y
    hiro_y 2012/01/06
    appcacheのmanifestファイルのvalidator
  • A beginner's guide to using the application cache  |  Articles  |  web.dev

    A beginner's guide to using the application cache Stay organized with collections Save and categorize content based on your preferences. Introduction It's becoming increasingly important for web-based applications to be accessible offline. Yes, all browsers can cache pages and resources for long periods if told to do so, but the browser can kick individual items out of the cache at any point to ma

    A beginner's guide to using the application cache  |  Articles  |  web.dev
  • Loading…

    Videos Watch and learn from our engineers as they show how to bring the latest web technologies to your websites on Safari. Watch Safari and Web Videos Forums Ask questions and discuss a variety of web development topics with Apple engineers and other developers. Apple Developer Forums Safari Extensions Safari extensions are a powerful way to add new features to Safari. They are built in Xcode wit

    Loading…
    hiro_y
    hiro_y 2012/01/06
    webclipについて
  • HTML5的にmanifestファイルをゴニョった

    とりあえず自サイトのために 当はもっと深遠な用途があるんでしょうけれども、jQuery系のデカいけど滅多に変更がないファイルをどうにかするためにHTML5のアプリケーションキャッシュを試してみました。(という建前) Javascriptとかでガシガシやるような、エンジニア系の風情はありません。なるべくチョロい感じで。 manifestファイルをつくるよ ともかく、HTML要素の属性としてmanifestファイルを指定しないと始まらないので、以下のような内容のファイルを用意しました。 CACHE MANIFEST # Revision: 20100201-2300 ############################################################ ## キャッシュ対象のコンテンツ CACHE: themes/havelog/syntax/scripts

    HTML5的にmanifestファイルをゴニョった
    hiro_y
    hiro_y 2012/01/05
    manifestファイル書き方とか
  • iPadでHTML5でWebアプリを作ってみました。

    こんばんは。LatLongLabの河合(@inuro)です。 ようやくiPadが日でも発売されましたね。入手された方もたくさんいらっしゃることかと思います。 ヤフーではこのiPad国内発売にタイミングを合わせ、Yahoo!ラボで「yubichiz」というiPad専用の地図Webアプリを公開しました。 Yahoo!ラボ - yubichiz(ゆびちず) 詳しい機能はリンク先ページを見ていただくとして、 地図に書かれた文字(大塚家具、とか紀伊國屋書店、とか)をタップするだけでその店舗の詳細情報が表示されます 地図を指でなぞるだけで、なぞったラインの距離を測定できます 同様に地図を指でなぞるだけで、道沿いのお店を検索できます といった特徴があります。 またyubichizは、App Storeからダウンロードするいわゆる「アプリ」ではなく、HTML5を用いてiPadのSafari上で動作するW

    iPadでHTML5でWebアプリを作ってみました。
    hiro_y
    hiro_y 2012/01/05
    iPadだけどiPhoneでも考え方は同じ。web clipの場合とか
  • 1