タグ

IEに関するigaiga07のブックマーク (65)

  • 【レポート】IE9、ほかのブラウザと同じJavaScriptコード動作へ | エンタープライズ | マイコミジャーナル


    Windows Internet Explorer 9 JavaScriptIEDOMIEIE8IE9IEBlogExploring IE9's Enhanced DOM Capabilities IEDOMDOMCOM使IEDOM使
  • WebStorageで、ワンライナー IE8, IE9pp3 ブラクラ - latest log

    localStorage.removeItem() 以外にも、localStorage.setItem(); や localStorage[key] = value; でも落ちるようです(コメント欄参照) <input id="A" type="text" value="" /><script>localStorage.removeItem(A.value)</script> 上記のコードをIE8で実行すると、タブクラッシュ → 復元 → タブクラッシュ → 復元機能停止 が発生します。 IE9pp3ではブラウザがクラッシュします。 回避するには テキストフィールドに値を入れるか、A.value を文字列型にキャストすることにより回避できます。 <input id="A" type="text" value="hoge" /><script>localStorage.removeItem(

    WebStorageで、ワンライナー IE8, IE9pp3 ブラクラ - latest log
  • IEのクラッシュ画面を再現してみる - latest log


    IE <script> [,]!=0&&((b=document.body).style.cssText="height:1px;overflow:hidden", b.innerHTML+='<p style="z-index:99;position:absolute;width:'+b.clientWidth+'px;height:'+b.parentNode.clientHeight+'px;background:url(ie.png) no-repeat 50%" oncontextmenu="return!1">') </script>IEbody  overflow:hidden  IE
    IEのクラッシュ画面を再現してみる - latest log
  • 優良ブラウザを使いましょう! - by S.Konno


    Windows  ...    : , , , , :      
  • Microsoft Learn: Build skills that open doors in your career

    Microsoft Learn. Spark possibility. Build skills that open doors. See all you can do with documentation, hands-on training, and certifications to help you get the most from Microsoft products. Learn by doing Gain the skills you can apply to everyday situations through hands-on training personalized to your needs, at your own pace or with our global network of learning partners. Take training Find

    Microsoft Learn: Build skills that open doors in your career
  • IE8とIE9pp の非互換性(event) - latest log

    IE9正式版ではなく IE9pp(IE9 Platform Preview) や IE9pp2 の現状について記載しています。 IE9ppがDOMの仕様に合わせたため、IE8までとは互換性がなくなっている部分をちょこちょこ書いていきます。 IE9pp の event イベントハンドラが受け取る event オブジェクトは DOM Level3 Event の仕様に従うようになりました。 IE9pp では event.button の値が変化 event.button の値が 0(left click), 1(mid click), 2(right click) になりました。 IE8 までは各ボタンの同時押しを判定できたため、どのボタンが押されているかはビットアンドで比較する必要がありました。 event.button & 0x1 が true なら left click event.bu

    IE8とIE9pp の非互換性(event) - latest log
  • TechCrunch | Startup and Technology News

    Unlike Light’s older phones, the Light III sports a larger OLED display and an NFC chip to make way for future payment tools, as well as a camera.

    TechCrunch | Startup and Technology News
  • css-eblog.com - このウェブサイトは販売用です! - css eblog リソースおよび情報

    This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

  • Internet Explorer ブログ (日本語版)

    英語版 IEBlog の翻訳記事と、日の Internet Explorer 関連の話題をお届けする、マイクロソフトの公式ブログです。 ブログの運用終了のお知らせ Internet Explorer ブログ (日語版) をご覧いただきありがとうございます。 2015年10月1日の「Microsoft Edge Japan... Author: Yoshitaka Kasugai Date: 10/08/2015 IE11でドキュメントモードが使用されるときのフローチャート MSDNライブラリで公開されている「IE11でドキュメントモードが使用されるときのフローチャート」を日語化したドキュメントを公開いたします。ドキュメントモードを指定する際の参考にしてください。... Author: Yoshitaka Kasugai Date: 05/24/2015 「新しい Internet

    Internet Explorer ブログ (日本語版)
  • Internet Explorer リーク パターンを理解して解決する

    Justin Rogers Microsoft Corporation June 2005 日語版最終更新日 2006 年 2 月 3 日 Web 開発者の進化 以前は、メモリ リークは Web 開発者にとって大きな問題ではありませんでした。ページは比較的単純に保たれ、サイト内の異なるロケーション間のナビゲーションは解放されたメモリをクリーンアップするうえで優れた方法でした。リークがあった場合も、たいていは気付かないほど小さなものでした。 新しい Web アプリケーションは、より高い標準に従います。ページはナビゲートされずに何時間も実行され、Web サービスを通じて更新情報を動的に取得する場合があります。複合イベント スキーム、オブジェクト指向の JScript、およびアプリケーション全体を生成するためのクロージャを組み合わせることで、言語機能が限界点に達します。これらの変更およびその他

  • 最速インターフェース研究会 :: IEでXMLHttpRequestを使えるようにする


    IEnew XMLHttpRequest XMLHttpRequest for IE http://la.ma.la/misc/js/ie_xmlhttp.html IE7(JavaScript) http://dean.edwards.name/weblog/2004/11/ie7-xml-extras/ 使 if(typeof ActiveXObject == "function" && typeof XMLHttpRequest == "undefined"){ XMLHttpRequest = function(){ return new ActiveXObject("Microsoft.XMLHTTP")
  • IE9 preview - JavaScript Side - latest log


     IE9 preview   http://ietestdrive.com/ Windows VISTA SP2 + IE8  Windows7GPUPCPC GPU使IE9OS(DirectX)OSIE
    IE9 preview - JavaScript Side - latest log
  • IE9 できる/できない系 - IT戦記

    今までできなかったことができるようになる系 SVG サポート application/xhtml+xml への対応 video/audio のサポート(次の Preview 版で) 今までも、頑張ればできたけど非常にめんどくさかったことが簡単にできるようになる系 CSS3 Background や Border や半透明系 CSS3 Selector の対応拡大 DOM 2 Style, DOM 3 Events, DOM 2 Range, Selection 未だにできない系 Canvas

    IE9 できる/できない系 - IT戦記
  • ppBlog official


    martin12961ppBlogppBlog   URL PermaLink
  • GoogleのChromeブラウザの構成モジュールのそれぞれのバイナリ・サイズの表 - [モ]Modern Syntax

    ビリー・ジョエルがトレイ・パーカーとマット・ストーンのディープ・フェイク・カンパニー「DeepVoodoo」と協力して作成した新曲のPVは自分のキャリアの中の4つの世代の顔をディープ・フェイクを使って再現して歌うというものです。 今のビリー・ジョエルを知る人は昔のビリー・ジョエルのこの姿を想像するのは難しいかもしれませんが、昔を知る私としては「ああ、ビリー・ジョエルだ!」と懐かしい気持ちになるのでした。

  • えっ!IE9の新JavaScriptエンジンに隠し機能が!? | gihyo.jp


    IEJScriptJavaScriptWebWeb IE9JavaScriptChockraPCCPUGPU Internet Explorer Test DriveWeb1IE9Platform PreviewIESpeed Demos 1 http://ie.microsoft.
    えっ!IE9の新JavaScriptエンジンに隠し機能が!? | gihyo.jp
  • IE9で「HTML5への愛」を強調するMicrosoft


    MicrosoftHTML5CSS3SVGScaleable Vector GraphicsWebInternet ExplorerIE9Platform Preview IE9 Test DriveWeb311IEMicrosoftCSSHTMLWebPC MIX 2010
    IE9で「HTML5への愛」を強調するMicrosoft
  • ppBlog official


    martin12961ppBlogppBlog   URL PermaLink
  • IEContentLoaded - An alternative for DOMContenloaded on Internet Explorer

    IEContentLoaded (last updated 05/10/2007) An alternative for DOMContentLoaded on Internet Explorer This is an Internet Explorer only method. It does not produce the expected results on other browsers. It is meant to be used as an IE alternative in other fine scripts trying to fix the window onload problem. It is based on a hack (no doubt about that), but I hope it is an improvement over previous I

  • IE6をクラッシュさせる1行 | エンタープライズ | マイコミジャーナル


    Windows Internet Explorer 6 Ajaxian  jQuery one-line plugin to crash IE6IE6IE7IE8IE6jQuery Crash Plugin1 /** * jQuery Crash (http://mktgdept.com/jquery-crash) * A jQuery plugin to crash IE6. * * v0.0.2 - 5 March 2010 * * Copyright (c) 2009 Chad Smith (http://twitter.com/chadsmith) * Dual licensed