SlideShare a Scribd company logo
HTML5 and ASP.NET

            Justin Lee
Software Development Consultant
      triplez@justinlee.sg
       http://justinlee.sg
HTML5
• HTML5 + Browser API +
  CSS3 + JavaScript
• New Elements and
  Attributes Markup
• New APIs for DOM
• Video, Audio, 2D, 3D,
  Animations, File, Drag-
  and-Drop, etc. support
HTML5 for ASP.NET Developers
HTML5 for ASP.NET Developers
HTML5 for ASP.NET Developers
HTML5 for ASP.NET Developers
HTML5 for ASP.NET Developers
Getting things set up
• Microsoft Visual Studio 2010 SP1
• Web Standards Update for Microsoft Visual
  Studio 2010 SP1
• ASP.NET MVC3
• NuGet
Look! HTML5!
NuGet Packages
•   JQuery
•   Modernizr
•   HTML5.Setup
•   MvcHtml5Templates
•   MVCHtml5Toolkit
•   Html5Boilerplate.Mvc3.Razor
Can I Use…
HTML5 New Markups
• <!DOCTYPE html>
• <header></header>, <section></section>,
  <footer></footer>
• <nav></nav>
• New <input></input> attributes
• <audio></audio>, <video></video>
• <progress></progress>
• <meter></meter>
• Etc. etc. etc. etc. etc.
HTML5 New Markups
HTML5 New APIs
•   Web Storage
•   Web Workers
•   Web Sockets
•   Notifications
•   Drag-and-Drop, Drag-in
•   Geolocation
•   Canvas
•   Etc. etc. etc. etc.
HTML5 + CSS3
•   CSS Selectors
•   Webfonts
•   Text wrapping
•   Columns
•   Text Stroke
•   Opacity
•   HSL support
•   Rounded Corners
•   Gradients
•   Shadows
•   Border Image
•   Flexible Box Model
•   Transitions, Transforms, Animations
•   Etc. etc. etc. etc.
CSS Selectors
Selectors                         Negation
.row:nth-child(even) {            :not(.box) {
  background: #dde;                 color: #00c;
}                                 }
.row:nth-child(odd) {             :not(span) {
  background: white;                display: block;
}                                 }

Image-like display                More specific targetting
div {                             h2:first-child { ... }
  display: inline-block;
}                                 div.text > div { ... }
                                  h2 + header { ... }
Specific attributes
input[type="text"] {
  background: #eee;
}
Web Fonts
@font-face {
  font-family: 'LeagueGothic';
  src: url(LeagueGothic.otf);
}

@font-face {
  font-family: 'Droid Sans';
  src: url(Droid_Sans.ttf);
}

header {
  font-family: 'LeagueGothic';
}
HTML5 + JS
• document.getElementsByClassName,
  document.querySelectorAll
• Custom data-* attributes
• Element.classList
• History API
• Etc. etc. etc. etc.
Demos

HTML5 DEMOS
Futures for Visual Studio vNext
• Web Form will be HTML5 compatible
• MVC and Razor will also support HTML5
• Visual Studio Intellisense will have better JS
  and CSS detection
Tips
• Use ASP.NET MVC 3, not ASP.NET Web Forms
  (until ASP.NET 4.5)

• Use Modernizr to maintain backward
  compatibility

• Use Web Workers to maintain responsiveness
Tips
• Consider carefully what should be processed
  Server-Side and Client-Side

• Not all browsers support all features
  (Especially IE)

• Learn the new markups, what you need might
  just be there.
Useful Links
•   Html5rocks.com
•   htmlfivewow.com
•   Caniuse.com
•   Supersocket.codeplex.com
•   Web Standards Update
Q&A
              Justin Lee
Software Development Consultant
        triplez@justinlee.sg
         http://justinlee.sg
Exploring new career opportunities

More Related Content

PPTX
Css3
Vladimir Varun
 
PDF
快速开发Css
tbmallf2e
 
PDF
Web Components - The Future is Here
Gil Fink
 
KEY
Next Generation UI
vmalinouski
 
KEY
CSS and CSS3
Robyn Overstreet
 
