postMessage、便利でいいですね。ドメインを跨いでうまく連携してスクリプトを書けたときの楽しさはパズル的でこのうえない感じであります。しかしながら postMessage は古い IE で動かないので、代替実装が必要です。ググるといっぱい出てきはするのですが、自... 続きを読む
JavaScript(jQuery)を使って画像をフェードさせていたところ、 フェード中のいくつかの画像に白い点々が出ているのを見つけました。 (ディスプレイのドット落ちのような・・) 調べてみたところIEのバグのようです。 いろいろな方の記事で書かれているのを見... 続きを読む
Eric Lawrence さんから、IE9 Beta Minor Changes List - EricLaw's IEInternals - Site Home - MSDN Blogs の翻訳の許可をもらったので訳してみました。間違い等あれば教えてください。ブラウザの各リリースにおいて我々が行う様々な機能の追加変更のほとんど... 続きを読む
CSS3 is the coolest thing to happen to web design in a long, long time. With all of its incredible new properties, border-radius, box-shadow, border-image, transform to name just a few, a new dawn has arrived, and opened up a multitude of pow... 続きを読む
AboutIE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6. StatusCurrent version: 2.0 beta 3. U... 続きを読む
JavaScript, DOM, Selector | 04:15 | セレクタ(id, tag, class, css, xpath)の実行速度を改善するには、2つの方法があります。ロジックを改善するキャッシュを使う今日は2の方法について検討したことを書き残します。 心配事キャッシュを使う上での心配事は「... 続きを読む
Internet Explorer is the set of core Web browsing technologies in Windows. Native alternatives for non-windows platforms Mozilla Firefox (GTK+, Gecko) Opera (Qt, own) Epiphany (GTK+, Webkit) Midori (GTK+, Webkit) Konqueror (Qt, KHTML) arora (... 続きを読む
最近、親に腐った牛乳呼ばわりされました(´;ω;`) はやくアンインストールされたい。 @ie6botに色々反応するよ。憎い。IEが憎い。 IEがなければ角丸とか透過とか何の気兼ねなく使えるのに・・・。 IEがなければ終電で帰れたはず・・・。 IEがなければ・・・。... 続きを読む
js, jsdoit@nksm さんのつぶやきIE7+で透過pngに対してopacityを指定した時の汚さはなんとかならんかな。IE6はキレイなんだが・・・。via http://twitter.com/nksm/status/16611637369を ヒントに、透過pngにopacityを適用する方法を jsdo.it にあげました。htt... 続きを読む
This download page contains four separate VPC images, depending on what you want to test. IE6-XPSP3_VPC.exe contains a Windows XP SP3 with IE6 VHD file IE7-XPSP2_VPC.exe contains a Windows XP SP2 with IE7 VHD file IE8B2-XPSP3_VPC.exe contains... 続きを読む
IE6〜IE8をCSS3に対応させるスクリプト「Kick-ass CSS3 Support in IE6, 7, and 8」 WEBサイト構築においてもはや常識となったCSS。新たな仕様のCSS3が整備されつつあり、表現の幅をさらに広げてくれるものになっていますが、最新のブラウザのみ対応しており、I... 続きを読む
@amasawa function pre(elem, text) { elem.outerHTML = elem.outerHTML.replace(/^([^<]*<[^>]*?>)([\s\S]*)(<[^>]*?>[^>]*)$/, "$1"+text+"$3"); } 10分前 webから amasawa宛 続きを読む
JavaScriptでpreタグ内の内容を書き換えるために innerHTMLプロパティーに変更を加えると、 IEでは改行がスペースに置き換わってしまい、横に長い1行になってしまいます。 これがIEの仕様なのかどうかは置いといて、 IEだけの問題とも限りませんし、 毎回... 続きを読む
IEでは .innerHTML に連続したスペースや改行を入れると、単一のスペースに置き換わってしまいます。例えば次のようなJavaScriptをIEとFirefoxで実行してみると: var s = "0123456789ABCDEF\n a b c d"; var pre = document.createElement( "pre" ); pre.innerH... 続きを読む
Since HTML5 is getting more attention by way of marking up our new pages, and the only way to get IE to acknowledge the new elements, such as <article>, is to use the HTML5 shiv, I've quickly put together a mini script that enables all the ne... 続きを読む
JavaScript, Web Storage, tipsEx DOM Storageを使っていて嵌った。頭がおかしくなりそうだったがなんとかとりあえずの解決はできたので、その件について話をする。Ex DOM StorageIE6,7でWeb Storageを使えるようにするライブラリ。userData behaviorとhtcを使... 続きを読む
Home > メソッド > Web標準Blog > Internet Explorer 9 Platform Previewがリリース、詳細も発表 Web標準Blogでは、Web標準の利用に興味のあるWebサイト管理者、Webデザイナーの方向けに、Web標準を利用するための手法やノウハウ、参考になるリソース等を、国内... 続きを読む
HTML5, Hardware Accelerated: First IE9 Platform Preview Available for Developers When we started looking deeply at HTML5, we saw that it will enable a new class of applications. These applications will stress the browser runtime and underlyin... 続きを読む
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... 続きを読む
These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified at Microsoft - Information on Terms of Use Rules for Comments on the IEBlog What We Talk About on IE... 続きを読む