SlideShare a Scribd company logo
HTML5, CSS3, Canvas, SVG, WebGL, WTF, BBQ. kilianvalkhof.com – @kilianvalkhof
HTML 1 (1991)
HTML 5...2022!? ishtml5readyyet.com
HTML...javascript...DOM
<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;> <!doctype html> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /> <meta charset=”utf-8”>
<header> <hgroup> <nav> <section> <article> <aside> <figure> <footer> http://ejohn.org/blog/html5-shiv/
<input type= email url range number date/month/week time search color http://www.modernizr.com/
...Microdata, WAI-Aria validator.w3.org doet al html5!
CSS3 Candidate Recommendation () 05 Dec 08 23 May 08 14 May 03 15 Sep 09 11 May 04 12 Mar 09 30 Jun 09 21 July 08 Working Draft () 10 Oct 06 19 Sep 06 15 Dec 05 06 Mar 07 04 May 07 15 Oct 09 18 Jun 09 09 Aug 07 09 Aug 07 16 Dec 04 05 Sep 07 Flexible Box Layout (Medium Priority) 23 Jul 09 Images Values (Medium Priority) 23 Jul 09 01 Dec 09 20 Mar 09 01 Dec 09 20 Mar 09 04 Aug 09 13 Aug 03 07 Nov 02 14 May 03 15 May 02 24 Feb 04 13 Aug 03
Selectors :nth-of-child(even) :last-of-type() :not() :empty
@font-face @font-face { font-family: 'SansBold'; font-weight:700; src: url('../fonts/sans/Sans-Bold.eot'); src: local('Sans Bold'), local('Sans-Bold'), url('Sans-Bold.woff') format('woff'), url('Sans-Bold.otf') format('opentype'), url('Sans-Bold.svg#Sans-Bold') format('svg'); } fontsquirrel.com
CSS Animations CSS Transitions a { background-color:#fff; -webkit-transition: background 1s linear; }  a:hover { background-color:#f00; } @-webkit-keyframes pulse { from { opacity: 0.0; font-size: 100%; } to { opacity: 1.0; font-size: 200%; } } a { -webkit-animation-name:pulse; -webkit-animation-duration:2s; -webkit-animation-count:infinite; }
Simpel:  http://kilianvalkhof.com/uploads/spinners Minder simpel:  http://53miles.com Heel cool:  http://tylergaw.com/lab/themanfromhollywood/
...rgba, hsv, multicolumns, rounded corners, gradients, text-shadows, background sizing, multiple backgrounds, transforms cssdesk.com
Var awesome = document.querySelectorAll(“div>p:first-child span.name[“title”]”); Nieuwe javascript API's querySelectorAll:
Localstorage/sessionstorage window.localStorage['key'] = value; window.sessionStorage['key'] = anothervalue;
ApplicationCache (a.k.a. Iphone web apps) <html manifest=&quot;cache-manifest&quot;> CACHE MANIFEST CACHE: /src/scripts.js /src/style.css /src/background.png /src/sprite1.png
...websockets, webworkers, geolocation, drag and drop
<video>, <audio> youtube.com/html5/ Ingebouwd. Eigen design.  Besturen via javascript: video.play(); video.pause();
<Canvas> 2d Bitmap Snel (geen DOM) https://developer.mozilla.org/en/Canvas_tutorial http://mrdoob.com
SVG 2d vector DOM (gratis events) Raphaeljs.com Grafico.kilianvalkhof.com
WebGL 3d Bovenop Canvas OpenGL 2.0 ...webkit nightlies,  chrome dev builds http://www.youtube.com/watch?v=dgTnHjPHeks
Vragen? Kilian Valkhof [email_address] @kilianvalkhof op twitter

More Related Content

What's hot (20)

ODP
WebSockets with PHP: Mission impossible
Yoan-Alexander Grigorov
 
PDF
AnyMQ, Hippie, and the real-time web
clkao
 
PDF
Lies, Damn Lies, and Benchmarks
Workhorse Computing
 
KEY
Operation Oriented Web Applications / Yokohama pm7
Masahiro Nagano
 
ODP
Modern Perl
Dave Cross
 
PPTX
Ruby C10K: High Performance Networking - RubyKaigi '09
Ilya Grigorik
 
ODP
Perl dancer
Marian Marinov
 
KEY
Perl: Hate it for the Right Reasons
Matt Follett
 
PDF
So you think JSON is cool?
Herval Freire
 
PPT
루비가 얼랭에 빠진 날
Sukjoon Kim
 
PDF
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史
Shengyou Fan
 
PPTX
PSGI and Plack from first principles
Perl Careers
 
PDF
PyGotham 2014 Introduction to Profiling
Perrin Harkins
 
PDF
Selenium sandwich-3: Being where you aren't.
Workhorse Computing
 
ODP
When dynamic becomes static: the next step in web caching techniques
Wim Godden
 
PDF
Introduction to performance tuning perl web applications
Perrin Harkins
 
PPTX
Ruby Proxies for Scale, Performance, and Monitoring
Ilya Grigorik
 
PPT
Introduction To Moco
Naoya Ito
 
PDF
Web Development: The Next Five Years
sneeu
 
PDF
Server-Side Push: Comet, Web Sockets come of age (OSCON 2013)
Brian Sam-Bodden
 
WebSockets with PHP: Mission impossible
Yoan-Alexander Grigorov
 
AnyMQ, Hippie, and the real-time web
clkao
 
Lies, Damn Lies, and Benchmarks
Workhorse Computing
 
Operation Oriented Web Applications / Yokohama pm7
Masahiro Nagano
 
Modern Perl
Dave Cross
 
Ruby C10K: High Performance Networking - RubyKaigi '09
Ilya Grigorik
 
Perl dancer
Marian Marinov
 
Perl: Hate it for the Right Reasons
Matt Follett
 
So you think JSON is cool?
Herval Freire
 
루비가 얼랭에 빠진 날
Sukjoon Kim
 
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史
Shengyou Fan
 
PSGI and Plack from first principles
Perl Careers
 
PyGotham 2014 Introduction to Profiling
Perrin Harkins
 
Selenium sandwich-3: Being where you aren't.
Workhorse Computing
 
When dynamic becomes static: the next step in web caching techniques
Wim Godden
 
Introduction to performance tuning perl web applications
Perrin Harkins
 
Ruby Proxies for Scale, Performance, and Monitoring
Ilya Grigorik
 
Introduction To Moco
Naoya Ito
 
Web Development: The Next Five Years
sneeu
 
Server-Side Push: Comet, Web Sockets come of age (OSCON 2013)
Brian Sam-Bodden
 

Viewers also liked (17)

PDF
Html5 canvas & svg 2012 dcc
takwhan kim
 
PPT
HTML5 Canvas
Robyn Overstreet
 
ODP
HTML5 & SVG in Cartography - Workshop
Západočeská univerzita / University of West Bohemia
 
PPTX
Introduction to HTML5 Canvas
Mindy McAdams
 
PDF
SVG For Web Designers (and Developers)
Sara Soueidan
 
PPTX
Html5 and-css3-overview
Jacob Nelson
 
PDF
Dive into HTML5: SVG and Canvas
Doris Chen
 
PDF
Canvas - HTML 5
Jaeni Sahuri
 
PPTX
HTML 5 Canvas & SVG
Ofir's Fridman
 
PPTX
UI/UX Design
sumit singh
 
PDF
UX 101: A quick & dirty introduction to user experience strategy & design
Morgan McKeagney
 
PDF
What is UX, in 10 Slides
Jordan Julien
 
PPTX
UI / UX Design Presentation
Dignitas Digital Pvt. Ltd.
 
PPTX
html5.ppt
Niharika Gupta
 
PDF
What is ux?
Géraud de LAVAL
 
PDF
What is UX?
David Carr
 
PDF
The History of SEO
HubSpot
 
Html5 canvas & svg 2012 dcc
takwhan kim
 
HTML5 Canvas
Robyn Overstreet
 
HTML5 & SVG in Cartography - Workshop
Západočeská univerzita / University of West Bohemia
 
Introduction to HTML5 Canvas
Mindy McAdams
 
SVG For Web Designers (and Developers)
Sara Soueidan
 
Html5 and-css3-overview
Jacob Nelson
 
Dive into HTML5: SVG and Canvas
Doris Chen
 
Canvas - HTML 5
Jaeni Sahuri
 
HTML 5 Canvas & SVG
Ofir's Fridman
 
UI/UX Design
sumit singh
 
UX 101: A quick & dirty introduction to user experience strategy & design
Morgan McKeagney
 
What is UX, in 10 Slides
Jordan Julien
 
UI / UX Design Presentation
Dignitas Digital Pvt. Ltd.
 
html5.ppt
Niharika Gupta
 
What is ux?
Géraud de LAVAL
 
What is UX?
David Carr
 
The History of SEO
HubSpot
 
Ad

Similar to Html5, css3, canvas, svg and webgl (20)

PDF
Bringing Typography to the Web with sIFR 3 at <head>
Mark Wubben
 
PPT
How do speed up web pages? CSS & HTML Tricks
Compare Infobase Limited
 
PPT
Html Expression Web
Mark Frydenberg
 
KEY
Web Typography with sIFR 3 at Drupalcamp Copenhagen
Mark Wubben
 
PPT
A brief history of the web
Jorge Zapico
 
PDF
Haml, Sass & Compass
László Bácsi
 
PPT
Introduction to web design
Stephen Pollard
 
PPT
JWU Guest Talk: JavaScript and AJAX
Hilary Mason
 
PPT
Web Scraper Shibuya.pm tech talk #8
Tatsuhiko Miyagawa
 
PDF
Anvita Dynamic Fontson Web Feb2001
guest6e7a1b1
 
PPTX
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Tom Hapgood
 
PPTX
APEX Themes and Templates
InSync Conference
 
PDF
Standardizing the Web: A Look into the Why of Web Standards
Tim Wright
 
PPT
Block2 Session2 Presentation
Michael Gwyther
 
KEY
HTML5 - techMaine Presentation 5/18/09
pemaquid
 
PPT
Svg Overview And Js Libraries
seamusjr
 
PPTX
Intro to Html 5
Shauvik Roy Choudhary, Ph.D.
 
PPT
WordPress Development Confoo 2010
Brendan Sera-Shriar
 
PPT
introduction to web technology
vikram singh
 
Bringing Typography to the Web with sIFR 3 at <head>
Mark Wubben
 
How do speed up web pages? CSS & HTML Tricks
Compare Infobase Limited
 
Html Expression Web
Mark Frydenberg
 
Web Typography with sIFR 3 at Drupalcamp Copenhagen
Mark Wubben
 
A brief history of the web
Jorge Zapico
 
Haml, Sass & Compass
László Bácsi
 
Introduction to web design
Stephen Pollard
 
JWU Guest Talk: JavaScript and AJAX
Hilary Mason
 
Web Scraper Shibuya.pm tech talk #8
Tatsuhiko Miyagawa
 
Anvita Dynamic Fontson Web Feb2001
guest6e7a1b1
 
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Tom Hapgood
 
APEX Themes and Templates
InSync Conference
 
Standardizing the Web: A Look into the Why of Web Standards
Tim Wright
 
Block2 Session2 Presentation
Michael Gwyther
 
HTML5 - techMaine Presentation 5/18/09
pemaquid
 
Svg Overview And Js Libraries
seamusjr
 
WordPress Development Confoo 2010
Brendan Sera-Shriar
 
introduction to web technology
vikram singh
 
Ad

Recently uploaded (20)

PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
July Patch Tuesday
Ivanti
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PPTX
Q2 Leading a Tableau User Group - Onboarding
lward7
 
PPTX
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
July Patch Tuesday
Ivanti
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Q2 Leading a Tableau User Group - Onboarding
lward7
 
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 

Html5, css3, canvas, svg and webgl

  • 1. HTML5, CSS3, Canvas, SVG, WebGL, WTF, BBQ. kilianvalkhof.com – @kilianvalkhof
  • 5. <!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;> <!doctype html> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /> <meta charset=”utf-8”>
  • 6. <header> <hgroup> <nav> <section> <article> <aside> <figure> <footer> http://ejohn.org/blog/html5-shiv/
  • 7. <input type= email url range number date/month/week time search color http://www.modernizr.com/
  • 9. CSS3 Candidate Recommendation () 05 Dec 08 23 May 08 14 May 03 15 Sep 09 11 May 04 12 Mar 09 30 Jun 09 21 July 08 Working Draft () 10 Oct 06 19 Sep 06 15 Dec 05 06 Mar 07 04 May 07 15 Oct 09 18 Jun 09 09 Aug 07 09 Aug 07 16 Dec 04 05 Sep 07 Flexible Box Layout (Medium Priority) 23 Jul 09 Images Values (Medium Priority) 23 Jul 09 01 Dec 09 20 Mar 09 01 Dec 09 20 Mar 09 04 Aug 09 13 Aug 03 07 Nov 02 14 May 03 15 May 02 24 Feb 04 13 Aug 03
  • 11. @font-face @font-face { font-family: 'SansBold'; font-weight:700; src: url('../fonts/sans/Sans-Bold.eot'); src: local('Sans Bold'), local('Sans-Bold'), url('Sans-Bold.woff') format('woff'), url('Sans-Bold.otf') format('opentype'), url('Sans-Bold.svg#Sans-Bold') format('svg'); } fontsquirrel.com
  • 12. CSS Animations CSS Transitions a { background-color:#fff; -webkit-transition: background 1s linear; } a:hover { background-color:#f00; } @-webkit-keyframes pulse { from { opacity: 0.0; font-size: 100%; } to { opacity: 1.0; font-size: 200%; } } a { -webkit-animation-name:pulse; -webkit-animation-duration:2s; -webkit-animation-count:infinite; }
  • 13. Simpel: http://kilianvalkhof.com/uploads/spinners Minder simpel: http://53miles.com Heel cool: http://tylergaw.com/lab/themanfromhollywood/
  • 14. ...rgba, hsv, multicolumns, rounded corners, gradients, text-shadows, background sizing, multiple backgrounds, transforms cssdesk.com
  • 15. Var awesome = document.querySelectorAll(“div>p:first-child span.name[“title”]”); Nieuwe javascript API's querySelectorAll:
  • 16. Localstorage/sessionstorage window.localStorage['key'] = value; window.sessionStorage['key'] = anothervalue;
  • 17. ApplicationCache (a.k.a. Iphone web apps) <html manifest=&quot;cache-manifest&quot;> CACHE MANIFEST CACHE: /src/scripts.js /src/style.css /src/background.png /src/sprite1.png
  • 19. <video>, <audio> youtube.com/html5/ Ingebouwd. Eigen design. Besturen via javascript: video.play(); video.pause();
  • 20. <Canvas> 2d Bitmap Snel (geen DOM) https://developer.mozilla.org/en/Canvas_tutorial http://mrdoob.com
  • 21. SVG 2d vector DOM (gratis events) Raphaeljs.com Grafico.kilianvalkhof.com
  • 22. WebGL 3d Bovenop Canvas OpenGL 2.0 ...webkit nightlies, chrome dev builds http://www.youtube.com/watch?v=dgTnHjPHeks
  • 23. Vragen? Kilian Valkhof [email_address] @kilianvalkhof op twitter