PPT
Getting started with html5
Suresh Kumar
 
PDF
Comparisons of web languages
Evelyn Loh
 
PDF
Designing Your Next Generation Web Pages with CSS3
Gil Fink
 
快速开发Css
tbmallf2e
 
Web Components - The Future is Here
Gil Fink
 
Next Generation UI
vmalinouski
 
CSS and CSS3
Robyn Overstreet
 
Getting started with html5
Suresh Kumar
 
Comparisons of web languages
Evelyn Loh
 
Designing Your Next Generation Web Pages with CSS3
Gil Fink
 

What's hot (20)

PPT
Web development basics (Part-1)
Rajat Pratap Singh
 
PPTX
Website trends 2012 presentation
Fresh_Egg
 
PDF
From Shabby to Chic
Richard Bair
 
ODP
Drupal Camp Kiev 2012 - High Performance Drupal Web Sites
Jean-Baptiste Guerraz
 
ODP
Css3
Knoldus Inc.
 
PDF
New(ish) Horizons in CSS (PDX Web & Design presentation)
Luc Perkins
 
KEY
Efficient theming in Drupal
Cedric Spillebeen
 
PDF
Aleact
Hyun Je Moon
 
PDF
Html5
shaifymehtadnn
 
PPTX
PhDigital Bootcamp: Web Development Concepts
Cindy Royal
 
PDF
Steve Barman - CSS and WordPress
Anthony Montalbano
 
PPTX
Css intro
Julia Vi
 
PDF
Php Online Training
Nagendra Kumar
 
PPT
Css best practices style guide and tips
Chris Love
 
PPTX
Hammersmith fundamentals html fundamentals
Mike Bradshaw
 
PDF
Intro to html, css & sass
Sean Wolfe
 
PPTX
How to dominate a free theme WCTO 2014
James Strang
 
PPTX
CSS Walktrough Internship Course
Zoltan Iszlai
 
PDF
The web context
Dan Phiffer
 
Web development basics (Part-1)
Rajat Pratap Singh
 
Website trends 2012 presentation
Fresh_Egg
 
From Shabby to Chic
Richard Bair
 
Drupal Camp Kiev 2012 - High Performance Drupal Web Sites
Jean-Baptiste Guerraz
 
New(ish) Horizons in CSS (PDX Web & Design presentation)
Luc Perkins
 
Efficient theming in Drupal
Cedric Spillebeen
 
Aleact
Hyun Je Moon
 
PhDigital Bootcamp: Web Development Concepts
Cindy Royal
 
Steve Barman - CSS and WordPress
Anthony Montalbano
 
Css intro
Julia Vi
 
Php Online Training
Nagendra Kumar
 
Css best practices style guide and tips
Chris Love
 
Hammersmith fundamentals html fundamentals
Mike Bradshaw
 
Intro to html, css & sass
Sean Wolfe
 
How to dominate a free theme WCTO 2014
James Strang
 
CSS Walktrough Internship Course
Zoltan Iszlai
 
The web context
Dan Phiffer
 
Ad

Viewers also liked (19)

PPT
ITSM the John Lewis Way, by Simon Skelton - Service Desk &amp; IT Support Show
Simon Skelton
 
PDF
سبيلك الى الثروة و النجاح
Morad Kheloufi Kheloufi
 
PPT
Kmeans
guestf0009ea
 
PDF
Experimental design
Dan Toma
 
PPTX
Historia insp aurora silva
antonio leal
 
PPTX
Who Needs Love! In Japan, Many Couples Don't- by Nicholas D. Kristof
Dongheartwell Dargantes
 
PPTX
Mumbai - Zappos - Downtown Project - Dec 10, 2015
Delivering Happiness
 
PPTX
Netiquette
oscargn10
 
PPTX
Trulia Metro Movers Report - Winter 2012
Trulia
 
DOC
Zaragoza turismo 243
Saucepolis blog & Hotel Sauce
 
PDF
Comprension de lectura de los mexicanos
Ismael Plascencia Nuñez
 
DOCX
Application of Number
iteclearners
 
