SlideShare a Scribd company logo
Everything you need to know
  about HTML5 in 10 min

      @edgarparada
5 Things you should know
         about HTML5

1. It’s not one big thing
2. You don’t need to throw anything away
3. It’s easy to get started
4. It already works
5. It’s here to stay
Timeline of HTML from
        1997 to 2004
                         First draft of
W3C published                                      XHTML
                       XHTML Extended
 HTML 4.0                                        Modularization
                             forms
    1997                     1999                    2001



                1998                      2000                    2003

                W3C                  XHTML 1.0                HTML Working
            reformulated            published as a           Group published
           HTML into XML                W3C                 the first version of
            (XHTML 1.0)            recomendation               XForms 1.0
Timeline of HTML from
      2004 and beyond...
 Workshop on            W3C adopts             HTML5 specs to
 Web Apps and           WHATWG’s               reach candidate
Compound Docs          work (HTML5)           status (projected)
    2004                   2007                     2012



                2005                  2009                         2022

        Web Applications       Last call issued for          HTML5 to reach
        1.0 Working Draft         the HTML5                 recommendation
            published            Working Draft              status (projected)

                                Public Interest in
                               HTML5 increases
We are on 2012, so is
 HTML5 ready yet?
WHAT Working Group?




The Web Hypertext Applications Technology
Working Group is a loose, unofficial, and open
collaboration of Web browser manufacturers and
interested parties.
Video
HTML5 defines a new element called <video> for embedding video in your web pages.
Embedding video used to be impossible without third-party plugins such as Apple
QuickTime or Adobe Flash.




The <video> element is designed to be usable without any detection scripts. You can
specify multiple video files, and browsers that support HTML5 video will choose one based
on what video formats they support.
Flash & HTML5 Fallback




FLV fallback is used to provide a regular FLV video for those Flash clients that do not
support support HTML5 video. MP4 support was added to Flash in version 9.115 and
lower versions can only play FLV files.

You should note that the FLV format is not a bad format. It provides a small file size
with relatively good quality. the FLV format can be optimized with a technology called "on2"
Local Storage
HTML5 storage provides a way for
web sites to store information on your
computer and retrieve it later.

The concept is similar to cookies, but it’s
designed for larger quantities of
information. Cookies are limited in size,
and your browser sends them back to
the web server every time it requests a
new page (which takes extra time and
precious bandwidth).

HTML5 storage stays on your
computer, and web sites can access it
with JavaScript after the page is loaded.
Web Workers
Web Workers provide a standard way for browsers to run JavaScript in the background.
With web workers, you can spawn multiple “threads” that all run at the same time, more
or less. (Think of how your computer can run multiple applications at the same time, and
you’re most of the way there.)




These “background threads” can do complex mathematical calculations, make network
requests, or access local storage while the main web page responds to the user scrolling,
clicking, or typing.
Geolocation
Geolocation is the art of figuring out
where you are in the world and
(optionally) sharing that information
with people you trust.

There is more than one way to figure
out where you are — your IP address,
your wireless network connection, which cell
tower your phone is talking to, or dedicated
GPS hardware that calculates latitude and
longitude from information sent by
satellites in the sky.
Modernizr, an HTML5
         detection library
Modernizr is an open source, MIT-licensed JavaScript library that detects
support for many HTML5 & CSS3 features. At the time of writing, the latest
version is 1.5.You should always use the latest version. To use it, include the
following <script> element at the top of your page.

<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8">
 <title>Dive Into HTML5</title>
 <script src="modernizr.min.js"></script>
</head>
<body>
 ...
</body>
</html>
Input Types

You know all about web forms, right? Make a
<form>, add a few <input type="text">
elements and maybe an <input
type="password">, and finish it off with an
<input type="submit"> button.

You don’t know the half of it. HTML5 defines
over a dozen new input types that you can use
in your forms.

search, number, range, color, tel, url, email, date,
month, week, time datetime, datetime-local
New Semantic Elements
Canvas
HTML5 defines the <canvas> element
as “a resolution-dependent bitmap canvas that
can be used for rendering graphs, game
graphics, or other visual images on the fly.”

