タグ

2007年8月7日のブックマーク (2件)

  • Yet Another Dynamic Presentation!

    地道な高速化 1 // style も new 時にプロパティにいれておく s6.Constructor = function(element) { this.element = element; this.style = element.style; }; 地道な高速化 2 // コールバックを受ける関数では this // や引数を受けるようにしとく s6.hoge = function() { var shift = Array.prototype.shift; // ↓ Opera ではバグるので回避しなきゃダメ var f = shift.apply(arguments); f.apply(shift.apply(arguments), arguments); }; DOM の空きプロパティ // DOM の要素の空きプロパティの // アクセス速度は普通のハッシュとほとんど変

    kazeburo
    kazeburo 2007/08/07
  • On Leaving SixApart

    There's a bit of accuracy in this ValleyWag story, in that I'm leaving SixApart. But the reasons ValleyWag cites for me leaving aren't so accurate. Yes, I'm bored, but that boredom isn't SixApart's fault. I've been doing this whole LiveJournal thing for about 9 years now. Even though I haven't been working on LiveJournal itself for perhaps a year or more now, people still think I am, and it's prob

    On Leaving SixApart