Justin Rogers Microsoft Corporation June 2005 日本語版最終更新日 2006 年 2 月 3 日 Web 開発者の進化 以前は、メモリ リークは Web 開発者にとって大きな問題ではありませんでした。ページは比較的単純に保たれ、サイト内の異なるロケーション間のナビゲー... 続きを読む
IE でのメモリリーク ちょこちょこと紹介されているので知っている人も多いと思うが、IE には DOM ノードに絡んだメモリリークの問題がある。これに関しては Microsoft 自身の記事である「Understanding and Solving Internet Explorer Leak Patterns」に詳しい... 続きを読む
Firefox など Gecko 系のブラウザでは、ロケーションバー(URL を入力するところ)に「about:config」と入力したときに出でくるページ(?)を通して、色々と設定を変えることができます。 このページは、about:config について説明している About:config entries ... 続きを読む
SafariでXMLHttpRequestのresponseTextが文字化けするという話。 http://blog.33rpm.jp/garbled-on-safari.html 最近のバージョンだとcontent-typeがちゃんとしてれば化けなかったような記憶があるけど、まあともかくとして、Safariで文字化けするのはJavaScrip... 続きを読む
Gmailやグーグル・カレンダーを使っていると、「ウィンドウズはデバグの不十分なデバイスドライバ(a poorly debugged set of device drivers)になるだろう」という有名な言葉を思い出す。これはネットスケープのMarc Andreessenが言ったとされ、ビル・ゲイツが... 続きを読む
Firefox Extension Tutorial Thursday, February 17th, 2005 by MR Reader Comments 16 Responses to “Firefox Extension Tutorial” John Nunemaker Says: Thanks for the great tutorial. I have been wondering how extensions were developed, but I haven... 続きを読む
Extensions add new functionality to Mozilla applications such as Firefox and Thunderbird. They can add anything from a toolbar button to a completely new feature. They allow the application to be customized to fit the personal needs of each u... 続きを読む