タグ

2011年12月9日のブックマーク (4件)

  • Stanford d.school

    We believe everyone has the capacity to be creative. The Stanford d.school is a place where people use design to develop their own creative potential and make positive change. Virtual Workshops Social sector changemakers: join us for a new workshop series starting in September! Learn more and register Get the Latest d.school goodies Want to be the first know about new toolkits, workshops and other

    Stanford d.school
  • Ruby | やぐにっき

    railsのログを読んでいたら、Rack::Utils#escapeで下記warningが大量に出ていた。 warning: regexp match /.../n against to UTF-8 string 正規表現でn修飾子を利用しているのが問題のようで。 n修飾子は文字コードを考えずに、バイトコードとして判別しますよーというもの 参考: 正規表現メモ: Rubyの正規表現 その他の修飾子 s: 文字コードにShiftJISを指定 e: 文字コードにEUC-JPを指定 u: 文字コードにUTF-8を指定 n: 文字コードを指定しない(単なるバイト列として扱う) o: 最初に到達したときのみ式展開・コンパイルを行う 1.9ではStringにEncodingオブジェクトを持つようになったので、何らかの文字コードは指定されているのが当たり前という風にするしかない。 そこでここの部分を

    mrkn
    mrkn 2011/12/09
    too short escaped multibyte character 問題
  • jQuery Plugin for Fixed Header Tables - Home

    Why use this plugin? FixedHeaderTable in its simplest form displays a fixed header for any valid table mark-up. This is an active jQuery plugin project so expect new features and improvements to be released. Some options include a fixed footer using the tables tfoot element or cloning the thead as a fixed footer. This plugin is meant to be lightweight, easy to use and performant. How it works. Usi

  • iBooks 1.5のバージョンアップによる問題とその対応について | Gihyo Digital Publishing … 技術評論社の電子書籍

    昨日12月7日、iBooksがバージョンアップしました。その結果、Gihyo Digital PublishingのEPUBがiBooksで読めなくなりました(iBooksが落ちる)。ご迷惑をおかけして誠に申し訳ございません。そのほかにもiBooksは起動するのにEPUB等が読めなくなるという現象も発生しているようです。 記事では、原因や今後の対応についてお知らせいたします。 今回起こったこととその対応について まず、何が今回の現象をを引き起こしたのかについてですが、前提と結果を次のように認識しております。 前提: 今回のiBooksのアップデートで、iBooksがEPUB3のナビゲーションドキュメントを解釈するようになった。 結果: iBooksのナビゲーションドキュメントの解釈が甘く、Gihyo Digital PublishingのEPUBを読めなくなってしまった。 iBooksは

    mrkn
    mrkn 2011/12/09
    原因特定までに至る道程に興味がある