A canvas is a rectangle in your page where
you can use JavaScript to draw anything
you want. HTML5 defines a set of
functions (“the canvas API”) for drawing
shapes, defining paths, creating gradients,
and applying transformations.
Canvas what’s good for?
Analysis, planning & prototypes

Product strategy, user-centered workflow
design, concept demos and UI prototypes

Brand, visual & infographics

Brand and identity, visual and icon system
design, data visualization and infographicst:

Website and application UI
design

Website and application information
architecture, system modeling, and
detailed user interface design
CSS3 Today
CSS3 is actually a series of modules that are
designed to be implemented separately and
independently from each other.

This segmented approach has enabled portions of
the spec to move faster (or slower) than others,
and has encouraged browser vendors to
implement the pieces that are further along before
the entirety of CSS3 is considered finished.

The benefit here for us web designers is that along
with experimentation and faster release cycle
comes the ability to use many CSS3
properties before waiting until they become
Candidate Recommendations.
Extra tips...
Everything you need to know
  about HTML5 in 15 min

      @edgarparada

More Related Content

PDF
AngularJS Basics
PPTX
Angularjs Basics
PDF
Modular JavaScript in an OSGi World - S Mak
PPT
OSGi and JavaScript - Simon Kaegi
PPTX
Sitecore MVC: Converting Web Forms sublayouts
PPT
Angular App Presentation
PPTX
Valentine with Angular js - Introduction
PDF
JEE Conf 2015: Less JS!
AngularJS Basics
Angularjs Basics
Modular JavaScript in an OSGi World - S Mak
OSGi and JavaScript - Simon Kaegi
Sitecore MVC: Converting Web Forms sublayouts
Angular App Presentation
Valentine with Angular js - Introduction
JEE Conf 2015: Less JS!

What's hot (20)

PPTX
Angular on ASP.NET MVC 6
PPTX
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
PDF
Jenkins Continuous Delivery
PDF
Angular, the New Angular JS
PPTX
SoCal Code Camp 2011 - ASP.NET MVC 4
PDF
Booting up with polymer
PPTX
Angular introduction students
PPT
Intro to Service Worker API and its use cases
PPTX
Polymer / WebComponents
PPTX
Vue micro frontend implementation patterns
PPTX
MVC 6 Introduction
PDF
Client Vs. Server Rendering
PPTX
Javascript Frameworks Comparison - Angular, Knockout, Ember and Backbone
PPTX
ASP .NET MVC - best practices
PDF
Custom Elements with Polymer Web Components #econfpsu16
PPTX
JavaFX and HTML5 - Like Curds and Rice
PDF
Targeting Mobile Platform with MVC 4.0
PDF
introduction to Vue.js 3
PPTX
Making Single Page Applications (SPA) faster
PPTX
AngularJS
Angular on ASP.NET MVC 6
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Jenkins Continuous Delivery
Angular, the New Angular JS
SoCal Code Camp 2011 - ASP.NET MVC 4
Booting up with polymer
Angular introduction students
Intro to Service Worker API and its use cases
Polymer / WebComponents
Vue micro frontend implementation patterns
MVC 6 Introduction
Client Vs. Server Rendering
Javascript Frameworks Comparison - Angular, Knockout, Ember and Backbone
ASP .NET MVC - best practices
Custom Elements with Polymer Web Components #econfpsu16
JavaFX and HTML5 - Like Curds and Rice
Targeting Mobile Platform with MVC 4.0
introduction to Vue.js 3
Making Single Page Applications (SPA) faster
AngularJS
Ad

Similar to Everything you need to know about HTML5 in 15 min (20)

