The Windows Team has decided to help celebrate the Windows 8 Release Preview and the Visual Studio 2012 Release Candidate, by releasing a preview edition of Programming Windows 8 Apps with HTML, CSS, and JavaScript, by Kraig Brockschmidt.
Download a PDF of the ebook here (4.34 MB).
Download the ebook’s sample code here (27.5 MB).
(We’ll release EPUB and MOBI versions of the final ebook.)
This book is about writing Metro style apps for Windows 8 using HTML5, CSS3, and JavaScript. The primary focus will be on applying these web technologies within the Windows 8 platform, where there are unique considerations, and not on exploring the details of those web technologies themselves. For the most part, then, the author assumes that you’re already at least somewhat conversant with these standards. We will cover some of the more salient areas like the CSS grid, which is central to app layout, but otherwise I trust that you’re capable of finding appropriate references for everything else.
This version covers the first 4 chapters of the final e-book.
Chapter 1 The Life Story of a Metro Style App: Platform Characteristics of Windows 8
Chapter 2 Quickstart
Chapter 3 App Anatomy and Page Navigation
Chapter 4 Controls, Control Styling, and Basic Data Binding
Chapter 5 Collections and Collection Controls
Chapter 6 Layout
Chapter 7 Metro Style Commanding UI
Chapter 8 State, Settings, Files, and Documents
Chapter 9 Input and Sensors
Chapter 10 Media
Chapter 11 Purposeful Animations
Chapter 12 Contracts
Chapter 13 Tiles, Notifications, the Lock Screen, and Background Tasks
Chapter 14 Networking
Chapter 15 Devices and Printing
Chapter 16 Extensions
Chapter 17 Apps for Everyone: Localization, Accessibility, and the Windows Store
Chapter 18 Services
Have fun!