<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>WindowsPhoneGeek</title>
    <link>http://www.windowsphonegeek.com/windowsphonegeek-feed-rss</link>
    <description>windowsphonegeek feed</description>
    <language>en-us</language>
    <pubDate>2010-09-27T16:55:00.0000000+03:00</pubDate>
    <lastBuildDate>5/21/2012 7:21:39 PM</lastBuildDate>
    <generator>N2 CMS</generator>
    <managingEditor>windowsphonegeek.com</managingEditor>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Windowsphonegeek" /><feedburner:info uri="windowsphonegeek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>Your app sucks and now I know what to do about it </title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/G4DKkNKekiU/your-app-sucks-and-now-i-know-what-to-do-about-it</link>
      <description>&lt;p&gt;source:&amp;nbsp;&lt;a href="http://blog.mrlacey.co.uk/2012/05/your-app-sucks-and-now-i-know-what-to.html?utm_source=twitterfeed&amp;amp;utm_medium=twitter" target="_blank"&gt;Matt Lacey`s blog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The Windows Phone marketplace is a semi curated environment. This is both a good and a bad thing.&amp;nbsp;It makes the app submission process fairly reliable and keeps the very buggy and inappropriate apps out.&amp;nbsp;It does, however, require a human element in the certification process that can be subject to inconsistency and error.&lt;/p&gt;
&lt;p&gt;Sometimes apps pass certification which shouldn't have. This is separate from any quality judgement, I'm referring here to apps breaking the &lt;a href="http://msdn.microsoft.com/en-us/library/hh184843%28v=VS.92%29.aspx"&gt;marketplace rules and certification requirements&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Fortunately, there is a place to report such occurrence: &lt;a href="http://msdn.microsoft.com/en-us/library/hh881889%28v=vs.92%29"&gt;Reporting a Concern about an App in the Marketplace&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;.....&lt;a href="http://blog.mrlacey.co.uk/2012/05/your-app-sucks-and-now-i-know-what-to.html?utm_source=twitterfeed&amp;amp;utm_medium=twitter" target="_blank"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hlkSO9_z6UjdnkI8KfzCXPxLdzY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hlkSO9_z6UjdnkI8KfzCXPxLdzY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hlkSO9_z6UjdnkI8KfzCXPxLdzY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hlkSO9_z6UjdnkI8KfzCXPxLdzY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/G4DKkNKekiU" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T19:18:18.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/news/your-app-sucks-and-now-i-know-what-to-do-about-it</feedburner:origLink></item>
    <item>
      <title>Streaming MP3 player in WP7</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/1v55YLOGk_I/streaming-mp3-player-in-wp7</link>
      <description>&lt;p&gt;source: &lt;a href="http://www.developer.nokia.com/Community/Wiki/Streaming_MP3_player_in_WP7" target="_blank"&gt;Nokia&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This article explains how to create a streaming MP3 music player in Windows Phone 7.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span class="mw-headline"&gt;&amp;nbsp;Introduction &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This article show how to create a streaming MP3 music player in  Windows Phone 7. All the music files are stored in the server and are  streamed to Windows Phone. Application first loads all the albums data  from server with JSON data. In server side there are PHP script which  loads ID3 tags from all the MP3 files and generates JSON string, which  is returned to Windows Phone. After that application deserializes JSON  string to dynamic objects and the albums data is displayed in the  Panorama page (image 3). Selected album songs will be displayed in the  new Songs Page (image 5).&lt;/p&gt;
&lt;p&gt;User can add favorite songs to Favorite list (image 2) from  Latest or Album songs.  Selected song is played in Player Page (image 6)  when user selects song from song lists. All the selected songs will be  added to Latest played songs (image 1). In Player page user can see  album cover art, title of the song, album name and playing time of the  song. User can skip to previous or next song in this selected list which  music is now playing and seek the position of the song. All the list  can be reset from the Setting section (image 4) of the Panorama page.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;.....&lt;a href="http://www.developer.nokia.com/Community/Wiki/Streaming_MP3_player_in_WP7" target="_blank"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0dvzhd6_1PD7KkCf608HKKIYeGY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dvzhd6_1PD7KkCf608HKKIYeGY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0dvzhd6_1PD7KkCf608HKKIYeGY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dvzhd6_1PD7KkCf608HKKIYeGY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/1v55YLOGk_I" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T19:15:31.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/news/streaming-mp3-player-in-wp7</feedburner:origLink></item>
    <item>
      <title>Metro: Grouping Items in a ListView Control</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/Ze9TA7E2n6o/metro-grouping-items-in-a-listview-control</link>
      <description>&lt;p&gt;source:&amp;nbsp;&lt;a href="http://stephenwalther.com/blog/archive/2012/05/18/metro-grouping-items-in-a-listview-control.aspx" target="_blank"&gt;stephenwalther.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this blog entry is to explain how you can group list  items when displaying the items in a WinJS ListView control. In  particular, you learn how to group a list of products by product  category.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://stephenwalther.com/blog/wp-content/uploads/2012/05/image2.png"&gt;&lt;img style="border: 0px;" title="image" src="http://stephenwalther.com/blog/wp-content/uploads/2012/05/image_thumb2.png" alt="image" width="300" height="186" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Displaying a grouped list of items in a ListView control requires completing the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a Grouped data source from a List data source &lt;/li&gt;
&lt;li&gt;Create a Grouped Header Template &lt;/li&gt;
&lt;li&gt;Declare the ListView control so it groups the list items&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;.....&lt;a href="http://stephenwalther.com/blog/archive/2012/05/18/metro-grouping-items-in-a-listview-control.aspx" target="_blank"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Jqm_4hx91VNSiA-fJTGrb0dKO4s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jqm_4hx91VNSiA-fJTGrb0dKO4s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Jqm_4hx91VNSiA-fJTGrb0dKO4s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jqm_4hx91VNSiA-fJTGrb0dKO4s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/Ze9TA7E2n6o" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T19:12:34.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/windows-8-news/metro-grouping-items-in-a-listview-control</feedburner:origLink></item>
    <item>
      <title>WP7 Images in Secondary Tiles do not appear: Solution</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/swwAVGgToHk/WP7-Images-in-Secondary-Tiles-do-not-appear-Solution</link>
      <description>&lt;p&gt;source: &lt;a title="http://www.mjfnet.com" href="http://www.mjfnet.com/blog/post/2012/05/18/WP7-Images-in-Secondary-Tiles-do-not-appear.aspx"&gt;www.mjfnet.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Problem: Background Images in secondary tiles do not appear if using remote images.&lt;/p&gt;  &lt;p&gt;Solution: &lt;/p&gt;  &lt;p&gt;&amp;lt;wp:BackgroundImage&amp;gt; and &amp;lt;wp:BackBackgroundImage&amp;gt; can use remote URLs, however, the domains need to be included in the Approved URLS list. For example:&lt;/p&gt;  &lt;p&gt;// Lists domains that can send tile updates and so forth as push notifications.    &lt;br /&gt;// Only these authorized domains will be allowed by the shell to push new tiles to the phone&lt;/p&gt;  &lt;p&gt;var ListOfAllowedDomains = new Collection&amp;lt;Uri&amp;gt; {    &lt;br /&gt;new Uri(@&amp;quot;http://i. contoso.com&amp;quot;), new Uri(@&amp;quot;http://i-staging.contoso.com&amp;quot;) // e.g. if you published a webservice at http://foo.com/service1.svc -- put &amp;quot;http://foo.com&amp;quot; here.     &lt;br /&gt;};     &lt;br /&gt;pushChannel.BindToShellTile(ListOfAllowedDomains);&lt;/p&gt;  &lt;p&gt;...&lt;a href="http://www.mjfnet.com/blog/post/2012/05/18/WP7-Images-in-Secondary-Tiles-do-not-appear.aspx"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KbizYQ8OVJWYAbYRSdAGFawddv8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KbizYQ8OVJWYAbYRSdAGFawddv8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KbizYQ8OVJWYAbYRSdAGFawddv8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KbizYQ8OVJWYAbYRSdAGFawddv8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/swwAVGgToHk" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T12:36:45.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/news/WP7-Images-in-Secondary-Tiles-do-not-appear-Solution</feedburner:origLink></item>
    <item>
      <title>How to Debug a Windows 8 Metro Secondary Tile</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/W8L_YK0O_3Y/how-to-debug-a-windows-8-metro-secondary-tile</link>
      <description>&lt;p&gt;source:&amp;nbsp;&lt;a href="http://csharperimage.jeremylikness.com/2012/05/how-to-debug-windows-8-metro-secondary.html" target="_blank"&gt;csharperimage.jeremylikness.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've been working on Chapter 7 of my upcoming book, Designing Windows 8 Metro Applications with C# and XAML.  This chapter focuses on tiles and toast notifications. In the Windows 8  runtime, it is incredibly easy to prompt the user to pin a secondary  tile. This is a tile that has a deep link for content. For example, my  reference application contains blogs and blog posts from several  Wintellect employees. You can pin a specific blog or even a specific  item within a blog. The application bar provides the icon to click to &lt;strong&gt;Pin to Start&lt;/strong&gt;:&lt;/p&gt;
&lt;div class="separator"&gt;&lt;a href="http://3.bp.blogspot.com/-difmK1w5pTI/T7ftbKgN1lI/AAAAAAAAAq8/3PakGSyWhms/s1600/07fig04.jpg"&gt;&lt;img style="border: 0px;" src="http://3.bp.blogspot.com/-difmK1w5pTI/T7ftbKgN1lI/AAAAAAAAAq8/3PakGSyWhms/s320/07fig04.jpg" alt="" width="200" height="150" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;The code simply grabs the current "group" that represents a blog,  then formats a unique id for the tile, a title, and a special set of  arguments that are passed when the tile is tapped:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt; var group = DefaultViewModel["Group"] as BlogGroup;
    var title = string.Format("Blog: {0}", group.Title);            
    ((App)Application.Current).PinToStart(this,
        string.Format("Wintellog.{0}", group.Id.GetHashCode()),
        title,
        title,
        string.Format("Group={0}", group.Id));&lt;/pre&gt;
&lt;p&gt;.....&lt;a href="http://csharperimage.jeremylikness.com/2012/05/how-to-debug-windows-8-metro-secondary.html" target="_blank"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_ExmFVUaN73k4lreHwIV6vZtv7o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_ExmFVUaN73k4lreHwIV6vZtv7o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_ExmFVUaN73k4lreHwIV6vZtv7o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_ExmFVUaN73k4lreHwIV6vZtv7o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/W8L_YK0O_3Y" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T11:18:57.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/windows-8-news/how-to-debug-a-windows-8-metro-secondary-tile</feedburner:origLink></item>
    <item>
      <title>Show ratings with stars in WinRT XAML</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/3JkS5XHghy0/show-ratings-with-stars-in-winrt-xaml</link>
      <description>&lt;p&gt;source:&amp;nbsp;&lt;a href="http://igrali.wordpress.com/2012/05/20/show-ratings-with-stars-in-winrt-xaml/" target="_blank"&gt;igrali.wordpress.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When you try to build an app that displays ratings of some kind, it&amp;rsquo;s  often interesting to show them using stars &amp;ldquo;notation&amp;rdquo;. Unfortunately,  there is no native rating control to be used with WinRT and XAML, but on  the bright side there are many open source projects available for  Silverlight and WPF that can be ported relatively easy. I did that for  one of my projects and I&amp;rsquo;ll show you about it more in this blog article.&lt;/p&gt;
&lt;p&gt;If you search for rating controls, you&amp;rsquo;ll find many interesting  options. Some of them even offer that you can actually rate things by  clicking on the stars. I only needed a control which renders filled  stars according to rating value. I found a few that suited my needs, but  the problem with those is that they only fill full star of half of the  star. It&amp;rsquo;s done by using a drawing of the whole star, and then two more  drawings of half of the stars, because they can be split into 2 same  parts.&lt;/p&gt;
&lt;p&gt;&lt;img title="image" src="http://igrali.files.wordpress.com/2012/05/image_thumb.png?w=244&amp;amp;h=64" border="0" alt="image" width="244" height="64" /&gt;&lt;/p&gt;
&lt;p&gt;.....&lt;a href="http://igrali.wordpress.com/2012/05/20/show-ratings-with-stars-in-winrt-xaml/" target="_blank"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/h65VZC7pRBe-XB2Arc4rbECASl0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/h65VZC7pRBe-XB2Arc4rbECASl0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/h65VZC7pRBe-XB2Arc4rbECASl0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/h65VZC7pRBe-XB2Arc4rbECASl0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/3JkS5XHghy0" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T11:10:54.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/windows-8-news/show-ratings-with-stars-in-winrt-xaml</feedburner:origLink></item>
    <item>
      <title>Mimic the Game Hub Application Bar with a Behavior on the BindableApplicationBar</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/1qFTc8xhAWs/Mimic-the-Game-Hub-Application-Bar-with-a-Behavior-on-the-BindableApplicationBar</link>
      <description>&lt;p&gt;source: &lt;a title="http://mark.mymonster.nl" href="http://mark.mymonster.nl/2012/05/20/mimic-the-game-hub-application-bar-with-a-behavior-on-the-bindableapplicationbar?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MarkMonster+%28Mark+Monster%29&amp;amp;utm_content=Google+Reader"&gt;mark.mymonster.nl&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;A couple of days ago &lt;a href="http://dotnetapp.com/blog/2012/05/16/how-to-mimic-the-application-bar-of-the-game-hub-and-to-avoid-the-splash-screen-bug/"&gt;Sébastien Lachance wrote an excellent article about mimicking the application bar of the game hub&lt;/a&gt;. Really interesting for one of my applications which makes use of a minimal applicationbar that's also transparant. However quite often the texts of the menu are difficult to read when they don't have a solid backgroud. That's exactly what is solved in the game hub: a transparant applicationbar, but when expanded to view the menu it has a solid background. And Sébastien also found a solution how to fix this in our own applications.&lt;/p&gt;  &lt;p&gt;However Sébastien is using the ApplicationBar, I'm using the wrapper around the ApplicationBar, called &lt;a href="http://phone7.codeplex.com/"&gt;BindableApplicationBar that's part of the Phone7.Fx project&lt;/a&gt;. So how to solve this? &lt;/p&gt;  &lt;p&gt;The ApplicationBar and BindableApplicationBar both implement the IApplicationBar interface which prescribes the StateChanged event that is used by Sébastien in his solution. So it looks like we can use the same event, let's look a little bit closer.&lt;/p&gt;  &lt;p&gt;Seems that the code inside the BindableApplicationBar never fires the StateChanged event, so let's fix this with a little bit of code in the BindableApplicationBar. Please be aware that you need to use the source version of the BindableApplicationBar to be able to fix this. So let's subscribe the underlying ApplicationBar first, we do this in t he constructor of the BindableApplicationBar by adding one line.&lt;/p&gt;  &lt;p&gt;...&lt;a href="http://mark.mymonster.nl/2012/05/20/mimic-the-game-hub-application-bar-with-a-behavior-on-the-bindableapplicationbar?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MarkMonster+%28Mark+Monster%29&amp;amp;utm_content=Google+Reader"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Erm7VOADFOsvWUk54NgaLB_NIdk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Erm7VOADFOsvWUk54NgaLB_NIdk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Erm7VOADFOsvWUk54NgaLB_NIdk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Erm7VOADFOsvWUk54NgaLB_NIdk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/1qFTc8xhAWs" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T11:07:35.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/news/Mimic-the-Game-Hub-Application-Bar-with-a-Behavior-on-the-BindableApplicationBar</feedburner:origLink></item>
    <item>
      <title>Defining Layout in a Windows 8 Metro Style App using CSS3, HTML and JavaScript</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/xZWv8Tc4stM/defining-layout-in-a-windows-8-metro-style-app-using-css3-html-and-javascript</link>
      <description>&lt;p&gt;dsource: &lt;a href="http://blogs.msdn.com/b/davedev/archive/2012/05/16/defining-layout-in-a-windows-8-metro-style-app-using-css3-html-and-javascript.aspx" target="_blank"&gt;DaveDev`s blog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have been coding a Windows 8 Metro Style App using the new Windows 8 Consumer Preview bits and Visual Studio 11 Express.&amp;nbsp; The app is going to be a retro shooter that takes advantage of &lt;a href="http://www.w3schools.com/html5/html5_canvas.asp"&gt;HTML5 Canvas&lt;/a&gt; for the main game engine along with several Windows 8 Metro Style App  Features.&amp;nbsp; This post is going to cover how to layout the elements of  your game interface on the screen.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My game&amp;rsquo;s Layout is made up of two screens: a &lt;strong&gt;Main Menu&lt;/strong&gt; (which is the default screen upon loading for first time) and then an actual &lt;strong&gt;Game Screen&lt;/strong&gt; where gameplay takes place.&amp;nbsp; I used CSS3&amp;nbsp;to align my Player Score, Name, Level and other screen elementals.&amp;nbsp; Let&amp;rsquo;s dive into how each screen is set up.&lt;/p&gt;
