<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.windows.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>The Windows Blog</title><link>http://blogs.windows.com/b/</link><description /><dc:language>en-US</dc:language><generator>7.x Production</generator><item><title>Testing your Windows Phone app – Part 2</title><link>http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/05/21/testing-your-windows-phone-app-part-2.aspx</link><pubDate>Tue, 21 May 2013 20:07:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:dd5ab806-a232-4885-b48e-35eb500ebe99</guid><dc:creator>Adam Denning</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;i&gt;This blog post was authored by Craig Horsfield, a Senior SDET on the Windows Phone Test and Operations team.&lt;/i&gt;  &lt;p&gt;&lt;i&gt;&lt;/i&gt; &lt;p&gt;&lt;i&gt;- Adam&lt;/i&gt;  &lt;hr&gt;  &lt;p&gt;Testing your app throughout the development process can help you create a really great Windows Phone app. Testing helps ensure that your app is effectively represented in the Windows Phone Store as an app that offers Windows Phone users a high level of performance and quality. A small investment in the key areas described in this post can help you bypass common errors early in the development process, and help you get positive results in the long term. This post is part 2 of a 3-part series that outlines key test areas that you should consider before submitting your app to the Store.  &lt;h2&gt;Push notification and Live Tiles&lt;/h2&gt; &lt;h3&gt;Live Tiles &lt;/h3&gt; &lt;p&gt;Live Tiles are updated through push notification or through an app’s periodic background agent. When testing these areas, you should accelerate the update time so that you can test more rapidly. For more info, see &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/hh202948(v=vs.105).aspx" target="_blank"&gt;Tiles for Windows Phone&lt;/a&gt;.  &lt;table cellspacing="1" cellpadding="2" width="630" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="291"&gt; &lt;p align="center"&gt;&lt;b&gt;Test scenario&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="334"&gt; &lt;p align="center"&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="291"&gt; &lt;p&gt;1. Verify that your Live Tile updates.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="334"&gt; &lt;p&gt;Verify that the Live Tile updates after it has been pinned to &lt;b&gt;Start&lt;/b&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="291"&gt; &lt;p&gt;2. Verify that your Live Tile stops updating.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="334"&gt; &lt;p&gt;If this setting is disabled in the app, make sure the Live Tile stops updating.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="291"&gt; &lt;p&gt;3. Verify that the Live Tile updates via a periodic agent.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="334"&gt; &lt;p&gt;If the Live Tile is updated via a periodic agent, verify the update on all network types, and verify that the Live Tile updates when there is no network, for example, in Airplane mode.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="291"&gt; &lt;p&gt;4. Verify that the Live Tile is working and present after an app upgrade.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="334"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="291"&gt; &lt;p&gt;5. Verify that the Live Tile is working and present after an app upgrade and subsequent restarting the device. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="334"&gt; &lt;p&gt;If updating the app, make sure that you don’t change the &lt;b&gt;TokenID&lt;/b&gt; in the &lt;b&gt;WMAppManifest.xml&lt;/b&gt; file. This results in your Live Tile being removed from &lt;b&gt;Start&lt;/b&gt; when the device is restarted.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="291"&gt; &lt;p&gt;6. If using a background agent, verify that the agent doesn’t crash or terminate. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="334"&gt; &lt;p&gt;This results in disabling the agent and Tile updates will fail.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h3&gt;Notifications &lt;/h3&gt; &lt;p&gt;Apps that use notifications normally are used within background agents. Test these notifications to ensure that they work properly. For more info, see &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/jj207004(v=vs.105).aspx" target="_blank"&gt;Notifications for Windows Phone&lt;/a&gt;.  &lt;table cellspacing="1" cellpadding="2" width="630" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="315"&gt; &lt;p align="center"&gt;&lt;b&gt;Test scenario&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="310"&gt; &lt;p align="center"&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="315"&gt; &lt;p&gt;1. Verify that notifications are received.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="310"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="315"&gt; &lt;p&gt;2. Verify what happens when you tap the notification.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="310"&gt; &lt;p&gt;Tapping the notification launches the user into the app in the correct state.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="315"&gt; &lt;p&gt;3. Verify that the app doesn’t overuse toast notifications. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="401"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h2&gt;Agents&lt;/h2&gt; &lt;p&gt;Background agents provide key abilities for an app, but they also introduce some specific test considerations. Agents can be disabled and enabled in the phone’s settings, on the &lt;b&gt;Settings&lt;/b&gt; &amp;gt; &lt;b&gt;Application&lt;/b&gt; &amp;gt; &lt;b&gt;Background Tasks&lt;/b&gt; screen. The app needs to be aware of the state of the agent. Resources available to agents also are restricted. A key point to remember is that when running in the debugger, these restrictions are not enforced so it’s important to test your app outside of the debugger and track the resource that it is using. For more info, see &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202942%28v=vs.105%29.aspx" target="_blank"&gt;Background agents for Windows Phone&lt;/a&gt;.  &lt;table cellspacing="1" cellpadding="2" width="630" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="347"&gt; &lt;p align="center"&gt;&lt;b&gt;Test scenario&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="278"&gt; &lt;p align="center"&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="347"&gt; &lt;p&gt;1. Verify initial app start.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="278"&gt; &lt;p&gt;The agent starts when it’s needed.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="347"&gt; &lt;p&gt;2. Verify that the app handles state in which the agent has been disabled by the user in Settings\Application\Background Tasks.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="278"&gt; &lt;p&gt;Additionally, verify that the app performs as follows:  &lt;ul&gt; &lt;li&gt;App notifies the user that it’s not available and continues to work as expected.  &lt;li&gt;App notifies that the agent is needed and re-enables it.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="347"&gt; &lt;p&gt;3. Agents are disabled in low-battery conditions - test that the app can handle these states.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="278"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="347"&gt; &lt;p&gt;4. Agents that crash or are terminated by the OS for exceeding resources, on two successive crashes will be disabled. Ensure your app handles this state. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="278"&gt; &lt;p&gt;In this state the foreground app has to reschedule the agent. This state can be queried from the agent API. For more info, see &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/hh202944(v=vs.105).aspx#BKMK_DetectingWhenBackgroundAgentsHaveBeenDisabled" target="_blank"&gt;Background agent best practices for Windows Phone&lt;/a&gt;. &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="347"&gt; &lt;p&gt;5. Resource-intensive agent only runs when on power and Wi-Fi. Ensure app handles this correctly.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="278"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="347"&gt; &lt;p&gt;6. Verify that the agent stays below the required CPU and memory caps.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="349"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;This table lists the required CPU and memory caps, by agent on Windows Phone 8:  &lt;table cellspacing="1" cellpadding="2" width="600" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="197"&gt; &lt;p align="center"&gt;&lt;b&gt;Agent&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="190"&gt; &lt;p align="center"&gt;&lt;b&gt;CPU&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="207"&gt; &lt;p align="center"&gt;&lt;b&gt;Memory &lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="197"&gt; &lt;p&gt;CBE&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="190"&gt; &lt;p&gt;10%&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="207"&gt; &lt;p&gt;N/A&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="197"&gt; &lt;p&gt;GBA&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="190"&gt; &lt;p&gt;10%&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="207"&gt; &lt;p&gt;11 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="197"&gt; &lt;p&gt;BAP&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="190"&gt; &lt;p&gt;10%&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="207"&gt; &lt;p&gt;20 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="197"&gt; &lt;p&gt;FA&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="190"&gt; &lt;p&gt;5%&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="207"&gt; &lt;p&gt;10 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="197"&gt; &lt;p&gt;VoIP agent&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="224"&gt; &lt;p&gt;20%&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="278"&gt; &lt;p&gt;60 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h4&gt;&lt;/h4&gt; &lt;h2&gt;Media, audio, and video&lt;/h2&gt; &lt;p&gt;Media, audio, and video throughout your app should be tested. Consider these test scenarios in the table below. For more info, see &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/ff402550(v=vs.105).aspx" target="_blank"&gt;Media for Windows Phone&lt;/a&gt;. &lt;/p&gt; &lt;p&gt; &lt;table cellspacing="1" cellpadding="2" width="630" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p align="center"&gt;&lt;b&gt;Test scenario&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;p align="center"&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;1. Preserve audio state.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;If your app plays an audio sound (clip) when it starts, your app should not pause the currently playing audio. The app should preserve and not interfere with the currently audio playing on the device.  &lt;li&gt;If your app plays back audio content from a background agent or a foreground app, your app should pause any currently playing audio.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;2. Verify the Universal Audio Control during audio playback.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;Verify Play.  &lt;li&gt;Verify Pause / Resume.  &lt;li&gt;Verify Skip Next / Skip Previous.  &lt;li&gt;Skip to last and back to the first track, etc.  &lt;li&gt;Some apps may take time to process these calls. Verify that the UI is set to disabled while the app is processing these calls to prevent multiple invokes.  &lt;li&gt;Verify volume controls.  &lt;li&gt;Audio continues under lock.  &lt;li&gt;Audio continues when app is on the back stack.  &lt;li&gt;Verify all expected &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/ff462087(v=vs.105).aspx" target="_blank"&gt;codecs&lt;/a&gt; that the app offers can be played back.  &lt;li&gt;Track info is displayed in the UI.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;3. Verify audio playback via a background audio agent.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;Test all of the above test cases.  &lt;li&gt;Audio continues when the app is terminated but the background agent is allowed to continue.  &lt;li&gt;Audio continues to play when device screen is locked.  &lt;li&gt;App agent remains below the app 20-MB cap.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;4. Media Source &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;Verify media from a network stream.  &lt;li&gt;Verify media from the app’s ISO store.  &lt;li&gt;Verify media playing from the media library on the phone. (This case requires the correct capability in the app manifest.)&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;5. Video playback&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;Verify all states:  &lt;ul&gt; &lt;li&gt;Play from start  &lt;li&gt;Pause, resume  &lt;li&gt;Skip forward and back  &lt;li&gt;Change states rapidly&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;6. S-Video playback in FAS scenarios&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;On navigate away event, the app needs to record the current media stream location.  &lt;li&gt;Play media stream return to the phone start page and then switch back to the app. Verify the stream is preserved, should continue from the previous point.  &lt;li&gt;Play media stream and force the app to tombstone via Visual Studio. In this case, the app should continue from previous point but will have to load the stream and forward it to the location saved in navigate away and deactivated events.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;7. Bandwidth &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;Verify media stream playback on different networks and bandwidth. App should adjust playback quality and codec as need.  &lt;li&gt;Verify network dropped scenario and the app handles this and informs the user correctly. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Visual studio phone emulator can manipulate the network quality and type to aid in this testing.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;8. &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/ff769558(v=vs.105).aspx" target="_blank"&gt;Media hub integration&lt;/a&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="337"&gt; &lt;ul&gt; &lt;li&gt;Verify app is visible in the Media hub, manifest must have HubType=1.  &lt;li&gt;App has to use &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/microsoft.devices.mediahistory(v=vs.105).aspx" target="_blank"&gt;MediaHistory&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/microsoft.devices.mediahistoryitem(v=vs.105).aspx" target="_blank"&gt;MediaHistoryItem&lt;/a&gt; classes in this scenario.  &lt;li&gt;Verify post market place ingestion where the correct capabilities are set on the app manifest to enable it in the hub. (Use the App Beta submission process to test this.)  &lt;li&gt;App must update the, ‘now playing’ tile, ‘history’ and ‘new’ list.  &lt;li&gt;Verify app plays correct stream when launched from history or new list.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="288"&gt; &lt;p&gt;9. &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/ff769541(v=vs.105).aspx" target="_blank"&gt;FM Radio&lt;/a&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="425"&gt; &lt;ul&gt; &lt;li&gt;App is not compatible with all hardware and versions of Windows Phone. Test app on the correct platform.  &lt;li&gt;Verify that app sets the correct region based on the phone location; this enables the correct frequency stepping. If incorrect it will not tune well or find stations.  &lt;li&gt;Set the correct power modes. For example, verify that the user is not playing media from the FM radio, then set &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/microsoft.devices.radio.radiopowermode(v=vs.105).aspx" target="_blank"&gt;RadioPowerMode&lt;/a&gt;&lt;b&gt;&lt;/b&gt; to off.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt; &lt;h2&gt;Geolocation &lt;/h2&gt; &lt;p&gt;With Windows Phone 8, you can create apps that use info about the phone’s physical location. Scenarios for location-aware apps include checking the user into a web service using the user’s instantaneous location, and tracking the user’s location as it changes over a period of time. The location data the phone provides comes from multiple sources, including GPS, Wi-Fi, and cellular. The visual studio phone emulator can be used to simulate these location changes. The location can be moved manually or simulate a sequence of location changes. For more info, see &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/ff431800(v=vs.105).aspx" target="_blank"&gt;Location for Windows Phone 8&lt;/a&gt;.  &lt;table cellspacing="1" cellpadding="2" width="630" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="302"&gt; &lt;p align="center"&gt;&lt;b&gt;Test scenario&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="323"&gt; &lt;p align="center"&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="302"&gt; &lt;p&gt;1. Prevent &lt;b&gt;PositionChange&lt;/b&gt; events from firing too often and placing CPU processing load on the app.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="323"&gt; &lt;p&gt;Set the &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/windows.devices.geolocation.geolocator.movementthreshold.aspx" target="_blank"&gt;MovementThreshold&lt;/a&gt;&lt;b&gt;&lt;/b&gt; property to the appropriate value for the app needs and make sure that events fire only outside of that threshold.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="302"&gt; &lt;p&gt;2. Handle the unknown location state. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="323"&gt; &lt;p&gt;Ensure the app can handle &lt;b&gt;NA&lt;/b&gt; values. Test the app when it has no location state.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="302"&gt; &lt;p&gt;3. Test a large change in location data so that any internal calculations in the app do not fail in these cases. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="323"&gt; &lt;p&gt;For example, position changes greater than 1 degree. This can happen if the phone has had no valid location data for some period of time.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="302"&gt; &lt;p&gt;4. Test app in all hemispheres: North/South and West/East. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="323"&gt; &lt;p&gt;Ensure that your calculations on negative degree values are correct.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="302"&gt; &lt;p&gt;5. Test 0-degree and 180-degree location for longitude and latitude.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="409"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;Design considerations when using location:  &lt;table cellspacing="1" cellpadding="2" width="630" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="356"&gt; &lt;p align="center"&gt;&lt;b&gt;Test scenario&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="269"&gt; &lt;p align="center"&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="356"&gt; &lt;p&gt;1. Use a lower level of accuracy to save on battery power if applicable. &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="269"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="356"&gt; &lt;p&gt;2. Check the &lt;b&gt;Position.Location.IsUnknown&lt;/b&gt; and &lt;b&gt;GeoPositionStatus&lt;/b&gt; properties to ensure that the location is valid.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="348"&gt; &lt;p&gt;None.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h2&gt;Resource usage and performance&lt;/h2&gt; &lt;p&gt;Windows Phone apps need to be designed to efficiently use and preserve the limited resources of the phone platform. You want to design your apps to use the least possible CPU cycles, to access networks efficiently and purposefully, and to make the best use of visual components—graphics, bright colors, and themes use more power than a simpler UI.  &lt;p&gt;Test areas to consider:&lt;/p&gt; &lt;p&gt; &lt;table cellspacing="1" cellpadding="2" width="630" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="316"&gt; &lt;p align="center"&gt;&lt;b&gt;Test scenario &lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="309"&gt; &lt;p align="center"&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="316"&gt; &lt;p&gt;1. Check for a nonresponsive or jerky UI.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="309"&gt; &lt;p&gt;This could be caused by long-running activity on the UI thread.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="316"&gt; &lt;p&gt;1. Check for Memory leaks – repeat scenarios multiple times to detect memory leaks during specific sequences.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="309"&gt; &lt;p&gt;Repeat page navigation could increase app memory.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="316"&gt; &lt;p&gt;2. Check for rapid battery drain.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="400"&gt; &lt;p&gt;Can be caused by using the app for long periods of time.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;Tips and tools:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The Visual Studio app profiler, on the debug menu, is a key tool for looking into app memory and CPU usage.  &lt;li&gt;Using the &lt;b&gt;EnabledFrameRateCounter&lt;/b&gt;/&lt;b&gt;EnableRedrawRegions&lt;/b&gt; can be useful when app testing.  &lt;li&gt;Use APIs in the &lt;b&gt;DeviceStatus&lt;/b&gt; class track memory usage in the app, especially &lt;b&gt;ApplicationCurrentMemoryUsage&lt;/b&gt; and &lt;b&gt;ApplicationPeakMemoryUsage&lt;/b&gt;.  &lt;li&gt;See &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/ff967560(v=vs.105).aspx" target="_blank"&gt;App performance considerations for Windows Phone&lt;/a&gt; for an overview of app performance for Windows Phone.&lt;/li&gt;&lt;/ul&gt; &lt;h5&gt;&lt;/h5&gt; &lt;p&gt;In part 3 of this series, we’ll discuss additional areas and testing approaches to consider, including to &lt;i&gt;network resources, device-specific tests for hardware variations, display resolution, app upgrade, common Store test cases, and real-world testing&lt;/i&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588461&amp;AppID=5384&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/+Testing+Apps/default.aspx"> Testing Apps</category><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/Developing+Apps/default.aspx">Developing Apps</category></item><item><title>Use your HTML5 skills, port your PhoneGap app to Windows Phone, and win prizes</title><link>http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/05/20/use-your-html5-skills-port-your-phonegap-app-to-windows-phone-and-win-prizes.aspx</link><pubDate>Mon, 20 May 2013 19:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3a1b32e4-0717-4050-9454-03c971b55d8d</guid><dc:creator>JC Cimetiere</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Many of you have heard about &lt;a href="http://phonegap.com/" target="_blank"&gt;PhoneGap&lt;/a&gt; (aka &lt;a href="http://cordova.io/" target="_blank"&gt;Apache Cordova&lt;/a&gt;), the popular open source framework you can use to create mobile apps using HTML, CSS, and JavaScript. PhoneGap has &lt;a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2011/09/08/phonegap-mobile-html5-framework-adding-support-for-windows-phone-mango.aspx" target="_blank"&gt;supported&lt;/a&gt; the Windows Phone platform &lt;a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2011/09/08/phonegap-mobile-html5-framework-adding-support-for-windows-phone-mango.aspx" target="_blank"&gt;since Windows Phone 7.5&lt;/a&gt;, and had a &lt;a href="http://phonegap.com/blog/2012/12/21/apache-cordova-and-windows-phone-8/" target="_blank"&gt;major update&lt;/a&gt; to support new capabilities in Windows Phone 8, including Internet Explorer 10. &lt;br /&gt;Today, we&amp;rsquo;re launching a Porting Challenge and inviting developers who have used PhoneGap to publish apps in other stores &amp;ndash; for example, Apple iTunes, Google Play, Blackberry World, Bada, Symbian, or Palm OS &amp;ndash; to take any of their existing PhoneGap apps, published in any store, and port it to Windows Phone 8, like the Untappd app &lt;a href="http://blog.untappd.com/post/49432420630/untappd-for-windows-phone-8" target="_blank"&gt;recently ported to Windows Phone 8&lt;/a&gt;.&lt;/p&gt;
&lt;p align="center"&gt;&lt;a href="http://www.phonegapwpchallenge.com/" target="_blank"&gt;&lt;img width="223" height="240" title="clip_image002" style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" alt="clip_image002" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image002_5F00_thumb_5F00_43F15E0B.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Members of a panel selected from Microsoft, the Adobe PhoneGap team, and industry experts will choose 20 winners, based on apps that are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Original&lt;/li&gt;
&lt;li&gt;Innovative&lt;/li&gt;
&lt;li&gt;Easy to use&lt;/li&gt;
&lt;li&gt;Engaging and visually appealing to the user&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The panel will pick 3 grand prize winners who each will receive a Windows Phone 8 and a Surface Pro, and 17 first prize winners who each will receive a Windows Phone 8. All winning apps will be evaluated for featured slots in the Windows Phone Store.&lt;/p&gt;
&lt;p&gt;The challenge starts today, May 20, 2013. You have through June 30, 2013, to submit your app for this porting challenge. Winners will be announced July 19, 2013, at the &lt;a href="http://pgday.phonegap.com/us2013/" target="_blank"&gt;PhoneGap Day&lt;/a&gt; event in Portland, Oregon. The challenge is open to developers in all countries/regions where &lt;a href="http://msdn.microsoft.com/library/windowsphone/help/jj215599(v=vs.105).aspx" target="_blank"&gt;Windows Phone Dev Center registration is available&lt;/a&gt;. Read the &lt;a href="http://aka.ms/phonegapwpchallengerules" target="_blank"&gt;complete rules&lt;/a&gt; for all the details before you sign up at &lt;a href="http://www.phonegapwpchallenge.com/" target="_blank"&gt;http://www.phonegapwpchallenge.com/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Whether you&amp;rsquo;re a seasoned PhoneGap developer new to Windows Phone, or if you&amp;rsquo;re new to PhoneGap, I encourage you check the pointers on how to get started on the challenge site: &lt;a href="http://www.phonegapwpchallenge.com/Home/Resources" target="_blank"&gt;http://www.phonegapwpchallenge.com/Home/Resources&lt;/a&gt;&lt;br /&gt;We have a &lt;a href="http://aka.ms/wp8PhoneGapTutorial" target="_blank"&gt;5-minute video tutorial&lt;/a&gt;&amp;nbsp;that shows you how to set up PhoneGap with Visual Studio, and a few other detailed tutorials. We&amp;rsquo;ve also collected tips &amp;amp; tricks to adapt WebKit-optimized HTML5 code to Internet Explorer 10, and how to give your app UI a Windows Phone look and feel.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re curious to see examples of published Windows Phone apps that were built using the PhoneGap framework, head over to the PhoneGap website to browse their &lt;a href="http://phonegap.com/app/windows_phone/" target="_blank"&gt;Windows Phone app gallery&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ready, set, go!&lt;/p&gt;
&lt;p&gt;JC Cimetiere&lt;br /&gt;&lt;a href="http://www.twitter.com/jccim" target="_blank"&gt;@jccim&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588456&amp;AppID=5384&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Tech Tuesday Live Twitter Chat – Acer #winchat</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/20/tech-tuesday-live-twitter-chat-acer-winchat.aspx</link><pubDate>Mon, 20 May 2013 18:35:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:81f43ad2-0ac5-4432-9dab-09dc73d54a94</guid><dc:creator>Kristina Libby</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;As some of you know, I use an Acer Aspire S7 and love it. It’s a great device that has travelled from event to event, city to city and work place to fun place and back again. It’s why I’m thrilled to be joined by Acer for this week’s tech chat as they talk about the new &lt;a href="http://www.acer.com/aspirer7/en_US/"&gt;Acer Aspire R7&lt;/a&gt; (one of &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/03/acer-announces-new-windows-8-pcs.aspx"&gt;a few new PCs recently announced by Acer&lt;/a&gt;). This device is a touch notebook with an inventive hinge that allows your screen to be manipulated at multiple function points – this makes reading, sharing and playing more enjoyable. With an optimized series of positioning points, you can be more effective and more comfortable. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image002_5F00_0CBFA9FD.png"&gt;&lt;img width="240" height="217" title="clip_image002" style="border: 0px currentcolor; display: inline; background-image: none;" alt="clip_image002" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image002_5F00_thumb_5F00_2C711476.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;To participate in the Tech Tuesday Live Twitter Chat and be eligible to win an Acer R7, please do the following!&lt;ol&gt;&lt;li&gt;Join us from 12-1 PT (3-4 ET) on Twitter &lt;li&gt;Follow the hashtag #winchat &lt;li&gt;Follow &lt;a href="http://www.twitter.com/windows"&gt;@windows&lt;/a&gt;, &lt;a href="http://www.twitter.com/kristinalibby"&gt;@kristinalibby&lt;/a&gt;, &lt;a href="http://www.twitter.com/aceramerica"&gt;@aceramerica&lt;/a&gt;, &lt;a href="http://www.twitter.com/microsoftoem"&gt;@microsoftoem&lt;/a&gt; and &lt;a href="http://www.twitter.com/windowsblog"&gt;@windowsblog&lt;/a&gt; to make sure you get the whole picture. &lt;li&gt;For full legal terms and conditions, &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/p/winchat_contest.aspx"&gt;click here&lt;/a&gt;. &lt;/li&gt;&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588457&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/tech+chat/default.aspx">tech chat</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Acer+R7/default.aspx"> Acer R7</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+tech+tuesday+live+twitter+chat/default.aspx"> tech tuesday live twitter chat</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Tech+tuesday/default.aspx"> Tech tuesday</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+R7/default.aspx"> R7</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Acer/default.aspx"> Acer</category></item><item><title>Major League Soccer and Windows partner on exclusive app, fan and stadium experiences</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/20/major-league-soccer-and-windows-partner-on-exclusive-app-fan-and-stadium-experiences.aspx</link><pubDate>Mon, 20 May 2013 13:03:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:e3829e4b-cbcc-4d11-8f76-89784c4e9596</guid><dc:creator>Brandon LeBlanc</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Soccer fans tend to bring a lot of enthusiasm to the sport with the chants, team spirit and gusto.  The global appeal of soccer, which in much of the world is called Football, gives us all a common sport to know and discuss. Today &lt;a href="http://www.microsoft.com/en-us/news/Press/2013/May13/05-20MLSPR.aspx"&gt;we’re excited to share our multi-year partnership&lt;/a&gt; with Major League Soccer (MLS). We know sports fans love using technology to enhance and expand the experience on the field and soccer fans rank high in wanting to know and share their club’s latest stats and highlights!&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/4_5F00_752566DE.jpg"&gt;&lt;img width="375" height="211" title="4" style="border: 0px currentcolor; display: inline; background-image: none;" alt="4" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/4_5F00_thumb_5F00_59836B99.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;Together, MLS and Windows are bringing the game to you with unique in-stadium and online experiences for soccer fans. The Major League Soccer app for Windows 8 lets fans follow the entire season from anywhere at any time. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/mls_5F00_app1_5F00_74BBC49A.png"&gt;&lt;img width="240" height="135" title="mls_app1" style="border: 0px currentcolor; display: inline; background-image: none;" alt="mls_app1" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/mls_5F00_app1_5F00_thumb_5F00_0AA7C79C.png" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/mls_5F00_app3_5F00_70D3916C.png"&gt;&lt;img width="240" height="135" title="mls_app3" style="border: 0px currentcolor; display: inline; background-image: none;" alt="mls_app3" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/mls_5F00_app3_5F00_thumb_5F00_5701EBEE.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;The app features exclusive content and this season’s schedule, standings, highlights, play-by-play, roster lineups, game stats, goals, cards and substitutions. In addition, with live tiles - fans are able to customize their experience to get updates on their favorite club’s news right on their Start screen.&lt;p&gt;So, go &lt;a href="http://apps.microsoft.com/webpdp/app/9129dc50-43c4-4948-bd93-7e97c1c13609"&gt;download the app from the Windows Store&lt;/a&gt; or go to &lt;a href="http://www.mlssoccer.com"&gt;www.mlssoccer.com&lt;/a&gt; for more information on your favorite team or where to stop-by for a demo in a stadium near you this season!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588453&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Major+League+Soccer/default.aspx"> Major League Soccer</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Windows+Store/default.aspx"> Windows Store</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Soccer/default.aspx"> Soccer</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Partnership/default.aspx"> Partnership</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+MLS/default.aspx"> MLS</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+apps/default.aspx"> apps</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Sports/default.aspx"> Sports</category></item><item><title>New themes and wallpapers: Alaska, New Zealand, Sweden and sweets!</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/17/new-themes-and-wallpapers-alaska-new-zealand-sweden-and-sweets.aspx</link><pubDate>Fri, 17 May 2013 23:15:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:c9e124d4-6d5e-41e6-aca1-e74d49ebcb13</guid><dc:creator>Jennifer Shepherd</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;Many years ago, I spent a week visiting my brother in Alaska. At the time, he was working on a fishing boat out of Homer, and I spent several days on the boat enjoying the sights of Kachemak Bay and the Kenai Peninsula. The impression that struck me immediately as my flight descended toward the tarmac, and that stayed with me throughout my visit, was just how huge and near the mountains looked; in fact, every aspect of nature seemed larger, closer, and more vivid. That’s one of the things I like about the photographs of Kyle Waters, featured in our new &lt;a href="http://windows.microsoft.com/en-us/windows/alaskan-landscapes-download-theme" target="_blank"&gt;Alaskan Landscapes&lt;/a&gt; theme—the immensity and immediacy of Alaska’s natural landscape really comes through.&lt;p&gt;&lt;a href="http://windows.microsoft.com/en-us/windows/alaskan-landscapes-download-theme" target="_blank"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image001_5F00_3D7B3B38.jpg" width="484" height="301"&gt;&lt;/a&gt;&lt;p&gt;On the subject of great landscapes, in &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/archive/2013/04/19/windows-themes-for-the-armchair-traveler.aspx" target="_blank"&gt;my previous blog post&lt;/a&gt; I promised you more of Ian Rushton’s HDR photography, and I’m pleased to be able to follow through with not just one, but &lt;i&gt;two&lt;/i&gt; new themes. The first is a tour of &lt;a href="http://windows.microsoft.com/en-us/windows/new-zealand-queenstown-download-theme" target="_blank"&gt;Queenstown&lt;/a&gt; and the surrounding landscape, including the shores of Lake Wakatipu and views of the Kawarau and Shotover rivers.&lt;p&gt;&lt;a href="http://windows.microsoft.com/en-us/windows/new-zealand-queenstown-download-theme" target="_blank"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image002_5F00_71433189.jpg" width="484" height="301"&gt;&lt;/a&gt;&lt;p&gt;The other, and my new favorite, is a walk through the lush greenery of &lt;a href="http://windows.microsoft.com/en-us/windows/one-tree-hill-download-theme" target="_blank"&gt;One Tree Hill Domain&lt;/a&gt; and the adjoining Cornwall Park, in Auckland, New Zealand. I’m sure I don’t need to tell you what song I hear in my head when looking at these images!&lt;p&gt;&lt;a href="http://windows.microsoft.com/en-us/windows/one-tree-hill-download-theme" target="_blank"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image003_5F00_3E06F820.jpg" width="484" height="301"&gt;&lt;/a&gt;&lt;p&gt;Fans of our Swedish seasonal themes might have noticed when we published the &lt;a href="http://windows.microsoft.com/en-us/windows/swedish-autumn-download-theme" target="_blank"&gt;Swedish Autumn&lt;/a&gt;, &lt;a href="http://windows.microsoft.com/en-us/windows/swedish-summer-download-theme" target="_blank"&gt;Swedish Summer&lt;/a&gt;, and &lt;a href="http://windows.microsoft.com/en-us/windows/swedish-winter-download-theme" target="_blank"&gt;Swedish Winter&lt;/a&gt; themes several months ago, that &lt;i&gt;something was missing&lt;/i&gt;. You’ll be relieved to know that we’ve finally filled in the missing season with &lt;a href="http://windows.microsoft.com/en-us/windows/swedish-spring-download-theme" target="_blank"&gt;Swedish Spring&lt;/a&gt;. &lt;p&gt;&lt;a href="http://windows.microsoft.com/en-us/windows/swedish-spring-download-theme" target="_blank"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image004_5F00_4F0B2603.jpg" width="484" height="301"&gt;&lt;/a&gt;&lt;p&gt;For a total change of pace from landscape photography, I’m pleased to present a theme featuring the quirky artwork of illustrator Karyn Servin. The &lt;a href="http://windows.microsoft.com/en-us/windows/delectable-designs-download-theme" target="_blank"&gt;Delectable Designs&lt;/a&gt; theme’s cartoony cupcakes, popsicles, and other goodies will bring a cheerful pop of tasty color to your desktop. &lt;p&gt;&lt;a href="http://windows.microsoft.com/en-us/windows/delectable-designs-download-theme" target="_blank"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image005_5F00_1FD93A6C.jpg" width="484" height="301"&gt;&lt;/a&gt;&lt;p&gt;If you have an older version of Windows that can’t use themes, or if you prefer to use a single &lt;a href="http://windows.microsoft.com/en-US/windows/wallpaper" target="_blank"&gt;desktop background&lt;/a&gt;, be sure to check out the fresh wallpapers. Here are just a few:&lt;table border="0" cellspacing="0" cellpadding="0" width="641"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res1.windows.microsoft.com/resbox/en/windows/main/e83a4199-2924-4700-900e-adfeecff1cb8_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image006_5F00_45CEEAC2.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res1.windows.microsoft.com/resbox/en/windows/main/1053c3c8-6df4-41fe-8278-688b085d198b_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image007" border="0" alt="clip_image007" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image007_5F00_2547AB10.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res1.windows.microsoft.com/resbox/en/windows/main/30e9ca83-022c-495f-bc13-b43caa215d6b_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image008_5F00_4BA98E5B.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res2.windows.microsoft.com/resbox/en/windows/main/0da4e6b9-0f73-47b8-83eb-be74517adf9f_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image009" border="0" alt="clip_image009" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image009_5F00_2B224EA9.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res2.windows.microsoft.com/resbox/en/windows/main/71272c4c-6cfb-426e-8a68-f625388af7f1_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image010_5F00_58A36E6C.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res1.windows.microsoft.com/resbox/en/windows/main/ac0fafa5-e050-445b-9c94-3700bf54529b_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image011" border="0" alt="clip_image011" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image011_5F00_381C2EBA.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;We also added a new tab to the &lt;a href="http://windows.microsoft.com/en-us/windows/wallpaper" target="_blank"&gt;Desktop backgrounds&lt;/a&gt; page, specifically for &lt;a href="http://windows.microsoft.com/en-us/windows/wallpaper?T1=panoramic" target="_blank"&gt;panoramic wallpapers&lt;/a&gt;. If you have Windows 8 or Windows RT, these wallpapers will automatically extend across dual monitors that have the same resolution setting. But you can also enjoy them on an older version of Windows or on a single monitor. And as I explained in an earlier post, &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/archive/2013/02/07/using-a-gallery-wallpaper-on-your-lock-screen-in-windows-8-or-windows-rt.aspx" target="_blank"&gt;you can use wallpapers on your Windows 8 or Windows RT lock screen&lt;/a&gt;, as well.&lt;table border="0" cellspacing="0" cellpadding="0" width="641"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res1.windows.microsoft.com/resbox/en/windows/main/95f31420-d6b0-4cd6-aaa9-03d6d1a51a0c_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image012_5F00_1794EF08.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res1.windows.microsoft.com/resbox/en/windows/main/bb712c90-5f08-4ec0-a662-90bbb227f3a6_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image013" border="0" alt="clip_image013" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image013_5F00_6FEE72DD.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res1.windows.microsoft.com/resbox/en/windows/main/f04eed16-930f-4051-a29d-eda5d8b2db0d_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image014" border="0" alt="clip_image014" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image014_5F00_2179E073.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res2.windows.microsoft.com/resbox/en/windows/main/4ec6d8b8-2af4-4279-bfdc-7fe40dfaf9e6_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image015" border="0" alt="clip_image015" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image015_5F00_00F2A0C1.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res2.windows.microsoft.com/resbox/en/windows/main/58f2479f-0ed9-4b40-bced-94dfaf882e8b_7.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image016" border="0" alt="clip_image016" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image016_5F00_2754840C.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="213"&gt;&lt;p&gt;&lt;a href="http://res2.windows.microsoft.com/resbox/en/windows/main/8b97cd10-a7f5-46f5-8dc4-727e94ce4aeb_6.jpg" target="_blank"&gt;&lt;img style="margin: 0px auto; border: 0px currentcolor; float: none; display: block; background-image: none;" title="clip_image017" border="0" alt="clip_image017" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/clip_5F00_image017_5F00_1FC9149F.jpg" width="210" height="120"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;By the way, you can control how wallpapers fit to the screen in the &lt;b&gt;Desktop Background&lt;/b&gt; section of &lt;b&gt;Personalization&lt;/b&gt; in Control Panel. To see the full width of a panoramic image on a single monitor, choose &lt;b&gt;Fit&lt;/b&gt; in the &lt;b&gt;Picture Position&lt;/b&gt; menu. The image will be scaled down to fit the width of your monitor, and you'll see black above and below it. To fill your entire monitor but see only the middle of the image, choose &lt;b&gt;Fill&lt;/b&gt; in the &lt;b&gt;Picture Position &lt;/b&gt;menu. This will fit the image to the height of your monitor, and crop off the right and left edges.&lt;p&gt;As always, keep checking back on the &lt;a href="http://windows.microsoft.com/en-us/windows/personalization-gallery" target="_blank"&gt;Personalization Gallery&lt;/a&gt; – we’ll have even more new &lt;a href="http://windows.microsoft.com/en-us/windows/themes" target="_blank"&gt;themes&lt;/a&gt; and &lt;a href="http://windows.microsoft.com/en-us/windows/wallpaper" target="_blank"&gt;wallpapers&lt;/a&gt; for you next month.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588454&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Wallpapers/default.aspx"> Wallpapers</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Personalization/default.aspx">Personalization</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Theme/default.aspx"> Theme</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Themes/default.aspx"> Themes</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Personalization+Gallery/default.aspx"> Personalization Gallery</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Personalization+Control+Panel/default.aspx"> Personalization Control Panel</category></item><item><title>Adobe Photoshop Express for Windows 8 now available in the Windows Store</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/17/adobe-photoshop-express-for-windows-8-now-available-in-the-windows-store.aspx</link><pubDate>Fri, 17 May 2013 20:50:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:d7566418-422e-4eef-99cd-61d854078fbe</guid><dc:creator>Brandon LeBlanc</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Adobe Photoshop Express for Windows is now available for &lt;a href="http://apps.microsoft.com/webpdp/app/c08a0d72-28a1-465a-9e70-6a5b80b44d60"&gt;download from the Windows Store&lt;/a&gt;. Photoshop Express for Windows 8 comes with a variety of features to quickly edit your photos on your Windows PC or tablet. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Screenshot_2D00_18_5F00_4930EA88.png"&gt;&lt;img width="375" height="181" title="Screenshot (18)" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Screenshot (18)" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Screenshot_2D00_18_5F00_thumb_5F00_49AAFE55.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;You can do the basic photo enhancements such as crop, straighten, rotate, flip, or remove red-eye. You can adjusts color, contrast, and brightness all at once. And you can use “slider controls” to enhance contrast, exposure, and white balance, or let the app auto-correct it for you. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Screenshot_2D00_19_5F00_41626BCC.png"&gt;&lt;img width="475" height="267" title="Screenshot (19)" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Screenshot (19)" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Screenshot_2D00_19_5F00_thumb_5F00_247E6859.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;But my favorite feature are the quick one-touch filters – called “Looks” – to add different effects to your photos. The app comes with 15 free “Looks” with additional premium “Looks” available for purchase from Adobe. &lt;p&gt;And of course once you’re done editing your photo, you can quickly share your photo out to folks on your favorite social networks or save to your PC. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588452&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Adobe/default.aspx"> Adobe</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Filters/default.aspx"> Filters</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Photoshop+Express/default.aspx"> Photoshop Express</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+photos/default.aspx"> photos</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Windows+Store/default.aspx"> Windows Store</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+photography/default.aspx"> photography</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Store/default.aspx"> Store</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+apps/default.aspx"> apps</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Editing/default.aspx"> Editing</category></item><item><title>Love magazines? Get a $50 credit from Zinio for your Nokia Lumia</title><link>http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/05/17/love-magazines-get-a-50-credit-from-zinio-for-your-nokia-lumia.aspx</link><pubDate>Fri, 17 May 2013 19:16:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:d61b2280-5749-4293-85a6-2bc4d02b231f</guid><dc:creator>Michael Stroh</dc:creator><slash:comments>7</slash:comments><description>&lt;p&gt;The popular digital magazine app Zinio arrived in the Windows Phone Store this week as an exclusive for Nokia’s Windows Phone 8 models. (Miss it? You can &lt;a href="http://windowsphone.com/s?appId=236cc9f0-a250-4f1a-8f3a-b532d7a60b23" target="_blank"&gt;grab it here&lt;/a&gt;.) It’s a beautifully-designed app that should please any magazine junkie.&lt;/p&gt;  &lt;p&gt;But it gets better: To celebrate their debut, Zinio is also offering a $50 magazine credit to jump start your library. &lt;a href="http://www.zinio.com/lumiaoffer" target="_blank"&gt;Click here to claim the credit&lt;/a&gt;. The deal ends June 30.&lt;/p&gt;  &lt;p&gt;Zinio has an impressive stable of publications to pick from—everything from mainstream titles like The Economist, Esquire, and Rolling Stone to niche offerings such as Poker Player and Simply Crochet. Reader-friendly features of the official Windows Phone app include the ability to pull articles from multiple sources into your own customized reading list and read magazines offline. Zinio also serves up free articles each day from a selection of top-drawer titles. Check it out and let me know what you think.&lt;/p&gt;  &lt;p&gt;&lt;img style="margin: 0px 5px 0px 0px;" alt="7 of 8" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/e7db5367-6df7-4a7a-8bd2-1dc516f1d9da?imageType=ws_screenshot_large&amp;amp;rotation=0" width="225" height="375" /&gt;&lt;img style="margin: 0px 5px 0px 0px;" alt="4 of 8" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/32a0e1ff-5bd7-4757-aa44-d3838b12e296?imageType=ws_screenshot_large&amp;amp;rotation=0" width="225" height="375" /&gt;&lt;img alt="6 of 8" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/4387f95e-3235-41f2-b3eb-507994d2a7f3?imageType=ws_screenshot_large&amp;amp;rotation=0" width="225" height="375" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588451&amp;AppID=5371&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/exclusive/default.aspx">exclusive</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Windows+Phone+Store/default.aspx"> Windows Phone Store</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Lumia/default.aspx"> Lumia</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+app/default.aspx"> app</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Store/default.aspx"> Store</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+apps/default.aspx"> apps</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Magazines/default.aspx"> Magazines</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Nokia/default.aspx"> Nokia</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/Windows+Phone+8/default.aspx">Windows Phone 8</category></item><item><title>XAudio2 Performance and Battery Considerations for Windows Phone 8</title><link>http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/05/17/xaudio2-performance-and-battery-considerations-for-windows-phone-8.aspx</link><pubDate>Fri, 17 May 2013 18:50:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2ea73dc4-ab3e-47a2-924d-947bd2b61a25</guid><dc:creator>Adam Denning</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;em&gt;This blog post was authored by Joao Lucas Guberman Raza, a program manager on the Windows Phone team.&lt;/em&gt; &lt;p&gt;&lt;em&gt;- Adam&lt;/em&gt; &lt;hr&gt;  &lt;p&gt;In this post we cover important information for Windows Phone 8 developers who use the XAudio2 APIs, including best practices for battery performance. XAudio2 is a high-performance audio API available in Windows 8, Xbox 360, and Windows Phone 8. An app developer can use XAudio2 to create audio graphs in which they can treat each audio source in the graph as a distinct “voice.” The developer can apply different effects to each of the “voices.”  &lt;p&gt;In Windows Phone 8, the XAudio2 engine must be aligned with the life cycle of the app. This means that if an app is suspended, the app that’s using XAudio2 must force the XAudio2 engine to stop. When the app resumes/rehydrates, if it is designed to resume sounds using XAudio2, it must restart the XAudio2 engine. &lt;b&gt;Significant battery drain can occur if an app doesn’t stop the XAudio2 engine when the app is suspended, and the engine continues to run.&lt;/b&gt;  &lt;p&gt;To avoid this scenario, an app must call &lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/microsoft.directx_sdk.ixaudio2.ixaudio2.stopengine%28v=vs.85%29.aspx" target="_blank"&gt;IXAudio2::StopEngine&lt;/a&gt; when the app is suspended as described in the &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206944%28v=vs.105%29.aspx" target="_blank"&gt;Native audio APIs for Windows Phone 8&lt;/a&gt;. When the app resumes, it should call &lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/microsoft.directx_sdk.ixaudio2.ixaudio2.startengine%28v=vs.85%29.aspx" target="_blank"&gt;IXAudio2::StartEngine&lt;/a&gt;. For Silverlight and Direct3D with XAML apps, the suspend/resume APIs are the &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.shell.phoneapplicationservice.deactivated(v=vs.105).aspx" target="_blank"&gt;Suspended&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.shell.phoneapplicationservice.activated(v=vs.105).aspx" target="_blank"&gt;Activated&lt;/a&gt; events. For Direct3D native-only apps, the suspend/resume APIs are the &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.core.coreapplication.suspending.aspx" target="_blank"&gt;Suspending&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/library/windows/apps/windows.applicationmodel.core.coreapplication.resuming.aspx" target="_blank"&gt;CoreView Resuming&lt;/a&gt; events.  &lt;p&gt;The following code examples show you how you can do this in a pure native Direct3D app.  &lt;ol&gt; &lt;li&gt;First create the XAudio2 object, which handles the XAudio2 sound APIs.&lt;br&gt; &lt;div id="scid:9ce6104f-a9aa-4a17-a79f-3a39532ebf7c:06515ff5-5e87-43fa-8f95-c86d2c82e8f1" class="wlWriterEditableSmartContent" style="float: none; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px"&gt; &lt;div style="border: #000080 1px solid; color: #000; font-family: 'Courier New', Courier, Monospace; font-size: 10pt"&gt; &lt;div style="background: #000080; color: #fff; font-family: Verdana, Tahoma, Arial, sans-serif; font-weight: bold; padding: 2px 5px"&gt;C++&lt;/div&gt; &lt;div style="background: #fff; max-height: 300px; overflow: auto"&gt; &lt;ol style="background: #ffffff; margin: 0; padding: 0 0 0 5px; white-space: nowrap"&gt; &lt;li&gt;&lt;span style="background:#ffffff;color:#000000"&gt;IXAudio2* pXAudio = NULL ;&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&amp;nbsp;&lt;/li&gt; &lt;li&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;if&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt;( FAILED(XAudio2Create(&amp;amp;pXAudio, 0, XAUDIO2_DEFAULT_PROCESSOR) ) )&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;        &lt;span style="background:#ffffff;color:#000000"&gt;&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;return&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; &lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;false&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; ;&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&amp;nbsp;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;if&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; ( FAILED(pXAudio-&amp;gt;CreateMasteringVoice( &amp;amp;pMasterVoice ) ) )&lt;/span&gt;&lt;/li&gt; &lt;li&gt;        &lt;span style="background:#ffffff;color:#000000"&gt;&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;return&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; &lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;false&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt;;&lt;/span&gt;&lt;/li&gt; &lt;/ol&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;&lt;/li&gt; &lt;li&gt;Then, on the suspending/resume events, set up the XAudio2 object to call &lt;b&gt;StopEngine&lt;/b&gt; and then &lt;b&gt;StartEngine&lt;/b&gt;. In the following example, we use the default events in the Windows Phone 8 SDK template for Direct3D native-only apps.&lt;br&gt; &lt;div id="scid:9ce6104f-a9aa-4a17-a79f-3a39532ebf7c:6872c5b6-ba6c-4433-81a5-3653266ceea5" class="wlWriterEditableSmartContent" style="float: none; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px"&gt; &lt;div style="border: #000080 1px solid; color: #000; font-family: 'Courier New', Courier, Monospace; font-size: 10pt"&gt; &lt;div style="background: #000080; color: #fff; font-family: Verdana, Tahoma, Arial, sans-serif; font-weight: bold; padding: 2px 5px"&gt;C++&lt;/div&gt; &lt;div style="background: #fff; max-height: 300px; overflow: auto"&gt; &lt;ol style="background: #ffffff; margin: 0; padding: 0 0 0 5px; white-space: nowrap"&gt; &lt;li&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;void&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; WindowsApp::Initialize(CoreApplicationView^ applicationView)&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;    &lt;span style="background:#ffffff;color:#000000"&gt;{&lt;/span&gt;&lt;/li&gt; &lt;li&gt;    &lt;span style="background:#ffffff;color:#000000"&gt;applicationView-&amp;gt;Activated +=&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;        &lt;span style="background:#ffffff;color:#000000"&gt;&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;ref&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; &lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;new&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; TypedEventHandler&amp;lt;CoreApplicationView^, IActivatedEventArgs^&amp;gt;(&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;this&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt;, &amp;amp;WindowsApp::OnActivated);&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&amp;nbsp;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;    &lt;span style="background:#ffffff;color:#000000"&gt;CoreApplication::Suspending +=&lt;/span&gt;&lt;/li&gt; &lt;li&gt;        &lt;span style="background:#ffffff;color:#000000"&gt;&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;ref&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; &lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;new&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; EventHandler&amp;lt;SuspendingEventArgs^&amp;gt;(&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;this&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt;, &amp;amp;WindowsApp::OnSuspending);&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&amp;nbsp;&lt;/li&gt; &lt;li&gt;    &lt;span style="background:#ffffff;color:#000000"&gt;CoreApplication::Resuming +=&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;        &lt;span style="background:#ffffff;color:#000000"&gt;&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;ref&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; &lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;new&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; EventHandler&amp;lt;Platform::Object^&amp;gt;(&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;this&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt;, &amp;amp;WindowsApp::OnResuming);    &lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span style="background:#ffffff;color:#000000"&gt;}&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&amp;nbsp;&lt;/li&gt; &lt;li&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;void&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; WindowsApp::OnSuspending(Platform::Object^ sender, SuspendingEventArgs^ args)&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&lt;span style="background:#ffffff;color:#000000"&gt;{&lt;/span&gt;&lt;/li&gt; &lt;li&gt;    &lt;span style="background:#ffffff;color:#000000"&gt;pXAudio-&amp;gt;StopEngine() ;&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&lt;span style="background:#ffffff;color:#000000"&gt;}&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&amp;nbsp;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;   &lt;span style="background:#ffffff;color:#000000"&gt;&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;void&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; WindowsApp::OnResuming(Platform::Object^ sender, Platform::Object^ args)&lt;/span&gt;&lt;/li&gt; &lt;li&gt;   &lt;span style="background:#ffffff;color:#000000"&gt;{&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;    &lt;span style="background:#ffffff;color:#000000"&gt;pXAudio-&amp;gt;StartEngine() ;&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span style="background:#ffffff;color:#000000"&gt;}&lt;/span&gt;&lt;/li&gt; &lt;/ol&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;With these steps, you can design your app to follow best practices for battery consumption when you use the XAudio2 APIs. It’s important to note that this is one of many best practices you can use in your app. To learn more, see also &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769544%28v=vs.105%29.aspx" target="_blank"&gt;local folder best practices for Windows Phone&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff967552%28v=vs.105%29.aspx" target="_blank"&gt;localization best practices for Windows Phone&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202944%28v=vs.105%29.aspx" target="_blank"&gt;background agent best practices for Windows Phone&lt;/a&gt;.  &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588450&amp;AppID=5384&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/+XAudio2/default.aspx"> XAudio2</category><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/Developing+Apps/default.aspx">Developing Apps</category></item><item><title>App roundup: 7 apps for better health</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/17/app-roundup-7-apps-for-better-health.aspx</link><pubDate>Fri, 17 May 2013 18:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2a80d94d-95b3-4e2f-909f-08db2f51b4ec</guid><dc:creator>Kirsten Ballweg</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;As I mentioned in a &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/archive/2013/04/19/app-roundup-turn-it-up-music-apps-to-rock-out-to.aspx" target="_blank"&gt;previous post&lt;/a&gt;, I’m a writer for Windows by day, and a musician by night. Musicians don’t always have the best health habits. Late nights, hanging out in smoky clubs, and getting paid in drink tickets have taken their toll on my health. So I decided to take a look at some apps that might get me back on the health wagon.&lt;h4&gt;&lt;a href="http://apps.microsoft.com/windows/app/heart-age/37939927-BE10-4FF0-90EB-3428BA89EDE9" target="_blank"&gt;Heart Age&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Before starting an exercise regimen, I thought it might be a good idea to figure out if my heart could handle it. &lt;a href="http://apps.microsoft.com/windows/app/heart-age/37939927-BE10-4FF0-90EB-3428BA89EDE9" target="_blank"&gt;Heart Age&lt;/a&gt; is a free app that estimates your heart's "true age" based on info like your height, weight, frequency, and intensity of exercise, cholesterol, and blood pressure. &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/app/heart-age/37939927-BE10-4FF0-90EB-3428BA89EDE9" target="_blank"&gt;&lt;img width="620" height="349" title="Heart Age app" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Heart age calculator" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/HA_5F00_calc_5F00_4917C0B6.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;According to the test, I have the heart of a 28 year old. That sounds good to me! I ♥ Heart Age! &lt;h4&gt;&lt;a href="http://apps.microsoft.com/windows/app/heart-age/37939927-BE10-4FF0-90EB-3428BA89EDE9" target="_blank"&gt;Bodeefit&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Want a quick but brutal workout? &lt;a href="http://apps.microsoft.com/windows/app/bodeefit/E1E93DEF-358B-43AB-BBBE-2A80C8B2E1D9" target="_blank"&gt;Bodeefit&lt;/a&gt; has workout plans based on time (most are around 10-15 minutes) or number of rounds (the time these take depends on how fit your “bodee” is). The equipment you need is minimal—basically a floor, a wall, a box (for diabolical box jumps), and a bench (for dips and possibly for jumping over). There’s something reassuring about the video clip examples in this app. Watching a guy jumping on the box made me think that I could actually do that too. I was wrong. Box jumps are hard! But the videos make it fast and easy to figure out how to actually do the exercises—a lot easier than reading a description on how to do each move.&lt;p&gt;With workouts named Furious 10, Fire Breather, and Sit, Sit up, Crawl! I'm strangely looking forward to seeing what new form of torture awaits me next. &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/app/bodeefit/E1E93DEF-358B-43AB-BBBE-2A80C8B2E1D9" target="_blank"&gt;&lt;img width="620" height="349" title="Bodeefit app" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Bodeefit app" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/BF_5F00_WorkoutofDay_5F00_60CEF81C.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;If you want to save your results, you can sign up for a free Bodeefit account (or upgrade to a Pro membership for additional benefits). With the free membership, you’ll get daily workouts sent to your email address, and a paleo recipe from &lt;a href="http://paleomg.com/" target="_blank"&gt;PaleOMG&lt;/a&gt; once a week. The paleo diet, if you haven’t heard of it, is based on what Paleolithic man might have eaten. So basically: meat, fish, certain vegetables, and no sugar, carbs, or dairy. The recipes actually look delicious and include banana bread, brownie trifle, and cake (with substitutions for ingredients not allowed on the diet). Those cave men ate a lot better than I thought!&lt;h4&gt;&lt;a href="http://apps.microsoft.com/windows/app/ballstrike/6D3C47B8-A273-43ED-8E2B-A7C502181C6C" target="_blank"&gt;BallStrike&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Taking a workout and disguising it as a game is sheer brilliance. There’s no Mario or Ms Pac Man character in the game of &lt;a href="http://apps.microsoft.com/windows/app/ballstrike/6D3C47B8-A273-43ED-8E2B-A7C502181C6C" target="_blank"&gt;BallStrike&lt;/a&gt;, though. Through the magic of your webcam, you’re the main character. Balls appear on the screen, and it’s your job to twist, turn, kick, hit, and jump around to destroy the balls. Just watch out for those pesky bombs. You want to destroy them, not the other way around.&lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/app/ballstrike/6D3C47B8-A273-43ED-8E2B-A7C502181C6C" target="_blank"&gt;&lt;img width="620" height="349" title="BS_kick" style="border: 0px currentcolor; display: inline; background-image: none;" alt="BS_kick" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/BS_5F00_kick_5F00_74E814A5.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;At the end of your session, you can share photos of yourself on Facebook, through email, and on other sites.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/BS_5F00_congrats_5F00_142ABB79.jpg" target="_blank"&gt;&lt;img width="620" height="349" title="Sharing your Ballstrike action" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Sharing your Ballstrike action" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/BS_5F00_congrats_5F00_thumb_5F00_2C4E25D4.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;The first few levels of the game are completely free. To get the full version of the app (complete with 12 levels of ball-striking fun) it will cost you US$3.49, but that seems a small price to pay if you like to kick and punch things as much as I do. &lt;h4&gt;&lt;a href="http://apps.microsoft.com/windows/app/livestrong-com-calorie-tracker/5AB4F2BB-8E22-462C-AD2D-723EB3681531" target="_blank"&gt;MyPlate Calorie Tracker from LIVESTRONG.COM&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Losing weight, I’ve been told, is mostly about what you put and don’t put into your mouth. Exercise certainly helps and is very important for overall health and fitness, but as far as actual pounds go, it’s all about the food. &lt;p&gt;The &lt;a href="http://apps.microsoft.com/windows/app/livestrong-com-calorie-tracker/5AB4F2BB-8E22-462C-AD2D-723EB3681531" target="_blank"&gt;MyPlate Calorie Tracker&lt;/a&gt; has become my favorite app for tracking what I’m eating. It’s easy to add foods. Tap or click the &lt;b&gt;+&lt;/b&gt; button under the meal you want to record, and then start typing. Then just pick from the results and, if necessary, adjust your serving size. With a database of more than 1.3 million food items (including many popular brands and restaurant items), you’re bound to find the foods you’re eating. Foods you eat often are shown in a list of recently eaten foods, so it’s easy to add them.&lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/app/livestrong-com-calorie-tracker/5AB4F2BB-8E22-462C-AD2D-723EB3681531" target="_blank"&gt;&lt;img width="620" height="349" title="MyPlate Calorie Tracker" style="border: 0px currentcolor; display: inline; background-image: none;" alt="MyPlate Calorie Tracker" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/LS_5F00_hub_5F00_1279EFA5.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;You can also track the amount of water you’re drinking and how much and what type of exercise you’re doing. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/LS_5F00_exercisedetail_5F00_6348040D.png" target="_blank"&gt;&lt;img width="620" height="349" title="MyPlate exercise details" style="border: 0px currentcolor; display: inline; background-image: none;" alt="MyPlate exercise details" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/LS_5F00_exercisedetail_5F00_thumb_5F00_0F848AF2.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;When you first start the app (after you sign in or create a free account), you decide how much weight you want to lose each week. MyPlate Calorie Tracker crunches the numbers for you. You can see how many calories you have left to consume, and how many you’ve used each day. I’m going to try using this for a full week. Hopefully the scale will say 2 pounds lost by next Friday. &lt;h4&gt;&lt;a href="http://apps.microsoft.com/windows/app/digital-health-scorecard/34DFEAC4-B282-40CC-AC1B-BEE5C388BCE8" target="_blank"&gt;HealthVault&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Insurance info, health history, doctor info – &lt;a href="http://apps.microsoft.com/windows/app/digital-health-scorecard/34DFEAC4-B282-40CC-AC1B-BEE5C388BCE8" target="_blank"&gt;HealthVault&lt;/a&gt; brings them all together in one place. I signed in, and then plugged in my info. Not only does Health Vault help track calories and weight, it can keep track of  any health conditions you want to enter (oh, my aching back!). &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/app/digital-health-scorecard/34DFEAC4-B282-40CC-AC1B-BEE5C388BCE8" target="_blank"&gt;&lt;img width="620" height="349" title="HV_home" style="border: 0px currentcolor; display: inline; background-image: none;" alt="HV_home" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/HV_5F00_home_5F00_19697C5D.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;Many popular exercise or heath devices (like pedometers, blood pressure monitors, blood glucose monitors, and even some scales) work with Health Vault, so you can save all your data in one place. There are over 200 devices that are compatible, and the list is growing. Have a &lt;a href="http://apps.microsoft.com/windows/app/fitbit/e0879b33-8acb-4610-801f-8a3e06d8616b" target="_blank"&gt;Fitbit&lt;/a&gt;? You’re golden.&lt;p&gt;If you use other health apps, they can plug into HealthVault too. So if you have prescriptions at Walgreens, CVS, or various other pharmacies with apps, HealthVault can pull in your prescriptions so all of your health info is in one place.&lt;p&gt;You can also track health information for your family. So if you have kids or aging parents, HealthVault can help you out. &lt;h4&gt;&lt;a href="http://apps.microsoft.com/windows/app/d745bb46-9edb-4841-84c4-5d6417753404" target="_blank"&gt;KinectHealth&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;When it comes to working out, I’m motivated by competition. The &lt;a href="http://apps.microsoft.com/windows/app/d745bb46-9edb-4841-84c4-5d6417753404" target="_blank"&gt;KinectHealth&lt;/a&gt; app is perfect for people like me. It offers virtual training videos that use your webcam to monitor your activity level. Then, the app shares info about your workout with your friends who also use KinectHealth, so you can all stay motivated.&lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/app/d745bb46-9edb-4841-84c4-5d6417753404" target="_blank"&gt;&lt;img width="620" height="349" title="Kinect Health app" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Kinect Health app" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/KinectHealth_5F00_dashboard_5F00_58C72FED.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;When you watch a workout video, you'll see your trainer on the main part of the screen, and on the left, you’ll see a video of yourself working out, with your stats. At the top of the screen are friends and trainers who've taken the training already. As the video plays, you can see how your friends were doing at that specific point in the video. Your friends don’t need to be doing the same video at the same time—KinectHeath saves their data and just replays it back to you. You’ll see how many calories they burned and if they were calm (a purple circle on their profile picture), active (a green circle), or hyper (a red circle). &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/KinectHealth_5F00_BodyCombat_5F00_0CFB5934.jpg" target="_blank"&gt;&lt;img width="620" height="349" title="Kinect Health working out with friends" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Kinect Health working out with friends" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/KinectHealth_5F00_BodyCombat_5F00_thumb_5F00_6C07E68C.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;There were a good variety of video workouts available when I started the app (including yoga, Pilates, cardio, and strength). I decided to try out the Legs are Burning video, with the trainer, Jason. This workout delivered. As I did my squats and lunges along with Jason, my PC webcam monitored my activity. By the end of the training I was in the hyper zone.&lt;p&gt;As you reach your fitness goals, your progress is shared with friends (and vice versa) so you can cheer each other on, or at least get guilted into working out more. Effective!&lt;h4&gt;&lt;a href="http://apps.microsoft.com/windows/app/digital-health-scorecard/34DFEAC4-B282-40CC-AC1B-BEE5C388BCE8" target="_blank"&gt;Digital Health Scorecard&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;From Johnson &amp;amp; Johnson, the makers of a lot of health-related items from baby powder to Nicorette®, comes the &lt;a href="http://apps.microsoft.com/windows/app/digital-health-scorecard/34DFEAC4-B282-40CC-AC1B-BEE5C388BCE8" target="_blank"&gt;Digital Health Scorecard&lt;/a&gt; app. Plug in some numbers (the app walks you through 7 questions) and you’ll get your overall health score, based on The World Health Organization’s “Global Burden of Disease” data.&lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/app/digital-health-scorecard/34DFEAC4-B282-40CC-AC1B-BEE5C388BCE8" target="_blank"&gt;&lt;img width="620" height="349" title="DHS_drink" style="border: 0px currentcolor; display: inline; background-image: none;" alt="DHS_drink" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/DHS_5F00_drink_5F00_44616A62.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;The lower your score, the higher your chances of developing chronic diseases like diabetes, heart disease, or cancer.&lt;p&gt;On the results screen you can see how various changes in your overall lifestyle might affect your score by using the “What if?” button.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/DHS_5F00_results_5F00_4AA840F0.jpg" target="_blank"&gt;&lt;img width="620" height="349" title="DHS_results" style="border: 0px currentcolor; display: inline; background-image: none;" alt="DHS_results" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/DHS_5F00_results_5F00_thumb_5F00_30D40AC1.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;If you’re currently a smoker, you can see how your score would change if you quit. Or if you regularly enjoy a martini or two at lunch, you can drop your weekly drink number and see how much your score goes up. Making the comparison can be pretty motivating. But there’s no way I’m completely giving up my martinis. I like olives too much. And olives aren’t bad for you, at least in moderation, right?&lt;p&gt;Here’s to your health! (Clink!)&lt;p&gt;- Kirsten&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588449&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Digital+Health+Scorecard/default.aspx"> Digital Health Scorecard</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Heart+age/default.aspx">Heart age</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+app+roundup/default.aspx"> app roundup</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+MyPlate/default.aspx"> MyPlate</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+app/default.aspx"> app</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+KinectHealth/default.aspx"> KinectHealth</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Bodeefit/default.aspx"> Bodeefit</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+apps/default.aspx"> apps</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+health/default.aspx"> health</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+BallStrike/default.aspx"> BallStrike</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+exercise/default.aspx"> exercise</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+HealthVault/default.aspx"> HealthVault</category></item><item><title>Dell Announces New Workstations: Dell Precision T1700 series and Dell Precision R7610</title><link>http://blogs.windows.com/windows/b/extremewindows/archive/2013/05/16/dell-announces-new-workstations-dell-precision-t1700-series-and-dell-precision-r7610.aspx</link><pubDate>Thu, 16 May 2013 19:15:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:9f7b8f42-9c8e-4e36-94e6-8bd5389bed80</guid><dc:creator>Gavin Gear</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Today Dell announced some exciting new workstation PCs, the Dell Precision T1700 small form-factor workstation, the Dell Precision T1700 mini-tower workstation, and the Dell Precision R7610 rack-mounted workstation.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-36-metablogapi/Dell_2D00_T1700_2D00_SxS_2D00_500_5F00_2135D610.jpg"&gt;&lt;img width="500" height="462" title="Precision T1700 MT Workstation" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Precision T1700 MT Workstation" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-36-metablogapi/Dell_2D00_T1700_2D00_SxS_2D00_500_5F00_thumb_5F00_65E50102.jpg" border="0"&gt;&lt;/a&gt;&lt;br&gt;&lt;i&gt;The new Dell Precision T1700 mini-tower (left) and Dell Precision T1700 small form-factor (right)&lt;/i&gt;&lt;p&gt;The new T1700 mini-tower now offers 150W for graphics and an expanded set of ISV certifications, providing customers with even more power and reliability – all at about the price of a typical desktop PC. The new Dell small form-factor T1700 workstation PC is an incredibly small and light workstation PC that takes up minimal space. Both new T1700 workstations offer next-generation Intel processors, your choice of AMD or NVIDIA professional discrete graphics and Intel integrated graphics. These workstations also have some great standard features like dual front mounted USB 3.0 ports and PCIx x16 Gen 3 slots. Pricing for both T1700 workstations will be released by Dell on June 4.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-36-metablogapi/Dell_2D00_7610_2D00_500_5F00_72DEE113.jpg"&gt;&lt;img width="500" height="131" title="Precision R7610 Rack Workstation" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Precision R7610 Rack Workstation" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-36-metablogapi/Dell_2D00_7610_2D00_500_5F00_thumb_5F00_472E1717.jpg" border="0"&gt;&lt;/a&gt;&lt;br&gt;&lt;i&gt;The new Dell Precision R7610 rack workstation&lt;/i&gt;&lt;p&gt;Today Dell also announced a new member of the Dell rack workstation family: the R7610. Compared to previous Dell rack workstations, this new rack workstation will offer:&lt;ul&gt;&lt;li&gt;Greater performance&lt;/li&gt;&lt;li&gt;Enhanced remote experience&lt;/li&gt;&lt;li&gt;New virtualization capabilities&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;For this new rack workstation, Dell has packed the hardware capabilities of the Dell &lt;a href="http://www.dell.com/us/business/p/precision-t7600/pd"&gt;T7600 tower workstation&lt;/a&gt; into a compact 2U rack form-factor.&lt;p&gt;In addition to 1:1 remote computing, the R7610 now enables up to four users to access the workstation in a virtualized environment without sacrificing performance, resulting in increased access and better utilization of their assets. The Dell R7610 can support up to four single wide graphics cards including the NVIDIA Quadro K2000, NVIDIA Quadro K4000, and AMD FirePro W5000 cards or up to three double wide cards like the NVIDIA K5000. Also of note is the fact that the Dell R7610 supports Dell’s &lt;a href="http://www.dell.com/Learn/us/en/555/shared-content~data-sheets~en/Documents~Dell-Precision-workstation-Reliable-memory-technology-whitepaper.pdf?c=us&amp;amp;l=en&amp;amp;s=biz"&gt;Reliable Memory Technology&lt;/a&gt;, and memory capacity has been expanded to four channels with up to 256GB in 16 DIMM slots. The Dell Precision R7610 rack workstation will be available starting at $2,179 on May 21.&lt;p&gt;For more details, please see the &lt;a href="http://www.dell.com/Learn/us/en/uscorp1/press-releases/2013-05-16-dell-precision-tower-rack-workstations"&gt;official Dell press release&lt;/a&gt;.&lt;p&gt;Find me on twitter here: &lt;a href="http://www.twitter.com/gavingear"&gt;@GavinGear&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588448&amp;AppID=5936&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/Dell+Precision+Workstations/default.aspx">Dell Precision Workstations</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Rack+Workstation/default.aspx"> Rack Workstation</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Dell+T1700+SFF/default.aspx"> Dell T1700 SFF</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Dell+T1700+MT/default.aspx"> Dell T1700 MT</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Mini_2D00_Tower+Workstation/default.aspx"> Mini-Tower Workstation</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Small+Form_2D00_Factor+Workstation/default.aspx"> Small Form-Factor Workstation</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Dell+R7610/default.aspx"> Dell R7610</category></item><item><title>Tips to grow your app revenue through in-app purchase</title><link>http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/05/16/tips-to-grow-your-app-revenue-through-in-app-purchase.aspx</link><pubDate>Thu, 16 May 2013 17:28:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:f2655464-d337-439d-b7b9-c641bcbfa7b6</guid><dc:creator>Bernardo Zamora</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Your Windows Phone 8 app presents three potential sources of revenue: app sales, in-app advertisement, and &lt;b&gt;in-app purchases&lt;/b&gt;.  &lt;p&gt;In a &lt;a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/09/increase-monetization-by-adding-in-app-purchase-to-your-apps.aspx" target="_blank"&gt;previous blog post&lt;/a&gt; I wrote about what you can sell in your Windows Phone 8 app by adding &lt;b&gt;in-app purchase&lt;/b&gt;. You can:  &lt;ul&gt; &lt;li&gt;Sell digital items.  &lt;li&gt;Offer consumables (items that are used a set number of times per purchase) and durables (items purchased and then owned by the buyer).  &lt;li&gt;Extend app features: add game levels, app features, and game currency, for example.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Today, I want to share recommendations and guidance to optimize the experience and effectiveness of &lt;b&gt;in-app purchase&lt;/b&gt; in your Windows Phone app.  &lt;h3&gt;In-app purchase trends in the Windows Phone store&lt;/h3&gt; &lt;p&gt;In-app purchase was added with the launch of Windows Phone 8 as a way to expand the value of apps and offer the possibility of additional revenue. It represents a growing revenue source in the Windows Phone Store: already 40% of the top 15 highest-grossing developers have apps that use in-app purchase.  &lt;p&gt;Consumer adoption of in-app purchase varies by market, depending on regional trends, consumer preferences, and other regional differences. Central Europe, China, France, Middle East and United States are the markets where consumers purchased most in-app items, as a percentage of app downloads, compared to other markets.  &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;table cellspacing="1" cellpadding="2" width="600" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="193"&gt; &lt;p&gt;In-app items are used in all categories of Windows Phone 8 apps in the Store. The categories with highest use of in-app purchase are Games, Tools and Productivity and Books &amp;amp; Reference. So in-app purchase can be used in all types of apps.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="402"&gt; &lt;p align="center"&gt;&lt;b&gt;Use of in-app purchase by app category&lt;/b&gt;&lt;b&gt;&lt;/b&gt;  &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image002_5F00_10FD1F0F.png"&gt;&lt;img title="clip_image002" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="clip_image002" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image002_5F00_thumb_5F00_7075DF5C.png" width="370" height="209"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h3&gt;&lt;/h3&gt; &lt;h3&gt;Insight from the apps with highest in-app revenue&lt;/h3&gt; &lt;p&gt;We analyzed the &lt;b&gt;30 apps and games with the highest in-app purchase revenue&lt;/b&gt; in the Windows Phone Store, and found some interesting trends, common characteristics, and best practices. Here’s what we discovered.  &lt;p&gt;In-app purchase can add value to both games and non-game apps: the top grossing list includes 20 games (shooters, puzzles, racing, family, and other types of games) as well as 10 non-game apps (audio book, health/fitness, tools/productivity, navigation, and sports).  &lt;p&gt;&lt;u&gt;Start with a great app&lt;/u&gt;: All these top 30 apps are high quality, engaging apps with beautiful graphics and compelling sounds and music. All apps have 4-star ratings or higher, and user comments posted in the Store show that users love these apps, and therefore are willing to purchase the in-app items to enhance their experience. All these apps are easy to use and intuitive.  &lt;p&gt;&lt;u&gt;Use the ‘freemium’ business model&lt;/u&gt;: Most of these apps are free and offer in-app purchase extends the value of the app (90% of the apps are free and 10% are available in a paid version only). There are a few apps that are not free, and these apps are from developers with a brand name strong enough that users will know the quality or utility of the app. Very few of the apps, less than 5, use advertisement in the apps: most of these top developers focus only on in-app purchase to generate revenue.  &lt;p&gt;&lt;u&gt;Offer value even without purchase, and extend the app through in-app purchase&lt;/u&gt;: 28 of the 30 apps are useful even without in-app purchase. The apps provide great value even if no in-app purchase is used. In-app purchase is used to improve the app experience:  &lt;ul&gt; &lt;li&gt;The &lt;b&gt;games&lt;/b&gt; use in-app &lt;i&gt;consumables&lt;/i&gt; to offer game currency, which in turn is used to purchase items in the game. Users can earn this currency through gameplay, or accelerate gameplay through purchase.  &lt;li&gt;&lt;b&gt;Non-games&lt;/b&gt; offer content through &lt;i&gt;consumables&lt;/i&gt; and &lt;i&gt;durables&lt;/i&gt; (audio books, book chapters, navigation maps, more sounds) or offer additional features through &lt;i&gt;durable&lt;/i&gt; in-app purchase (for example additional features like online backup).  &lt;li&gt;Three of the five apps that have ads use in-app purchase as an option for the user to remove the ads.  &lt;li&gt;Two apps use in-app purchase to unlock the full version or new levels. These apps require in-app purchase to provide value beyond the introductory level or content.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt; &lt;table cellspacing="1" cellpadding="2" width="689" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="517"&gt; &lt;p&gt;&lt;u&gt;Integrate in-app purchase seamlessly&lt;/u&gt;: The app developers use in-app purchase as a natural extension of the app, not as an afterthought. When using these apps, users feel that they are getting a significant additional value of value through the in-app purchase, and don’t feel forced to buy the app items to be able to use the app. In-app purchase is shown on simple, clear screens that show the value of what is being purchased, and frequently offer many options so the user can choose the best one for their budget and needs.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="167"&gt; &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image004_5F00_09057CAD.png"&gt;&lt;img title="clip_image004" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="clip_image004" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image004_5F00_thumb_5F00_1A75DD85.png" width="135" height="136"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt; &lt;p&gt;&lt;u&gt;Make the app available also on Windows Phone 7&lt;/u&gt;: In-app purchase is only available on Windows Phone 8, so many of these top apps have created a XAP for Windows Phone 7 and a XAP for Windows Phone 8, to offer the app on Windows Phone 7:  &lt;ul&gt; &lt;li&gt;10 of these apps are available for &lt;b&gt;free&lt;/b&gt; on Windows Phone 7, providing the same functionality as the Windows Phone 8 versions, without in-app purchase. A few of these apps added mobile ads to provide ad revenue in place of the in-app revenue.  &lt;li&gt;5 of these apps have a &lt;b&gt;paid&lt;/b&gt; Windows Phone 7 version that offers the capabilities of the Windows Phone 8 version with all the in-app purchases.&lt;/li&gt;&lt;/ul&gt; &lt;h3&gt;Rebellion: Dredd vs Zombies and Guns 4 Hire&lt;/h3&gt; &lt;p&gt;I interviewed Chris Kingsley, CTO of Rebellion, to understand more about their Windows Phone games and how they use in-app purchase. Rebellion has two shooter games on Windows Phone: &lt;b&gt;&lt;a href="http://www.windowsphone.com/s?appid=730bcecb-7e82-4ea7-8280-7315fbdb5a8e" target="_blank"&gt;Dredd vs Zombies&lt;/a&gt;&lt;/b&gt; and &lt;b&gt;&lt;a href="http://www.windowsphone.com/s?appid=9f98321d-4ff3-4a48-84ad-f92e97c12e5e" target="_blank"&gt;Guns 4 Hire&lt;/a&gt;&lt;/b&gt;. Both games use in-app purchase, and are among the highest grossing free Windows Phone games.  &lt;p&gt;Rebellion makes games for many platforms, including PC games and Windows Store games. Chris shared with me the principles that he thinks have made in-app purchase successful in their Windows Phone games:  &lt;ul&gt; &lt;li&gt;The game has to be great.  &lt;li&gt;The game has to be designed with in-app purchase from the ground up.  &lt;li&gt;The game has to balance free versus paid content.  &lt;li&gt;Test, test, test, with as many people as possible.&lt;/li&gt;&lt;/ul&gt; &lt;table cellspacing="1" cellpadding="2" width="683" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="300"&gt; &lt;p&gt;&lt;b&gt;Dredd vs Zombies&lt;/b&gt; was designed for in-app purchase from the ground up: the game is playable from beginning to end without in-app purchase. In-app purchase is used to sell credits that are used to purchase items that make the game more fun and which accelerate leveling up.  &lt;p&gt;The items are designed so they genuinely feel like they are part of the game, and they provide a better play experience.&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="378"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/image_5F00_40D7C0D0.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/image_5F00_thumb_5F00_5FAE34AE.png" width="380" height="214"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;Dredd also offers items to try out, so players can get a feel for the game items that can be purchased. This also helps increase player engagement.&lt;/p&gt; &lt;table cellspacing="1" cellpadding="2" width="683" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="300"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/image_5F00_77656C14.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/image_5F00_thumb_5F00_03F31931.png" width="366" height="206"&gt;&lt;/a&gt;&lt;/td&gt; &lt;td valign="top" width="378"&gt; &lt;p&gt;&lt;b&gt;Guns 4 Hire&lt;/b&gt; offers a variety of in-app purchase items. The player has different options to choose from, and isn’t required to purchase to play the game.  &lt;p&gt;The game shows the items for purchase in a very effective way: a large display for each item, a price, and a short and clear description of what you get with the purchase. &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;Chris from Rebellion mentioned they have another game coming up this month for Windows Phone – Zombie HQ – which builds on the shooter template by allowing players to customize their own HQ between missions.  &lt;h3&gt;Adding in-app purchase to your app&lt;/h3&gt; &lt;p&gt;&lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/jj206949(v=vs.105).aspx" target="_blank"&gt;In-app purchase&lt;/a&gt; can enhance the app experience and increase your revenue, so if you think that you have a great app or game that is a good candidate for in-app purchase, add it today! Here’s how to get started:  &lt;ul&gt; &lt;li&gt;Understand &lt;a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/09/increase-monetization-by-adding-in-app-purchase-to-your-apps.aspx" target="_blank"&gt;what can be sold through in-app purchase and how to add it&lt;/a&gt;.  &lt;li&gt;Define how you would add in-app purchase to your Visual Studio project:  &lt;ul&gt; &lt;li&gt;Add it to an existing Windows Phone 7 project (&lt;a href="http://channel9.msdn.com/Shows/Inside+Windows+Phone/Inside-Windows-Phone-45--Adding-In-App-Purchase-as-a-light-up-feature-to-your-Windows-Phone-7-Games" target="_blank"&gt;through reflection&lt;/a&gt;) or create a new Windows Phone 8 project that uses in-app purchase natively.  &lt;li&gt;Offer a trial/paid version for Windows Phone 7 users.&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Add the in-app purchase to your code.  &lt;li&gt;Add the in-app purchase items through Dev Center.  &lt;li&gt;Test using the &lt;a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj681689(v=vs.105).aspx" target="_blank"&gt;different available testing techniques&lt;/a&gt;, and share the game with as many users as possible to polish the in-app purchase experience.  &lt;li&gt;Publish your app in the Store!&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Please post your feedback or questions about in-app purchase.  &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588447&amp;AppID=5384&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/+In_2D00_App+Purchase/default.aspx"> In-App Purchase</category><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/Developing+Apps/default.aspx">Developing Apps</category></item><item><title>Pre-order the Lenovo Yoga 11S today, available in June</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/16/pre-order-the-lenovo-yoga-s11-today-available-in-june.aspx</link><pubDate>Thu, 16 May 2013 15:42:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1a7729cd-b2cb-4e23-b996-6148ceb435c0</guid><dc:creator>Brandon LeBlanc</dc:creator><slash:comments>4</slash:comments><description>&lt;p&gt;Starting today, &lt;a href="http://news.lenovo.com/article_display.cfm?article_id=1682"&gt;you can now place orders&lt;/a&gt; for the IdeaPad Yoga 11S Ultrabook from &lt;a href="http://www.lenovo.com"&gt;www.lenovo.com&lt;/a&gt; and pre-order from &lt;a href="http://bestbuy.com"&gt;Best Buy&lt;/a&gt;. Various models of the Yoga 11S will be available in Best Buy stores starting on June 23. The estimated retail price for the Intel Core i3 model is $799.99 (U.S.). &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Yoga_2D00_11s_5F00_7A7B767E.png"&gt;&lt;img width="375" height="367" title="Yoga 11s" style="border: 0px currentcolor; display: inline; background-image: none;" alt="Yoga 11s" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Yoga_2D00_11s_5F00_thumb_5F00_19547B0E.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;The Yoga 11S follows in the footsteps of its predecessor, Lenovo’s Yoga 13, and boasts an 11.6-inch HD IPS screen with 10-finger touch support. And like the Yoga 13, the Yoga 11S converts into four modes, including “tent,” as shown in the above photo. It can be used as like a laptop or folded and flipped to be used like a tablet. &lt;p&gt;For more on Lenovo’s Yoga PCs – &lt;a href="http://www.lenovo.com/yoga"&gt;click here&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588445&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Intel/default.aspx"> Intel</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Yoga+11s/default.aspx"> Yoga 11s</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Tablet/default.aspx"> Tablet</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Availability/default.aspx"> Availability</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Partner/default.aspx"> Partner</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+convertible/default.aspx"> convertible</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/PC/default.aspx">PC</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Touch/default.aspx"> Touch</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Lenovo/default.aspx"> Lenovo</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Yoga/default.aspx"> Yoga</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Best+Buy/default.aspx"> Best Buy</category></item><item><title>Now in the Store: Angry Birds Rio for Windows Phone</title><link>http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/05/15/now-in-the-store-angry-birds-rio-for-windows-phone.aspx</link><pubDate>Wed, 15 May 2013 17:06:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:0d4b5711-105e-4173-86dd-44b9a8336264</guid><dc:creator>Michael Stroh</dc:creator><slash:comments>5</slash:comments><description>&lt;p&gt;Here’s another classic Angry Birds title for your growing Windows Phone collection. &lt;img title="Angry Birds" style="float: right; display: inline;" alt="Angry Birds" align="right" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/a8350883-6469-41ff-b463-74c0fdb5d9b0?imageType=ws_icon_large" width="120" height="120" /&gt;As we &lt;a href="http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/05/02/angry-birds-relaunches-on-windows-phone-with-100-new-levels-and-it-s-free-until-may-15.aspx" target="_blank"&gt;previously hinted&lt;/a&gt;, Rovio’s Angry Birds Rio arrived this morning. The game works on both Windows Phone 7 and 8 devices. Price: $0.99.&lt;/p&gt;  &lt;p&gt;In the game, the original Angry Birds have been caged up and shipped off to exotic Rio de Janeiro, where they eventually elude their captors and set out to rescue friends Blu and Jewel—two rare macaws you’ll recognize from the 2011 movie &lt;em&gt;Rio.&lt;/em&gt;&lt;em&gt;&amp;#160;&lt;/em&gt;The scenery in the game is fresh and exciting, and the physics-based gameplay is as fun as ever—with 210 challenging levels and more than 40 bonus ones. Speaking of bonus: The Windows Phone 8 version of the game also includes Xbox LIVE achievements and leaderboards. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsphone.com/s?appid=e94059a2-135c-420e-8e60-bcda5fc3ec30" target="_blank"&gt;Buy it for Windows Phone 8&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsphone.com/s?appid=fd3be6a3-736e-4b67-8480-2cbc3ca3d80f" target="_blank"&gt;Buy it for Windows Phone 7.5&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt="2 of 7" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/0079873d-e03f-4dde-b236-aa7c37daac34?imageType=ws_screenshot_large&amp;amp;rotation=90" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588441&amp;AppID=5371&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/Windows+Phone+7-5/default.aspx">Windows Phone 7.5</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Angry+Birds/default.aspx"> Angry Birds</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Windows+Phone+8/default.aspx"> Windows Phone 8</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Rovio/default.aspx"> Rovio</category></item><item><title>HP announces the HP Split x2</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/14/hp-announces-the-hp-split-x2.aspx</link><pubDate>Wed, 15 May 2013 04:50:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:80010d32-1464-4143-b3c7-a516ee31ce5c</guid><dc:creator>Brandon LeBlanc</dc:creator><slash:comments>6</slash:comments><description>&lt;p&gt;Today, HP is announcing the HP Split x2. The Split x2 is a two-in-one detachable PC that can be used as a high-performance laptop or a tablet. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/HP_2D00_Split_2D00_x2_2D002D002D00_Detached_5F00_66E4110E.jpg"&gt;&lt;img width="240" height="240" title="HP Split x2 - Detached" style="border: 0px currentcolor; display: inline; background-image: none;" alt="HP Split x2 - Detached" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/HP_2D00_Split_2D00_x2_2D002D002D00_Detached_5F00_thumb_5F00_3DDC02C3.jpg" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The Split x2 comes with a powerful third-generation Intel Core processor and a 13.3 diagonal HD touchscreen display. You can get the device with an optional hard disk in the base (the keyboard) that gives you expanded storage capacity. And it has dual-batteries – one in the tablet and another in the base. The design of the Split x2 features a “soft-touch” coating for a comfortable hold and apparently protects against fingerprint smudges. It has Beats Audio for fantastic audio and a trackpad that allows for multiple finger gestures (they call it the HP ClickPad). &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/HP_2D00_Split_2D00_x2_2D00_Front_5F00_0458F2CC.jpg"&gt;&lt;img width="240" height="240" title="HP Split x2 Front" style="border: 0px currentcolor; display: inline; background-image: none;" alt="HP Split x2 Front" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/HP_2D00_Split_2D00_x2_2D00_Front_5F00_thumb_5F00_3B35D7C3.jpg" border="0"&gt;&lt;/a&gt;&lt;p&gt;For more on the HP Split x2, &lt;a href="http://www.hp.com/x2"&gt;click here&lt;/a&gt;. &lt;p&gt;The HP Split x2 is expected to be available in the U.S. in August with a starting price of $799.99.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588438&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Mobile/default.aspx"> Mobile</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Intel/default.aspx"> Intel</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+HP+Split+x2/default.aspx"> HP Split x2</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Beats+Audio/default.aspx"> Beats Audio</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Tablet/default.aspx"> Tablet</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+HD/default.aspx"> HD</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Partner/default.aspx"> Partner</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Detachable/default.aspx"> Detachable</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+HP/default.aspx"> HP</category></item><item><title>Buy' ngop! Bing adds Klingon to its popular Translator app for Windows Phone</title><link>http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/05/14/buy-39-ngop-bing-adds-klingon-to-its-popular-translator-app-for-windows-phone.aspx</link><pubDate>Tue, 14 May 2013 19:33:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:d19872b5-5ae1-48cf-b663-741168dda5ca</guid><dc:creator>Michael Stroh</dc:creator><slash:comments>4</slash:comments><description>&lt;p&gt;Bing &lt;a href="http://www.bing.com/blogs/site_blogs/b/search/archive/2013/05/14/ussenterprise.aspx" target="_blank"&gt;just added&lt;/a&gt; a new language to its highly rated Translator app that makes it a must-have for Star Trek fans headed to see &lt;a href="http://www.startrekmovie.com/" target="_blank"&gt;Star Trek: Into Darkness&lt;/a&gt; this Thursday: Klingon. &lt;a href="http://www.windowsphone.com/s?appid=2cb7cda1-17d8-df11-a844-00237de2db9e" target="_blank"&gt;Download it to your Windows Phone communicator&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;In what could be the biggest advance for the popular fictional language since the publication of 1984’s “The Klingon Dictionary,” the app lets you translate back and forth between Klingon and the 41 planetary tongues it supports. If you really want to test your skills, check out &lt;a href="http://blogs.msdn.com/b/translation/archive/2013/05/14/announcing-klingon-for-bing-translator.aspx" target="_blank"&gt;this post&lt;/a&gt; from Microsoft’s Translation team.&lt;/p&gt;  &lt;p&gt;Klingons, as most fans of the Trek franchise know, are a fictional warrior race with famously boney foreheads (an anatomical quirk that presumably inspired the cringe-inducing Klingon curse: “Your mother has a smooth forehead!”). Early in the series, they were everybody's favorite villain. According to &lt;a href="http://www.guinnessworldrecords.com/news/2013/5/star-treks-universe-of-world-records-48587" target="_blank"&gt;Guinness World Records&lt;/a&gt;, their throat-wrecking tongue is today the world’s most popular fictional spoken language (though it’s unclear how much competition it has).&lt;/p&gt;  &lt;p&gt;Curious linguaphiles and younger Trek fans might be surprised by its origins and rich history. &lt;/p&gt;  &lt;p&gt;Klingon got its start with some words and phrases made up by James Doohan, the actor who played Montgomery “Scotty” Scott in the original series. The occasion was 1979's &amp;quot;Star Trek: The Motion Picture,” the first time the language was spoken in a movie. It was then fleshed out by UC Berkeley-trained linguist &lt;a href="http://en.wikipedia.org/wiki/Marc_Okrand" target="_blank"&gt;Marc Okrand&lt;/a&gt;, author of &amp;quot;The Klingon Dictionary,” which is &lt;a href="http://www.amazon.com/Klingon-Dictionary-Star-Trek/dp/067174559X" target="_blank"&gt;still in print&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;In the years since, as &lt;a href="https://en.wikipedia.org/wiki/Klingon_language" target="_blank"&gt;Wikipedia notes&lt;/a&gt;, several Shakespeare plays and parts of the Bible have been translated into Klingon. There’s even a nonprofit &lt;a href="http://www.kli.org/" target="_blank"&gt;Klingon Language Institute&lt;/a&gt;, formed in 1992 to promote the study of “Klingon linguistics and culture.” The organization, which publishes its own quarterly academic journal registered with the Library of Congress, assisted Bing with its intergalactic upgrades to the app. As the &lt;a href="http://www.latimes.com/entertainment/envelope/cotown/la-et-ct-klingon-language-coming-to-bing-20130513,0,6870238.story" target="_blank"&gt;LA Times reported yesterday&lt;/a&gt;, Bing also received help from Okrand and Microsoft engineer Eric Andeen, who is fluent in the language. (You knew there’d be someone here who was, right?)&lt;/p&gt;  &lt;p&gt;Give it a shot and post a comment—Klingon only, please. And leave my mother’s forehead out of it, thanks.&lt;/p&gt;  &lt;p&gt;&lt;img style="margin: 0px 5px 0px 0px;" alt="1 of 8" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/40492d29-700b-4aa5-8be7-0b6fdd14ba26?imageType=ws_screenshot_large&amp;amp;rotation=0" width="288" height="480" /&gt;&lt;img alt="4 of 8" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/ff621eaa-04bb-4104-ae35-b66a37752e0a?imageType=ws_screenshot_large&amp;amp;rotation=0" width="288" height="480" /&gt;&lt;/p&gt;  &lt;p&gt;(In case you’re wondering, the headline starts with the Klingon for “Great news!” As the screenshots above show, the Translator app is also handy for doing things like ordering Chinese for lunch.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588435&amp;AppID=5371&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/Klingon/default.aspx">Klingon</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Windows+Phone+7-5/default.aspx"> Windows Phone 7.5</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Bing/default.aspx"> Bing</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Bing+Translator/default.aspx"> Bing Translator</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Star+Trek/default.aspx"> Star Trek</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/Windows+Phone+8/default.aspx">Windows Phone 8</category></item><item><title>How to import iTunes playlists into the Music app</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/14/how-to-import-itunes-playlists-into-the-music-app.aspx</link><pubDate>Tue, 14 May 2013 18:08:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:dae57323-a2e7-4300-a4d8-ce37620783dc</guid><dc:creator>Brandon LeBlanc</dc:creator><slash:comments>7</slash:comments><description>&lt;p&gt;If you have spent a great deal of time building out playlists in iTunes, you probably don’t want to have to rebuild those playlists. With the Music app in Windows 8, you can import those playlists into your collection.&lt;p&gt;If you are on a Windows 8 PC with iTunes installed and your music collection physically downloaded on the PC, you can follow these easy steps to add your iTunes playlists into the Music app.&lt;p&gt;&lt;b&gt;Step 1:&lt;/b&gt; Open the Music app. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/7b4dad1e_2D00_5586_2D00_4db3_2D00_98df_2D00_bf2068a366b7_5F00_6EF5D9FF.png"&gt;&lt;img width="195" height="110" title="7b4dad1e-5586-4db3-98df-bf2068a366b7" style="border: 0px currentcolor; display: inline; background-image: none;" alt="7b4dad1e-5586-4db3-98df-bf2068a366b7" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/7b4dad1e_2D00_5586_2D00_4db3_2D00_98df_2D00_bf2068a366b7_5F00_thumb_5F00_232A0346.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;&lt;b&gt;Step 2:&lt;/b&gt; Tap or click on “my music”.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/2_5F00_5353DEBA.png"&gt;&lt;img width="275" height="129" title="2" style="border: 0px currentcolor; display: inline; background-image: none;" alt="2" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/2_5F00_thumb_5F00_32CC9F08.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;&lt;b&gt;Step 3:&lt;/b&gt; Under “my music”, tap or click on “playlists”.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/3_5F00_55243481.png"&gt;&lt;img width="225" height="307" title="3" style="border: 0px currentcolor; display: inline; background-image: none;" alt="3" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/3_5F00_thumb_5F00_10779A40.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;&lt;b&gt;Step 4:&lt;/b&gt; Bring up the app commands by either swiping from the bottom or right-clicking. &lt;p&gt;&lt;b&gt;Step 5:&lt;/b&gt; Tap or click on “Import playlists”.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/4_5F00_64C6D043.png"&gt;&lt;img width="240" height="164" title="4" style="border: 0px currentcolor; display: inline; background-image: none;" alt="4" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/4_5F00_thumb_5F00_4B5ECD09.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;&lt;b&gt;Step 6:&lt;/b&gt; The Music app will then look for playlists in your Music library on your PC and playlists created in iTunes. Just click “Import playlists” to import them in!&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/5_5F00_06B232C8.png"&gt;&lt;img width="400" height="143" title="5" style="border: 0px currentcolor; display: inline; background-image: none;" alt="5" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/5_5F00_thumb_5F00_21EA8BC9.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;The end result is you should see your iTunes playlists in the Music app – as seen here with my iTunes playlist called “iTunes Stuff”.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/7_5F00_44422142.png"&gt;&lt;img width="375" height="225" title="7" style="border: 0px currentcolor; display: inline; background-image: none;" alt="7" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/7_5F00_thumb_5F00_3F5F6D86.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;If you have an Xbox Music Pass, you can sync your music to the cloud. The Music app can automatically scan your music collection and match the information to music from the Xbox Music Store. If a match is made, that music is tagged and available for streaming on your Windows 8, Windows RT, or Windows Phone devices and your Xbox 360 console. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/6_5F00_13AEA38A.png"&gt;&lt;img width="375" height="317" title="6" style="border: 0px currentcolor; display: inline; background-image: none;" alt="6" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/6_5F00_thumb_5F00_43001914.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;In order to make sure you have cloud sync enabled:&lt;ol&gt;&lt;li&gt;Start the Xbox Music app in Windows 8 or Windows RT.&lt;/li&gt;&lt;li&gt;Swipe from the right or go to the upper-right or lower-right corner to bring out the charms. &lt;/li&gt;&lt;li&gt;Tap or click on the Settings charms, and then tap or click Preferences.&lt;/li&gt;&lt;li&gt;Make sure Xbox Music Cloud is set to “On.”&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;If you want to import your iTunes playlists on a Windows RT device – you will first need to move all your music files from your Music library on the PC that has iTunes installed (including the “iTunes” folder in your Music library) and all your music to your Windows RT device and then follow the steps outlined above to import your iTunes playlists. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588432&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Cloud+Sync/default.aspx"> Cloud Sync</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Import/default.aspx"> Import</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Playlist/default.aspx"> Playlist</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Windows+RT/default.aspx"> Windows RT</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Xbox+Music/default.aspx"> Xbox Music</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Xbox/default.aspx"> Xbox</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Music/default.aspx"> Music</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Music+App/default.aspx"> Music App</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+iTunes/default.aspx"> iTunes</category></item><item><title>How-To: Configure and Use File History in Windows 8</title><link>http://blogs.windows.com/windows/b/extremewindows/archive/2013/05/14/how-to-configure-and-use-file-history-in-windows-8.aspx</link><pubDate>Tue, 14 May 2013 16:53:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:77e128b8-cce1-4b42-aaf5-aa7384e608c5</guid><dc:creator>Gavin Gear</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;File History is a new feature in Windows 8 that automatically keeps a backup history of your personal data. I previously wrote a &lt;a href="http://blogs.windows.com/windows/b/extremewindows/archive/2012/12/20/a-new-way-to-backup-file-history-in-windows-8.aspx"&gt;detailed article about File History in Windows 8&lt;/a&gt; with a lot of detail about this feature. In this post I’ve created a video to show you how easy File History is to use, and how flexible it is for backing up and restoring your files.&lt;p&gt;
&lt;video style="width: 637px; height: 357px;" controls="" poster="http://media.ch9.ms/ch9/3c0d/070a3b1b-93b7-4784-a739-312035663c0d/EWBFileHistory_960.jpg"&gt;&lt;source src="http://media.ch9.ms/ch9/3c0d/070a3b1b-93b7-4784-a739-312035663c0d/EWBFileHistory_mid.mp4" type="video/mp4"&gt;&lt;source src="http://media.ch9.ms/ch9/3c0d/070a3b1b-93b7-4784-a739-312035663c0d/EWBFileHistory.webm" type="video/webm"&gt;&lt;/video&gt;
&lt;p&gt;In this video I talked about File History with photos, but File History works just as well for any other kind of file including office documents, videos, and any other files you have in your document libraries.&lt;p&gt;As a quick recap, most users will need to do the following to get going with File History in Windows 8:&lt;ol&gt;&lt;li&gt;Add non-library folders to document libraries (optional, if non-library folders need File History)&lt;/li&gt;&lt;li&gt;Populate “Exclude Folders” list for File History (optional)&lt;/li&gt;&lt;li&gt;Plug in an external storage device&lt;/li&gt;&lt;li&gt;Launch the File History Control Panel&lt;/li&gt;&lt;li&gt;Click the “Turn On” button&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;If you already have an external drive plugged in and use default settings, you will only need to perform steps 4-5 above. Now that’s easy!&lt;p&gt;Find me on twitter! &lt;a href="http://www.twitter.com/gavingear"&gt;@GavinGear&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588431&amp;AppID=5936&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Storage/default.aspx"> Storage</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Backup+and+Restore/default.aspx"> Backup and Restore</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+USB+HDD/default.aspx"> USB HDD</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+USB+3-0/default.aspx"> USB 3.0</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Backups/default.aspx"> Backups</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+Data+Protection/default.aspx"> Data Protection</category><category domain="http://blogs.windows.com/windows/b/extremewindows/archive/tags/+File+History/default.aspx"> File History</category></item><item><title>Windows Keeps Getting Better</title><link>http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/14/windows-keeps-getting-better.aspx</link><pubDate>Tue, 14 May 2013 14:45:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:eb20c640-f162-4cd6-93a9-768a5df5caee</guid><dc:creator>Brandon LeBlanc</dc:creator><slash:comments>57</slash:comments><description>&lt;p&gt;Windows 8 was built for a world that blends our work and our personal lives, a world where we expect high quality touch experiences everywhere, and a world that is always on the go and always connected. Windows 8 redefines our market from PCs to mobile computing.&lt;/p&gt;
&lt;p&gt;We are pleased &lt;a href="http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/06/windows-8-at-6-months-q-amp-a-with-tami-reller.aspx"&gt;with the progress we&amp;rsquo;ve seen with Windows 8 so far&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Our OEM partners have delivered tablets, touch laptops, and convertibles that bring the vision of Windows 8 and mobile computing to life. They have introduced some incredible (and unique) new form factors like the &lt;a href="http://windows.microsoft.com/en-us/windows-8/dell-xps-12?ocid=GA8_O_WOL_Hero_Home_DellXPS12_Pos2_01"&gt;Dell XPS 12&lt;/a&gt;, the &lt;a href="http://windows.microsoft.com/en-us/windows-8/lenovo-ideapad-yoga-13"&gt;Lenovo IdeaPad Yoga 13&lt;/a&gt;, the &lt;a href="http://windows.microsoft.com/en-us/windows-8/sony-vaio-tap-20"&gt;Sony VAIO Tap 20&lt;/a&gt;, or the &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/03/acer-announces-new-windows-8-pcs.aspx"&gt;recently announced Acer Aspire R7&lt;/a&gt;. And today at retail, you can find a powerful mobile touch laptop starting at just over $400.&lt;/p&gt;
&lt;p&gt;We now have more than 70,000 apps in the Windows Store (the online app store for Windows) &amp;ndash; apps such as Twitter, eBay, Netflix, CNN and games like Temple Run: Brave, Bejeweled LIVE and Angry Birds Star Wars and &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/app+roundup/default.aspx"&gt;many others&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As PCs continue to evolve for this world of mobile computing, so does Windows 8.&lt;/p&gt;
&lt;p&gt;Today at the &lt;a href="http://www.shareholder.com/visitors/event/build2/MediaPresentation.cfm?MediaID=59135&amp;amp;MediaUserID=0&amp;amp;player=1"&gt;JP Morgan Technology, Media &amp;amp; Telecom Conference in Boston&lt;/a&gt;, Tami Reller shared with the audience that the update previously referred to as &amp;ldquo;Windows Blue&amp;rdquo; will be called &lt;b&gt;Windows 8.1&lt;/b&gt;and will be a free update to Windows 8 for consumers through the Windows Store.&lt;/p&gt;
&lt;p&gt;During her remarks today, Tami reiterated our goal of delivering continual updates to create a richer experience for Windows customers. Windows 8.1 is part of that and continues the journey we first began with Windows 8 last fall. Windows 8.1 will help us to deliver the next generation of PCs and tablets with our OEM partners and to deliver the experiences customers&amp;mdash; both consumers and businesses alike &amp;mdash;need and will just expect moving forward.&lt;/p&gt;
&lt;p&gt;Today, there are more devices &amp;ndash; and choice &amp;ndash; allowing you to pick the right Windows 8 device that meets your needs. Windows 8 provides a great experience for consuming and creating content, for both work and play and on the go. And you&amp;rsquo;ll immediately benefit from continual updates &amp;ndash; whether it&amp;rsquo;s from app updates through the Windows Store, performance updates through Windows Update or the Windows 8.1 update later this year.&lt;/p&gt;
&lt;p&gt;We have much more to share about Windows 8.1 in the coming weeks. We will also be making a public preview of Windows 8.1 available starting on June 26, timed with the Build developer conference in San Francisco. The preview will be available for Windows 8 and Windows RT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588426&amp;AppID=5923&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Mobile+Computing/default.aspx">Mobile Computing</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Announcement/default.aspx">Announcement</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Investor/default.aspx">Investor</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Windows+8-1/default.aspx">Windows 8.1</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Blue/default.aspx">Blue</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/JP+Morgan/default.aspx">JP Morgan</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Apps/default.aspx">Apps</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Modern+Computing/default.aspx">Modern Computing</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/PCs/default.aspx">PCs</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Windows+Blue/default.aspx">Windows Blue</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/OEM/default.aspx">OEM</category></item><item><title>Nokia’s first metal Windows Phone arrives. Meet the sexy Lumia 925</title><link>http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/05/14/nokia-s-first-metal-windows-phone-arrives-meet-the-sexy-lumia-925.aspx</link><pubDate>Tue, 14 May 2013 13:36:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:7923ccd3-8929-4025-82ad-568b0cf156bc</guid><dc:creator>Michael Stroh</dc:creator><slash:comments>37</slash:comments><description>&lt;p&gt;Nokia’s design team is on fire lately. Just days after unveiling a sleek new addition to its Windows Phone 8 flagship line—the &lt;a href="http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/05/10/the-wait-is-over-lumia-928-for-verizon-wireless-launches-may-16-for-under-100.aspx" target="_blank"&gt;Verizon-bound Lumia 928&lt;/a&gt;—the company today took the wraps off another innovative new model at a highly-anticipated London press event today. (&lt;a href="http://www.media-server.com/m/p/nwg7igc4" target="_blank"&gt;Watch the replay&lt;/a&gt;.)&lt;/p&gt;  &lt;p&gt;There’s a lot to say about the new Lumia 925, but let’s start here: The first Windows Phone to incorporate aluminum into the design is something to hold and behold. The second thing to know is that the phone will come with the latest Windows Phone 8 update that adds FM radio support and a handful of other goodies—extras that existing Windows Phone 8 owners will ultimately be offered, too. (More on that in a moment.)&lt;/p&gt;  &lt;p&gt;The Lumia 925, which also includes an advanced new camera, will debut in June on Europe’s Vodafone network, then head to China Mobile and China Unicom. It’s scheduled to launch on T-Mobile in the U.S. later this year, Nokia said. In Europe, the phone will cost around 469 euros before taxes and subsidies. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-71-metablogapi/1200_2D00_nokia_5F00_lumia_5F00_925_5F00_color_5F00_range_5F00_crop_5F00_4B489AF7.jpg"&gt;&lt;img title="Nokia Lumia 925" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="Nokia Lumia 925" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-71-metablogapi/1200_2D00_nokia_5F00_lumia_5F00_925_5F00_color_5F00_range_5F00_crop_5F00_thumb_5F00_6929AFA9.jpg" width="585" height="480" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Why metal?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;All of Nokia’s Windows Phone 8 models to date have been made with sturdy polycarbonate plastic. Adding metal to the mix opened up a new world of design possibilities for Nokia engineers. Metal supplies strength, saves weight, and allows designers to sculpt a thinner, more tapered edge. It also helps deliver better antenna performance, Nokia says. (&lt;a href="http://conversations.nokia.com/2013/05/14/nokia-lumia-925-designed-for-a-purpose/" target="_blank"&gt;Learn more about its construction&lt;/a&gt;.)&lt;/p&gt;  &lt;p&gt;The new Lumia 925 sports many of the same specs and hardware that helped earn its sibling, the Lumia 920, &lt;a href="http://www.engadget.com/2013/02/20/winners-2012-engadget-awards-readers-choice/"&gt;&lt;b&gt;Smartphone of the Year&lt;/b&gt;&lt;/a&gt; honors from Engadget this year. It has a 4.5-inch AMOLED WXGA touchscreen with curved Gorilla Glass 2, 1.5 GHz dual-core Snapdragon processor, 16 GB of internal memory, and a beefy 2000 mAh battery&lt;b&gt;.&lt;/b&gt; Nokia Lumia 925 will be available in white, grey and black matte. Wireless charging snap-on covers will come in white, black, yellow and red. Here’s a little peek at how it all comes together.&lt;/p&gt; &lt;iframe height="360" src="http://www.youtube.com/embed/0iCu9JrWhww" frameborder="0" width="640" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;   &lt;p&gt;&lt;b&gt;Introducing Nokia Smart Camera &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;But the real star of the show is the phone’s 8.7 megapixel PureView camera with optical image stabilization and dual LED flash. The Lumia 925 continues to evolve this &lt;a href="http://gizmodo.com/5982478/the-best-smartphone-camera" target="_blank"&gt;critically-acclaimed&lt;/a&gt; camera and push the boundaries of what’s possible on a smartphone, thanks to its advanced new lens design and new imaging algorithms.&lt;/p&gt;  &lt;p&gt;I never realized that a smartphone lens is actually a sandwich of glass, but the Lumia 925’s camera now includes a sixth physical lens—an industry first. This means the phone’s Carl Zeiss optics are able to take in five times more light than competing smartphones for sharp, naturally-colored images and 1080p HD video, even under challenging conditions. The video above offers a glimpse of how this new lens is constructed. The Lumia 925’s onboard imaging software algorithms have also been tweaked to help make the camera perform even better in low light, and to improve color reproduction and reduce noise in shots.&lt;/p&gt;  &lt;p&gt;Another cool innovation in the Lumia 925 is its new Smart Camera feature, which captures ten 5-megapixel shots in a short burst and then lets you edit them using one-touch editing options like Best Shot, Action Shot, Change Faces, and Motion Focus. Check out the video below to see what I mean. Then head over to the Nokia Conversations blog, which &lt;a href="http://conversations.nokia.com/2013/05/14/smarter-and-brighter-imaging-on-the-nokia-lumia-925/" target="_blank"&gt;has an even more detailed post today&lt;/a&gt; showing how Smart Camera works. Another nice touch: The Lumia 925 lets you set Nokia Smart Camera as your default camera interface so you can open straight to it just by pushing the camera button. &lt;/p&gt;  &lt;p&gt;Nokia says Smart Camera—as well as the new under-the-hood imaging algorithms—will roll out to all its Lumia models with Windows Phone 8 as part of a future update the company is calling Nokia Lumia Amber.&lt;/p&gt; &lt;iframe height="360" src="http://www.youtube.com/embed/pTZ3em5U84k" frameborder="0" width="640" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;   &lt;p&gt;&lt;b&gt;Windows Phone 8 update coming this summer&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Speaking of updates. As I mentioned earlier, the Lumia 925 comes with the latest update to the Windows Phone 8 operating system that includes a small number of improvements and upgrades. (It’s similar in size to the one &lt;a href="http://www.windowsphone.com/en-us/how-to/wp8/basics/windows-phone-8-update-history" target="_blank"&gt;we delivered&lt;/a&gt; earlier this year, which brought new Wi-Fi and messaging improvements like the ability to text a reply to an incoming call.)&lt;/p&gt;  &lt;p&gt;The new update, which is expected to start rolling out to existing Windows Phone 8 phones later this summer, brings back support for FM radio (we heard you!) and makes the Data Sense feature of Windows Phone 8 available for more carriers to offer. The update also makes it easier to select, download, and pin tunes in Xbox Music and improves the accuracy of song info and other metadata—something I know music fans will appreciate. (FM Radio and Data Sense availability depend on your phone model and carrier.) &lt;/p&gt;  &lt;p&gt;The update includes hundreds of other small quality improvements. One final one worth highlighting, as we &lt;a href="http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/01/30/synching-google-services-with-windows-phone.aspx" target="_blank"&gt;announced earlier&lt;/a&gt;, is that the update also ensures Windows Phone continues to work with Google services by adding support for the company’s newest sync protocols—CalDAV and CardDAV. &lt;/p&gt;  &lt;p&gt;Make sure to check out Nokia’s official blog &lt;a href="http://conversations.nokia.com/2013/05/14/nokia-lumia-925-our-latest-innovations-in-imaging-and-design/" target="_blank"&gt;for more coverage and photos&lt;/a&gt; of the new Lumia 925.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588429&amp;AppID=5371&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/polycarbonate/default.aspx">polycarbonate</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/metal/default.aspx">metal</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/Lumia+920/default.aspx">Lumia 920</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Lumia+928/default.aspx"> Lumia 928</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Lumia+925/default.aspx"> Lumia 925</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/+Nokia/default.aspx"> Nokia</category><category domain="http://blogs.windows.com/windows_phone/b/windowsphone/archive/tags/Windows+Phone+8/default.aspx">Windows Phone 8</category></item><item><title>Construction SMB Always On, Always Connected with Windows 8 Pro</title><link>http://blogs.windows.com/windows/b/business/archive/2013/05/13/construction-smb-always-on-always-connected-with-windows-8-pro.aspx</link><pubDate>Mon, 13 May 2013 16:15:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:17914661-4c5b-4161-a197-56489e2ba2f8</guid><dc:creator>Jay Paulus</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I often sit down with IT staff and decision makers from small and medium-size businesses [SMBs] to discuss their unique technology needs and challenges. One of the biggest themes I hear in these meetings is the importance of mobile technology that allows them to be connected to their business from anywhere. Compared to larger enterprises, these small, rapidly growing businesses have fewer resources and employees at their disposal and need the technology that they adopt to wear as many hats as they do. Above all, SMBs want their technology to give them a fast, flexible computing experience so they can stay competitive and always be one step ahead of their customers and competitors. &lt;p&gt;&lt;b&gt;Meet Glenigan, a construction intelligence supplier.&lt;/b&gt;&lt;p&gt;One such fast-moving midsize company that has taken advantage of Windows 8 Pro is &lt;a href="http://www.glenigan.com/"&gt;&lt;b&gt;Glenigan&lt;/b&gt;&lt;/a&gt;&lt;b&gt;,&lt;/b&gt; based in the United Kingdom. Glenigan is a construction intelligence supplier; the company provides construction project sales leads, market analysis, forecasting, and intelligence by searching thousands of construction planning apps across the UK and aggregating the information on behalf of their clients. Glenigan helps companies increase their profits by providing timely intelligence about construction jobs. Whether customers are looking to bid for new construction work or refurbishment projects, Glenigan helps them stay ahead of competitors. The company offers access to its continually updated leads database as well as email alerts on construction projects that help customers bid for work contracts at the right time. &lt;p&gt;At the end of the day, Glenigan’s business depends on technology that helps them outpace competitors. Since January, Glenigan has been using the &lt;b&gt;Lenovo ThinkPad Twist&lt;/b&gt; and the &lt;b&gt;ThinkPad Tablet 2&lt;/b&gt; to do just that. Tablets and convertibles with Windows 8 Pro help Glenigan’s employees stay connected to their clients, colleagues, and their ever-changing database of customer leads from anywhere. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-68-metablogapi/1_5F00_1AD628B7.png"&gt;&lt;img width="240" height="75" title="1" style="border: 0px currentcolor; display: inline; background-image: none;" alt="1" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-68-metablogapi/1_5F00_thumb_5F00_283C3BBD.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;&amp;nbsp;&lt;p&gt;&lt;b&gt;SMBs take Windows 8 Pro tablets on a train.&lt;/b&gt;&lt;p&gt;According to Neil Taylor, PC and Network Support Analyst at the company, the biggest benefits Glenigan has experienced while testing Windows 8 Pro has been the speed and mobility of the platform. After interacting with the Windows 8 Pro devices, he notes, &lt;i&gt;“It is always on, always connected, so I can manage my day from anywhere, anytime, anyplace—and it just works. With Microsoft Office 2013, I can connect to Outlook and Word and documents on SharePoint sites, and I can go home and carry on working. That’s the beauty of it.”&lt;/i&gt;&lt;p&gt;The ThinkPad’s twist capabilities in particular help employees stay productive while traveling. Theresa Ferguson, Head of Delivery at Glenigan, describes it like this: &lt;i&gt;“I was sitting in a coffee shop, waiting for the train, filling out a questionnaire, and I was using the laptop to start answering questions. The train arrived, I closed the keyboard, switched to tablet mode, and just carried on. I didn’t even realize I had done it.”&lt;/i&gt;&lt;p&gt;As a company, Glenigan has been increasing its focus on making employees as mobile as possible in recent years and Windows 8 fits into this vision. All of their teams meet with customers onsite, whether representing the research, content, or technical teams. The Windows 8 testers have enjoyed the benefits of the new touch-based operating system over more traditional desktop models while they are on the road. For instance, they can easily take their devices with them when visiting their parent company in London, two hours from the company headquarters in Bournemouth. Mobility also increases employee communication within the office, so colleagues can more easily move around and exchange ideas with each other. This is something Glenigan’s management hopes will increase over time as their core office incorporates more mobile devices.&lt;p&gt;When comparing the company’s experience with the iPad and Lenovo ThinkPad Tablet 2, Taylor notes that with Apple, people can’t join to the Windows domain network or install Office, but the Windows 8 tablet is always connected so “you can access the network and you can access your files and it’s just there.”&lt;p&gt;Outside of the flexibility Windows 8 Pro offers, Glenigan highlights inherent security features like picture password that help the business transmit information securely from anywhere. Taylor calls Windows security over Apple security a “no brainer.”&lt;p&gt;&lt;b&gt;Deploying Windows 8 alongside other systems.&lt;/b&gt;&lt;p&gt;Glenigan is a perfect example of many of the SMBs I talk with that are actively working within a mixed operating system environment. Glenigan has approximately 110 employees and most of them are currently using Windows 7 32-bit as the standard desktop platform; they also use laptops with Windows 7 Enterprise 64-bit. The Windows 8 devices have been integrated into their business operations alongside this existing infrastructure to increase the company’s mobile operations with simple-to-use, lightweight touch devices. &lt;p&gt;Whether SMBs need a notebook, a tablet, or an all-in-one, whether touch-based or a keyboard-and-mouse system, Windows 8 offers a variety of choices to fit their needs. There is also great compatibility between Windows 7 and Windows 8, and this makes it easier to adopt Windows 8 with existing systems.&lt;p&gt;Glenigan’s case shows how technology can be a key business enabler. Whether it’s visiting a construction site, traveling to another city by train, or meeting with clients on the road, the devices just have to work. With Windows 8, Glenigan has discovered that they can have it all. They don’t have to sacrifice performance while away from the office or trade flexibility for reliable business functionality. To learn more about Glenigan’s recent interactions with Windows 8 and Office 2013, check out this new &lt;a href="http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?CaseStudyID=710000002507"&gt;&lt;b&gt;case study&lt;/b&gt;&lt;/a&gt;. And for more information about Windows 8 Pro for small and midsized businesses, &lt;a href="http://www.microsoft.com/en-us/windows/business/default.aspx"&gt;click here&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588423&amp;AppID=5368&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+Microsoft+Office/default.aspx"> Microsoft Office</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+Windows+8+Pro/default.aspx"> Windows 8 Pro</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+ThinkPad+Twist/default.aspx"> ThinkPad Twist</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+Small+Business/default.aspx"> Small Business</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+Small+and+Midsize+Business/default.aspx"> Small and Midsize Business</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+Office+2013/default.aspx"> Office 2013</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+Deployment/default.aspx"> Deployment</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+Lenovo/default.aspx"> Lenovo</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+SMB/default.aspx"> SMB</category><category domain="http://blogs.windows.com/windows/b/business/archive/tags/+ThinkPad+Tablet+2/default.aspx"> ThinkPad Tablet 2</category></item><item><title>New SkyDrive photo timeline and uploads 2x faster</title><link>http://blogs.windows.com/skydrive/b/skydrive/archive/2013/05/13/new-skydrive-photo-timeline-and-uploads-2x-faster.aspx</link><pubDate>Mon, 13 May 2013 16:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:a90b859b-e50c-47ff-8720-52507e82ddee</guid><dc:creator>Omar Shahine</dc:creator><slash:comments>24</slash:comments><description>&lt;p&gt;People put a lot of their stuff in SkyDrive, but photos are the most common file type we see in SkyDrive, both in sheer number and in total storage consumed. &lt;h4&gt;All photos view&lt;/h4&gt;&lt;p&gt;Starting today and rolling out over the next 48 hours, we're making it easier for you to see all of your photos in SkyDrive across all your albums and folders based on a timeline view.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/SkyDrive_2D00_timeline_2D00_view_5F00_5F410748.png" target="_blank"&gt;&lt;img width="620" height="471" title="SkyDrive timeline view" style="border: 0px currentcolor; display: inline; background-image: none;" alt="SkyDrive timeline view" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/SkyDrive_2D00_timeline_2D00_view_5F00_thumb_5F00_7898E4B5.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;In the timeline view you can scroll down to navigate through all the images. They're organized into groups by event and time. Take 20 pictures at a birthday party with your phone, and then a photo of your parking spot at the airport a few hours later? Now they'll appear as two different groups in the timeline.&lt;p&gt;The new view is convenient when you want to quickly get to a photo from June and you only have access to a web browser. Maybe the reason you only have access to a web browser is because your laptop was accidentally destroyed by a random camping accident. &lt;p&gt;&lt;iframe width="640" height="360" src="http://www.youtube.com/embed/n69r9S0wfg4?rel=0" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;p&gt;We also think this view is particularly excellent for your camera roll folder, since that can contain thousands of photos taken over many years (at least in my case).&lt;p&gt;If you want to quickly navigate to a specific month, just click the month name.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/SkyDrive_2D00_timeline_2D00_month_2D00_view_5F00_44844562.png" target="_blank"&gt;&lt;img width="620" height="472" title="SkyDrive timeline month view" style="border: 0px currentcolor; display: inline; background-image: none;" alt="SkyDrive timeline month view" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/SkyDrive_2D00_timeline_2D00_month_2D00_view_5F00_thumb_5F00_2BC4F852.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;You can also view all your photos in the filmstrip view, and then watch them in a slide show.&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/SkyDrive_2D00_filmstrip_2D00_view_5F00_6A4A45F8.png" target="_blank"&gt;&lt;img width="620" height="471" title="SkyDrive filmstrip view" style="border: 0px currentcolor; display: inline; background-image: none;" alt="SkyDrive filmstrip view" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/SkyDrive_2D00_filmstrip_2D00_view_5F00_thumb_5F00_5A7A8B27.png" border="0"&gt;&lt;/a&gt;&lt;h4&gt;Improved performance uploading photos via the SkyDrive desktop app&lt;/h4&gt;&lt;p&gt;In the past few months we’ve also been hard at work addressing the feedback we’ve received about how long it sometimes takes to upload via the SkyDrive desktop app. To improve upload times, we worked on changes to both the app and  the server code. The end result is that in our internal tests, we’ve seen a 2-3x improvement in upload times for photos.&lt;h4&gt;Windows Phone full-resolution camera upload comes to all markets&lt;/h4&gt;&lt;p&gt;We're also excited to &lt;a href="http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/05/08/full-res-photo-and-video-backup-now-available-worldwide-for-windows-phone-8.aspx" target="_blank"&gt;share the news&lt;/a&gt; that we now have full resolution uploads of photos and videos in all markets where Windows Phone 8 is available. Now everyone with a Windows Phone 8 can have a complete backup of all the photos they take in their &lt;a href="https://skydrive.live.com/?id=WMPhotos" target="_blank"&gt;SkyDrive camera roll&lt;/a&gt;.&lt;h4&gt;New layout for thumbnails and now PowerPoint and Word docs get thumbnails, too&lt;/h4&gt;&lt;p&gt;Thumbnails make it easier to find the file you're looking for, and so we're also introducing some changes to our thumbnails view. We worked hard to improve the readability of the files and folders you have in SkyDrive and are introducing new thumbnails for your PowerPoint and Word files. &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/PowerPoint_2D00_and_2D00_Word_2D00_thumbnails_5F00_0AC15FDE.png" target="_blank"&gt;&lt;img width="622" height="251" title="PowerPoint and Word thumbnails" style="border: 0px currentcolor; display: inline; background-image: none;" alt="PowerPoint and Word thumbnails" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-44-metablogapi/PowerPoint_2D00_and_2D00_Word_2D00_thumbnails_5F00_thumb_5F00_62AEB0BE.png" border="0"&gt;&lt;/a&gt;&lt;p&gt;We hope this saves you time finding the stuff you need. Check it out and lets us know what you think.&lt;p&gt;Omar Shahine, Group Program Manager, SkyDrive.com&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588417&amp;AppID=5944&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/+update/default.aspx"> update</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/+photos/default.aspx"> photos</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/+SkyDrive-com/default.aspx"> SkyDrive.com</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/+Windows+Phone/default.aspx"> Windows Phone</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/+photo/default.aspx"> photo</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/+uploading/default.aspx"> uploading</category><category domain="http://blogs.windows.com/skydrive/b/skydrive/archive/tags/+SkyDrive+app/default.aspx"> SkyDrive app</category></item><item><title>Outlook.com : アクティブアカウント数が４億に。Hotmail からのアップグレード完了に伴う新機能のご紹介</title><link>http://blogs.windows.com/international/b/japan/archive/2013/05/13/outlook-com-hotmail.aspx</link><pubDate>Mon, 13 May 2013 08:23:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:366cff26-26e8-47e7-9679-27afa825e80f</guid><dc:creator>Naoto Sunagawa</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;font face="Meiryo UI"&gt;日頃より弊社製品ならびにサービスをご利用いただきありがとうございます。今回は、&lt;/font&gt;&lt;a href="http://blogs.office.com/b/microsoft-outlook/archive/2013/05/02/outlook-com-400-million-active-accounts-hotmail-upgrade-complete-and-more-features-on-the-way.aspx#37099"&gt;&lt;font face="Meiryo UI" size="2"&gt;Outlook Blog&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt; の記事の抄訳になります。なお、&lt;/font&gt;&lt;font face="Meiryo UI"&gt;&lt;font size="2"&gt;本記事中でご紹介させていただいている SMTP Send 機能は&lt;/font&gt;&lt;font size="2"&gt;、米国の Outlook.com 開発チームとの共同プロジェクトの中で、日本の Windows サービス開発チームが中心となり設計・開発した新機能です。ぜひご利用ください！&lt;/font&gt;&lt;/font&gt;&lt;hr&gt;&lt;p&gt;&lt;a href="http://blogs.office.com/members/Dick-Craddock/default.aspx"&gt;&lt;font face="Meiryo UI" size="2"&gt;Dick Craddock (Microsoft)&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt; on May 02 &lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;Outlook.com のプレビュー版をリリースした当時、私たち Outlook.com 開発チームが掲げたゴールは、10億におよぶ規模のユーザーを安定的に支えることができる世界最高のメールサービスを提供することでした。Outlook.com がプレビュー版から正式なサービスとして公開された時点で、すでに、急速なペースでユーザー数が伸びているメールサービスとして成長していたのも、プレビュー版において多くのフィードバックをいただきましたユーザー様のご支援のおかげです。そしてOutlook.com  は直近の2ヶ月で様々な新しいサービスが追加され機能を強化してまいりました。&lt;/font&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.office.com/b/microsoft-outlook/archive/2013/04/02/take-control-of-your-schedule-with-a-modern-calendar-experience-for-outlook-com.aspx"&gt;&lt;font face="Meiryo UI" size="2"&gt;モダンな Outlook.com カレンダーのリリース&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.office.com/b/microsoft-outlook/archive/2013/04/16/updated-outlook-com-app-for-android-devices.aspx"&gt;&lt;font face="Meiryo UI" size="2"&gt;アンドロイド用 Outlook.com アプリ&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.technet.com/b/microsoft_blog/archive/2013/04/17/microsoft-account-gets-more-secure.aspx"&gt;&lt;font face="Meiryo UI" size="2"&gt;アカウントの2段階認証&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.office.com/b/microsoft-outlook/archive/2013/04/17/outlook-com-gets-two-step-verification-sign-in-by-alias-and-new-international-domains.aspx"&gt;&lt;font face="Meiryo UI" size="2"&gt;新たな国際ドメインの提供&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.office.com/b/microsoft-outlook/archive/2013/04/29/skype-comes-to-outlook-com.aspx"&gt;&lt;font face="Meiryo UI" size="2"&gt;Outlook.com&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt; と Skype 通話との連携機能 (プレビュー版)&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;そして本日、すべての Hotmail ユーザー様の Outlook.com への移行が完了したことをお知らせいたします。さらに Exchange ActiveSync による接続でモバイルデバイスからメール、カレンダー、連絡先にアクセスしている1億2千5百万人以上のユーザー様を含む、全アクティブアカウント数は4億人を突破しました。本件に関し、他社の電子メールサービスのメールアカウントを送信元のメールアドレスとして、Outlook.com からメールを簡単に送信できる SMTP Send の機能と、SkyDrive とのさらなる連携強化の2つの新機能も合わせてご紹介したいと思います。&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;strong&gt;アップグレードの完了：150 ペタバイトのメールデータを6週間で移行しました&lt;/strong&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;Outlook.com がプレビュー版から正式なサービスに移行された2月の時点で、すでに6千万人以上のユーザー様にご利用いただいておりました。Hotmail は3億人以上という多くのユーザー様を持つメールサービスであったため、Outlook.com への移行は前例のない規模であり、膨大な作業になります。そのプロセスは3億人の全ユーザー様に対する事前のお知らせ、150ペタバイトのデータに相当する全受信トレイの更新だけではなく、メール、カレンダー、連絡先リスト、フォルダー、個人設定情報すべてが保持されたまま移行されることを意味します。またこれらの作業は、一日に数十億のトランザクションを処理する商用環境が稼働中に行う必要がありましたが、この移行作業をわずか6週間で完了することができました。直近の数週間では、移行作業が私たちの掲げる高い品質レベルに達しているかの検証作業を行いました。&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;私たちのメールサービスをお使いの全ユーザー様が行う日々のご利用に妨げがでないよう注力し、移行作業を行いました。その結果、予想を超えるポジティブなフィードバックをユーザー様からいただくことができました。以下にフィードバックツールから送られてきたコメントをいくつかご紹介いたします。&lt;/font&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Meiryo UI" size="2"&gt;すばらしい！まったく予想をしていませんでした。とても喜ばしいことです。新しい outlook.com に感謝です！" &lt;/font&gt;&lt;li&gt;&lt;font face="Meiryo UI" size="2"&gt;"これは素晴らしいです。今回の変更で間違いなく Gmail や Yahoo! Mail などの他メールサービスから完全に移行することになると思います。SkyDrive とメールの切り替えのナビゲーションもとてもスムーズですし Hotmail からの改善点もたくさんあります。他の機能をもっと使ってみたいです。ありがとうございます。エイリアスも簡単に設定することができました。必ず友人に勧めます”&lt;/font&gt;&lt;li&gt;&lt;font face="Meiryo UI" size="2"&gt;すごい！完璧でモダンなインターフェースは Windows 8 のようです。新しい UI に対する Microsoft の取り組みを楽しんでいます。" &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;2つのメールサービスをスクリーンショットで比較すると Hotmail と Outlook.com の違いがよくわかります。まずは、無駄のない新しい操作画面にお気づきになるかと思います。メールの操作を行うメニューを最小化し、メールメッセージなどのコンテンツを中央に置きました。必要な情報が整理されているので、重要なコンテンツを簡単に見つけることができます。大きな広告は取り除かれ、操作画面の外観は直観的で美しいデザインを提供しています。&lt;/font&gt;&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image001_5F00_575F148A.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image001_5F00_3AE4B35B.jpg"&gt;&lt;img width="644" height="389" title="clip_image001" style="display: inline; background-image: none;" alt="clip_image001" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image001_5F00_thumb_5F00_615C6A1C.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font face="Meiryo UI"&gt;&lt;b&gt;&lt;i&gt;移行前&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;:&lt;/i&gt;&lt;/b&gt;&lt;i&gt; Hotmail.com&lt;/i&gt;&lt;i&gt;の操作画面&lt;/i&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image002_5F00_484D5712.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image002_5F00_0504DFA3.jpg"&gt;&lt;img width="644" height="364" title="clip_image002" style="display: inline; background-image: none;" alt="clip_image002" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image002_5F00_thumb_5F00_718FE428.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font face="Meiryo UI"&gt;&lt;b&gt;&lt;i&gt;移行後&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;:&lt;/i&gt;&lt;/b&gt;&lt;i&gt; Outlook.com &lt;/i&gt;&lt;i&gt;のモダンな操作画面&lt;/i&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;多くのユーザー様に広く利用されているサービスに大きな変更があった場合、当然のことながらすべての皆様にその変更を気に入っていただけるとは限りません。それはユーザー様からのフィードバックにも示されています。逆に考えれば、そのようなユーザー様が変更前の操作性を気に入ってご利用いただいているという証であると考えられますので、それらのフェードバックもポジティブなご意見として受けとめています。私たちは、進化し続けるコミュニケーションサービスを開発する上で、主要な機能改善とユーザー様の慣れ親しんだ操作性の間のバランスを取るように心掛けています。私たちが目指すところは、ユーザー様に新しい体験をしていただくことで、Hotmail に慣れ親しんだ多くのユーザー様も、これまで以上に新しい製品を好きになっていただくことです。私たちはユーザー様のご意見に対し真摯に耳を傾け、機能改善を続けることで最高のメールサービスを提供していきたいと考えています。これまでフィードバックをいただいたユーザー様には大変感謝いたしております。また、移行作業中にサービス停止の障害が発生したことに対し、ユーザー様に大変ご不便をおかけしましたことを深くお詫び申し上げます。&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;よくあるご質問：&lt;/font&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Meiryo UI" size="2"&gt;メールアドレスを変更する必要がありますか？ &lt;b&gt;いいえ&lt;/b&gt;、お持ちの Hotmail アドレスを継続してご利用いただけます。変更する必要はございません。&lt;/font&gt;&lt;li&gt;&lt;font face="Meiryo UI" size="2"&gt;スマートフォンや使っているアプリでの設定を変更する必要がありますか？&lt;b&gt;いいえ&lt;/b&gt;、お持ちのメールアドレスを継続してご利用いただけるため、スマートフォンなどでご利用の場合、設定を変更する必要はございません。&lt;/font&gt;&lt;li&gt;&lt;font face="Meiryo UI" size="2"&gt;Hotmail Plus サービスを利用していますが、変更はありますか？&lt;b&gt;いいえ、&lt;/b&gt;ご利用の Hotmail Plus アカウントは Outlook.com と共に継続してご利用いただけます。移行前と同様に、アカウントの有効期限はなく、広告も表示されません。&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;その他のよくあるご質問に関しましては、&lt;/font&gt;&lt;a href="http://windows.microsoft.com/ja-jp/windows/outlook/auto-upgrade-outlook-faq?woldogcb=0"&gt;&lt;font face="Meiryo UI" size="2"&gt;こちら&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt; をご覧ください。&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;Outlook.com への移行作業が完了し、今後は、ユーザー様からいただいたフィードバックを元に、さらなる機能改善や Outlook.com をより便利にする取り組みを心掛けてまいります。以上のように直近の数週間で機能強化を行ってまいりましたが、本日、追加の新しい機能を公開いたしましたのでご紹介させていただきます。以下に紹介する、SMTP send 及び SkyDrive との連携機能は、今後数週間以内に順次実装され、段階的にすべてのユーザー様がご利用可能になる予定です。&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;strong&gt;他の電子メールアドレスからメールの送信 : 代理送信の表記を削除&lt;/strong&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;今までも Outlook.com 電子メールサービスでは、他社の電子メールアドレスを使って送受信することができましたが、今までは他の電子メールアドレスを指定してメールを送信すると、例えば以下のように、受信者側がメールを見る際、アドレス欄に代理送信の表記が表示されていました:&lt;/font&gt;&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image003_5F00_4B84605C.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image003_5F00_28C3289F.jpg"&gt;&lt;img width="644" height="69" title="clip_image003" style="display: inline; background-image: none;" alt="clip_image003" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image003_5F00_thumb_5F00_630DFD48.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;これはあるユーザーにとっては好ましくない仕様でした。今回のリリースでは、実際に使われるアカウントの SMTP サーバーを使ってのメールの送信機能を実現し、以下の通り、受信者側のアドレス表記も違和感がなくなりました。&lt;/font&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image004_5F00_3F18CDE4.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image004_5F00_02EF92ED.jpg"&gt;&lt;img width="644" height="338" title="clip_image004" style="display: inline; background-image: none;" alt="clip_image004" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image004_5F00_thumb_5F00_13C8B707.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;この機能は POP や IMAP アクセスが可能な電子メールであればお使いいただくことができます。本機能をお使いいただくには、「オプション &lt;/font&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image005_5F00_7DC7C103.png"&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;img width="20" height="20" title="clip_image005" style="margin: 0px; display: inline; background-image: none;" alt="clip_image005" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image005_5F00_thumb_5F00_5936337F.png" border="0"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;」 メニューの中の「メールの詳細設定」をクリックして、「メール アカウント」を選択してください：&lt;/font&gt;&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image006_5F00_46C657F5.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image006_5F00_4D7BF229.jpg"&gt;&lt;img width="644" height="358" title="clip_image006" style="display: inline; background-image: none;" alt="clip_image006" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image006_5F00_thumb_5F00_7AF19216.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;こちらの画面で、「送信専用アカウントの追加」、または「送受信アカウントの追加」をお選びいただいて、電子メールアドレスを追加することができます。自動的に SMTP サーバーの設定を行います。こちらの機能は、数週間中に実装され皆様にご利用いただくことができます。&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;strong&gt;さらなるSkyDriveとの連携 : ファイルや写真を直接 SkyDrive から挿入することが可能&lt;/strong&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;現在すでに SkyDrive と Outlook.com の連携機能があります: マイクロソフト アカウントの自動サインイン、ヘッダーリンクの共有、連絡先の共有、サイズの大きい添付ファイルを Outlook.com から SkyDrive を介して送付する機能などが一例です。今回、Outlook.com にてメールを作成する際、SkyDrive を使ったファイルの添付がさらに簡単でわかりやすくなりました。メールを送付する際、SkyDrive に保存しているファイルを簡単に選択することが可能になり、さらに、選択したファイルのサムネイル画像と SkyDrive へのリンクを自動的に生成します。リンクには自動的にメールを受信した方のアクセス許可が付与されます。SkyDrive から写真を選択して挿入すると自動的にきれいなフォトメールが生成されます。そのメールでは、簡単に文章を編集することができ、また、ファイルの追加や削除などもメールの作成画面で自由に行うことができます。この機能も数週間中に実装され、ご利用いただくことができます。&lt;/font&gt;&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image007_5F00_63656479.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image007_5F00_155F95B5.jpg"&gt;&lt;img width="644" height="393" title="clip_image007" style="display: inline; background-image: none;" alt="clip_image007" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image007_5F00_thumb_5F00_426B935E.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image008_5F00_3268447D.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image008_5F00_04114F81.jpg"&gt;&lt;img width="644" height="425" title="clip_image008" style="display: inline; background-image: none;" alt="clip_image008" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image008_5F00_thumb_5F00_44CCC76F.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image009_5F00_03A7AD3D.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image009_5F00_02D1D804.jpg"&gt;&lt;img width="644" height="346" title="clip_image009" style="display: inline; background-image: none;" alt="clip_image009" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-46-metablogapi/clip_5F00_image009_5F00_thumb_5F00_6749083D.jpg" border="0"&gt;&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;strong&gt;Outlook.com のご利用ありがとうございます&lt;/strong&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;今まで、Hotmail をご利用いただいていることに大変感謝致しております。Hotmail は、1996年より愛用され続けている電子メールサービスで、毎年進化し続けてきました。Outlook.com プレビュー版をリリースした当時、私たち開発チームのミッションは新たなブランドで最高の電子メールサービスを開発することを課せられていたと思っておりました。そして、今、マイクロソフトより次世代の電子メール エクスペリエンスを提供し幅広いユーザー様にお使いいただけることをうれしく思っております。多くのユーザー様より様々なフィードバックをいただき Outlook.com は進化しつづけ、今までにないスピードで広がりをみせているパーソナル電子メールサービスになっております。引き続きユーザー様からのフィードバックを取り入れて Outlook.com はより良いサービスとして進化をしていきます。Outlook.com へようこそ！そして、引き続き Outlook.com をご愛用ください。&lt;/font&gt;&lt;p&gt;&lt;i&gt;&lt;font face="Meiryo UI" size="2"&gt;-- Dick Craddock, Group Program Manager, Outlook.com&lt;/font&gt;&lt;/i&gt;&lt;p&gt;&lt;i&gt;&lt;font face="Meiryo UI" size="2"&gt;(This post was updated to clarify that the SMTP send capability would also be rolling out over a period of a few weeks.) &lt;/font&gt;&lt;/i&gt;&lt;p&gt;&lt;font face="Meiryo UI" size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Meiryo UI"&gt;&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588418&amp;AppID=5946&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/international/b/japan/archive/tags/Outlook-com/default.aspx">Outlook.com</category><category domain="http://blogs.windows.com/international/b/japan/archive/tags/SMTP+Send/default.aspx">SMTP Send</category><category domain="http://blogs.windows.com/international/b/japan/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://blogs.windows.com/international/b/japan/archive/tags/Hotmail/default.aspx">Hotmail</category></item><item><title>Building on our vision of modern computing</title><link>http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/10/building-on-our-vision-of-modern-computing.aspx</link><pubDate>Fri, 10 May 2013 18:27:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:7c165b24-bb75-41fb-8d6b-4fcd97cb7057</guid><dc:creator>Julie Larson-Green</dc:creator><slash:comments>21</slash:comments><description>&lt;p&gt;Earlier this week I was on stage at the &lt;a href="http://www.wiredbusinessconference.com/"&gt;WIRED Business Conference&lt;/a&gt;&amp;nbsp;talking about Windows and how it continues to evolve. With Windows 8 we bet on the computing trends shaping today and tomorrow: mobility, touch, apps that connect seamlessly and are with you everywhere you go. We are no longer tied to the desktop, literally and figuratively.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Each month more than a billion unique Windows PCs get updates from us &amp;ndash; and even more are running inside companies around the world. That&amp;rsquo;s a lot of devices and represents to us the trust and commitment we have with people. Most of them are running Windows 7, some are still running Windows XP, but more and more are running Windows 8 every day.&amp;nbsp; Earlier this week my colleague Tami Reller announced we have sold &lt;a href="http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/06/windows-8-at-6-months-q-amp-a-with-tami-reller.aspx"&gt;more than 100 million licenses of Windows 8&lt;/a&gt;&amp;nbsp;through the first six months on the market.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We know people choose Windows because it&amp;rsquo;s important to their lives and their businesses. They trust and rely on Windows for serious productivity and more and more serious fun. We are proud to keep evolving Windows in a way that brings forward over 25 years of computing and&amp;nbsp;to create the&amp;nbsp;platform for tomorrow. As with every radical change, learning is a process. We are getting smarter every day about how to help people learn and make the most of their devices. From work in Windows, to online content, as well materials and demos at retail we are constantly improving&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;and moving forward.&lt;/p&gt;
&lt;p&gt;At the WIRED Business Conference &lt;a href="http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/07/julie-larson-green-at-the-wired-business-conference.aspx"&gt;I announced we&amp;rsquo;d share the first public preview of what we are calling internally Windows &amp;ldquo;Blue&amp;rdquo;&lt;/a&gt; in late June timed with the &lt;a href="http://www.buildwindows.com/"&gt;Build conference&lt;/a&gt;. It&amp;rsquo;s an update to Windows 8 and builds on our vision of modern computing. An OS that lets apps work seamlessly together and put the things you care most about right at your fingertips.&amp;nbsp;We are excited to share the next steps in this vision soon.&lt;/p&gt;
&lt;p&gt;Julie Larson-Green &lt;br /&gt;Corporate Vice President, Windows&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588416&amp;AppID=5923&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Mobility/default.aspx">Mobility</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Vision/default.aspx">Vision</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Blue/default.aspx">Blue</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Modern+Computing/default.aspx">Modern Computing</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://blogs.windows.com/windows/b/bloggingwindows/archive/tags/Windows+Blue/default.aspx">Windows Blue</category></item><item><title>Latest Windows Phone app submission improvements</title><link>http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/05/10/latest-windows-phone-app-submission-improvements.aspx</link><pubDate>Fri, 10 May 2013 18:12:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1b0e0fd7-c3d5-4372-920b-182a5c7fd12a</guid><dc:creator>Rushmi Malaviarachchi</dc:creator><slash:comments>5</slash:comments><description>&lt;p&gt;As Todd mentioned in his &lt;a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/05/03/expanded-developer-opportunity-new-payout-markets-and-billing-connections.aspx" target="_blank"&gt;post last week&lt;/a&gt;, I’d like to share some details about the latest improvements we’ve made to &lt;a href="http://dev.windowsphone.com/" target="_blank"&gt;Dev Center&lt;/a&gt; to address your feedback. &lt;p&gt;&lt;b&gt;Multiple XAP management during app submission&lt;/b&gt; &lt;p&gt;As more developers update their apps to take advantage of new Windows Phone 8 functionality, managing multiple XAP files for a single app becomes an increasingly common scenario. Many apps have different XAPs for Windows Phone 7.x and Windows Phone 8.0. Dev Center allows each to be serviced independently. Many of you asked for a simplified way to manage XAPs, so we set out to streamline the experience, make it easier to keep track of which XAPs exist for your app, and to clearly identify which XAP you’re acting on when you make a change. Here’s the new UI for managing XAPs in an app submission: &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image002_5F00_3FC7C8EB.png"&gt;&lt;img title="clip_image002" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="clip_image002" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image002_5F00_thumb_5F00_460E9F79.png" width="482" height="161"&gt;&lt;/a&gt; &lt;p&gt;When you update an existing app, you’ll see that all of the XAPs for your app are already present in the submission. You can replace or delete one or more of the existing XAPs, add new ones, or leave them unchanged. Typically you’ll only want to add a new XAP when you’re either submitting a new app or adding support for a new platform version to an existing app. (For more details, see &lt;a href="http://msdn.microsoft.com/library/windowsphone/help/jj631569(v=vs.105).aspx" target="_blank"&gt;Guidance for app management for Windows Phone&lt;/a&gt;). Be careful when you delete a XAP in a submission because it will be removed from your app and no longer available in Store after the submission is published. You can think of this table as showing all XAPs that will be available for your app when the submission is published. &lt;p&gt;After you’ve established the XAPs that you want for your app, you can select each XAP individually by clicking the button beside its name, and then add/edit the Store listing info for each language that the XAP supports. &lt;p&gt;&lt;b&gt;MPNS certificate management&lt;/b&gt; &lt;p&gt;To use &lt;a href="http://msdn.microsoft.com/library/windowsphone/develop/hh202945(v=vs.105).aspx" target="_blank"&gt;authenticated push notifications&lt;/a&gt; from the Microsoft Push Notification Service (MPNS), your app needs to be associated with the authentication certificate that’s used by your service. You can manage certificates at an account level in Dev Center and then choose from those certificates when you submit a new app or update an existing app. &lt;p&gt;We’ve refreshed the certificate management UI to make it easier to see all of the certificates that you’ve uploaded, and to differentiate between them: &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image004_5F00_577F0051.png"&gt;&lt;img title="clip_image004" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="clip_image004" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image004_5F00_thumb_5F00_16DCB3E2.png" width="482" height="290"&gt;&lt;/a&gt; &lt;p&gt;We’ve also updated the certificate selection UI on the &lt;b&gt;App info&lt;/b&gt; submission page to help you select the correct certificate. Remember that if you’re updating an app to associate it with an updated certificate, MPNS requires that the &lt;b&gt;Subject Name CN&lt;/b&gt; value remains the same. Dev Center will enforce this restriction to ensure that push notifications continue to work after your update is published. &lt;p&gt;&lt;b&gt;Review submission&lt;/b&gt; &lt;p&gt;When you create a submission for a new or existing app in Dev Center, that submission will remain until you submit or delete it. This means that you can make changes to a submission on different days and from different browser windows and we’ll keep track of them. This can be a powerful feature as you don’t have to worry about losing changes by closing your browser or switching computers. However, this also makes it important to check your work before final submission to make sure you’re aware of all of the changes. We’ve created a new review page to help you do just that. Now you’ll have the opportunity to check the review page for a submission to be sure you are satisfied with the changes that you’ve made before you submit your app. Here’s an example: &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image006_5F00_0427BA2B.png"&gt;&lt;img title="clip_image006" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="clip_image006" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image006_5F00_thumb_5F00_43856DBB.png" width="482" height="432"&gt;&lt;/a&gt; &lt;p&gt;The review page is organized into three sections: &lt;ol&gt; &lt;li&gt;&lt;b&gt;Submission&lt;/b&gt;: Displays the publish option chosen, along with errors and warnings if applicable.&lt;/li&gt; &lt;li&gt;&lt;b&gt;App&lt;/b&gt;: Displays the changes made at the app level. By default, this section shows only the changes you made, but you can clear the &lt;b&gt;Only show changes I made&lt;/b&gt; box to see the full summary.&lt;/li&gt; &lt;li&gt;&lt;b&gt;XAPs&lt;/b&gt;: Displays a list of XAPs that will be published for your app.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Here’s how the page looks if you choose to see the full summary of app-level information: &lt;p&gt;&lt;a href="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image008_5F00_30D07404.png"&gt;&lt;img title="clip_image008" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="clip_image008" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-84-metablogapi/clip_5F00_image008_5F00_thumb_5F00_702E2794.png" width="482" height="544"&gt;&lt;/a&gt; &lt;p&gt;We made these changes to enhance your experience with Dev Center. As always, please keep adding your feedback to the &lt;a href="http://wpdev.uservoice.com/forums/110711-dev-center-store" target="_blank"&gt;Windows Phone Dev Center UserVoice forum&lt;/a&gt;. We appreciate hearing from you and your feedback helps us shape future development priorities. &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588415&amp;AppID=5384&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/Dev+Center/default.aspx">Dev Center</category><category domain="http://blogs.windows.com/windows_phone/b/wpdev/archive/tags/+News+and+Information/default.aspx"> News and Information</category></item><item><title>App roundup: More news apps</title><link>http://blogs.windows.com/windows/b/windowsexperience/archive/2013/05/10/app-roundup-more-news-apps.aspx</link><pubDate>Fri, 10 May 2013 18:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:91a05f86-2ce6-44e5-bed9-e66053f801a7</guid><dc:creator>David S</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I’ve already mentioned some of the news apps I like &lt;a href="http://blogs.windows.com/windows/b/windowsexperience/archive/2013/03/29/app-roundup-start-spreadin-the-news.aspx" target="_blank"&gt;in a previous post&lt;/a&gt;, but there are actually a few more I'd like to tell you about.&lt;/p&gt; &lt;p&gt;One of the most distinctive memories from my childhood is of my parents disappearing behind the daily newspaper (back when even a small town had both a morning and evening paper), emerging only to read something funny or amazing to each other. The distinctive rustle a paper makes in a quiet room is rapidly becoming a thing of the past. &lt;/p&gt; &lt;p&gt;There are trade-offs involved in swapping physical media for the electronic variety, but in my view, the trade-offs are worth it. A good full-screen app can reproduce that disappearing-into-the-paper sensation, and also that sense of discovery when you’re reading one thing and stumble onto something else. Plus, I'm no longer limited to the worldview of my local newsroom. And I definitely don’t miss the clutter of daily papers piling up in the corners.&lt;/p&gt; &lt;p&gt;&lt;br&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/the-wall-street-journal/f33ac02e-65bc-4ec3-b8bc-57f553504637" target="_blank"&gt;The Wall Street Journal&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/the-wall-street-journal/f33ac02e-65bc-4ec3-b8bc-57f553504637" target="_blank"&gt;&lt;img title="Wall Street Journal" style="background-image: none; display: inline" border="0" alt="Wall Street Journal" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Wall_2D00_Street_2D00_Journal_5F00_thumb_5F00_569C0F8F.jpg" width="530" height="298"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;It’s important to note that the &lt;a href="http://apps.microsoft.com/windows/en-us/app/the-wall-street-journal/f33ac02e-65bc-4ec3-b8bc-57f553504637" target="_blank"&gt;Wall Street Journal&lt;/a&gt; app is free, but without a subscription, you get access to only some of the content. For non-subscribers, you can still see a lot of the articles and the whimsical little illustrations that give the WSJ such a memorable look. The familiar dot drawings are supplemented with plenty of videos and other rich content. &lt;/p&gt; &lt;p&gt;&lt;br&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/the-new-york-times/8e15939d-8469-483c-9fb8-94c2e72496f6" target="_blank"&gt;The New York Times&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/the-new-york-times/8e15939d-8469-483c-9fb8-94c2e72496f6"&gt;&lt;img title="New York Times" style="background-image: none; display: inline" border="0" alt="New York Times" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/New_2D00_York_2D00_Times_5F00_7572836D.jpg" width="530" height="298"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;As with the Wall Street Journal app, you need a subscription for full access to the &lt;a href="http://apps.microsoft.com/windows/en-us/app/the-new-york-times/8e15939d-8469-483c-9fb8-94c2e72496f6" target="_blank"&gt;New York Times&lt;/a&gt; app, too. But stories in the Top News section are free, as is a lot of the other world-class content. Eschewing the single-picture-plus-wall-of-text format of some news sites and apps, many articles here are carefully laid out with images embedded within them, leading the eye along. The paper has long been a leader in digital content, and it really shows here, in not only the rich media content, but in every detail, from the icons denoting each section to the beautifully designed navigation.&amp;nbsp; &lt;br&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/nbc-news/ab6abb41-b84b-4908-bdf7-0749c0cd890d" target="_blank"&gt;NBC News&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/nbc-news/ab6abb41-b84b-4908-bdf7-0749c0cd890d" target="_blank"&gt;&lt;img title="NBC" style="background-image: none; display: inline" border="0" alt="NBC" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/NBC_5F00_3F8D8E53.jpg" width="530" height="298"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The &lt;a href="http://apps.microsoft.com/windows/en-us/app/nbc-news/ab6abb41-b84b-4908-bdf7-0749c0cd890d" target="_blank"&gt;NBC News app&lt;/a&gt; is rock solid. It may be your basic mix of video and text (I prefer to read more than watch, so I love that every video comes with a write-up), but it simply &lt;em&gt;feels&lt;/em&gt; good to browse. Going as deep as you can into each sub-section, there’s still plenty to explore.&amp;nbsp; Beyond just stories from the NBC newscast and clips from TODAY, there are also pretty decent blogs on technology, entertainment, and other topics.&lt;br&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/engadget/b4ca2a2c-fd5e-49c7-a710-edf8f7cffc5a" target="_blank"&gt;Engadget&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://apps.microsoft.com/windows/en-us/app/engadget/b4ca2a2c-fd5e-49c7-a710-edf8f7cffc5a" target="_blank"&gt;&lt;img title="Engadget" style="background-image: none; display: inline" border="0" alt="Engadget" src="http://blogs.windows.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-53-48-metablogapi/Engadget_5F00_4C876E64.jpg" width="530" height="298"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Befitting its role as a technology news source, &lt;a href="http://apps.microsoft.com/windows/en-us/app/engadget/b4ca2a2c-fd5e-49c7-a710-edf8f7cffc5a" target="_blank"&gt;Engadget&lt;/a&gt; delivers a fun and fast browsing experience that feels a little different from the apps that come from more traditional media outlets. With images and video, there seems to be less of an effort to find the one perfect picture. It’s not careless so much as loose and fun. It feels younger. The content is served up with the most recent stories first, and is also browsable by whatever type of technology you’re most interested in.&lt;/p&gt; &lt;p&gt;These news apps not only deliver content efficiently, they also make consuming the news a pleasurable and aesthetically pleasing experience. Even without that papery rustle. &lt;/p&gt; &lt;p&gt;David S.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.windows.com/aggbug.aspx?PostID=588399&amp;AppID=5348&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Windows+8/default.aspx"> Windows 8</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Windows+RT/default.aspx"> Windows RT</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+news/default.aspx"> news</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+NBC+News/default.aspx"> NBC News</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+app+roundup/default.aspx"> app roundup</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+New+York+Times/default.aspx"> New York Times</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Engadget/default.aspx">Engadget</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+news+apps/default.aspx"> news apps</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+Wall+Street+Journal/default.aspx"> Wall Street Journal</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/+apps/default.aspx"> apps</category><category domain="http://blogs.windows.com/windows/b/windowsexperience/archive/tags/Windows/default.aspx">Windows</category></item></channel></rss>