<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shazaml Design, LLC &#187; Template</title>
	<atom:link href="http://www.shazaml.com/archives/tag/template/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shazaml.com</link>
	<description>Design and Development for Windows Phone 7</description>
	<lastBuildDate>Thu, 27 Oct 2011 19:33:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Visual Studio Project Template for Caliburn.Micro WP7</title>
		<link>http://www.shazaml.com/archives/visual-studio-project-template-for-caliburn-micro-wp7</link>
		<comments>http://www.shazaml.com/archives/visual-studio-project-template-for-caliburn-micro-wp7#comments</comments>
		<pubDate>Tue, 10 Aug 2010 17:24:34 +0000</pubDate>
		<dc:creator>Mark Tucker</dc:creator>
				<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Caliburn.Micro]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://www.shazaml.com/?p=625</guid>
		<description><![CDATA[Create projects using the Caliburn.Micro Windows Phone 7 template]]></description>
			<content:encoded><![CDATA[<p>Two days ago, Rob Eisenberg released a<a href="http://devlicio.us/blogs/rob_eisenberg/archive/2010/08/07/caliburn-micro-soup-to-nuts-pt-4-working-with-windows-phone-7.aspx"> sample of Caliburn.Micro for Windows Phone 7</a>.  I spent a few minutes today creating a <a href="http://www.shazaml.com/downloads/Caliburn.Micro.WP7.zip">Windows Phone 7 Caliburn.Micro project template</a> for Visual Studio 2010 from that project.  It should help you get started more quickly on your WP7 projects.</p>
<p>Download and copy the <a href="http://www.shazaml.com/downloads/Caliburn.Micro.WP7.zip">Caliburn.Micro.WP7.zip</a> file to the following directory on your computer:<strong> \Documents\Visual Studio 2010\Templates\ProjectTemplates\Silverlight for Windows Phone</strong></p>
<p>Start up Visual Studio and create a new project.  You will see an option for Caliburn.Micro (WP7):</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/08/image3.png"><img style="display: inline; border: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/08/image_thumb2.png" border="0" alt="image" width="640" height="443" /></a></p>
<p>After the project is created, you will see the following project structure:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/08/image4.png"><img style="display: inline; border: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/08/image_thumb3.png" border="0" alt="image" width="283" height="655" /></a></p>
<p>Fix the reference to Caliburn.Micro (<a href="http://caliburnmicro.codeplex.com/">download from CodePlex</a>), set a breakpoint in the constructor of MainPageViewModel, and run the application.  You will see that when navigation happens to MainPage, that MainPageViewModel is created. </p>
<p>Continue execution to view the app in the emulator:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/08/image5.png"><img style="display: inline; border: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/08/image_thumb4.png" border="0" alt="image" width="260" height="480" /></a></p>
<p>I like Rob’s idea of doing View-first for pages and ViewModel-first for components on a Page.  I have chosen the following naming: MyPage/MyPageViewModel (pages) and MyView/MyViewModel (user controls).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shazaml.com/archives/visual-studio-project-template-for-caliburn-micro-wp7/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 UI Templates</title>
		<link>http://www.shazaml.com/archives/windows-phone-7-ui-templates</link>
		<comments>http://www.shazaml.com/archives/windows-phone-7-ui-templates#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:29:40 +0000</pubDate>
		<dc:creator>Mark Tucker</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.shazaml.com/?p=474</guid>
		<description><![CDATA[Design your Windows Phone 7 UI using these Templates]]></description>
			<content:encoded><![CDATA[<p>Even before attending MIX10, I started thinking about applications that I could write for the Windows Phone 7 Series.  I couldn’t wait to start sketching out user interfaces and thinking about the experiences that the people using those applications would have.  What was missing to make this easier was design templates.</p>
<p>Windows Phone 7 introduces concepts such as live tiles, an application bar with buttons and menus, and panoramic applications.  The UI templates should take those things into account as well as the WVGA display that can show 800&#215;480 pixels in either portrait or landscape orientation:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb.png" border="0" alt="image" width="130" height="240" /></a></p>
<p>When an application is pinned to the Start screen, the application tile is shown:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image1.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb1.png" border="0" alt="image" width="181" height="240" /></a></p>
<p>Applications can receive notifications to let the user know of important updates even when the application is not running.  One type is the tile notification which can update a pinned tile with a background image, text, and a counter:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image2.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb2.png" border="0" alt="image" width="209" height="240" /></a></p>
<p>An application can choose to include an Application Bar which appears at the bottom of the screen in portrait orientation and vertically on the side when in landscape.  The Application Bar should be limited to a few important buttons that can easily be represented by images.  Other actions should be put in the menu.  The <em>Windows Phone Development Programming Guide</em> encourages the use of <a href="http://msdn.microsoft.com/en-us/library/ff431806(VS.92).aspx">no more than 5 menu items</a> as it will force the user to scroll:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image3.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb3.png" border="0" alt="image" width="240" height="232" /></a></p>
<p>One type of application that can be developed for the Windows Phone 7 is a Panorama application which spreads the UI across multiple screens with a slight overlap to tease the users on to the next screen:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image4.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb4.png" border="0" alt="image" width="320" height="222" /></a></p>
<p>When creating the 5 UI templates for Windows Phone 7, I made sure the above concepts were included.</p>
<p>The first two templates include a WVGA screen inside a phone device chrome.  When printed the phone image is roughly the size of an iPhone or Nexus One.  The template includes two tiles to be used for the application tile and the updated tile based on notification.  Three Application Bar images have been included for 2, 3, or 4 buttons.  As well as a place to write up to 5 menu items.</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image5.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb5.png" border="0" alt="image" width="318" height="240" /></a></p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image6.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb6.png" border="0" alt="image" width="318" height="240" /></a></p>
<p>The next two templates display 6 screens per page in either portrait or landscape orientation:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image7.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb7.png" border="0" alt="image" width="318" height="240" /></a> </p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image8.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb8.png" border="0" alt="image" width="318" height="240" /></a></p>
<p>The final template is for Panorama applications and allows for 5 portrait screens side by side with a slight overlap.  The template uses alternating red &amp; blue borders to show each screen&#8217;s full width.  The two grid spaces between red &amp; blue lines is the tease overlap for the next screen:</p>
<p><a href="http://www.shazaml.com/wp-content/uploads/2010/03/image9.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.shazaml.com/wp-content/uploads/2010/03/image_thumb9.png" border="0" alt="image" width="318" height="240" /></a></p>
<p>The templates are available for <a title="Windows Phone 7 UI Templates as a PowerPoint" href="http://www.shazaml.com/downloads/wp7_templates.ppt">download as a PowerPoint </a>file.</p>
<p><strong>Have you already started designing Winodws Phone 7 Series applications?  Do you find these templates useful?  What changes would you like to see in these templates?  Would you be willing to share some of your designs with others?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shazaml.com/archives/windows-phone-7-ui-templates/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