PDF
Le lean startup concret autour d'une petite mousse
Jonathan Bonzy
 
PDF
DH Menu of Solutions for Sustainable Culture Change
Delivering Happiness
 
PDF
The Public Opinion Landscape: Election 2016
GloverParkGroup
 
PDF
#СтанемБлиже: спецкурс по межкультурной коммуникации с туристами с Востока
School of Efficient Language Studying Lingvocat.com/ Школа результативных языков Lingvocat.com
 
PPT
The secret of light Itziar
isamadero79
 
PDF
Meosq2 2011 Us Report Final
ktarca
 
ITSM the John Lewis Way, by Simon Skelton - Service Desk &amp; IT Support Show
Simon Skelton
 
سبيلك الى الثروة و النجاح
Morad Kheloufi Kheloufi
 
Kmeans
guestf0009ea
 
Experimental design
Dan Toma
 
Historia insp aurora silva
antonio leal
 
Who Needs Love! In Japan, Many Couples Don't- by Nicholas D. Kristof
Dongheartwell Dargantes
 
Mumbai - Zappos - Downtown Project - Dec 10, 2015
Delivering Happiness
 
Netiquette
oscargn10
 
Trulia Metro Movers Report - Winter 2012
Trulia
 
Zaragoza turismo 243
Saucepolis blog & Hotel Sauce
 
Comprension de lectura de los mexicanos
Ismael Plascencia Nuñez
 
Application of Number
iteclearners
 
Le lean startup concret autour d'une petite mousse
Jonathan Bonzy
 
DH Menu of Solutions for Sustainable Culture Change
Delivering Happiness
 
The Public Opinion Landscape: Election 2016
GloverParkGroup
 
#СтанемБлиже: спецкурс по межкультурной коммуникации с туристами с Востока
School of Efficient Language Studying Lingvocat.com/ Школа результативных языков Lingvocat.com
 
The secret of light Itziar
isamadero79
 
Meosq2 2011 Us Report Final
ktarca
 
Ad

Similar to HTML5 for ASP.NET Developers (20)

PDF
Html5 deciphered - designing concepts part 1
Paxcel Technologies
 
PPTX
Introduction to whats new in css3
Usman Mehmood
 
PPT
Html5 css3
Altaf Pinjari
 
PDF
IT2255 Web Essentials - Unit II Web Designing
pkaviya
 
PPTX
Introduction to Web Development.pptx
GDSCVJTI
 
PPTX
Introduction to Web Development.pptx
Alisha Kamat
 
PPTX
Introduction to Web Development.pptx
Alisha Kamat
 
ODP
Light introduction to HTML
abidibo Contini
 
PDF
Echo HTML5
Nathan Smith
 
PPT
SDP_-_Module_4.ppt
ssuser568d77
 
PDF
A practical guide to building websites with HTML5 & CSS3
Darren Wood
 
PPTX
HTML5 introduction for beginners
Vineeth N Krishnan
 
PDF
HTML5 for the Flash Developer
DevelopmentArc LLC
 
PDF
Dive Into HTML5
Doris Chen
 
KEY
Ease into HTML5 and CSS3
Brian Moon
 
PPTX
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
HarshwardhanPatil52
 
PPTX
Web Development Course - HTML5 & CSS3 by RSOLUTIONS
RSolutions
 
PDF
Intro to HTML 5 / CSS 3
Tadpole Collective
 
PPT
html5 css3 the future of web technology
hazzaz
 
PDF
Html5 n css3
Jindal Gohil
 
Html5 deciphered - designing concepts part 1
Paxcel Technologies
 
Introduction to whats new in css3
Usman Mehmood
 
Html5 css3
Altaf Pinjari
 
IT2255 Web Essentials - Unit II Web Designing
pkaviya
 
Introduction to Web Development.pptx
GDSCVJTI
 
Introduction to Web Development.pptx
Alisha Kamat
 
Introduction to Web Development.pptx
Alisha Kamat
 
Light introduction to HTML
abidibo Contini
 
Echo HTML5
Nathan Smith
 
SDP_-_Module_4.ppt
ssuser568d77
 
A practical guide to building websites with HTML5 & CSS3
Darren Wood
 
