<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Abdullah Al Nady's Blog</title>
	<atom:link href="https://abnady.wordpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://abnady.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Dec 2013 15:35:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain="abnady.wordpress.com" path="/?rsscloud=notify" port="80" protocol="http-post" registerProcedure=""/>
<image>
		<url>https://secure.gravatar.com/blavatar/87b4f1b8c5fea9b6e71dee73a19b3b0b90a70fd8af9033af1f33aadd4b2d502e?s=96&amp;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Abdullah Al Nady's Blog</title>
		<link>https://abnady.wordpress.com</link>
	</image>
	<atom:link href="https://abnady.wordpress.com/osd.xml" rel="search" title="Abdullah Al Nady's Blog" type="application/opensearchdescription+xml"/>
	<atom:link href="https://abnady.wordpress.com/?pushpress=hub" rel="hub"/>
	<itunes:explicit>no</itunes:explicit><itunes:subtitle/><item>
		<title>Adding Custom Fonts to Windows Store App</title>
		<link>https://abnady.wordpress.com/2013/12/17/adding-custom-fonts-to-windows-store-app/</link>
					<comments>https://abnady.wordpress.com/2013/12/17/adding-custom-fonts-to-windows-store-app/#comments</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Tue, 17 Dec 2013 15:25:37 +0000</pubDate>
				<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows 8.1]]></category>
		<category><![CDATA[Windows Store]]></category>
		<category><![CDATA[Windows Store app]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=385</guid>

					<description><![CDATA[Through working on many Windows Store Apps (8/8.1), I faced some issues in adding/embedding and using custom fonts to the projects. So, I decided to write this blog post to tell the steps of using custom fonts inside the App. First, Let&#8217;s create a new folder inside the Assets folder of the project and add [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Through working on many Windows Store Apps (8/8.1), I faced some issues in adding/embedding and using custom fonts to the projects. So, I decided to write this blog post to tell the steps of using custom fonts inside the App.</p>
<ol>
<li>First, Let&#8217;s create a new folder inside the Assets folder of the project and add to the Fonts folder the fonts that we need to use. Through this sample I&#8217;ve used a Font Family named &#8220;Caecilia LT Std&#8221; and contains many fonts like &#8220;Bold, Light, BoldItalic&#8221;.<br />
<a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png"><img data-attachment-id="386" data-permalink="https://abnady.wordpress.com/2013/12/17/adding-custom-fonts-to-windows-store-app/creating-and-adding-fonts/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png" data-orig-size="441,606" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Creating and adding fonts" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png?w=218" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png?w=441" class="size-medium wp-image-386 aligncenter" alt="Creating and adding fonts" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png?w=218&#038;h=300" width="218" height="300" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png?w=218 218w, https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png?w=436 436w, https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png?w=109 109w" sizes="(max-width: 218px) 100vw, 218px" /></a></li>
<li>Make sure that the Build Action of the desired font is &#8220;Content&#8221;<br />
<a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png"><img data-attachment-id="390" data-permalink="https://abnady.wordpress.com/2013/12/17/adding-custom-fonts-to-windows-store-app/build-action/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png" data-orig-size="441,282" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Build Action" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png?w=441" class="size-medium wp-image-390 aligncenter" alt="Build Action" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png?w=300&#038;h=191" width="300" height="191" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png?w=150 150w, https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png 441w" sizes="(max-width: 300px) 100vw, 300px" /></a></li>
<li>Then, we set the  FontFamily of the text that we need to give the custom font in this way:
<pre class="brush: xml; title: ; notranslate">

FontFamily=&quot;/FontPath/FontFile.fontformat#FontName&quot;

</pre>
</li>
</ol>
<p>And here a Code Snippet of a Textblock that uses a custom font:</p>
<pre class="brush: xml; title: ; notranslate">
            &lt;TextBlock HorizontalAlignment=&quot;Center&quot;
                       VerticalAlignment=&quot;Center&quot;
                       FontSize=&quot;45&quot;
                       Text=&quot;Testing adding custom font&quot;
                       FontFamily=&quot;/Assets/Fonts/CaeciliaLTStd-Bold.otf#Caecilia LT Std&quot; /&gt;
</pre>
<p>Hints:</p>
<ol>
<li>In the file path, just type the name of the font file.</li>
<li>In the font name, only type the font family name without adding the weight property such as: bold, light, italic, ..etc.</li>
</ol>
<p>I&#8217;ve uploaded a Sample project where I used different custom fonts, find it in this link: <a href="http://sdrv.ms/1kcVR5X">http://sdrv.ms/1kcVR5X</a></p>
<p>If there&#8217;s any question, mail me at: <a href="mailto:ab.alnady@hotmail.com">ab.alnady@hotmail.com</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/12/17/adding-custom-fonts-to-windows-store-app/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/creating-and-adding-fonts.png?w=218">
			<media:title type="html">Creating and adding fonts</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/build-action.png?w=300">
			<media:title type="html">Build Action</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 04. Laying out an App Page – Part 1</title>
		<link>https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/</link>
					<comments>https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Wed, 11 Dec 2013 15:57:44 +0000</pubDate>
				<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[App UI]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Windows 8.1]]></category>
		<category><![CDATA[Windows Store]]></category>
		<category><![CDATA[Windows Store Development]]></category>
		<category><![CDATA[XAML]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=361</guid>

					<description><![CDATA[Laying out an App Page – Part 1 After knowing more about the controls, when to use them, and how to add them to the App UI, Now I’ll go deeper in how to arrange them inside the app page and build a consistent UI that is flexible for different screen resolutions. First thing to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><img data-attachment-id="373" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/post-header-3/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Post Header" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png?w=620" class="size-medium wp-image-373 aligncenter" alt="Post Header" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<h2><b><span style="color:#000000;font-family:Calibri;">Laying out an App Page – Part 1 </span></b></h2>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">After knowing more about the controls, when to use them, and how to add them to the App UI, Now I’ll go deeper in how to arrange them inside the app page and build a consistent UI that is flexible for different screen resolutions. First thing to know is that there’re types of layout settings parameters for the UI controls:</span></p>
<ol>
<li>General parameters for any containing control: Alignment and Margin.</li>
<li>Special parameters for some containing controls: such as: Row, RowSpan for the Grid control.</li>
<li>Parameters for the controls itself: such as: Padding, FlowDirection</li>
</ol>
<p><b><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s start with the first one:</span></b></p>
<h2><span style="color:#2e74b5;"><span style="font-family:Calibri Light;font-size:large;">1.</span>     <span style="font-family:Calibri Light;font-size:large;">General parameters for any containing control:</span></span></h2>
<ul>
<li><b>Alignment</b>: there’s ways for aligning a control inside its containing  control
<ul>
<li><b>Horizontal</b>: whether you can align the control to the left, center, right, or stretching it horizontally over the containing control (Horizontal Stretching works when you give the control’s <b>width</b> and “Auto” value).</li>
</ul>
</li>
</ul>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png" target="_blank"><img loading="lazy" data-attachment-id="371" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/horizontal-alignment/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png" data-orig-size="268,34" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Horizontal Alignment" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png?w=268" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png?w=268" class="alignnone size-full wp-image-371" alt="Horizontal Alignment" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png?w=620"   srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png 268w, https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png?w=150&amp;h=19 150w" sizes="(max-width: 268px) 100vw, 268px" /></a> </span></p>
<ul>
<ul>
<li><b>Vertical</b>: whether you can align the control to the top, center, bottom, or stretching it vertically over the containing control (Vertical Stretching works when you give the control’s <b>height</b> an “Auto” value).</li>
</ul>
</ul>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png" target="_blank"><img loading="lazy" data-attachment-id="376" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/vertical-alignment/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png" data-orig-size="253,37" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Vertical Alignment" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png?w=253" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png?w=253" class="alignnone size-full wp-image-376" alt="Vertical Alignment" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png?w=620"   srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png 253w, https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png?w=150&amp;h=22 150w" sizes="(max-width: 253px) 100vw, 253px" /></a></span></p>
<ul>
<li><b>Margin: </b>Setting the space that would be free around the control from the 4 directions.</li>
</ul>
<p align="center"><b><span style="color:#000000;font-family:Calibri;font-size:medium;"> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png" target="_blank"><img loading="lazy" data-attachment-id="372" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/margin/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png" data-orig-size="303,62" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Margin" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png?w=303" class="alignnone size-medium wp-image-372" alt="Margin" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png?w=300&#038;h=61" width="300" height="61" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png?w=150 150w, https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png 303w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></b></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">So now, let’s try using those two parameters.<b> </b>Here’re two samples: </span></p>
<p style="padding-left:30px;">1. Centralizing a button inside a grid with no Margin setting</p>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png" target="_blank"><img loading="lazy" data-attachment-id="368" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/centralizing/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Centralizing" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png?w=620" class="alignnone size-medium wp-image-368" alt="Centralizing" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></p>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png" target="_blank"><img loading="lazy" data-attachment-id="367" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/centralizing-output/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Centralizing output" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png?w=620" class="alignnone size-medium wp-image-367" alt="Centralizing output" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a> </span></p>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<p style="padding-left:30px;">2. Stretch a button and giving it a 120px margin from the left, 40px from the top and the bottom, and 80px from the right:</p>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png" target="_blank"><img loading="lazy" data-attachment-id="375" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/stretching/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Stretching" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png?w=620" class="alignnone size-medium wp-image-375" alt="Stretching" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></p>
<p align="center"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png" target="_blank"><img loading="lazy" data-attachment-id="374" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/stretching-output/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Stretching output" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png?w=620" class="alignnone size-medium wp-image-374" alt="Stretching output" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p align="center"><b><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></b></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Now let’s jump to the next type of parameters.</span></p>
<h2><span style="color:#2e74b5;"><span style="font-family:Calibri Light;font-size:large;">2.</span>     <span style="font-family:Calibri Light;font-size:large;">Special parameters for some containing control:</span></span></h2>
<ul>
<li><b>Grid</b>: The Grid controls is considered as one of the most important UI controls here as it features dividing it into rows and columns which allows building a flexible layout that works on different screen resolutions. Let’s see how we can implement this:</li>
</ul>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">We can give the row or the column a value out of 3 types:</span></p>
<ol>
<li>Pixels: when we want the row or the column take an actual number of pixels in any screen resolution.</li>
<li>Star: when we want to distribute the available (non-taken) space of a grid by weighted proportions.</li>
<li>Auto: When we need the row or the column fit their content even if the content size is matter to change.Let’s practice now these types:I’ll create a layout where there’re:</li>
</ol>
<ul>
<ul>
<ul>
<li>120px free space from the left.</li>
<li>200&#215;200 rectangle that is centralized vertically.</li>
<li>Two rectangles, one of them is 2x bigger than the other and each one have 20px left margin and 200px top and bottom margin</li>
</ul>
</ul>
</ul>
<p><b><span style="color:#000000;font-family:Calibri;font-size:medium;">Steps:</span></b></p>
<p style="padding-left:30px;">1. Let’s define the columns needed by clicking on the upper side of the grid when the orange line appears. Here, we will need 4 columns so, we’ll add 3 column definitions and give the 4 columns resulted the following values from the pop up that appears when we hover above any column and choose the value from the drop-down list that appears by clicking the small arrow:</p>
<p style="text-align:center;"><span style="color:#000000;font-family:Calibri;font-size:medium;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png" target="_blank"><img loading="lazy" data-attachment-id="363" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/adding-column/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Adding column" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png?w=620" class="size-medium wp-image-363 aligncenter" alt="Adding column" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></p>
<ul>
<ul>
<ul>
<li>1<sup>st</sup> column: 120 and choose the value by pixels.</li>
<li>2<sup>nd</sup> column: let’s choose the value by “Auto”. It’ll seem to be empty, that’s normal so don’t panic.</li>
<li>3<sup>rd</sup> column: let’s give it 1 and the value is by Star.</li>
<li>4<sup>th</sup> column: give it 2 and the value by Star to be 2x bigger than the 3<sup>rd</sup> column.</li>
</ul>
</ul>
</ul>
<p style="padding-left:30px;">2. Now, let’s add the controls and layout them:</p>
<ul>
<ul>
<ul>
<li>Let’s add a rectangle, give it 200&#215;200 width and height. And set the column by 1 to lay it in the 2<sup>nd</sup> column that we set before by Auto, then set its vertical alignment to center. Now we will mention that the hidden column appears and takes 200px size. Try to change the size of its content by changing the width of the rectangle or giving it left or right margins.</li>
</ul>
</ul>
</ul>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png" target="_blank"><img loading="lazy" data-attachment-id="364" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/adding-first-rectangle/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Adding first rectangle" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png?w=620" class="alignnone size-medium wp-image-364" alt="Adding first rectangle" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a> </span></p>
<ul>
<ul>
<ul>
<li>Add a rectangle, set its width and height to Auto, lay it out in the 2<sup>nd</sup> column, stretch it vertically and horizontally, then give it the following margins: 20px left, 200px top and bottom</li>
</ul>
</ul>
</ul>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png" target="_blank"><img loading="lazy" data-attachment-id="365" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/adding-second-rectangle/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Adding second rectangle" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png?w=620" class="alignnone size-medium wp-image-365" alt="Adding second rectangle" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></p>
<ul>
<ul>
<ul>
<li>Finally, add the last rectangle, set its width and height to auto, lay it out in the 3<sup>rd</sup> column, stretch it vertically and horizontally, and give it the same margins of the previous rectangle.</li>
</ul>
</ul>
</ul>
<p align="center"><span style="color:#000000;font-family:Calibri;font-size:medium;"> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png" target="_blank"><img loading="lazy" data-attachment-id="366" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/adding-third-rectangle/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Adding third rectangle" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png?w=620" class="alignnone size-medium wp-image-366" alt="Adding third rectangle" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Now let’s run and see the output layout:</span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png" target="_blank"><img loading="lazy" data-attachment-id="369" data-permalink="https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/final-layout/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Final layout" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png?w=620" class="size-medium wp-image-369 aligncenter" alt="Final layout" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></p>
<p><span style="font-size:medium;"><span style="color:#000000;"><span style="font-family:Calibri;">That’s for now. In the next post I’ll continue talking starting from the StackPanel control parameters so, stay tuned and keep practicing and if you have any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: <a href="mailto:ab.alnady@hotmail.com">ab.alnady@hotmail.com</a></span></span></span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/12/11/design-8-laying-out-an-app-page-part-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header1.png?w=300">
			<media:title type="html">Post Header</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/horizontal-alignment.png">
			<media:title type="html">Horizontal Alignment</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/vertical-alignment.png">
			<media:title type="html">Vertical Alignment</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/margin.png?w=300">
			<media:title type="html">Margin</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing.png?w=300">
			<media:title type="html">Centralizing</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/centralizing-output.png?w=300">
			<media:title type="html">Centralizing output</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching.png?w=300">
			<media:title type="html">Stretching</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/stretching-output.png?w=300">
			<media:title type="html">Stretching output</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-column.png?w=300">
			<media:title type="html">Adding column</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-first-rectangle.png?w=300">
			<media:title type="html">Adding first rectangle</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-second-rectangle.png?w=300">
			<media:title type="html">Adding second rectangle</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/adding-third-rectangle.png?w=300">
			<media:title type="html">Adding third rectangle</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/final-layout.png?w=300">
			<media:title type="html">Final layout</media:title>
		</media:content>
	</item>
		<item>
		<title>An amazing Windows Phone Development Book is out now!</title>
		<link>https://abnady.wordpress.com/2013/12/07/an-amazing-windows-phone-development-book-is-out-now/</link>
					<comments>https://abnady.wordpress.com/2013/12/07/an-amazing-windows-phone-development-book-is-out-now/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Sat, 07 Dec 2013 20:45:16 +0000</pubDate>
				<category><![CDATA[Windows Phone Development]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=343</guid>

					<description><![CDATA[Few days ago, I was contacted by the well-known publishing company &#8220;Packt Publishing&#8221; to review one of their books about Windows Phone 8 Development . Then, after looking at the table of contents of the book, it seemed very promising as its name suggests &#8220;Windows Phone 8 Application Development Essentials&#8220;. So, I decided to start reading [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:left;">Few days ago, I was contacted by the well-known publishing company &#8220;<a title="Packt Publishing" href="http://www.packtpub.com/" target="_blank">Packt Publishing</a>&#8221; to review one of their books about Windows Phone 8 Development .<a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png" target="_blank"><img loading="lazy" data-attachment-id="344" data-permalink="https://abnady.wordpress.com/2013/12/07/an-amazing-windows-phone-development-book-is-out-now/screenshot-3/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png" data-orig-size="817,1056" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Windows Phone 8 Application Development Essentials" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png?w=232" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png?w=620" class="size-medium wp-image-344 aligncenter" alt="Windows Phone 8 Application Development Essentials" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png?w=232&#038;h=300" width="232" height="300" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png?w=232 232w, https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png?w=464 464w, https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png?w=116 116w" sizes="(max-width: 232px) 100vw, 232px" /></a></p>
<p>Then, after looking at the table of contents of the book, it seemed very promising as its name suggests &#8220;<a title="Windows Phone 8 Application Development Essentials" href="http://www.packtpub.com/windows-phone-8-application-development-essentials/book" target="_blank">Windows Phone 8 Application Development Essentials</a>&#8220;. So, I decided to start reading this book at once. It provides the most featured aspects that surrounds Windows Phone 8 Apps development starting from introducing the Interface Markup language &#8220;<a title="Extensible Application Markup Langauge" href="http://en.wikipedia.org/wiki/Xaml" target="_blank">XAML</a>&#8221; passing by some design practices, and how to build an app using the popular architecture pattern &#8220;<a title="MVVM in Wikipedia" href="http://en.wikipedia.org/wiki/Model_View_ViewModel" target="_blank">MVVM</a>&#8220;, till you can leverage the Windows Phone capabilities such as Launchers and Choosers, Toast Notifications, Background agents, and the many other capabilities.</p>
<p>And by the end of the book, The author made a great strength of show of how could the Windows Phone Platform integrate with other platforms like Twitter and Facebook building a strong Collaborative Developmental Echo system which is really great for the developers.</p>
<p>I highly recommend this book for those who want to kick-start developing on Windows Phone or whoever wants to take a look on the platform from a developer perspective as this book provides a good knowledge in a very simplified way guiding to the real ESSENTIALS of the WP Apps Development</p>
<p>Here&#8217;s a link for the book: <a href="http://www.packtpub.com/windows-phone-8-application-development-essentials/book">http://www.packtpub.com/windows-phone-8-application-development-essentials/book</a></p>
<p>There&#8217;s also many useful books for developers in many technologies provided by Packt Publishing, Check them from this link: <a href="http://www.packtpub.com/books">http://www.packtpub.com/books</a></p>
<p>That was my review about the book, if you have any feedback, comments, or questions for me don&#8217;t hesitate to drop me an e-mail: <a href="mailto:ab.alnady@Hotmail.com">ab.alnady@hotmail.com</a></p>
<p>Happy Coding <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/12/07/an-amazing-windows-phone-development-book-is-out-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/screenshot-3.png?w=232">
			<media:title type="html">Windows Phone 8 Application Development Essentials</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 03 – Controls – Part 4</title>
		<link>https://abnady.wordpress.com/2013/12/05/design-8-03-controls-part-4/</link>
					<comments>https://abnady.wordpress.com/2013/12/05/design-8-03-controls-part-4/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Wed, 04 Dec 2013 23:44:29 +0000</pubDate>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Drag & Drop]]></category>
		<category><![CDATA[Expression Studio]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[UX Design]]></category>
		<category><![CDATA[UX/UI Design]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows 8.1]]></category>
		<category><![CDATA[Windows 8.1 Controls]]></category>
		<category><![CDATA[Windows Store Apps]]></category>
		<category><![CDATA[XAML]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=324</guid>

					<description><![CDATA[3 Ways to add controls After explaining and telling when to use the controls, now it’s the time to use them! Terrific! Some people say that there’s more than one way to add controls to the UI. Yeah! That’s true. 1. First way: Write the code of the controls in the XAML editor In Visual [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png"><img loading="lazy" data-attachment-id="325" data-permalink="https://abnady.wordpress.com/2013/12/05/design-8-03-controls-part-4/post-header-2/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Post Header" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png?w=620" class="size-medium wp-image-325 aligncenter" alt="Post Header" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2><b>3 Ways to add controls</b></h2>
<p>After explaining and telling when to use the controls, now it’s the time to use them! Terrific! Some people say that there’s more than one way to add controls to the UI. Yeah! That’s true.</p>
<h2><span style="color:#1d93e1;">1. First way: Write the code of the controls in the XAML editor</span></h2>
<p>In Visual Studio and Blend there’s a text editor for XAML to write, edit, and maintain the XAML code for your UI and its resources (Styles, DataTemplates, Animation Storyboards, …etc.).</p>
<p style="text-align:center;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png" target="_blank"><img loading="lazy" data-attachment-id="328" data-permalink="https://abnady.wordpress.com/2013/12/05/design-8-03-controls-part-4/visual-studio-editor/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Visual Studio Editor" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png?w=620" class="size-medium wp-image-328 aligncenter" alt="Visual Studio Editor" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>So, If we want to add a Button control inside a Grid Container we just type the lines of codes of these controls in XAML in this editor by defining their tags and the properties we’d like for each control inside its tag such as Height, Weight, Alignment, …etc.</p>
<pre class="brush: xml; title: ; notranslate">
    &lt;Grid Height=&quot;auto&quot;
          Width=&quot;auto&quot;
          HorizontalAlignment=&quot;Stretch&quot;
          VerticalAlignment=&quot;Stretch&quot;&gt;

        &lt;Button Width=&quot;100&quot;
                Height=&quot;50&quot;
                Content=&quot;Hello&quot;
                VerticalAlignment=&quot;Center&quot;
                HorizontalAlignment=&quot;Center&quot; /&gt;
    &lt;/Grid&gt;
</pre>
<p><span id="more-324"></span></p>
<h2><span style="color:#1d93e1;">2. Second way: Drag the control right directly into the UI</span></h2>
<p>Alongside with the XAML editor in Visual Studio and Blend there exist a real-time-synced Designer view where we can drag a control from the toolbox into it and consequently, manipulate the controls inside it.</p>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png" target="_blank"><img loading="lazy" data-attachment-id="333" data-permalink="https://abnady.wordpress.com/2013/12/05/design-8-03-controls-part-4/blend-designer/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Blend Designer" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png?w=620" class="size-medium wp-image-333 aligncenter" alt="Blend Designer" src="https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>So, If we wanted to add the same controls told previously, all what we need to do is to choose the control from the toolbox in the left side of Blend (Find a blog post of Blend here) and then drag or double-click it to this design view.</p>
<p>This way is considered as the easiest and most efficient way to add controls due to the flexibility in dealing with the controls in a more natural way and keeping an eye on the design step by step.</p>
<h2><span style="color:#1d93e1;">3. Third way: Add the controls</span></h2>
<p>The third and the hardest way is to add the controls by writing their code but not in XAML (the UI Markup Language) but in C# (or in the backend language) file linked with the XAML file. Applying the Button inside the Grid example:</p>
<pre class="brush: cpp; title: ; notranslate">
            Grid newGrid = new Grid();
            newGrid.HorizontalAlignment = HorizontalAlignment.Stretch;
            newGrid.VerticalAlignment = VerticalAlignment.Stretch;

            Button newButton = new Button();
            newButton.Width = 100;
            newButton.Height = 50;
            newButton.HorizontalAlignment = HorizontalAlignment.Center;
            newButton.VerticalAlignment = VerticalAlignment.Center;

            newGrid.Children.Add(newButton);

</pre>
<p>So, Here you’re 3 ways to add controls to your UI. Choose the best one that matches your style. And of course, If you have any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: <a href="mailto:ab.alnady@hotmail.com">ab.alnady@hotmail.com</a></p>
<p>Happy UXing <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/12/05/design-8-03-controls-part-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/post-header.png?w=300">
			<media:title type="html">Post Header</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/visual-studio-editor.png?w=300">
			<media:title type="html">Visual Studio Editor</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/12/blend-designer.png?w=300">
			<media:title type="html">Blend Designer</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 03 – Controls – Part 3</title>
		<link>https://abnady.wordpress.com/2013/11/28/design-8-03-controls-part-3/</link>
					<comments>https://abnady.wordpress.com/2013/11/28/design-8-03-controls-part-3/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Thu, 28 Nov 2013 01:24:10 +0000</pubDate>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows Store]]></category>
		<category><![CDATA[XAML]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=311</guid>

					<description><![CDATA[Controls that carry items/Text Controls/Progress Indicators/Display &#38; Media Controls                Let’s continue now and jump to the other types of Windows Store Controls. In the previous two parts of the Controls Section in Design 8 I’ve talked about many types of controls: Container/Layout panel, Action Controls, Date/Time Controls, Flyout/Menus Controls, and Progress Controls. Now I’m [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png"><img loading="lazy" data-attachment-id="312" data-permalink="https://abnady.wordpress.com/2013/11/28/design-8-03-controls-part-3/part-3-header/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Part 3 Header" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png?w=620" class="size-medium wp-image-312 aligncenter" alt="Part 3 Header" src="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2 style="padding-left:30px;"><b><span style="color:#000000;font-family:Calibri;">Controls that carry items/Text Controls/Progress Indicators/Display &amp; Media Controls</span></b></h2>
<p><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;">               Let’s continue now and jump to the other types of Windows Store Controls. In the previous two parts of the Controls Section in Design 8 I’ve talked about many types of controls: Container/Layout panel, Action Controls, Date/Time Controls, Flyout/Menus Controls, and Progress Controls. Now I’m going to talk about the other types of controls. Let’s start with the first one:</span></span></span></p>
<h2 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;">Controls that carry items</span></h2>
<ul>
<li>ComboBox:
<ul>
<li><b>Type: Selection Control</b></li>
<li><b>Usage: </b>When you want to display a list of items inside a dropdown list<span id="more-311"></span></li>
</ul>
</li>
<li>FlipView:
<ul>
<li><b>Type: Items Display Control</b></li>
<li><b>Usage: </b>When you want to display items to the user with a touch interaction for navigating to next and previous items.</li>
<li><b>Note:</b> It works with the mouse and the keyboard too. This control had been enhanced with Windows 8.1 update.</li>
</ul>
</li>
<li>GridView:
<ul>
<li><b>Type: Items Display Control</b></li>
<li><b>Usage: </b>When you need to present a collection of items in rows and columns with a horizontal scroll</li>
</ul>
</li>
<li>ListBox:
<ul>
<li><b>Type: Selection Control</b></li>
<li><b>Usage:</b> Wjem you want to display a list of selectable items in an inline list.</li>
<li><b>Note:</b> When radio buttons are grouped together they are mutually exclusive.</li>
</ul>
</li>
<li>ListView:
<ul>
<li><b>Type: Items Display Control</b></li>
<li><b>Usage: </b>When you want to display a collection of items in a list with a vertical scroll.</li>
</ul>
</li>
</ul>
<h2 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;">Text Controls</span></h2>
<ul>
<li>TextBlock:
<ul>
<li><b>Type: Text Display Control</b></li>
<li><b>Usage: </b>When you need display a simple text.</li>
</ul>
</li>
<li>TextBox:
<ul>
<li><b>Type: Text Input Control</b></li>
<li><b>Usage: </b>When you need the user to enter text input.</li>
</ul>
</li>
<li>PasswordBox:
<ul>
<li><b>Type: Text Input Control</b></li>
<li><b>Usage: </b>When you need the user to enter a password with the ability to check it.</li>
</ul>
</li>
</ul>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<h2 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;">Progress Indicators</span></h2>
<ul>
<li>ProressBar:
<ul>
<li><b>Type: Progress Incicator</b></li>
<li><b>Usage: </b>Use when you want to display the progress using a bar or show the value on a bar.</li>
</ul>
</li>
<li>ProgressRing:
<ul>
<li><b>Type: Progress Incicator</b></li>
<li><b>Usage: </b>When you want to display the progress in indeterminate looping ring.</li>
</ul>
</li>
</ul>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<h2 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;">Display &amp; Media Controls</span></h2>
<ul>
<li>Image:
<ul>
<li><b>Type: Display Control</b></li>
<li><b>Usage: </b>Use when you want to display an image from a determined path.</li>
</ul>
</li>
<li>Media Element:
<ul>
<li><b>Type: Media Control</b></li>
<li><b>Usage: </b>When you want to video or audio content in the app.</li>
</ul>
</li>
</ul>
<p>Now we&#8217;ve covered the Windows Store Apps controls provided with Visual Studio 2013 with the type of each one and when to use it.</p>
<p>Stay tuned for the next post and of course If there’re any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: <a href="mailto:ab.alnady@hotmail.com">ab.alnady@hotmail.com</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/11/28/design-8-03-controls-part-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-3-header.png?w=300">
			<media:title type="html">Part 3 Header</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 03 – Controls – Part 2</title>
		<link>https://abnady.wordpress.com/2013/11/19/design-8-03-controls-part-2/</link>
					<comments>https://abnady.wordpress.com/2013/11/19/design-8-03-controls-part-2/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Tue, 19 Nov 2013 11:20:23 +0000</pubDate>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[UX/UI]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Store]]></category>
		<category><![CDATA[XAML]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=292</guid>

					<description><![CDATA[Controls – Action/Date &#38; Time/ Flyout &#38; Menus Controls                 The talk about Windows 8.1 controls is still on. In the previous post I’ve talked about a category of controls that was made to contain other controls. I’ll continue in the post with other different types of controls: Action controls, Date/Time controls, and Flyouts and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png"><img loading="lazy" data-attachment-id="293" data-permalink="https://abnady.wordpress.com/2013/11/19/design-8-03-controls-part-2/part-2-header/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Part 2 Header" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png?w=620" class="size-medium wp-image-293 aligncenter" alt="Part 2 Header" src="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2><span style="color:#000000;font-family:Calibri;">Controls – Action/Date &amp; Time/ Flyout &amp; Menus Controls</span></h2>
<p><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;">                The talk about Windows 8.1 controls is still on. In the previous post I’ve talked about a category of controls that was made to contain other controls. I’ll continue in the post with other different types of controls: Action controls, Date/Time controls, and Flyouts and Menus controls. </span></span></span></p>
<h2 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;"> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png"><img loading="lazy" data-attachment-id="294" data-permalink="https://abnady.wordpress.com/2013/11/19/design-8-03-controls-part-2/controls-part-2/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png" data-orig-size="673,354" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Controls Part 2" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png?w=620" class="alignnone size-medium wp-image-294" alt="Controls Part 2" src="https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png?w=300&#038;h=157" width="300" height="157" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></span></h2>
<h3 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;">Action Controls</span></h3>
<ul>
<li>
<h4>Button:</h4>
<ul>
<li><b>Type: Action Control</b></li>
<li><b>Usage: </b>When you need to respond to user input and raise a Click event.<span id="more-292"></span></li>
</ul>
</li>
<li>
<h4>HyperlinkButton:</h4>
<ul>
<li><b>Type: Action Control</b></li>
<li><b>Usage: </b>You can use it to navigate the user to another place inside the app or outside such as a URI.</li>
</ul>
</li>
<li>
<h4>CheckBox:</h4>
<ul>
<li><b>Type: Selection Control</b></li>
<li><b>Usage: </b>When you need to get a decision from the user upon select option or clear option.</li>
<li><b>Note:</b> It may contain two or more level of selection.</li>
</ul>
</li>
<li>
<h4>RadioButton:</h4>
<ul>
<li><b>Type: Selection Control</b></li>
<li><b>Usage: </b>When you need the user to select a single option from a group of options.</li>
<li><b>Note:</b> When radio buttons are grouped together they are mutually exclusive.</li>
</ul>
</li>
<li>
<h4>Slider:</h4>
<ul>
<li><b>Type: Action Control</b></li>
<li><b>Usage: </b>When you need the user input a value based on a position on a scrollbar.</li>
</ul>
</li>
<li>
<h4>ToggleButton/Switch:</h4>
<ul>
<li><b>Type: Action Control</b></li>
<li><b>Usage: </b>When you need the user to make a decision out of two alternatives. E.g. true/false – yes/no.</li>
</ul>
</li>
</ul>
<h3 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;">Date &amp; Time Controls</span></h3>
<ul>
<li>
<h4>DatePicker:</h4>
<ul>
<li><b>Type: Selection Control</b></li>
<li><b>Usage: </b>When you need the user to input a specific date value.</li>
</ul>
</li>
<li>
<h4>TimePicker:</h4>
<ul>
<li><b>Type: Selection Control</b></li>
<li><b>Usage: </b>When you need the user to input a specific time value.</li>
</ul>
</li>
</ul>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<h3 align="center"><span style="color:#2e74b5;font-family:Calibri Light;font-size:large;">Flyout &amp; Menus Controls</span></h3>
<ul>
<li>
<h4>Flyout:</h4>
<ul>
<li><b>Type: Flyout</b></li>
<li><b>Usage: </b>Use when you want to display a message that requires a user interaction such as command confirmation.</li>
</ul>
</li>
<li>
<h4>MenuFlyout:</h4>
<ul>
<li><b>Type: Flyout</b></li>
<li><b>Usage: </b>When you want to temporarily display a list of commands or options related to what the user is currently doing.</li>
</ul>
</li>
<li>
<h4>Tooltip:</h4>
<ul>
<li><b>Type: Flyout</b></li>
<li><b>Usage: </b>Use when you want to display information about an element in a glance.</li>
</ul>
</li>
</ul>
<p>That’s for now, wait the next post where I&#8217;ll continue talking about <strong>Controls</strong>. If there’re any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: <a href="mailto:ab.alnady@hotmail.com">ab.alnady@hotmail.com</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/11/19/design-8-03-controls-part-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-2-header.png?w=300">
			<media:title type="html">Part 2 Header</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/11/controls-part-2.png?w=300">
			<media:title type="html">Controls Part 2</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 03 – Controls – Part 1</title>
		<link>https://abnady.wordpress.com/2013/11/14/design-8-03-controls-part-1/</link>
					<comments>https://abnady.wordpress.com/2013/11/14/design-8-03-controls-part-1/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Thu, 14 Nov 2013 12:02:26 +0000</pubDate>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Expression Studio]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Nady]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Windows 8 Apps]]></category>
		<category><![CDATA[Windows 8.1]]></category>
		<category><![CDATA[Windows Store]]></category>
		<category><![CDATA[Windows Store Apps]]></category>
		<category><![CDATA[XAML]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=277</guid>

					<description><![CDATA[Controls &#8211; Containers/Layout panels All what the users see is a UI control that you place and manage its layout in the App Design so, it’s really important to know more about the controls of the platform that you’re working on. In Windows 8.1, there’re many types of cool controls that you can use in [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png"><img loading="lazy" data-attachment-id="279" data-permalink="https://abnady.wordpress.com/2013/11/14/design-8-03-controls-part-1/part-1-header/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Part 1 Header" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png?w=620" class=" wp-image-279 aligncenter" alt="Part 1 Header" src="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2><b><span style="color:#000000;font-family:Calibri;">Controls &#8211; Containers/Layout panels</span></b></h2>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">All what the users see is a UI control that you place and manage its layout in the App Design so, it’s really important to know more about the controls of the platform that you’re working on. In Windows 8.1, there’re many types of cool controls that you can use in the design. I’ll brief the most important about Windows 8.1 controls and how to add a control to the UI. To be more design oriented, I’ll categorize the Windows 8.1 controls upon its main functionality:</span></p>
<h3 style="text-align:center;"><span style="color:#3366ff;">Container/Layout panel:</span></h3>
<p style="text-align:center;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png" target="_blank"><img loading="lazy" data-attachment-id="278" data-permalink="https://abnady.wordpress.com/2013/11/14/design-8-03-controls-part-1/containers-layout-panels/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png" data-orig-size="608,189" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Containers &#8211; Layout Panels" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png?w=608" class="size-medium wp-image-278 aligncenter" alt="Containers - Layout Panels" src="https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png?w=300&#038;h=93" width="300" height="93" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<ul>
<li>
<h4>Border</h4>
<ul>
<ul>
<li><b>Type: Container</b></li>
<li><b>Usage: </b>When you need to surround an object with a border with a determined Thickness, it also takes a background color.</li>
<li><b>Note</b> that it can only carry on object.<span id="more-277"></span></li>
</ul>
</ul>
</li>
<li>
<h4>Canvas</h4>
<ul>
<ul>
<li><b>Type: Layout Panel</b></li>
<li><b>Usage: </b>When you need to position elements with absolute values relative to the top left corner of the panel.</li>
</ul>
</ul>
</li>
<li>
<h4>Grid</h4>
<ul>
<ul>
<li><b>Type</b>: <b>Layout Panel</b></li>
<li><b>Usage</b>: When you need to arrange elements in rows and columns.</li>
</ul>
</ul>
</li>
<li>
<h4>Hub</h4>
<ul>
<ul>
<li><b>Type</b>: <b>Container</b></li>
<li><b>Usage</b>: When you want to let the user view and navigate to different sections of content.</li>
</ul>
</ul>
</li>
<li>
<h4>ScrollViewer</h4>
<ul>
<ul>
<li><b>Type: Container</b></li>
<li><b>Usage: </b>When you want to let the user pan and zoom its content.</li>
<li><b>Note</b> that it can only carry on object.</li>
</ul>
</ul>
</li>
<li>
<h4>SemanticZoom</h4>
<ul>
<ul>
<li><b>Type: Container</b></li>
<li><b>Usage: </b>When you need to give a collection of items two views to zoom between.<b>         </b></li>
</ul>
</ul>
</li>
<li>
<h4>StackPanel</h4>
<ul>
<ul>
<li><b>Type: Layout Panel</b></li>
<li><b>Usage: </b>When you need to arrange elements into single line that can be oriented horizontally or vertically.</li>
</ul>
</ul>
</li>
<li>
<h4>VariableSizedWrapGrid</h4>
<ul>
<ul>
<li><b>Type: Layout Panel</b></li>
<li><b>Usage: </b>When you need to arrange elements in rows and columns. Each child element can span multiple rows and columns.</li>
</ul>
</ul>
</li>
<li>
<h4>ViewBox</h4>
<ul>
<ul>
<li><b>Type: Container</b></li>
<li><b>Usage: </b>when you need to scale the content to a specified size.</li>
<li><b>Note</b> that it can only carry on object.</li>
</ul>
</ul>
</li>
<li>
<h4>WebView</h4>
<ul>
<ul>
<li><b>Type: Container</b></li>
<li><b>Usage: </b>when you need to host a web content</li>
<li><b>Note</b> that it can only carry on object.</li>
</ul>
</ul>
</li>
</ul>
<p>That’s for now, wait the next post where I&#8217;ll continue talking about <strong>Controls</strong>. If there’re any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: <a href="mailto:ab.alnady@hotmail.com">ab.alnady@hotmail.com</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/11/14/design-8-03-controls-part-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/11/part-1-header.png?w=300">
			<media:title type="html">Part 1 Header</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/11/containers-layout-panels.png?w=300">
			<media:title type="html">Containers - Layout Panels</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 02- Blend – The Design Giant</title>
		<link>https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/</link>
					<comments>https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/#comments</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Thu, 31 Oct 2013 18:20:25 +0000</pubDate>
				<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Expression Studio]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8 Apps]]></category>
		<category><![CDATA[Windows 8.1]]></category>
		<category><![CDATA[Windows Store]]></category>
		<category><![CDATA[XAML]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=256</guid>

					<description><![CDATA[Blend: After discovering the templates that we should work on, including the blank template where we create our design from scratch, We should now get started with the tool that we will work on. THE DESIGN GIANT: BLEND  At first, Blend was a part of the Microsoft Expression Studio Package under the name of Expression [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png"><img loading="lazy" data-attachment-id="259" data-permalink="https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/post-header/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Post Header" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png?w=620" class="size-medium wp-image-259 aligncenter" style="width:355px;height:121px;" alt="Post Header" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h1><b><span style="color:#000000;font-family:Calibri;">Blend:</span></b></h1>
<p><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;">After discovering the templates that we should work on, including the blank template where we create our design from scratch, We should now get started with the tool that we will work on. THE DESIGN GIANT: <b>BLEND</b>  </span></span></span></p>
<p><span style="font-family:Calibri;"><span style="color:#000000;"><span style="font-size:medium;">At first, Blend was a part of the Microsoft Expression Studio Package under the name of Expression Blend. For some reason, Microsoft didn’t release any update of this package after the 4</span><sup><span style="font-size:small;">th</span></sup><span style="font-size:medium;"> edition. But it was a must to update <b>Blend </b>for its high need in designing Apps for Windows Phone and Windows 8. So, Microsoft solved this by integrating the Blend software with the Microsoft Visual Studio installation so that, developer can get all the needed tools once a time.  </span></span></span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s open now <b>Blend </b>and get started with it, I’ll divide it into many points:</span></p>
<h2><span style="color:#2e74b5;"><span style="font-family:Calibri Light;font-size:large;">1.</span> <span style="font-family:Calibri Light;font-size:large;">Workspace: </span></span></h2>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">In <b>Blend</b> there’re two workspaces to work on: </span></p>
<ol>
<ol>
<li>Design <b>(Default).</b></li>
<li>Animation. And I think that their names explains their functionality.</li>
</ol>
</ol>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png"><img loading="lazy" data-attachment-id="258" data-permalink="https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/screenshot-10/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png" data-orig-size="1440,900" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Screenshot (10)" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png?w=620" class="size-medium wp-image-258 aligncenter" alt="Screenshot (10)" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png?w=300&#038;h=187" width="300" height="187" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2><span id="more-256"></span></h2>
<h2><span style="color:#2e74b5;"><span style="font-family:Calibri Light;font-size:large;">2.</span> <span style="font-family:Calibri Light;font-size:large;">Components:</span></span></h2>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">The default workspace is divided into 4 corners and the “Design view” is in the center of the room.</span></p>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png"><img loading="lazy" data-attachment-id="262" data-permalink="https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/blend-windows/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png" data-orig-size="584,346" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Blend Windows" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png?w=584" class="size-medium wp-image-262 aligncenter" alt="Blend Windows" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png?w=300&#038;h=177" width="300" height="177" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png?w=150 150w, https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png 584w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h3><span style="color:#1f4d78;"><span style="font-family:Calibri Light;font-size:medium;">1.</span>      <span style="font-family:Calibri Light;font-size:medium;">On the top left corner there’re a compound of four tabs:</span></span></h3>
<h3><span style="color:#1f4d78;"><span style="font-family:Calibri Light;font-size:medium;"><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png"><img loading="lazy" data-attachment-id="268" data-permalink="https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/top-left/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png" data-orig-size="337,400" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Top Left" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png?w=253" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png?w=337" class="size-medium wp-image-268 aligncenter" alt="Top Left" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png?w=252&#038;h=300" width="252" height="300" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png?w=252 252w, https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png?w=126 126w, https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png 337w" sizes="(max-width: 252px) 100vw, 252px" /></a></span></span></h3>
<ol>
<li><b>Projects</b>: that stands for the Visual Studio’s Solution Explorer.</li>
<li><b>Assets</b>: contains the controls, and resources that can be used inside your app.</li>
<li><b>States</b>: the different states of a control e.g. for a button there’re: Pressed, PointerOver, Disabled …etc.</li>
<li><b>Device</b>: contains the different configurations of the device that runs your app such as resolution, and the orientation.</li>
</ol>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<h3><span style="color:#1f4d78;"><span style="font-family:Calibri Light;font-size:medium;">2.</span>      <span style="font-family:Calibri Light;font-size:medium;">On the bottom left corner there’s only one tab and splits in case of animation storyboarding:</span></span></h3>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/bottom-left.png"><img class="aligncenter" alt="Bottom Left" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/bottom-left.png?w=260&#038;h=300" width="260" height="300" /></a></p>
<ol>
<ol>
<li><b>Objects</b>: stands for the Document Outline in the Visual Studio.</li>
<li><b>Storyboard</b> Timeline: The timeline of the animation that you’re creating.</li>
</ol>
</ol>
<h3><span style="color:#1f4d78;"><span style="font-family:Calibri Light;font-size:medium;">3.</span>      <span style="font-family:Calibri Light;font-size:medium;">On the right side there are 3 tabs:</span></span></h3>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/right-side.png"><img class="aligncenter" alt="Right Side" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/right-side.png?w=102&#038;h=300" width="102" height="300" /></a></p>
<ol>
<li><b>Properties</b>: If you selected a control in the Objects tab, you’ll find all its properties in this panel (Brush, Appearance, Common, Layout, Transform, Interactions, and Miscellaneous)</li>
<li><b>Resources</b>: If the page you’re working on contains any resource such as a DataTemplate, Style, ControlTemplate, You can navigate to edit them from this panel.</li>
<li><b>Data: </b>Where you can set the configurations of Data Manipulation over the file you’re working on and over the whole project too.</li>
</ol>
<h2><span style="color:#2e74b5;"><span style="font-family:Calibri Light;font-size:large;">3.</span> <span style="font-family:Calibri Light;font-size:large;">Tools: <a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/tools.png"><img loading="lazy" data-attachment-id="260" data-permalink="https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/tools/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/tools.png" data-orig-size="25,364" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Tools" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/tools.png?w=21" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/tools.png?w=25" class="size-medium wp-image-260 alignright" alt="Tools" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/tools.png?w=20&#038;h=300" width="20" height="300" /></a></span></span></h2>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">On the extreme left of the Windows, there’re the tools that you can use inside the app:</span></p>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/tools.png"> </a></p>
<ol>
<ol>
<li>Selection, and Direct Selection.</li>
<li>Hand, and Zoom.</li>
<li>Eyedropper, Paint Bucket, and Gradient Tool.</li>
<li>Pen, and Rectangle.</li>
<li>Containers: Grid, StackPanel, Canvas …etc.</li>
<li>Text Controls: TextBlock, TextBox, and PasswordBox.</li>
<li>Other Controls.</li>
</ol>
</ol>
<p>That’s for now, wait the next post that will be about <strong>Storyboarding</strong> and how to make the <strong>User Scenario</strong>. If there’re any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: <a href="mailto:ab.alnady@hotmail.com">ab.alnady@hotmail.com</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/10/31/design-8-02-blend-the-design-giant/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-header.png?w=300">
			<media:title type="html">Post Header</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-10.png?w=300">
			<media:title type="html">Screenshot (10)</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/blend-windows.png?w=300">
			<media:title type="html">Blend Windows</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/top-left.png?w=252">
			<media:title type="html">Top Left</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/bottom-left.png?w=260">
			<media:title type="html">Bottom Left</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/right-side.png?w=102">
			<media:title type="html">Right Side</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/tools.png?w=20">
			<media:title type="html">Tools</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 01- Creating a new project – App Templates</title>
		<link>https://abnady.wordpress.com/2013/10/23/design-8-01-creating-a-new-project-app-templates/</link>
					<comments>https://abnady.wordpress.com/2013/10/23/design-8-01-creating-a-new-project-app-templates/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Wed, 23 Oct 2013 16:26:07 +0000</pubDate>
				<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Hub App]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[XAML]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=233</guid>

					<description><![CDATA[Back! Here we go with the first post of “Design 8” series. In the previous post I’ve introduced you to the series, now we’re about to start talking technically. During this series, I’ll work on Visual Studio + Blend and taking the track of C# + XAML for Windows Store Apps. In this post, I’ll [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1><img loading="lazy" data-attachment-id="234" data-permalink="https://abnady.wordpress.com/2013/10/23/design-8-01-creating-a-new-project-app-templates/post-1-header/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Post 1 Header" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png?w=620" class="size-medium wp-image-234 aligncenter" style="width:338px;height:116px;" alt="Post 1 Header" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></h1>
<h1><b><span style="color:#000000;font-family:Calibri;">Back!</span></b></h1>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Here we go with the first post of “Design 8” series. In the previous post I’ve introduced you to the series, now we’re about to start talking technically. During this series, I’ll work on Visual Studio + Blend and taking the track of C# + XAML for Windows Store Apps.</span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">In this post, I’ll start from the <b>File&gt;New&gt;Project</b> point. So let’s start now and talk see appears when we clicked New Project.</span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">First thing we see in the Windows Store tab is the templates that Microsoft provides for the developers. For Windows 8.1 + Visual Studio 2013, Microsoft provided the developers with 4 templates to work with. These templates are a very good raw material for the developer to work on, customize, and learn from as it gives you the opportunity to have a look of an App that is written by the hands of the technology maker itself.</span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s that look on those 4 templates:</span></p>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png"><img loading="lazy" data-attachment-id="238" data-permalink="https://abnady.wordpress.com/2013/10/23/design-8-01-creating-a-new-project-app-templates/new-project/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png" data-orig-size="956,659" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="New Project" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png?w=620" class="size-medium wp-image-238 aligncenter" style="width:355px;height:248px;" alt="New Project" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png?w=300&#038;h=206" width="300" height="206" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<ol>
<li><b>Blank App</b>: An app that contains only one page that is … Blank <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
<li><b>Grid App</b>: An App for displaying grouped items with their dedicated data in 3 pages. The main page is for the grouped items view, another page for the group data, and the third for the item data.</li>
<li><b>Split App: </b>An App for displaying grouped items too but contains only 2 pages. The main page is to choose a group from a grid of items, and the other one is divided equally into two parts, a part to choose the item from and the other is to display the details of the selected item from.</li>
<li><b>Hub App:</b> This App template leverages the Hub control that beautifully came with Windows 8.1. There’re many apps that depend on that control to display its main view such as: News, Travel, Food &amp; Drink, and Health &amp; Fitness.</li>
</ol>
<p><span id="more-233"></span></p>
<p><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;">Now, I’ll take the <b>Hub App</b> template as a sample to work with and see how to use and get the best of the templates provided with <b>Visual Studio 2013. </b></span></span></span></p>
<p align="center"><b><span style="color:#000000;font-family:Calibri;font-size:medium;">Create a new Hub App Project</span></b></p>
<p><span style="font-size:medium;"><span style="color:#000000;"><span style="font-family:Calibri;">Let’s <b>Run</b> the App and have a look from outside. <strong>(</strong></span><span style="font-family:Calibri;"><b>Ctrl+F5)</b>. And here’s what you see: </span></span></span></p>
<p><b><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-6.png"><img class="aligncenter" alt="Screenshot (6)" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-6.png?w=300&#038;h=187" width="300" height="187" /></a></b></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s take a have a look now from inside.</span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Like the other templates it is consists of Hierarchy of a Main Page that refers to whether an Item Page or a Group Detail Page (on the right of the screen in the <b>Solution Explorer</b>). In this Template we’ll work with the 3 pages named: </span></p>
<ol>
<li><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;"><b>HubPage.xaml: </b>Which is the Main Page of the app.</span></span></span></li>
<li><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;"><b>SectionPage.xaml: </b>Which is the Group Detail Page. And finally, </span></span></span></li>
<li><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;"><b>ItemPage.xaml:</b> which is the Item Detail Page. </span></span></span></li>
</ol>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s open the <b>HubPage.xaml</b> and see how did they markup it. Let’s open the <b>Document Outline</b> windows to see the components of this page (View &gt;Other Windows &gt;Document Outline).</span></p>
<p><span style="color:#000000;">Here’s the anatomy of this page in terms of the <b>XAML</b> Controls:</span></p>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/page-hierarchy.png"><img class="aligncenter" style="width:369px;height:175px;" alt="Page Hierarchy" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/page-hierarchy.png?w=300&#038;h=136" width="300" height="136" /></a></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">It’s pretty clear that this Main Page mainly depend on the <b>Hub Control </b>in displaying the content. This control is a kind of a container that carries Sections and displays them Vertically or Horizontally. </span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">As shown above, the <b>Hub Control </b>consists of a header (which is a Grid that carries the <b>pageTitle</b> and the <b>backButton</b>) and the sections. And every section contains a header and a Content Template which is a Data Template that carries the components of the section. Now, I’m going to change few things in this template to see how I can edit, customize, or learn from it.</span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">From the Document outline, let’s go to the first section and edit its content:</span></p>
<p align="center"><b><span style="color:#000000;font-family:Calibri;font-size:medium;">Right Click &gt;View Source</span></b></p>
<blockquote><p>&lt;HubSection Width=&#8221;780&#8243; Margin=&#8221;0,0,80,0&#8243;&gt;</p>
<p>&lt;HubSection.Background&gt;</p>
<p>&lt;ImageBrush ImageSource=&#8221;Assets/MediumGray.png&#8221; Stretch=&#8221;UniformToFill&#8221; /&gt;</p>
<p>&lt;/HubSection.Background&gt;</p>
<p>&lt;/HubSection&gt;</p></blockquote>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">This is the source code of the first section that doesn’t contain anything but a background. So, this section doesn’t contain a Content Template. We can modify this background and add any other image to act as the entrance of the App that appears on the first section. Let’s add the Image, from the Solution Explorer:</span></p>
<p align="center"><b><span style="color:#000000;font-family:Calibri;font-size:medium;">Assets &gt;Right Click &gt;Add &gt;Existing Item &gt;Locate the Image</span></b></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Now, Assign this image to be the background of the first section:</span></p>
<p align="center"><b><span style="color:#000000;font-family:Calibri;font-size:medium;">Select the first section &gt;View Source</span></b></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Change the Image Source of the Image Brush Control in the HubSection.Background tag and replace it with the image you’ve just added to the solution as follows: </span></p>
<blockquote><p>                &lt;HubSection.Background&gt;</p>
<p>&lt;ImageBrush ImageSource=&#8221;Assets/FirstSection.png&#8221; Stretch=&#8221;UniformToFill&#8221; /&gt;</p>
<p>&lt;/HubSection.Background&gt;</p></blockquote>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s edit one more section to get deeper on how to work with them. Let’s take the second section:</span></p>
<p align="center"><b><span style="color:#000000;font-family:Calibri;font-size:medium;">Right Click the second section &gt;Edit Additional Templates &gt;Edit ContentTemplate &gt;Edit Current</span></b></p>
<p><span style="font-size:medium;"><span style="color:#000000;"><span style="font-family:Calibri;">The document outline will show the components of the Content Template of this section.<a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png"><img loading="lazy" data-attachment-id="240" data-permalink="https://abnady.wordpress.com/2013/10/23/design-8-01-creating-a-new-project-app-templates/second-section-outline/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png" data-orig-size="267,279" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Second Section Outline" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png?w=267" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png?w=267" class="size-full wp-image-240 alignright" alt="Second Section Outline" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png?w=620"   srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png 267w, https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png?w=144&amp;h=150 144w" sizes="(max-width: 267px) 100vw, 267px" /></a></span></span></span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s change the textblocks in this section and the Image</span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">After editing them, let’s go back to the main page document outline through the arrow in the top left of the document outline.</span></p>
<p><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/document-outline.png"> </a></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">Let’s go to the source of the section and change its properties like background and header text:</span></p>
<p style="text-align:center;"><strong><span style="color:#000000;">Select the second section &gt;View Source </span></strong></p>
<p style="text-align:center;"> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png"><img loading="lazy" data-attachment-id="247" data-permalink="https://abnady.wordpress.com/2013/10/23/design-8-01-creating-a-new-project-app-templates/screenshot_10232013_175201/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png" data-orig-size="1366,768" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="screenshot_10232013_175201" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png?w=620" class="alignnone size-medium wp-image-247" style="width:446px;height:255px;" alt="screenshot_10232013_175201" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png?w=300&#038;h=168" width="300" height="168" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><span style="font-family:Calibri;"><span style="color:#000000;"><span style="font-size:medium;">That’s for now, wait the next post that will be discovering that magical design software called <b>Blend.</b></span></span></span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">If there’re any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: </span><a href="mailto:ab.alnady@hotmail.com"><span style="color:#0563c1;font-family:Calibri;font-size:medium;">ab.alnady@hotmail.com</span></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/10/23/design-8-01-creating-a-new-project-app-templates/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/post-1-header.png?w=300">
			<media:title type="html">Post 1 Header</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/new-project.png?w=300">
			<media:title type="html">New Project</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-6.png?w=300">
			<media:title type="html">Screenshot (6)</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/page-hierarchy.png?w=300">
			<media:title type="html">Page Hierarchy</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/second-section-outline.png">
			<media:title type="html">Second Section Outline</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot_10232013_175201.png?w=300">
			<media:title type="html">screenshot_10232013_175201</media:title>
		</media:content>
	</item>
		<item>
		<title>Design 8: 00 – Introduction</title>
		<link>https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/</link>
					<comments>https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/#respond</comments>
		
		<dc:creator><![CDATA[Abdullah Al Nady]]></dc:creator>
		<pubDate>Mon, 21 Oct 2013 15:23:11 +0000</pubDate>
				<category><![CDATA[Design 8]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">http://abnady.wordpress.com/?p=212</guid>

					<description><![CDATA[Hello! Welcome to the first post of the “Design 8” series that will help you create a better UI for your Windows Store App and leverage the User Experience of the App by applying the Microsoft Modern Design Style. In “Design 8” I prefer not only to provide practical practices, but also, I’ll demonstrate and [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1><a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png"><img loading="lazy" data-attachment-id="220" data-permalink="https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/design-8-logo-2/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png" data-orig-size="772,250" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Design 8 Logo" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png?w=620" class="size-medium wp-image-220 aligncenter" style="width:362px;height:113px;" alt="Design 8 Logo" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png?w=300&#038;h=97" width="300" height="97" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></h1>
<h1><strong><span style="color:#000000;font-family:Calibri;">Hello! </span></strong></h1>
<p><span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;">Welcome to the first post of the “</span><span style="color:#00a3e6;"><b>Design 8</b></span><span style="color:#000000;">” series that will help you create a better UI<b> </b>for your Windows Store App and leverage the <b>User Experience</b> of the App by applying the <b>Microsoft</b> Modern Design Style. </span></span></span> <span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;"><span style="color:#00a3e6;"><span style="color:#000000;">In</span> “</span></span><b><span style="color:#00a3e6;">Design 8</span></b><span style="color:#000000;">” I prefer not only to provide practical practices, but also, I’ll demonstrate and discuss the main theoretical points of the UX design that will help us diving deep in the UX field to get the best of the theories to the surface of the UI Implementation.</span></span></span> <span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#00a3e6;"><b>Design 8</b></span> <span style="color:#000000;">will not only be published as blog posts but don’t worry about this now, I prefer to surprise you. Anyway, <b>stay tuned!</b> </span></span></span> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png"><img loading="lazy" data-attachment-id="219" data-permalink="https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/capture/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png" data-orig-size="462,268" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Capture" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png?w=462" class="size-medium wp-image-219 aligncenter" alt="Capture" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png?w=300&#038;h=174" width="300" height="174" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png?w=150 150w, https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png 462w" sizes="(max-width: 300px) 100vw, 300px" /></a> <span style="font-family:Calibri;"><span style="font-size:medium;"><span style="color:#000000;"><b>Microsoft</b> made it more than easy to produce a good quality App simply by separating the design progress and the development progress. In <b>Windows 8.1 and Windows Phone</b>, those who <b>design</b> work with the markup files that shows the UI of the App and those who <b>develop</b> work with the code-behind files that contain the logic of the App. And this separation is achieved perfectly in the tools used to produce the App. It’s known that the developer mainly work on that giant <b>Visual Studio</b> but <b>Microsoft</b> also presents powerful tool to the designer to work with.</span></span></span></p>
<h2><b><span style="color:#000000;font-family:Calibri;">Tools:</span></b></h2>
<p><span style="font-family:Calibri;"><span style="color:#000000;"><span style="font-size:medium;"><b>Blend for Visual Studio: Blend </b>is a very powerful design software that enables designers to create Hi-Quality UI with many design features.</span></span></span> <span style="font-family:Calibri;"><span style="color:#000000;"><span style="font-size:medium;"><b>There’re also </b>many tools that add an extension features and works perfectly with <b>Blend </b>such as <b>Microsoft Expression Design</b> and <b>the XAML Project. </b>I’ll introduce both of them to you and explain how to get the best of them.</span></span></span></p>
<p style="text-align:center;"><span style="color:#000000;"><span style="font-size:medium;"><strong>          </strong> <a href="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png"><img loading="lazy" data-attachment-id="222" data-permalink="https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/screenshot-1/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png" data-orig-size="457,517" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Screenshot (1)" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png?w=265" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png?w=457" class="alignnone size-medium wp-image-222" style="width:198px;height:242px;" alt="Screenshot (1)" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png?w=265&#038;h=300" width="265" height="300" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png?w=265 265w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png?w=133 133w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png 457w" sizes="(max-width: 265px) 100vw, 265px" /></a> <a href="http://msdn.microsoft.com/en-us/expression/jj712700.aspx" target="_blank"><img loading="lazy" data-attachment-id="223" data-permalink="https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/screenshot-2/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png" data-orig-size="304,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Screenshot (2)" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png?w=195" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png?w=304" class="alignnone  wp-image-223" style="width:174px;height:242px;" title="Microsoft Expression Design" alt="Screenshot (2)" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png?w=195&#038;h=300" width="195" height="300" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png?w=195 195w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png?w=98 98w, https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png 304w" sizes="(max-width: 195px) 100vw, 195px" /></a></span></span>        <a href="http://www.thexamlproject.com" target="_blank"><span style="color:#000000;"><span style="font-size:medium;"><img loading="lazy" data-attachment-id="221" data-permalink="https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/the-xaml-project-23/#main" data-orig-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png" data-orig-size="1506,249" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="The XAML Project-23" data-image-description="" data-image-caption="" data-medium-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png?w=300" data-large-file="https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png?w=620" class="size-medium wp-image-221 aligncenter" title="The XAML Project" alt="The XAML Project-23" src="https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png?w=300&#038;h=49" width="300" height="49" srcset="https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png?w=300 300w, https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png?w=600 600w, https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></span></span></a><span style="color:#000000;font-family:Calibri;font-size:medium;"> </span></p>
<p><span style="color:#000000;font-family:Calibri;font-size:medium;">That’s for now, wait the next post that will be about starting designing your Windows Store App from Scratch. </span> <span style="color:#000000;font-family:Calibri;font-size:medium;">If there’re any question or any feedback that will be more than welcomed. Don’t hesitate to drop me an e-mail: </span><a href="mailto:ab.alnady@hotmail.com"><span style="color:#0563c1;font-family:Calibri;font-size:medium;">ab.alnady@hotmail.com</span></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://abnady.wordpress.com/2013/10/21/design-8-00-introduction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/b5939c339dc3f01fa14b8a5c1ac39ca0a4305d25bc158c28915f19554db14a74?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">abnady</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/design-8-logo.png?w=300">
			<media:title type="html">Design 8 Logo</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/capture.png?w=300">
			<media:title type="html">Capture</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-1.png?w=265">
			<media:title type="html">Screenshot (1)</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/screenshot-2.png?w=195">
			<media:title type="html">Microsoft Expression Design</media:title>
		</media:content>

		<media:content medium="image" url="https://abnady.wordpress.com/wp-content/uploads/2013/10/the-xaml-project-23.png?w=300">
			<media:title type="html">The XAML Project</media:title>
		</media:content>
	</item>
	</channel>
</rss>