Apps just in… More developers More Downloads More apps Amazing Momentum Since Launch.

Slides:



Advertisements
Similar presentations
Build Amazing Apps with Web Standards Mobile HTML5 Applications In Hours, Not Days.
Advertisements

Novinky v Václav Dajbych Microsoft Student Partner
What is HTML5…?. ”…removes the need for plugins” ”…can handle multimedia directly” ”…enables rich, interactive clients” ”…enables advanced visual designs”
HTML5 Haptics Standardization
Philly.NET Hands-On MVC Razor, HTML5, CSS3 Rob Keiser, Bill Wolff.
The E/R model, triggers, HTML5 Reminder … next Tuesday is the first exam. 1.
Transitioning to HTML5 and CSS3 Patrick Carey, Cengage Learning Author.
Web Platform Trident Browser Internet Explorer.
Chapter 9 Introduction to the Document Object Model (DOM) JavaScript, Third Edition.
Web Platform Trident Navigateur Internet Explorer.
CISC 474: Advanced Web Technologies HTML5 & CSS3, & Responsive Design.
© Anselm SpoerriDigital Media Production Digital Media Production Digital Media Production Anselm Spoerri PhD (MIT) Rutgers University
Relatore: Ing. Marco Porta Correlatore: Ing. Massimo Cellario Tesi di Laurea di: Andrea Marchetti Anno Accademico 2010/2011 UNIVERSITA’ DEGLI STUDI DI.
HTML 5 New Standardization of HTML. I NTRODUCTION HTML5 is The New HTML Standard, New Elements New Attributes Full CSS3 Support Video and Audio 2D/3D.
Microsoft Certification Exam Michael Van Cleave Planet Technologies.
Director of Computer Center, DaYeh University Ku-Yaw Chang.
JavaFX Updates in Java 8 3D and Webview By Rob Ratcliff
Josh
IE11 Preview is here! Briefing prepared for the IE MVPs and IE userAgents communities.
Building Windows 8 Apps with HTML & JavaScript Jaime Rodriguez Principal
Windows Store apps with HTML + Facebook integration
CS 215 Web Oriented Programming Review Dr. Orland Hoeber orland
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
Banners - HTML A banner is a zip-package containing a HTML file, CSS file, and optionally JavaScript file and assets in a asset directory. The banner is.
HTML5 for Mobile Andrew Kinai. HTML vs HTML5 HTML:A language that describes documents' formatting and content, which is basically composed of static text.
Presented By: Mahmoud Ghoz Internet Explorer 9 and HTML5 for Developers.
WELCOME TO THE NEXT GENERATION OF WEB DESIGN Thomas Lewis Principal Technical Evangelist | asimplepixel.tumblr.com SESSION CODE: WEB102.
Congratulations! You are part of a global community of thousands of web developers who attend Web Camps to keep their web development skills up-to-date.
Windows Core OS Services JavaScript (Chakra) C C++ C# VB Metro style apps Communication & Data Application Model Devices & Printing WinRT APIs Graphics.
HTML5, part III – API, … Štěpán Developer Evangelist Microsoft, Czech Republic.
Session: 1. © Aptech Ltd. 2Introduction to the Web / Session 1  Explain the evolution of HTML  Explain the page structure used by HTML  List the drawbacks.
CSS 2D Transforms CSS 3D Transforms CSS Animations CSS Backgrounds & Borders CSS Color CSS Flexbox CSS Fonts CSS Grid CSS Hyphenation CSS Image Values.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
HTML5&CSS3. Webpage Editors Notepad++ TextWrangler (Mac Users) Dreamweaver Editplus plus.sourceforge.net/uk/site.htm
& Paul Cotton 合作伙伴项目资深专家顾问 微软 加拿大. W3C HTML 工作组.
Silverlight 101 Ahead! If you know Silverlight and are looking for more advanced content check out : ‘Microsoft Silverlight “Media” : Moving at 60fps’
HTML 5 The Future of Web Development. What is HTML5? “HTML5 is a specification of how the web’s core language, HTML, should be formatted and utilized.
Tim Program Manager, Developer Platform
LESSON 15 – UNIT 0 ADAPTING YOUR WEB SITE FOR MOBILE DEVICES.
Internet Explorer 10 IE9 hardware-accelerated platform CSS 2D Transforms CSS Backgrounds & Borders CSS Color CSS Fonts CSS Media Queries CSS Namespaces.
An Introduction to Developing Applications for Microsoft Silverlight Jaime Rodriguez
Document Object Model Nasrullah. DOM When a page is loaded,browser creates a Document Object Model of the Page.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
Live Project Based Industrial Training SSDN Technologies Pvt. Ltd. Call Us: /
1 Using jQuery JavaScript & jQuery the missing manual (Second Edition)
TNPW1 Ing. Jiří Štěpánek.  In current version (XHTML 1.0 strict)  No multimedia elements  No semantics elements  Only few input types  Only few document.
Basic in Photoshop Tools in Photoshop Simple templates design menu in Photoshop different navigation bar image effects Design your portfolio page Design.
CSCI 3100 Tutorial 5 JavaScript & Ajax Jichuan Zeng Department of Computer Science and Engineering The Chinese University of Hong.
CIS 375—Web App Dev II DHTML. 2 Introduction to DHTML _________ HTML is “a term used by some vendors to describe the combination of HTML, style sheets.
Agenda * What is HTML5 -- Its history and motivation * HTML/XHTML as Human / Machine Readable Format * HTML and its related technologies * Brief summary.
XHTML. What Is XHTML? XHTML stands for EXtensible HyperText Markup Language XHTML is almost identical to HTML XHTML is stricter than HTML XHTML is HTML.
The HTML5 logo was introduced by W3C in 2010
Chapter 4: Feature Detection & Drag and Drop
SPC Developer 6/10/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Development of Internet Applications HTML5
Creating Visual Effects and Animation
Application with Cross-Platform GUI
Building beautiful and interactive apps with HTML5 & CSS3
In-Depth Look at Internet Explorer 9
Course Review ITI HTML5 Level II Course Review
Chasing the evolving web
Why use Web Standards?.
Anatomy of HTML5 sites and Metro style apps using HTML5
ITI 239 HTML5 Desktop and Mobile Level I
Course Review HTML5 Level II Course Review
HTML5 and Designing a Rich Internet Experience
HTML5 and Designing a Rich Internet Experience
The Web Andrew Spooner
Course Review HTML5 Level I Course Review
HTML5 and Designing a Rich Internet Experience
Presentation transcript:

