SlideShare a Scribd company logo
1 of 37
M i c r o s o f t | O p e n D o o r
•
•
•
•
• www.EmadAshi.com
• www.DotNetArabi.com
•
M i c r o s o f t | O p e n D o o r
M i c r o s o f t | O p e n D o o r
HTML5&IE
M i c r o s o f t | O p e n D o o r
•
•
•
•
M i c r o s o f t | O p e n D o o r
W3C
WHATWG
Web Hypertext Application Technology Working Group
World Wide Web Consortium
M i c r o s o f t | O p e n D o o r
HTML
CSS3
JS
SVG
M i c r o s o f t | O p e n D o o r
Platform
Independent
Standards
Rich
User Experience
Less Bandwidth
Semantically Connected
Content
The Next Web
Device
Independent
M i c r o s o f t | O p e n D o o r
Candidate Recommendation
2012
W3C Recommendation
2022
M i c r o s o f t | O p e n D o o r
Site-ready HTML5 IE9
CTP’s IE10
Test Cases to W3C
HTML5 Lab
M i c r o s o f t | O p e n D o o r
•
•
•
•
•
•
M i c r o s o f t | O p e n D o o r
M i c r o s o f t | O p e n D o o r
Semantic Web
<footer>
M i c r o s o f t | O p e n D o o r
Video & Audio
•
•
•
•
•
•
M i c r o s o f t | O p e n D o o r
Demo
Video & Audio
M i c r o s o f t | O p e n D o o r
•
•
•
•
•
SVG
M i c r o s o f t | O p e n D o o r
Demo
SVG
M i c r o s o f t | O p e n D o o r
Canvas
<canvas id="myCanvas" width="400" height="200" >
Your browser does not support the canvas element.
</canvas>
<script type="text/javascript">
var c = document.getElementById("myCanvas");
var cxt = c.getContext("2d");
cxt.fillStyle = "#FF0000";
cxt.fillRect(0,0,150,75);
</script>
M i c r o s o f t | O p e n D o o r
Canvas
Demo1
Demo2
M i c r o s o f t | O p e n D o o r
Geolocation
Microsoft Location Service
M i c r o s o f t | O p e n D o o r
Geolocation
navigator.geolocation.getCurrentPosition(foundIt, failed);
Function foundIt(pos)
{
pos.coords.latitude;
pos.coords.longitude;
}
Function failed()
{
alert(‘Hahahaaaawz!’);
}
M i c r o s o f t | O p e n D o o r
Geolocation
Demo
M i c r o s o f t | O p e n D o o r
•
•
•
•
•
•
•
•
Web Storage
M i c r o s o f t | O p e n D o o r
Web Storage
localStorage.getItem(‘key’)
localStorage.setItem(‘key’)
sessionStorage.getItem(‘key’)
sessionStorage.setItem(‘key’)
M i c r o s o f t | O p e n D o o r
Web Storage
Demo
M i c r o s o f t | O p e n D o o r
•
•
•
•
•
CSS3 MediaQuery
@media screen and (min-width: 400px) and (max-width: 800px) { … }
M i c r o s o f t | O p e n D o o r
CSS3 MediaQuery
Demo
M i c r o s o f t | O p e n D o o r
HTML5
<!DOCTYPE html>
M i c r o s o f t | O p e n D o o r
Graphic Accelerator
M i c r o s o f t | O p e n D o o r
•
•
•
•
JavaScript Engine
Chakra
M i c r o s o f t | O p e n D o o r
M i c r o s o f t | O p e n D o o r
IE10
•
•
•
•
•
•
•
•
•
M i c r o s o f t | O p e n D o o r
M i c r o s o f t | O p e n D o o r
•
•
•
•
Modernizr.load({
test: Modernizr.geolocation,
yep : 'geo.js',
nope: 'geo-polyfill.js'
});
M i c r o s o f t | O p e n D o o r
•
•
•
•
M i c r o s o f t | O p e n D o o r
• beautyoftheweb.com
• caniuse.com
• ietestdrive.com
• html5labs.com
• html5demos.com
• html5rocks.com
• html5readiness.com
• Internet Explorer 10 Guide for Developers
M i c r o s o f t | O p e n D o o r
• http://msdn.microsoft.com/en-us/magazine/hh335062.aspx
• http://msdn.microsoft.com/en-us/magazine/hh394148.aspx
• http://www.w3schools.com/html5/default.asp
• The Architecture of Full Hardware Acceleration of All Web Page Content
• http://html5doctor.com/
•
M i c r o s o f t | O p e n D o o r
www.EmadAshi.com
www.DotNetArabi.com