HTML5 introduction for beginners
Vineeth N Krishnan
 
HTML5 for the Flash Developer
DevelopmentArc LLC
 
Dive Into HTML5
Doris Chen
 
Ease into HTML5 and CSS3
Brian Moon
 
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
HarshwardhanPatil52
 
Web Development Course - HTML5 & CSS3 by RSOLUTIONS
RSolutions
 
Intro to HTML 5 / CSS 3
Tadpole Collective
 
html5 css3 the future of web technology
hazzaz
 
Html5 n css3
Jindal Gohil
 

Recently uploaded (20)

PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PPTX
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PPT
Coupa-Kickoff-Meeting-Template presentai
annapureddyn
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
This slide provides an overview Technology
mineshkharadi333
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Doc9.....................................
SofiaCollazos
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Coupa-Kickoff-Meeting-Template presentai
annapureddyn
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 

HTML5 for ASP.NET Developers

  • 1. HTML5 and ASP.NET Justin Lee Software Development Consultant [email protected] http://justinlee.sg
  • 2. HTML5 • HTML5 + Browser API + CSS3 + JavaScript • New Elements and Attributes Markup • New APIs for DOM • Video, Audio, 2D, 3D, Animations, File, Drag- and-Drop, etc. support
  • 8. Getting things set up • Microsoft Visual Studio 2010 SP1 • Web Standards Update for Microsoft Visual Studio 2010 SP1 • ASP.NET MVC3 • NuGet
  • 10. NuGet Packages • JQuery • Modernizr • HTML5.Setup • MvcHtml5Templates • MVCHtml5Toolkit • Html5Boilerplate.Mvc3.Razor
  • 12. HTML5 New Markups • <!DOCTYPE html> • <header></header>, <section></section>, <footer></footer> • <nav></nav> • New <input></input> attributes • <audio></audio>, <video></video> • <progress></progress> • <meter></meter> • Etc. etc. etc. etc. etc.
  • 14. HTML5 New APIs • Web Storage • Web Workers • Web Sockets • Notifications • Drag-and-Drop, Drag-in • Geolocation • Canvas • Etc. etc. etc. etc.
  • 15. HTML5 + CSS3 • CSS Selectors • Webfonts • Text wrapping • Columns • Text Stroke • Opacity • HSL support • Rounded Corners • Gradients • Shadows • Border Image • Flexible Box Model • Transitions, Transforms, Animations • Etc. etc. etc. etc.
  • 16. CSS Selectors Selectors Negation .row:nth-child(even) { :not(.box) { background: #dde; color: #00c; } } .row:nth-child(odd) { :not(span) { background: white; display: block; } } Image-like display More specific targetting div { h2:first-child { ... } display: inline-block; } div.text > div { ... } h2 + header { ... } Specific attributes input[type="text"] { background: #eee; }
  • 17. Web Fonts @font-face { font-family: 'LeagueGothic'; src: url(LeagueGothic.otf); } @font-face { font-family: 'Droid Sans'; src: url(Droid_Sans.ttf); } header { font-family: 'LeagueGothic'; }
  • 18. HTML5 + JS • document.getElementsByClassName, document.querySelectorAll • Custom data-* attributes • Element.classList • History API • Etc. etc. etc. etc.
  • 20. Futures for Visual Studio vNext • Web Form will be HTML5 compatible • MVC and Razor will also support HTML5 • Visual Studio Intellisense will have better JS and CSS detection
  • 21. Tips • Use ASP.NET MVC 3, not ASP.NET Web Forms (until ASP.NET 4.5) • Use Modernizr to maintain backward compatibility • Use Web Workers to maintain responsiveness
  • 22. Tips • Consider carefully what should be processed Server-Side and Client-Side • Not all browsers support all features (Especially IE) • Learn the new markups, what you need might just be there.
  • 23. Useful Links • Html5rocks.com • htmlfivewow.com • Caniuse.com • Supersocket.codeplex.com • Web Standards Update
  • 24. Q&A Justin Lee Software Development Consultant [email protected] http://justinlee.sg Exploring new career opportunities