目錄表

Windows Store (8/8.1) App

Metro style app development

Learn to build Windows Store apps

Windows Store

Previewing the Windows Store

App marketing tool Create great app marketing banners in no time.

Develop

Learn to build Metro style apps

Developing basic Metro style apps (JavaScript)

Tour of the IDE for JavaScript developers

Windows Store Apps with HTML5 Refresh Jump Start

Advanced Windows Store App Development with HTML5 Jump Start

Windows 8 resources for JavaScript and HTML5 developers

运用JavaScript构建你的第一个Metro式应用程序(on Windows 8)

UI

LBS/Maps

Using Google Maps in a Windows 8 Metro application

Network

Touch Input

http://msdn.microsoft.com/en-us/library/windows/desktop/dd562197%28v=vs.85%29.aspx

Touch Injection Sample

Simulating Touch Input in Windows Developer preview using Touch Injection API

Toast

Sending toast notifications from desktop apps sample

Add launch parameters

When click on a toast. Set some parameters to control UI.

http://msdn.microsoft.com/en-us/library/windows/apps/br230846.aspx

Add a attribute name launch.

var toastXml = Windows.UI.Notifications.ToastNotificationManager.getTemplateContent(template);
toastXml.getElementsByTagName("toast")[0].setAttribute('launch', onLaunchString);

When app launching:

app.onactivated = function (eventObject) {
    if (eventObject.detail.kind === Windows.ApplicationModel.Activation.ActivationKind.launch && eventObject.detail.arguments !== "") {
        var args = eventObject.detail.arguments;
        ......
    }
}

Audio/Video

Advertising

Walkthrough: Monetize Windows 8 with the Microsoft Advertising SDK

Analysis

Debug

Event Log

WinJS

Windows Library for JavaScript reference

Writing code using the WinJS library

Namespace

WinJS namespaces and classes

WinJS - Classes

WinJS - Namespaces

How to Write a WinJS Custom Control

ListView

Sample

Windows Runtime (WinRT)

Windows.Storage

ApplicationData

http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.applicationdata

Managing application data

IE 10

打造 Windows 8 的 Modern IE 10 完美網頁

Reference

eBooks

Other

jQuery