SlideShare a Scribd company logo
Multimedia

       HTML5

            Erik Duval
   Dept. Computerwetenschappen
http://www.cs.kuleuven.ac.be/~erikd/
http://www.slideshare.net/erik.duval




2
wat denken jullie?



        3
http://www.w3.org/TR/html5/
             4
“flash assassin”



       5
20111014 mu me_html5
http://www.apple.com/html5/
            7
html5


• work-in-progress
• ‘most modern browsers some support’


                   8
9
10
11
<!DOCTYPE html><html><body>
<canvas id="myCanvas" width="200" height="100"
style="border:1px solid #c3c3c3;">
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></body></html> 12
<script type="text/javascript">
var c=document.getElementById("myCanvas");
var cxt=c.getContext("2d");
cxt.moveTo(10,10);
cxt.lineTo(150,50);
cxt.lineTo(10,50);
cxt.stroke();
</script>


                          13
<script type="text/javascript">
var c=document.getElementById("myCanvas");
var cxt=c.getContext("2d");
cxt.fillStyle="#FF0000";
cxt.beginPath();
cxt.arc(70,18,15,0,Math.PI*2,true);
cxt.closePath();
cxt.fill();
</script>
                           14
<script type="text/javascript">
var c=document.getElementById("myCanvas");
var cxt=c.getContext("2d");
var img=new Image();
img.src="img_flwr.png";
cxt.drawImage(img,0,0);
</script>

                          15
<!DOCTYPE html>
<html>
<body>
<audio controls="controls">
 <source src="song.ogg" type="audio/ogg" />
 <source src="song.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>
</body>
</html>
                        16
<audio>




   17
<video>
<!DOCTYPE html><html><body>
<video controls="controls" autoplay="autoplay">
 <source src="movie.mp4" type="video/mp4" />
 <source src="movie.ogg" type="video/ogg" />
  <source src="movie.webm" type="video/webm" />
Your browser does not support the video tag.
</video>
</body></html>
                         18
• zonder plug-in (flash)

                     19
http://www.youtube.com/html5
             20
21
<script type="text/javascript">
if (localStorage.n)
	

 {	

 localStorage.n=Number(localStorage.n) +1;	

 }
else
	

 {	

 localStorage.n=1;	

 }
document.write("Visits: " + localStorage.n + " time(s).");
</script>

<p>Refresh the page to see the counter increase.</p>
<p>Close the browser window, and try again, and the
counter will continue.</p>
                             22
http://onotakehiko.com/webkitclock/
                23
http://thewildernessdowntown.com/
                24
25
resources & thx
• @kristofvc, @snakeflash
• +Steven Roose, +Bram Luyten
•   http://www.w3schools.com/html5/

•   http://www.designzzz.com/getting-to-know-html5/

•   http://www.mobilehtml5.com/post/371921120/tutorial-your-first-mobile-html5-app-the-basics

•   http://www.slideshare.net/whafro/up-to-speed-on-html-5-and-css-3

•   http://html5doctor.com/

•   http://www.html5rocks.com/en/

•   http://mrdoob.com/92/Google_Gravity


                                             26
Questions?
http://erikduval.wordpress.com/
       twitter: @ErikDuval
               27

More Related Content

PDF
Mume HTML5 Intro
KEY
HTML5 Intro
KEY
Debugger
DOCX
PDF
HTML5, The Open Web, and what it means for you - MDN Hack Day, Sao Paulo
PDF
AFUP Lorraine - Symfony Webpack Encore
PPT
Desenvolvimento web com jQuery Mobile
PDF
JavaScript Promises and the issue of Progress - SmashingConf Freiburg Jam Ses...
Mume HTML5 Intro
HTML5 Intro
Debugger
HTML5, The Open Web, and what it means for you - MDN Hack Day, Sao Paulo
AFUP Lorraine - Symfony Webpack Encore
Desenvolvimento web com jQuery Mobile
JavaScript Promises and the issue of Progress - SmashingConf Freiburg Jam Ses...

What's hot (20)

PDF
How to deploy your own private cloud with openstack
PDF
Future of Web Development
PDF
Professional web development with libraries
PPT
AngularJS for Legacy Apps
PDF
Creating Responsive Experiences
PDF
Leave No One Behind with HTML5 - FFWD.PRO, Croatia
PDF
HTML5, the new buzzword
PPTX
jQuery Mobile - Desenvolvimento para dispositivos móveis
PDF
Flash Widget Tutorial
PDF
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao Paulo
PPTX
Desktop, Web e Mobile
PDF
jAPS 2 0 - Presentation Layer Comparison
PDF
Media Monitoring Sinhala
PDF
Library Program Technology in Ukraine & Romania
PPTX
Html5 - Novas Tags na Prática!
PDF
YUI introduction to build hack interfaces
PPT
Connect The Dots Presentation
DOC
Video gouache
PDF
Clearance: Simple, complete Ruby web app authentication.
PDF
AngularJS at PyVo
How to deploy your own private cloud with openstack
Future of Web Development
Professional web development with libraries
AngularJS for Legacy Apps
Creating Responsive Experiences
Leave No One Behind with HTML5 - FFWD.PRO, Croatia
HTML5, the new buzzword
jQuery Mobile - Desenvolvimento para dispositivos móveis
Flash Widget Tutorial
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao Paulo
Desktop, Web e Mobile
jAPS 2 0 - Presentation Layer Comparison
Media Monitoring Sinhala
Library Program Technology in Ukraine & Romania
Html5 - Novas Tags na Prática!
YUI introduction to build hack interfaces
Connect The Dots Presentation
Video gouache
Clearance: Simple, complete Ruby web app authentication.
AngularJS at PyVo
Ad