PPTX
Html5 overview
PDF
HTML5 Introduction – Features and Resources for HTML5
PDF
UMK Lecture 5 - HTML5 latest v7
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PPTX
PDF
Everything That You Need To Know About HTML5
PDF
HTML5 Technical Executive Summary
PPTX
HTML5 introduction for beginners
PPTX
HTML 5 - A developers perspective
PPTX
Why Embrace "Html5"?
PPTX
Developing with HTML5
PPTX
Html 5 Features And Benefits
PPT
HTML 5 Complete Reference
PPT
HTML5: An Introduction To Next Generation Web Development
PDF
Qnx html5 hmi
PPTX
Html5 with SharePoint 2010
Html5 overview
HTML5 Introduction – Features and Resources for HTML5
UMK Lecture 5 - HTML5 latest v7
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Everything That You Need To Know About HTML5
HTML5 Technical Executive Summary
HTML5 introduction for beginners
HTML 5 - A developers perspective
Why Embrace "Html5"?
Developing with HTML5
Html 5 Features And Benefits
HTML 5 Complete Reference
HTML5: An Introduction To Next Generation Web Development
Qnx html5 hmi
Html5 with SharePoint 2010
Ad

More from Edgar Parada (17)

PPTX
Ciberseguridad, Fundamental para la Transformación Digital
PDF
Sass: CSS con Superpoderes
KEY
Diseño UI con jQuery mobile
KEY
Optimización de Contenido Flash para Móviles
KEY
Presentación Adobe AIR para PlayBook - Reto BlackBerry
KEY
Tips para Mejorar tu Estrategia Online
KEY
Contenido web en múltiples pantallas
KEY
Desarrollo para iPhone con Flash
PDF
HTML5 y Flash
PDF
CSS con Dreamweaver CS5
KEY
Google Analytics con Flash
PDF
Flash y Seo
PDF
Flash Catalyst en Campus Party
PPT
Usabilidad
PPT
Flex 101
PPT
Flex en Cafe de Altura
PDF
SG09 Ux Flash Catalyst
Ciberseguridad, Fundamental para la Transformación Digital
Sass: CSS con Superpoderes
Diseño UI con jQuery mobile
Optimización de Contenido Flash para Móviles
Presentación Adobe AIR para PlayBook - Reto BlackBerry
Tips para Mejorar tu Estrategia Online
Contenido web en múltiples pantallas
Desarrollo para iPhone con Flash
HTML5 y Flash
CSS con Dreamweaver CS5
Google Analytics con Flash
Flash y Seo
Flash Catalyst en Campus Party
Usabilidad
Flex 101
Flex en Cafe de Altura
SG09 Ux Flash Catalyst

Recently uploaded (20)

PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Machine learning based COVID-19 study performance prediction
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Cloud computing and distributed systems.
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
KodekX | Application Modernization Development
PPTX
Spectroscopy.pptx food analysis technology
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Machine learning based COVID-19 study performance prediction
Empathic Computing: Creating Shared Understanding
Understanding_Digital_Forensics_Presentation.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Cloud computing and distributed systems.
Per capita expenditure prediction using model stacking based on satellite ima...
The AUB Centre for AI in Media Proposal.docx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
20250228 LYD VKU AI Blended-Learning.pptx
sap open course for s4hana steps from ECC to s4
KodekX | Application Modernization Development
Spectroscopy.pptx food analysis technology
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Programs and apps: productivity, graphics, security and other tools
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx

Everything you need to know about HTML5 in 15 min

  • 1. Everything you need to know about HTML5 in 10 min @edgarparada
  • 2. 5 Things you should know about HTML5 1. It’s not one big thing 2. You don’t need to throw anything away 3. It’s easy to get started 4. It already works 5. It’s here to stay
  • 3. Timeline of HTML from 1997 to 2004 First draft of W3C published XHTML XHTML Extended HTML 4.0 Modularization forms 1997 1999 2001 1998 2000 2003 W3C XHTML 1.0 HTML Working reformulated published as a Group published HTML into XML W3C the first version of (XHTML 1.0) recomendation XForms 1.0
  • 4. Timeline of HTML from 2004 and beyond... Workshop on W3C adopts HTML5 specs to Web Apps and WHATWG’s reach candidate Compound Docs work (HTML5) status (projected) 2004 2007 2012 2005 2009 2022 Web Applications Last call issued for HTML5 to reach 1.0 Working Draft the HTML5 recommendation published Working Draft status (projected) Public Interest in HTML5 increases
  • 5. We are on 2012, so is HTML5 ready yet?
  • 6. WHAT Working Group? The Web Hypertext Applications Technology Working Group is a loose, unofficial, and open collaboration of Web browser manufacturers and interested parties.
  • 7. Video HTML5 defines a new element called <video> for embedding video in your web pages. Embedding video used to be impossible without third-party plugins such as Apple QuickTime or Adobe Flash. The <video> element is designed to be usable without any detection scripts. You can specify multiple video files, and browsers that support HTML5 video will choose one based on what video formats they support.
  • 8. Flash & HTML5 Fallback FLV fallback is used to provide a regular FLV video for those Flash clients that do not support support HTML5 video. MP4 support was added to Flash in version 9.115 and lower versions can only play FLV files. You should note that the FLV format is not a bad format. It provides a small file size with relatively good quality. the FLV format can be optimized with a technology called "on2"
  • 9. Local Storage HTML5 storage provides a way for web sites to store information on your computer and retrieve it later. The concept is similar to cookies, but it’s designed for larger quantities of information. Cookies are limited in size, and your browser sends them back to the web server every time it requests a new page (which takes extra time and precious bandwidth). HTML5 storage stays on your computer, and web sites can access it with JavaScript after the page is loaded.
  • 10. Web Workers Web Workers provide a standard way for browsers to run JavaScript in the background. With web workers, you can spawn multiple “threads” that all run at the same time, more or less. (Think of how your computer can run multiple applications at the same time, and you’re most of the way there.) These “background threads” can do complex mathematical calculations, make network requests, or access local storage while the main web page responds to the user scrolling, clicking, or typing.
  • 11. Geolocation Geolocation is the art of figuring out where you are in the world and (optionally) sharing that information with people you trust. There is more than one way to figure out where you are — your IP address, your wireless network connection, which cell tower your phone is talking to, or dedicated GPS hardware that calculates latitude and longitude from information sent by satellites in the sky.
  • 12. Modernizr, an HTML5 detection library Modernizr is an open source, MIT-licensed JavaScript library that detects support for many HTML5 & CSS3 features. At the time of writing, the latest version is 1.5.You should always use the latest version. To use it, include the following <script> element at the top of your page. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Dive Into HTML5</title> <script src="modernizr.min.js"></script> </head> <body> ... </body> </html>
  • 13. Input Types You know all about web forms, right? Make a <form>, add a few <input type="text"> elements and maybe an <input type="password">, and finish it off with an <input type="submit"> button. You don’t know the half of it. HTML5 defines over a dozen new input types that you can use in your forms. search, number, range, color, tel, url, email, date, month, week, time datetime, datetime-local
  • 15. Canvas HTML5 defines the <canvas> element as “a resolution-dependent bitmap canvas that can be used for rendering graphs, game graphics, or other visual images on the fly.” A canvas is a rectangle in your page where you can use JavaScript to draw anything you want. HTML5 defines a set of functions (“the canvas API”) for drawing shapes, defining paths, creating gradients, and applying transformations.
  • 16. Canvas what’s good for? Analysis, planning & prototypes Product strategy, user-centered workflow design, concept demos and UI prototypes Brand, visual & infographics Brand and identity, visual and icon system design, data visualization and infographicst: Website and application UI design Website and application information architecture, system modeling, and detailed user interface design
  • 17. CSS3 Today CSS3 is actually a series of modules that are designed to be implemented separately and independently from each other. This segmented approach has enabled portions of the spec to move faster (or slower) than others, and has encouraged browser vendors to implement the pieces that are further along before the entirety of CSS3 is considered finished. The benefit here for us web designers is that along with experimentation and faster release cycle comes the ability to use many CSS3 properties before waiting until they become Candidate Recommendations.
  • 19. Everything you need to know about HTML5 in 15 min @edgarparada

Editor's Notes