Beta & Platform Preview Build 6: October 28, 2010This is a preliminary document and may be changed substantially prior to final commercial release of the software described herein.The Internet Explorer 9 Beta Guide for Developers provides a l... 続きを読む
Interested in checking out the new Web platform capabilities of Internet Explorer 9? Download the Internet Explorer Platform Preview right now. Welcome and thank you for investigating the first Internet Explorer Platform Preview. This release... 続きを読む
IE共通の9つのCSSバグをそれぞれ解決する方法がNettutsにて紹介されています。 どれも、なんでだろうと頭を悩ましそうな問題なので解決法を知っておくと簡単に対処できそうです。 1. センタリングが効かない問題 margin: auto を指定した場合の期待する結果 IE... 続きを読む
Ever wanted to test your website in various versions of Internet Explorer? It is possible to run Internet Explorer in standalone mode without having to over-write previous versions thanks to Joe Maddalone who came up with a way of achieving t... 続きを読む
javascript でも、基準値が整数 & 65536 以下の場合限定です><しょぼいですね>< 以下のようにプロパティ値で並び替えたいとする。 var Klass = function(order) { this.order = order }; var array = [new Klass(3), new Klass(1), ....]; array.sort(funct... 続きを読む
amachang史上最多のブクマ数をマークした例のwindow.documentの高速化に関して、便乗してちょっと書いてみようと思います。 基礎知識ブクマコメントで2007年10月11日 b:id:staki vbやった事ある人なら自然に沸く発想だったりする。理屈も同じなんじゃなかろうか... 続きを読む
javascriptこの記事の内容は嘘です。間違えてました。申し訳ありません。 謝罪すみません。この記事の内容では並び替えが行われないようです。手元の環境では toString を見ていて並び替えられていたようです。指摘してくださった id:nanto_vi さんご指摘ありが... 続きを読む
ZoneIdはNTFSのストリームとして保存されているので、非NTFSファイル・システムにコピーしたり、ストリームを理解しないアプリケーションで処理したりすると、ZoneId情報が欠落することがある。 Windows XP Service Pack 2(以下XP SP2)のInternet Explorer(I... 続きを読む
Tuesday, June 6th, 2006 Ajax on IE 7: Check native first Category: IE, Tip I would hasten a guess that there is a lot of code out there that starts off with: 続きを読む