November 2012

Volume 27 Number 11

November 2012 Code Downloads

November 2012

JavaScript - Building and Using Controls in Windows Store Apps with JavaScript

When using JavaScript to build controls in a Windows Store app, you have access to HTML elements, WinRT controls and WinJS controls. See how you can mix and match these or even build your own.

Touch and Go - Assembling Bing Map Tiles on Windows Phone

Getting a map on the Windows Phone screen is easy, but rotating it so that north on the map is actually pointing north is another matter entirely. Charles Petzold describes how he used the Bing Maps SOAP Service to get the results he wanted.
VB version

Windows Phone - Speech-Enabling a Windows Phone 8 App with Voice Commands

In Windows Phone 8 apps, developers can use two new features to delight their users: voice commands to launch the app and execute commands, and a flexible API for speech recognition and synthesis to interact with the app by voice.
VB version