Chapter 6

Creating Windows 8 Style Applications with HTML5, CSS, and JavaScript

WHAT YOU WILL LEARN IN THIS CHAPTER:

  • Understanding the basics of HyperText Markup Language, cascading style sheets, and JavaScript
  • Accessing Windows Runtime from HTML5 applications
  • Creating Windows 8 style applications with JavaScript

WROX.COM CODE DOWNLOADS FOR THIS CHAPTER

You can find the wrox.com code downloads for this chapter on the Download Code tab at www.wrox.com/remtitle.cgi?isbn=012680. The code is in the Chapter06.zip download and individually named, as described in the corresponding exercises.

Earlier in this book, you learned that Windows 8 brings new opportunities to web developers. Traditionally, web developers could use their technologies to create websites that consist of programming logic running on a web server, and a user interface (UI) that can be accessed only via a web browser. Windows 8 changes this landscape by allowing web developers to reuse their existing knowledge to create applications that run on the desktop. Technologies that previously lived only on web servers and inside web browsers are now first-class citizens for creating classic rich client applications.

This chapter provides a brief overview of these technologies. First, you learn about how to create a classic web page and how to design it, and then you learn how to use the same technologies for creating full desktop applications on Windows 8.

NOTE This chapter contains a short introduction to HTML5, CSS ...

Get Beginning Windows 8 Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.