This gist is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are given this private URL. Every gist with this icon () is private. This gist is public. Anyone ... 続きを読む
Extreme JavaScript Performance - Presentation Transcript Thomas Fuchs @thomasfuchs Extreme JavaScript Performance DO NOT, EVER, OPTIMIZE PREMATURELY http://tr.im/extremejs SpiderMonkey SpiderMonkey JavaScriptCore SpiderMonkey JavaScriptCore J... 続きを読む
とりいそぎ。 Firefox Developers 2009 Conference Lightning Talk http://www.youtube.com/user/kai3desu#grid/user/8C5935C8393371DE みんな6番ばっかり再生しないようにw。個人的には5、7、まじめどころというか感銘受けた系では9とかもオススメですはい。 ... 続きを読む
2009年、11月9日に開かれた、 Firefox Developers Conference 2009 で、はてなブックマーク Firefox 拡張の話をしてきた資料です。実装についての話は、nanto_vi さんが資料を公開してくれると思います。資料の最後にも載ってますが、本当に Firefox 拡張開発に... 続きを読む
「AutoPagerize on Firefox and Google Chrome」SlideShare: http://www.slideshare.net/swdyh/autopagerize-on-firefox-and-google-chromePDF: http://autopagerize.net/files/fxdevcon2009_lt_autopagerize.pdf 続きを読む
例: Windows ルーチンの呼び出す この例は Win32 API を呼び出すために ctypes を利用する方法を説明します。 Components.utils.import("resource://gre/modules/ctypes.jsm"); var lib = ctypes.open("C:\\WINDOWS\\system32\\user32.dll"); /* Declare the si... 続きを読む
userChrome人柱募集中です(ぇ AutoPagerizeを軽量化するアイデア - 0xFF を読んで、「極力 eval を使わない物を作ろう」と思いつきで作った物です。eval を使うのは Firefox 起動時の1回だけで、あとはそれを使い回しています。eval を 0回にして 0AutoPageriz... 続きを読む
表中のセルの色は値に応じて変えている。 何も数値が書かれていない欄は何も値がなかった、もしくは取得できなかったことを示す。 キーコードの取得は以下の関数で行った。 function keyCode(e){ if(document.all) return e.keyCode; else if(document.getEleme... 続きを読む
This table is under construction. Although most browsers support most basic functionalities, there may be implementation differences nonetheless. For instance, when making a selection bold, IE and Opera add a <strong> tag, while Mozilla adds ... 続きを読む
Firefox Developers Conference 2009に参加して適当にメモを取っていたので一応公開。 とても読みづらく、まとまっていません。 またトークセッションなど力尽きているところもあるので真剣に読んではいけない。 キックオフ 女王の挨拶 The next 3 years 今の進... 続きを読む