&lt;p&gt;Main Menu&lt;/p&gt;
&lt;p&gt;The Main Menu displays current game version number, game title and a button to begin game play.&amp;nbsp; It also includes an AppBar Menu (not shown in the screenshots below) that can be accessed at any time.&amp;nbsp; Here is what the Main Menu looks like:&lt;/p&gt;
&lt;p&gt;&lt;img style="border: 0px;" title="FullScreen" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-85-18-metablogapi/8156.FullScreen_5F00_19DF0924.jpg" alt="FullScreen" width="200" height="119" /&gt;&lt;/p&gt;
&lt;p&gt;.....&lt;a href="http://blogs.msdn.com/b/davedev/archive/2012/05/16/defining-layout-in-a-windows-8-metro-style-app-using-css3-html-and-javascript.aspx" target="_blank"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TqR9MSIC7rNcRDkz5CQsolC5jsQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TqR9MSIC7rNcRDkz5CQsolC5jsQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TqR9MSIC7rNcRDkz5CQsolC5jsQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TqR9MSIC7rNcRDkz5CQsolC5jsQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/xZWv8Tc4stM" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T11:04:32.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/windows-8-news/defining-layout-in-a-windows-8-metro-style-app-using-css3-html-and-javascript</feedburner:origLink></item>
    <item>
      <title>Delivering reliable and trustworthy Metro style apps</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/h8x1UgPPzcI/delivering-reliable-and-trustworthy-metro-style-apps</link>
      <description>&lt;p&gt;source:&amp;nbsp;&lt;a href="http://blogs.msdn.com/b/b8/archive/2012/05/17/delivering-reliable-and-trustworthy-metro-style-apps.aspx" target="_blank"&gt;blogs.msdn&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One of our core principles in the development of the Windows 8 Metro  style app platform was to ensure that users would have confidence in  their apps. This is a mission we&amp;rsquo;re in together; in this post, I explain  our vision for app confidence and reliability and help you build  confidence by design into your apps.&lt;/p&gt;