More Related Content

Similar to HTML5 & IE

[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web Design[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web Design
Christopher Schmitt
 
[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design
Christopher Schmitt
 
Ie9 dev overview (300) beta
Ie9 dev overview (300) betaIe9 dev overview (300) beta
Ie9 dev overview (300) beta
Kirk Yamamoto
 
[refreshaustin] Adaptive Images in Responsive Web Design
[refreshaustin] Adaptive Images in Responsive Web Design[refreshaustin] Adaptive Images in Responsive Web Design
[refreshaustin] Adaptive Images in Responsive Web Design
Christopher Schmitt
 

Similar to HTML5 & IE (20)

VizEx View HTML5 Workshop
VizEx View HTML5 WorkshopVizEx View HTML5 Workshop
VizEx View HTML5 Workshop
 
VizEx View HTML5 Workshop
VizEx View HTML5 WorkshopVizEx View HTML5 Workshop
VizEx View HTML5 Workshop
 
Html5 Whats around the bend
Html5 Whats around the bendHtml5 Whats around the bend
Html5 Whats around the bend
 
Boris Stoyanov - some new features in Apache cloudStack
Boris Stoyanov - some new features in Apache cloudStackBoris Stoyanov - some new features in Apache cloudStack
Boris Stoyanov - some new features in Apache cloudStack
 
Html5 more than just html5 v final
Html5  more than just html5 v finalHtml5  more than just html5 v final
Html5 more than just html5 v final
 
[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web Design[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web Design
 
[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design
 
Pinkoi Mobile Web
Pinkoi Mobile WebPinkoi Mobile Web
Pinkoi Mobile Web
 
GDD Japan 2009 - Designing OpenSocial Apps For Speed and Scale
GDD Japan 2009 - Designing OpenSocial Apps For Speed and ScaleGDD Japan 2009 - Designing OpenSocial Apps For Speed and Scale
GDD Japan 2009 - Designing OpenSocial Apps For Speed and Scale
 
Vector Graphics in Xamarin
Vector Graphics in XamarinVector Graphics in Xamarin
Vector Graphics in Xamarin
 
[2015/2016] HTML5 and CSS3 Refresher
[2015/2016] HTML5 and CSS3 Refresher[2015/2016] HTML5 and CSS3 Refresher
[2015/2016] HTML5 and CSS3 Refresher
 
Ie9 dev overview (300) beta
Ie9 dev overview (300) betaIe9 dev overview (300) beta
Ie9 dev overview (300) beta
 
Responsive Web Design - Devoxx UK - 2014-06-13
Responsive Web Design - Devoxx UK - 2014-06-13Responsive Web Design - Devoxx UK - 2014-06-13
Responsive Web Design - Devoxx UK - 2014-06-13
 
Html5 Overview
Html5 OverviewHtml5 Overview
Html5 Overview
 
CSS3: Are you experienced?
CSS3: Are you experienced?CSS3: Are you experienced?
CSS3: Are you experienced?
 
Advanced Web Graphics with Canvas
Advanced Web Graphics with CanvasAdvanced Web Graphics with Canvas
Advanced Web Graphics with Canvas
 
[refreshaustin] Adaptive Images in Responsive Web Design
[refreshaustin] Adaptive Images in Responsive Web Design[refreshaustin] Adaptive Images in Responsive Web Design
[refreshaustin] Adaptive Images in Responsive Web Design
 
HTML5: An Overview
HTML5: An OverviewHTML5: An Overview
HTML5: An Overview
 
Mobile Web Development with HTML5
Mobile Web Development with HTML5Mobile Web Development with HTML5
Mobile Web Development with HTML5
 
HTML5: Markup Evolved
HTML5: Markup EvolvedHTML5: Markup Evolved
HTML5: Markup Evolved
 

More from Emad Alashi

More from Emad Alashi (11)

RBAC in Azure Kubernetes Service AKS
RBAC in Azure Kubernetes Service AKSRBAC in Azure Kubernetes Service AKS
RBAC in Azure Kubernetes Service AKS
 
Am I a Good Developer
Am I a Good DeveloperAm I a Good Developer
Am I a Good Developer
 
Basic Intro to WinDbg
Basic Intro to WinDbgBasic Intro to WinDbg
Basic Intro to WinDbg
 
Acquiring knowledge
Acquiring knowledgeAcquiring knowledge
Acquiring knowledge
 
Owin, Katana, and Helios
Owin, Katana, and HeliosOwin, Katana, and Helios
Owin, Katana, and Helios
 
OAuth in the new .NET world (OWIN)
OAuth in the new .NET world (OWIN)OAuth in the new .NET world (OWIN)
OAuth in the new .NET world (OWIN)
 
ASP.NET Routing & MVC
ASP.NET Routing & MVCASP.NET Routing & MVC
ASP.NET Routing & MVC
 
Software Life Cycle, Humans & Code
Software Life Cycle, Humans & CodeSoftware Life Cycle, Humans & Code
Software Life Cycle, Humans & Code
 
ASP.NET MVC One Step Deeper
ASP.NET MVC One Step DeeperASP.NET MVC One Step Deeper
ASP.NET MVC One Step Deeper
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
 
Introduction To NHibernate
Introduction To NHibernateIntroduction To NHibernate
Introduction To NHibernate
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

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...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - 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
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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, ...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

HTML5 & IE

  • 1. M i c r o s o f t | O p e n D o o r • • • • • www.EmadAshi.com • www.DotNetArabi.com •
  • 2. M i c r o s o f t | O p e n D o o r
  • 3. M i c r o s o f t | O p e n D o o r HTML5&IE
  • 4. M i c r o s o f t | O p e n D o o r • • • •
  • 5. M i c r o s o f t | O p e n D o o r W3C WHATWG Web Hypertext Application Technology Working Group World Wide Web Consortium
  • 6. M i c r o s o f t | O p e n D o o r HTML CSS3 JS SVG
  • 7. M i c r o s o f t | O p e n D o o r Platform Independent Standards Rich User Experience Less Bandwidth Semantically Connected Content The Next Web Device Independent
  • 8. M i c r o s o f t | O p e n D o o r Candidate Recommendation 2012 W3C Recommendation 2022
  • 9. M i c r o s o f t | O p e n D o o r Site-ready HTML5 IE9 CTP’s IE10 Test Cases to W3C HTML5 Lab
  • 10. M i c r o s o f t | O p e n D o o r • • • • • •
  • 11. M i c r o s o f t | O p e n D o o r
  • 12. M i c r o s o f t | O p e n D o o r Semantic Web <footer>
  • 13. M i c r o s o f t | O p e n D o o r Video & Audio • • • • • •
  • 14. M i c r o s o f t | O p e n D o o r Demo Video & Audio
  • 15. M i c r o s o f t | O p e n D o o r • • • • • SVG
  • 16. M i c r o s o f t | O p e n D o o r Demo SVG
  • 17. M i c r o s o f t | O p e n D o o r Canvas <canvas id="myCanvas" width="400" height="200" > Your browser does not support the canvas element. </canvas> <script type="text/javascript"> var c = document.getElementById("myCanvas"); var cxt = c.getContext("2d"); cxt.fillStyle = "#FF0000"; cxt.fillRect(0,0,150,75); </script>
  • 18. M i c r o s o f t | O p e n D o o r Canvas Demo1 Demo2
  • 19. M i c r o s o f t | O p e n D o o r Geolocation Microsoft Location Service
  • 20. M i c r o s o f t | O p e n D o o r Geolocation navigator.geolocation.getCurrentPosition(foundIt, failed); Function foundIt(pos) { pos.coords.latitude; pos.coords.longitude; } Function failed() { alert(‘Hahahaaaawz!’); }
  • 21. M i c r o s o f t | O p e n D o o r Geolocation Demo
  • 22. M i c r o s o f t | O p e n D o o r • • • • • • • • Web Storage
  • 23. M i c r o s o f t | O p e n D o o r Web Storage localStorage.getItem(‘key’) localStorage.setItem(‘key’) sessionStorage.getItem(‘key’) sessionStorage.setItem(‘key’)
  • 24. M i c r o s o f t | O p e n D o o r Web Storage Demo
  • 25. M i c r o s o f t | O p e n D o o r • • • • • CSS3 MediaQuery @media screen and (min-width: 400px) and (max-width: 800px) { … }
  • 26. M i c r o s o f t | O p e n D o o r CSS3 MediaQuery Demo
  • 27. M i c r o s o f t | O p e n D o o r HTML5 <!DOCTYPE html>
  • 28. M i c r o s o f t | O p e n D o o r Graphic Accelerator
  • 29. M i c r o s o f t | O p e n D o o r • • • • JavaScript Engine Chakra
  • 30. M i c r o s o f t | O p e n D o o r
  • 31. M i c r o s o f t | O p e n D o o r IE10 • • • • • • • • •
  • 32. M i c r o s o f t | O p e n D o o r
  • 33. M i c r o s o f t | O p e n D o o r • • • • Modernizr.load({ test: Modernizr.geolocation, yep : 'geo.js', nope: 'geo-polyfill.js' });
  • 34. M i c r o s o f t | O p e n D o o r • • • •
  • 35. M i c r o s o f t | O p e n D o o r • beautyoftheweb.com • caniuse.com • ietestdrive.com • html5labs.com • html5demos.com • html5rocks.com • html5readiness.com • Internet Explorer 10 Guide for Developers
  • 36. M i c r o s o f t | O p e n D o o r • http://msdn.microsoft.com/en-us/magazine/hh335062.aspx • http://msdn.microsoft.com/en-us/magazine/hh394148.aspx • http://www.w3schools.com/html5/default.asp • The Architecture of Full Hardware Acceleration of All Web Page Content • http://html5doctor.com/ •
  • 37. M i c r o s o f t | O p e n D o o r www.EmadAshi.com www.DotNetArabi.com

Editor's Notes

  1. WHATWG: 2004, Apple, Mozilla, and Opera W3c: 2007 Microsoft is a member of W3C
  2. Usually when you say HTML5 it means the group, not only HTML
  3. The whole features and specifications together make the next web, look at the whole picture
  4. W3C Recommendation: two 100% complete and fully interoperable implementations
  5. Deliver the best site-ready HTML5 today via Internet Explorer 9. (Canvas, Geolocation, Audio, Video,…etc) IETestDrive.com Expose upcoming features to developers via Internet Explorer Platform Previews CTP: Internet Explorer 10 Guide for Developers: http://msdn.microsoft.com/en-us/ie/gg192966.aspx. Invest in interoperability through tests submitted to the W3C (IE Testing Center : http://samples.msdn.microsoft.com/ietestcenter). Prototype unstable standards via HTML5 labs (HTML5Labs.com). Reference: http://msdn.microsoft.com/en-us/magazine/hh335062.aspx
  6. You can use the attribute “controls” to display controls, you can control the video through API’s
  7. http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all
  8. created and edited with any text editor searched, indexed, scripted, and compressed printed with high quality at any resolution zoomable
  9. Compiled Type optimized Fast Interpreter Library Optimizations