SlideShare a Scribd company logo
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
Beautiful Sites
and Apps
Easy-to-build,
Touch-First
Interactivity
Engaging Page
Layouts
Better
Client/Server
Data Transfer
Powerful Local
Data and Offline
Windows Core OS Services
JavaScript
(Chakra)
C
C++
C#
VB
Metro style Apps
Communication
& Data
Application Model
Devices &
Printing
WinRT APIs
Graphics &
Media
XAML HTML / CSS
HTML
JavaScript
C
C++
C#
VB
Desktop Apps
Win32
.NET
/ SL
Internet
Explorer
SystemServicesView
Model
ControllerCore
Windows Core OS Services
JavaScript
(Chakra)
C
C++
C#
VB
Metro style Apps
Communication
& Data
Application Model
Devices &
Printing
WinRT APIs
Graphics &
Media
XAML HTML / CSS
HTML
JavaScript
C
C++
C#
VB
Desktop Apps
Win32
.NET
/ SL
Internet
Explorer
SystemServicesView
Model
ControllerCore
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
// Apply transform to the slide
].elm.style.msTransform =
"scale(0.4) perspective(290px) rotateY(17deg)";
// Apply transition to the slide
“transform”
"2.5s";
slides[i].elm.style.msTransitionDelay = "0s";
[381] Building beautiful and interactive apps with HTML5 & CSS3
LEARN
MORE
Engaging page layouts
 70-480 - Programming in HTML5 with JavaScript and CSS3
[873] Designing Metro style apps using CSS3
LEARN
MORE
Powerful local data and offline
 70-480 - Programming in HTML5 with JavaScript and CSS3
MIME Type: text/cache-manifest
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
// Read file using FileReader and register handler for loadend
var filereader = new FileReader();
filereader.imagediv = d; // expando to store image element
filereader.onloadend = handleReaderOnLoadEnd;
filereader.readAsDataURL(file);
// Set image src in loadend handler
function handleReaderOnLoadEnd(event)
{
var image = this.imagediv.children[0].children[0];
image.src = this.result;
…
}
LEARN
MORE
Easy-to-build, touch-first interactivity
 70-480 - Programming in HTML5 with JavaScript and CSS3
LEARN
MORE
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
Better client/server data transfer
 70-480 - Programming in HTML5 with JavaScript and CSS3
Securely enable the
real-time Web
For the browser and
beyond
Standards-based
and interoperable
[373] Building real-time web apps with HTML5 WebSockets
LEARN
MORE
http://www.ietestdrive.com/Links/DevGuide9.html
http://www.ietestdrive.com/Links/DevGuide10.html
http://forums.dev.windows.com
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3
http://forums.dev.windows.com
http://bldw.in/SessionFeedback
 70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3

More Related Content

What's hot (20)

PPTX
Dhtml
Sadhana28
 
PPT
Reaching for the Future with Web Components and Polymer
FITC
 
PDF
Cloud Apache OpenOffice based on HTML5
pescetti
 
PDF
New Norm of HTML5
dynamis
 
PPTX
13. session 13 introduction to dhtml
Phúc Đỗ
 
PPT
Unit 2 dhtml
Sarthak Varshney
 
PDF
Webcomponents TLV October 2014
Dmitry Bakaleinik
 
PPT
Framework
vinoth kumar
 
PDF
阅读类 Web 应用前端技术探索
Yan Shi
 
PPTX
DIGIT Noe 2016 - Overview of front end development today
Bojan Veljanovski
 
PDF
Front end architecture
Remus Langu
 
PPT
Super billing asp.net
superb11b
 
PPTX
Creating a Data Driven UI Framework
Ankur Bansal
 
PPTX
Introduction to html5
Muktadiur Rahman
 
PPTX
Web designing and development
SHIVANI CHANDEL
 
PDF
Client side performance compromises worth making
Cathy Lill
 
PPTX
Html5
Nitish Sharma
 
PPTX
Front-end development introduction (JavaScript). Part 2
Oleksii Prohonnyi
 
PDF
Building a Better Web with HTML5 and CSS3
Karambir Singh Nain
 
KEY
Introduce PlutoCMS
xhan87
 
Dhtml
Sadhana28
 
Reaching for the Future with Web Components and Polymer
FITC
 
Cloud Apache OpenOffice based on HTML5
pescetti
 
New Norm of HTML5
dynamis
 
13. session 13 introduction to dhtml
Phúc Đỗ
 
Unit 2 dhtml
Sarthak Varshney
 
Webcomponents TLV October 2014
Dmitry Bakaleinik
 