&lt;p&gt;Let me start by explaining what we mean by &lt;em&gt;confidence&lt;/em&gt;.  Picture a customer browsing the Windows Store looking at a Metro style  app; we want them to be thinking only about the app and whether or not  it is right for them. We want them to assume&amp;mdash;in fact be confident&amp;mdash;that  the app will behave the way they expect and thus will perform well on  their system, will use only the data and information they authorize, and  will harmoniously co-exist with their other applications.&lt;/p&gt;
&lt;p&gt;.....&lt;a href="http://blogs.msdn.com/b/b8/archive/2012/05/17/delivering-reliable-and-trustworthy-metro-style-apps.aspx" target="_blank"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/D6l1blURod3HUd4q1KCGYyQvPuI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D6l1blURod3HUd4q1KCGYyQvPuI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/D6l1blURod3HUd4q1KCGYyQvPuI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D6l1blURod3HUd4q1KCGYyQvPuI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/h8x1UgPPzcI" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-21T11:00:47.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/windows-8-news/delivering-reliable-and-trustworthy-metro-style-apps</feedburner:origLink></item>
    <item>
      <title>Daily WP7 Development News 18 May 2012</title>
      <link>http://feedproxy.google.com/~r/Windowsphonegeek/~3/STljtU-1zw4/daily-wp7-development-news-18-may-2012</link>
      <description>&lt;p&gt;by WindowsPhoneGeek&lt;/p&gt;
