タグ

2010年9月8日のブックマーク (6件)

  • Stack3

  • Twitter APIのsince_idの仕様を勘違いしていた… - 風柳メモ

    この記事は REST API version 1 時のものです。 REST API version 1.1 ではGET statuses/user_timelineの仕様自体が変更となっていますので(例えばpageオプションはなくなっている等)、この記事は参考にはなりません。ご注意ください。 statuses/user_timeline APIを使って、特定ツイートの前後のツイートを取得する動作をさせようとして、since_idオプションの仕様を勘違いしていたことに今更気がついたので、覚書ついでに恥をさらしておきます。 max_idの仕様は直感的なんですよね 特定ツイート以前(直前)のものを取得するのはとくに問題無くて、 max_id. Returns only statuses with an ID less than (that is, older than) or equal to

    Twitter APIのsince_idの仕様を勘違いしていた… - 風柳メモ
  • ファイル読み込み時の動作設定

    この記事では、Firefox でダウンロードしたファイルの種類ごとの扱いと、その動作を変更する方法について説明します。Web ページ上の埋め込みメディアについてのヘルプは 動画や音声が再生されない をご覧ください。 目次ダウンロード動作 ダウンロード動作の変更 ダウンロード動作の追加 ダウンロード動作 ファイルをダウンロードするためにリンクをクリックすると、そのファイルの MIME タイプに応じて Firefox の動作が決められます。すでに、自動的にダウンロードしたファイルを扱うための Windows Media Player や QuickTime, RealPlayer などのプラグインがインストールされているはずです。その他の場合は、ファイルを保存するか指定したプログラムアプリケーションで開くかを尋ねるダイアログが表示されます。プログラムアプリケーションで開くかファイルの保存を選び

    teppeis
    teppeis 2010/09/08
    Windowsの関連付けじゃないのね。
  • 今作ってるやつ

    jQueryのアニメーション重すぎて使えない タッチイベントをハンドリングしないといけない ネイティブのスクロールの仕組みは overflow:scrollとかでできない ↓ transitionベースのアニメーション タッチイベントのラッパー ネイティブまねっこスクロール これができれば普通に書ける(ハズ) $.ui.swipable http://dl.dropbox.com/u/268240/scriptsInDev/ui.swipable/index.html スワイプイベント $(element).bind('swipe.right', function(){ alert('right swipe occured'); }); $(element).bind('swipe.left', function(){ alert('left swipe occured'); }); $.

    teppeis
    teppeis 2010/09/08
    Transition, Transform
  • Firefox 4 Beta: Latest update is here — what’s in it for web developers? – Mozilla Hacks - the Web developer blog

    Firefox 4 Beta: Latest update is here — what’s in it for web developers? The latest Firefox 4 Beta has just been released. Here is a quick overview of the new features for web developers. Hardware acceleration for Windows Vista/7 (via Direct2D) has been activated. Demo and explanations are in a previous post (see screencast below). The Audio Data API is now available. See David’s blog post (see sc

    Firefox 4 Beta: Latest update is here — what’s in it for web developers? – Mozilla Hacks - the Web developer blog
    teppeis
    teppeis 2010/09/08
    HWアクセラレーション、Audio Data API, X-FRAME-OPTIONS, Strict-Transport-Security, click() on input type="button", WebForms(email, url, tel, search, placeholder, autofocus)
  • A couple of interesting UI techniques at Flickr

    1) Interesting use of unicode characters for the UI on Flickr: That triangle up top is actually two triangle characters side-by-side. Sucks that we still have to resort to such hacks for such a common UI shape — but this is a smart solution. 2) Also interesting is this inline tour of the new photo pages. Rollover a number and bubbles pop up to show you what’s fresh for that section.

    A couple of interesting UI techniques at Flickr
    teppeis
    teppeis 2010/09/08
    flickrの吹き出しUIの三角部分にU+25B4(▴)とか使ってるってマジすかw 日本語ブラウザだとやっぱりずれた。