SlideShare a Scribd company logo
1 of 63
新しいIEとHTML5JavaScriptで動く
最近のWebアプリケーション
小山田 晃浩 | @yomotsu | (株)ピクセルグリッド
Saturday, August 3, 13
Saturday, August 3, 13
新しいIEで動かない?
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
•Quirks Modeで実装している
•IE独自拡張を使っている
•プラグインに頼っている
•よくわからないけど動作保証できない
Saturday, August 3, 13
Quirks Mode
Saturday, August 3, 13
div{
width: 300px;
padding: 100px;
border: 3px solid #000;
background: #EEEEEE;
}
Saturday, August 3, 13
Standards Mode
Saturday, August 3, 13
Standards Mode
Quirks Mode
Saturday, August 3, 13
Saturday, August 3, 13
DOCTYPE宣言 モード
なし
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html>
Q
Q
S
S
S
Saturday, August 3, 13
IE独自拡張
Saturday, August 3, 13
•ActiveXObject
•VBScript
•Data Binding
•VML
and others...
Saturday, August 3, 13
•ActiveXObject
•VBScript
•Data Binding
•VML
and others...
•Data属性
•SVG
•JavaScript
多くはHTML5でもできます
Saturday, August 3, 13
要プラグイン技術
Saturday, August 3, 13
動画ストリーミングなどはまだ依存せざるを得ませんが
多くのことはJavaScriptでも可能です
Saturday, August 3, 13
Saturday, August 3, 13
•Doctypeをしっかり宣言
•IE独自拡張に頼らない
•プラグインに頼らない
Saturday, August 3, 13
Quirks Modeと
IE独自拡張の延命
Saturday, August 3, 13
IEは古いエンジンも備えています
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
...
<head>
...
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<title>...<title>
...
</head>
...
...
...
Saturday, August 3, 13
Saturday, August 3, 13
http://blogs.msdn.com/b/ie/archive/2010/03/02/how-ie8-determines-document-mode.aspx
Saturday, August 3, 13
•古いIEをほぼ再現できる
•Tridentのバージョンは変わる
•JScriptのバージョンは変わらない
Saturday, August 3, 13
Trident (MSHTML) JScript
IE6
IE7
IE8
IE9
IE10
3.0? (6.0) 5.6
3.1? (7.0) 5.7
4.0 (8.0) 5.8
5.0 (9.0) 9
6.0 (10.0) 10
Saturday, August 3, 13
demo
navigator.userAgent
document.compatMode
document.documentMode
ScriptEngineMajorVersion()
の比較
Saturday, August 3, 13
これからの
Webシステム構築
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
最近のIE
Saturday, August 3, 13
0
2500
5000
7500
10000
IE7 IE8 IE9 IE10 IE11
SunSpider
JavaScript Benchmark Results
Saturday, August 3, 13
早くなった
Saturday, August 3, 13
Saturday, August 3, 13
新技術をサポート
(主にIE9以降)
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
ほぼ標準技術だけで
Webアプリケーションを作れる
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
•サーバーからはJSONを吐き出す
•ブラウザーはJSONを受け取る
•画面はJavaScriptで構築
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
Saturday, August 3, 13
最近のJavaScriptに注目を
Saturday, August 3, 13
まとめ
Saturday, August 3, 13
政府専用メールサービスを作ることになったとしても
フロントエンドでは
標準の技術を使おう
Saturday, August 3, 13
www.codegrid.net
Saturday, August 3, 13
Thank you
@yomotsu
Saturday, August 3, 13

More Related Content

Similar to 新しい IE と JavaScriptで動く 最近のWebアプリケーション

夜宴39期《Seven》
夜宴39期《Seven》夜宴39期《Seven》
夜宴39期《Seven》
Koubei Banquet
 

Similar to 新しい IE と JavaScriptで動く 最近のWebアプリケーション (6)

jQuery Mobile Deep Dive
jQuery Mobile Deep DivejQuery Mobile Deep Dive
jQuery Mobile Deep Dive
 
Storyplayer
StoryplayerStoryplayer
Storyplayer
 
夜宴39期《Seven》
夜宴39期《Seven》夜宴39期《Seven》
夜宴39期《Seven》
 
jQuery Mobile, Backbone.js, and ASP.NET MVC
jQuery Mobile, Backbone.js, and ASP.NET MVCjQuery Mobile, Backbone.js, and ASP.NET MVC
jQuery Mobile, Backbone.js, and ASP.NET MVC
 
JSDay 2013 - Practical Responsive Web Design
JSDay 2013 - Practical Responsive Web DesignJSDay 2013 - Practical Responsive Web Design
JSDay 2013 - Practical Responsive Web Design
 
Become Master of Your Own Universe - DIBI 2013
Become Master of Your Own Universe - DIBI 2013Become Master of Your Own Universe - DIBI 2013
Become Master of Your Own Universe - DIBI 2013
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

新しい IE と JavaScriptで動く 最近のWebアプリケーション