Viewers also liked (10)

PDF
Really open learning
PDF
Connected, open and always on...
KEY
Paper prototyping
PDF
Slides multimedia les 19 okt 2010
KEY
CHI: na verslag 1
PDF
Learning Analytics ('in Europe')
PDF
Multimedia les 7
PDF
Attention, Please!
PDF
Presentation techniques
PDF
Attention Please! Learning analytics for visualization & recommendation
Really open learning
Connected, open and always on...
Paper prototyping
Slides multimedia les 19 okt 2010
CHI: na verslag 1
Learning Analytics ('in Europe')
Multimedia les 7
Attention, Please!
Presentation techniques
Attention Please! Learning analytics for visualization & recommendation
Ad

Similar to 20111014 mu me_html5 (20)

PDF
HTML 5 - Overview
KEY
The Devil and HTML5
PDF
Mitigate Maliciousness -- jQuery Europe 2013
PPTX
Google I/O 2012 - Protecting your user experience while integrating 3rd party...
KEY
HTML5: Markup Evolved
TXT
PDF
[HEWEBAR 2012] Adaptive Images in Responsive Web Design
PDF
[convergese] Adaptive Images in Responsive Web Design
PDF
PDF
Introduccion a HTML5
PDF
FITC Spotlight HTML5 - The state of the web
PDF
Responsive design
KEY
Web Apps
KEY
Taking your Web App for a walk
TXT
Xxx
KEY
HTML5 for Mobile
PDF
PDF
[refreshaustin] Adaptive Images in Responsive Web Design
PDF
What you need to know bout html5
PDF
[html5tx] Adaptive Images in Responsive Web Design
HTML 5 - Overview
The Devil and HTML5
Mitigate Maliciousness -- jQuery Europe 2013
Google I/O 2012 - Protecting your user experience while integrating 3rd party...
HTML5: Markup Evolved
[HEWEBAR 2012] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design
Introduccion a HTML5
FITC Spotlight HTML5 - The state of the web
Responsive design
Web Apps
Taking your Web App for a walk
Xxx
HTML5 for Mobile
[refreshaustin] Adaptive Images in Responsive Web Design
What you need to know bout html5
[html5tx] Adaptive Images in Responsive Web Design

More from Erik Duval (20)

PDF
eCloud newspapers
PDF
InfoVis1415: slides sessie 12, 18 mei 2015
PDF
InfoVis1415: slides sessie 11, 11 mei 2015
PDF
InfoVis1415: slides sessie 10, 4 mei 2015
PDF
Evaluation
 of information visualisation
PDF
InfoVis1415: slides sessie 9, 27 april 2015
PDF
Social Media and Science a wedding made in Heaven...
 or in Hell?
PDF
Information visualisation: 
Data ink design principles
PDF
InfoVis1415: slides sessie 8, 20 april 2015
PDF
A short history (and even shorter future)
 of information visualisation
PDF
InfoVis1415: slides sessie 7, 30 March 2015
PDF
InfoVis1415: slides sessie 6, 23 March 2015
PDF
History of Human Computer Interaction
PDF
InfoVis1415: slides sessie 5, 9 March 2015
PDF
InfoVis1415: slides sessie 4, 2 March 2015
PDF
InfoVis1415: slides sessie 3, 23 Feb 2015
PDF
InfoVis1415: slides sessie 2, 16 Feb 2015
PDF
Technology that makes HUMANS smarter
PDF
InfoVis1415: slides sessie 1, 10 Feb 2015
PDF
201502010 pen ocw_les1_erik
eCloud newspapers
InfoVis1415: slides sessie 12, 18 mei 2015
InfoVis1415: slides sessie 11, 11 mei 2015
InfoVis1415: slides sessie 10, 4 mei 2015
Evaluation
 of information visualisation
InfoVis1415: slides sessie 9, 27 april 2015
Social Media and Science a wedding made in Heaven...
 or in Hell?
Information visualisation: 
Data ink design principles
InfoVis1415: slides sessie 8, 20 april 2015
A short history (and even shorter future)
 of information visualisation
InfoVis1415: slides sessie 7, 30 March 2015
InfoVis1415: slides sessie 6, 23 March 2015
History of Human Computer Interaction
InfoVis1415: slides sessie 5, 9 March 2015
InfoVis1415: slides sessie 4, 2 March 2015
InfoVis1415: slides sessie 3, 23 Feb 2015
InfoVis1415: slides sessie 2, 16 Feb 2015
Technology that makes HUMANS smarter
InfoVis1415: slides sessie 1, 10 Feb 2015
201502010 pen ocw_les1_erik

Recently uploaded (20)

PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPT
Teaching material agriculture food technology
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Spectroscopy.pptx food analysis technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
cuic standard and advanced reporting.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
20250228 LYD VKU AI Blended-Learning.pptx
sap open course for s4hana steps from ECC to s4
Agricultural_Statistics_at_a_Glance_2022_0.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Big Data Technologies - Introduction.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Encapsulation theory and applications.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Teaching material agriculture food technology
Digital-Transformation-Roadmap-for-Companies.pptx
The AUB Centre for AI in Media Proposal.docx
MIND Revenue Release Quarter 2 2025 Press Release
Spectroscopy.pptx food analysis technology
Network Security Unit 5.pdf for BCA BBA.
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
cuic standard and advanced reporting.pdf

20111014 mu me_html5