Apps just in… More developers More Downloads More apps Amazing Momentum Since Launch

StackPanel stackPanel = new StackPanel(); TextBox textBox = new TextBox(); stackPanel.Children.Add(textBox); Button button = new Button(); stackPanel.Children.Add(button);

private void btnLongListSelector_Click(object sender, RoutedEventArgs e) { NavigationService.Navigate(new Uri("/LongListSelectorPage.xaml", UriKind.Relative)); }

AddressChooserTaskMapsTaskSaveContactTask AddWalletItemTaskMapUpdaterTaskSave AddressTask BingMapsDirectionsTaskMarketplaceDetailTaskSavePhoneNumberTask BingMapsTaskMarketplaceHubTaskSaveRingtoneTask CameraCaptureTaskMarketplaceReviewTaskSearchTask ConnectionSettingsTaskMarketplaceSearchTaskShareLinkTask AddressChooserTaskMediaPlayerLauncherShareMediaTask ComposeTaskPhoneCallTaskShareStatusTask GameInviteTaskPhoneNumberChooserTaskSmsComposeTask MapDownloaderTaskPhotoChooserTaskWebBrowserTask MapsDirectionsTaskSaveAppointmentTask

CSS 2D Transforms CSS 3D Transforms CSS Animations CSS Backgrounds & Borders CSS Color CSS Device Adaptation* CSS Flexbox* CSS Fonts CSS Grid* CSS Image Values (Gradients) CSS Media Queries CSS Multi-Column Layout* CSS Namespaces CSS OM Views CSS Regions And Exclusions* CSS Selectors CSS Transitions CSS Values And Units Data URI DOM Element Traversal DOM HTML DOM Level 3 Core DOM Level 3 Events DOM Style DOM Traversal And Range DOMParser And XMLSerializer ECMAScript 5 Formdata HTML5 Application Cache HTML5 Async Scripts HTML5 BlobBuilder HTML5 Canvas HTML5 Drag And Drop HTML5 Forms And Validation HTML5 Geolocation HTML5 History API HTML5 Parser HTML5 Sandbox HTML5 Selection HTML5 Semantic Elements HTML5 Video And Audio JavaScript Typed Array ICC Color Profiles IndexedDB Page Visibility Pointer (Mouse, Pen, And Touch) Events* RequestAnimationFrame Navigation Timing Selectors API Level 2 SVG Filter Effects SVG, Standalone And In HTML Web Messaging Web Sockets Web Workers XHTML/XML XHR (Level 2) XHR CORS

Dev Center Registration US $19 Limited time promotion

MSDN DOCS Designhttp://aka.ms/wp8devdesign Develophttp://aka.ms/wp8devdoc Testhttp://aka.ms/wp8testing Publishhttp://aka.ms/wp8publishing Sampleshttp://aka.ms/wp8samples TRAINING CONTENT Absolute Beginners Jump Starthttp://aka.ms/wp8js Design Boot Camphttp://aka.ms/wp8designbootcamp Training Kithttp://aka.ms/wp8hol NEWS & UPDATES Portalhttp://dev.windowsphone.com Bloghttp://wpdev.ms/developerblog Channel 9http://wpdev.ms/insidewp Twitterhttp:/twitter.com/wpdev