&lt;p&gt;Daily WP7 Development News 18 May 2012:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.windowsphonegeek.com/news/24-Weeks-of-WP-Metro-Design--6-Information-Architecture-for-a-Windows-Phone-App"&gt;24 Weeks of WP Metro Design | #6 Information Architecture for a Windows Phone App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.windowsphonegeek.com/news/The-beauty-of-being-in-control-of-your-app-data"&gt;The beauty of being in control of your app data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.windowsphonegeek.com/news/Windows-Phone-Tip-Sharing-Marketplace-links"&gt;Windows Phone Tip: Sharing Marketplace links&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.windowsphonegeek.com/news/Windows-Phone-marketshare-reportedly-overtakes-the-iPhone-in-China"&gt;Windows Phone marketshare reportedly overtakes the iPhone in China&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.windowsphonegeek.com/news/PhoneGap-on-Windows-Phone-Tip-8-Alarms-and-Reminders"&gt;PhoneGap on Windows Phone Tip #8: Alarms and Reminders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.windowsphonegeek.com/news/Registration-errorhellip-Windows-Phone-with-Windows-Azure-debugging-problem"&gt;Registration error&amp;hellip; Windows Phone with Windows Azure debugging problem&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.windowsphonegeek.com/news/Windows-Phone-Listbox--Why-Art-Thou-Blanking"&gt;Windows Phone Listbox, Why Art Thou Blanking&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Subscribe to our&amp;nbsp;&lt;a href="http://www.windowsphonegeek.com/news-feed"&gt;News feed&lt;/a&gt;&amp;nbsp;or follow us on Twitter&amp;nbsp;&lt;a href="http://twitter.com/winphonegeek"&gt;@winphonegeek&lt;/a&gt;&amp;nbsp;. (We list the latest Windows Phone 7 development activities.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qxXoLubyrE7Virzn0Sb4A1zprR8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qxXoLubyrE7Virzn0Sb4A1zprR8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qxXoLubyrE7Virzn0Sb4A1zprR8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qxXoLubyrE7Virzn0Sb4A1zprR8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Windowsphonegeek/~4/STljtU-1zw4" height="1" width="1"/&gt;</description>
      <pubDate>2012-05-18T20:01:27.0000000+03:00</pubDate>
    <feedburner:origLink>http://www.windowsphonegeek.com/news/daily-wp7-development-news-18-may-2012</feedburner:origLink></item>
  </channel>
</rss>