Framework
vinoth kumar
 
阅读类 Web 应用前端技术探索
Yan Shi
 
DIGIT Noe 2016 - Overview of front end development today
Bojan Veljanovski
 
Front end architecture
Remus Langu
 
Super billing asp.net
superb11b
 
Creating a Data Driven UI Framework
Ankur Bansal
 
Introduction to html5
Muktadiur Rahman
 
Web designing and development
SHIVANI CHANDEL
 
Client side performance compromises worth making
Cathy Lill
 
Front-end development introduction (JavaScript). Part 2
Oleksii Prohonnyi
 
Building a Better Web with HTML5 and CSS3
Karambir Singh Nain
 
Introduce PlutoCMS
xhan87
 

Similar to 70-480 - Programming in HTML5 with JavaScript and CSS3 (20)

PDF
Develop an app for Windows 8 using HTML5
Soumow Dollon
 
PPTX
Architecting mobile solutions
Sachin Bhosale
 
PDF
Bd conf sencha touch workshop
James Pearce
 
PDF
HTML5 and the dawn of rich mobile web applications
James Pearce
 
PPTX
Windows 8 Pure Imagination - 2012-11-24 - Getting your HTML5 game Windows 8 r...
Frédéric Harper
 
PDF
Practical tipsmakemobilefaster oscon2016
Doris Chen
 
PPTX
Windows 8 store apps development
Ahmed Emad
 
PDF
Building cross platform mobile web apps
James Pearce
 
PPTX
Introduction to Metro Applications
Michael Collins
 
PDF
Building Cross Platform Mobile Web Apps
James Pearce
 
PDF
HTML5 features & JavaScript APIs
Fisnik Doko
 
PDF
Trends in front end engineering_handouts
AE - architects for business and ict
 
PDF
Get Ahead with HTML5 on Moible
markuskobler
 
PDF
Build Your First Mobile App in 1 hour with Windows App Studio
Nick Landry
 
PDF
The Enterprise Dilemma: Native vs. Web
Motorola Mobility - MOTODEV
 
PDF
Cross platform mobile web apps
James Pearce
 
PDF
Development Workshop on ET1, Android and Motorola RhoElements
Romin Irani
 
PPTX
Windows Store Apps using HTML and JavaScript: Become a Windows App Store deve...
Sacha Bruttin
 
PDF
Alejandro Villanueva - Google Inc.
Alejandro Corpeño
 
PDF
Google - Charla para CTOs
Palermo Valley
 
Develop an app for Windows 8 using HTML5
Soumow Dollon
 
Architecting mobile solutions
Sachin Bhosale
 
Bd conf sencha touch workshop
James Pearce
 
HTML5 and the dawn of rich mobile web applications
James Pearce
 
Windows 8 Pure Imagination - 2012-11-24 - Getting your HTML5 game Windows 8 r...
Frédéric Harper
 
Practical tipsmakemobilefaster oscon2016
Doris Chen
 
Windows 8 store apps development
Ahmed Emad
 
Building cross platform mobile web apps
James Pearce
 
Introduction to Metro Applications
Michael Collins
 
Building Cross Platform Mobile Web Apps
James Pearce
 
HTML5 features & JavaScript APIs
Fisnik Doko
 
Trends in front end engineering_handouts
AE - architects for business and ict
 
Get Ahead with HTML5 on Moible
markuskobler
 
Build Your First Mobile App in 1 hour with Windows App Studio
Nick Landry
 
The Enterprise Dilemma: Native vs. Web
Motorola Mobility - MOTODEV
 
Cross platform mobile web apps
James Pearce
 
Development Workshop on ET1, Android and Motorola RhoElements
Romin Irani
 
Windows Store Apps using HTML and JavaScript: Become a Windows App Store deve...
Sacha Bruttin
 
Alejandro Villanueva - Google Inc.
Alejandro Corpeño
 
Google - Charla para CTOs
Palermo Valley
 
Ad

Recently uploaded (20)

PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PDF
Dimensions of Societal Planning in Commonism
StefanMz
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PPTX
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
PDF
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PDF
SSHS-2025-PKLP_Quarter-1-Dr.-Kerby-Alvarez.pdf
AishahSangcopan1
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
community health nursing question paper 2.pdf
Prince kumar
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
Dimensions of Societal Planning in Commonism
StefanMz
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
SSHS-2025-PKLP_Quarter-1-Dr.-Kerby-Alvarez.pdf
AishahSangcopan1
 
Ad

70-480 - Programming in HTML5 with JavaScript and CSS3