Neben dem Standby, Ruhezustand und „Aus“-Modus gibt es ab Windows 8 einen neuen vierten Modus namens Connected Standby. Der neue Modus ist hauptsächlich für Notebooks und Tablets gedacht. Die Idee dahinter ist einfach: Das Gerät befindet sich zwar im Tiefschlaf und verbraucht weniger als ein Watt, dennoch können Windows Store Apps in regelmäßigen Abständen weiterhin mittels Hintergrundaufgaben (Background Tasks) mit der Außenwelt kommunizieren. Für die klassische Desktop-Software wird allerdings kein Zugriff gewährt. Diese befinden sich in einem festen Schlafmodus.
Microsoft Windows* 8 风格用户界面
跟燕青一起学Windows8应用开发:使用WinJS在已有Namespace中添加新成员
在跟燕青一起学Windows8应用开发:使用WinJS自定义Javascript的名字空间一文中,笔者已经讨论了如何用Namespace解决两个技术问题:
l 局部类定义全局化的问题。
l 多项目中代码名字冲突问题。
在博客后,笔者也留有一道思考题:在多次使用WinJS.Namespace.define定义相同名字的Namespace会出现什么情况?本篇博客就是讨论它的实际结果。
打开Study Metro App项目,建立MS1.js文件,并实现它的内容,如图1所示。

图1
图1的内容概要:定义一个局部变量desc,并且将它放入名字空间MySpace内。此外,Namespace的对象放入window.MS1中。
跟燕青一起学Windows8应用开发:使用WinJS在已有Namespace中添加新成员
在跟燕青一起学Windows8应用开发:使用WinJS自定义Javascript的名字空间一文中,笔者已经讨论了如何用Namespace解决两个技术问题:
l 局部类定义全局化的问题。
l 多项目中代码名字冲突问题。
在博客后,笔者也留有一道思考题:在多次使用WinJS.Namespace.define定义相同名字的Namespace会出现什么情况?本篇博客就是讨论它的实际结果。
打开Study Metro App项目,建立MS1.js文件,并实现它的内容,如图1所示。

图1
图1的内容概要:定义一个局部变量desc,并且将它放入名字空间MySpace内。此外,Namespace的对象放入window.MS1中。
跟燕青一起学Windows8应用开发:使用WinJS在已有Namespace中添加新成员
在跟燕青一起学Windows8应用开发:使用WinJS自定义Javascript的名字空间一文中,笔者已经讨论了如何用Namespace解决两个技术问题:
l 局部类定义全局化的问题。
l 多项目中代码名字冲突问题。
在博客后,笔者也留有一道思考题:在多次使用WinJS.Namespace.define定义相同名字的Namespace会出现什么情况?本篇博客就是讨论它的实际结果。
打开Study Metro App项目,建立MS1.js文件,并实现它的内容,如图1所示。

图1
图1的内容概要:定义一个局部变量desc,并且将它放入名字空间MySpace内。此外,Namespace的对象放入window.MS1中。
May 7th, 2013 AppLab for Windows*8 on mobile platforms
Well, just last week I returned from one of our first Application Development Labs (AppLab) devoted to development on the Intel Platform on Windows* 8 for touch, sensor, and HTML5. The event took place in Los Angeles (LA) California in the United States.
Case Study: Finalhit Incorporates C++ and Cocos2d-x in Windows* Desktop Game Development
By Karen Marcus
Case Study: Finalhit Incorporates C++ and Cocos2d-x in Windows* Desktop Game Development [PDF 980KB]
Everything for the Ultrabook™ developer
So one of the first questions raised by application developers, is typically how can I get started with app development on Ultrabook™ - well here are some excellent pointers.
Creating Compelling Content with XAML for Windows Store Apps: Control Templates, ListView,ListBox, Customization, and a Game Title Screen
I’m finding development for Windows* 8 to be a lot of fun. Over the last year, I have created a children’s math game and have written a few blogs for it:
UI Element touch physics: http://software.intel.com/en-us/blogs/2013/04/05/how-to-throw-a-uielement-across-the-screen-using-c-in-windows-8

