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

<channel>
	<title>Rhymed Code &#187; WordPress for Windows Phone</title>
	<atom:link href="http://rhymedcode.net/projects/wordpress-for-windows-mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://rhymedcode.net</link>
	<description>Synergy of Art and Science</description>
	<lastBuildDate>Sat, 23 Apr 2011 03:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Edit Post Screen (Variant II)</title>
		<link>http://rhymedcode.net/analysis-design/edit-post-screen-variant-ii/</link>
		<comments>http://rhymedcode.net/analysis-design/edit-post-screen-variant-ii/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 01:02:27 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Analysis & Design]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>
		<category><![CDATA[metro UI]]></category>
		<category><![CDATA[pocket wp]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[windows phone 7]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=420</guid>
		<description><![CDATA[I thought of this during the long wait at In-n-Out drive-thru (yes, it was good). Utilizing the pivot control, I could place the writing area in one view and the auxiliary components (less used features) in another view. Which components &#8230; <a href="http://rhymedcode.net/analysis-design/edit-post-screen-variant-ii/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought of this during the long wait at In-n-Out drive-thru (yes, it was good).</p>
<p>Utilizing the pivot control, I could place the writing area in one view and the auxiliary components (less used features) in another view. Which components are more or less used is up for pointless debate, though.</p>
<p>I can see how this is beneficial for the workflow of writing a blog post. When writing a post, I would normally start with a title and move on to writing the content. While writing, I&#8217;m focusing on writing and only writing. When I&#8217;m finished, I would set the categories. Writing the post content and setting the attributes of the post are two separate tasks in the post writing workflow; hence, the separation of the views.</p>
<div id="attachment_421" class="wp-caption aligncenter" style="width: 310px"><a href="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/pocketwp_editpost_2.png" rel="lightbox[420]"><img class="size-medium wp-image-421 " title="Edit Post Screen with Pivot Control" src="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/pocketwp_editpost_2-300x252.png" alt="" width="300" height="252" /></a><p class="wp-caption-text">Edit Post Screen with Pivot Control</p></div>
<p style="text-align: center;">
<p>The UI Design and Interaction Guide for Windows Phone 7 does not recommend pivot control for this kind of usage, however. The following are excerpts from the guide that the pivot control in Edit Post screen violates.</p>
<blockquote><p>Pivot pages should not be used for task flow.</p></blockquote>
<blockquote><p>The pivot control should only be used to display items or data of similar type.</p></blockquote>
<p>I understood why the first item of guideline is there. A task flow requires a strict order; user has to complete task one before proceeding to task two. Pivot control does not enforce that. User can navigate to views in pivot control in any order (except there is always one same initial view). This is less of an issue for this scenario. The big issue is that pivot control does not guarantee that a user will navigate to all views. I could click [save] and realize that I forgot to assign categories in the other view.</p>
<p>For the second item in the guideline. I could argue that I do use the control to display items of similar type: blog post&#8217;s properties of most used, and less used. But the author(s) of the guideline may disagree with that. Microsoft uses the email reader to show how a pivot control should be used. In the email reader, pivot control is used to display emails with status unread, flag, and the like in the different views.</p>
<p>Whether a pivot control is appropriate for the Edit Post screen, I need  a usability testing to know if it will work for users.</p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/analysis-design/edit-post-screen-variant-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit Post Screen</title>
		<link>http://rhymedcode.net/analysis-design/edit-post-screen/</link>
		<comments>http://rhymedcode.net/analysis-design/edit-post-screen/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 21:19:38 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Analysis & Design]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>
		<category><![CDATA[pocket wp]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[wordpress for windows phone]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=416</guid>
		<description><![CDATA[I have the most basic Edit Post screen finished. No custom control implemented so far&#8211;want to stay with the native ones. I&#8217;m still not sure about the category selection&#8211;need to look around what other people do.]]></description>
			<content:encoded><![CDATA[<p><a href="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/pocketwp_editpost.png" rel="lightbox[416]"><img src="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/pocketwp_editpost-150x150.png" alt="" title="Edit Post Screen" width="150" height="150" class="alignleft size-thumbnail wp-image-417" /></a>I have the most basic Edit Post screen finished. No custom control implemented so far&#8211;want to stay with the native ones. I&#8217;m still not sure about the <code>category</code> selection&#8211;need to look around what other people do.</p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/analysis-design/edit-post-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Your Physical, Full-size Keyboard with Windows Phone 7 Emulator</title>
		<link>http://rhymedcode.net/implementation/using-your-physical-full-size-keyboard-with-windows-phone-7-emulator/</link>
		<comments>http://rhymedcode.net/implementation/using-your-physical-full-size-keyboard-with-windows-phone-7-emulator/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 05:22:20 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Implementation]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[windows phone 7]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=373</guid>
		<description><![CDATA[When you click your mouse on one of the input fields in a form, you will get the onscreen keyboard on Windows Phone 7 emulator. It&#8217;s worse than using your thumbs on your real phone because you actually has to &#8230; <a href="http://rhymedcode.net/implementation/using-your-physical-full-size-keyboard-with-windows-phone-7-emulator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/onscreen_keyboard.png" rel="lightbox[373]"><img class="alignright size-thumbnail wp-image-379" title="Onscreen Keyboard" src="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/onscreen_keyboard-150x150.png" alt="" width="150" height="150" /></a>When you click your mouse on one of the input fields in a form, you will get the onscreen keyboard on Windows Phone 7 emulator. It&#8217;s worse than using your thumbs on your real phone because you actually has to click one character at a time with your mouse.</p>
<p><a href="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/physical_keyboard.png" rel="lightbox[373]"><img class="size-thumbnail wp-image-381 alignleft" title="Look, Ma! No onscreen keyboard!" src="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/physical_keyboard-150x150.png" alt="" width="150" height="150" /></a>Now, while you still can see the onscreen keyboard, press the <strong>[Pause/Break]</strong> key (to the right of [Scroll Lock] key, at least on my keyboard&#8211;my computer keyboard). If you do it right, the onscreen will disappear and you can do your form entry with your physical, full-size keyboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/implementation/using-your-physical-full-size-keyboard-with-windows-phone-7-emulator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 UI Guide and Design Templates</title>
		<link>http://rhymedcode.net/analysis-design/windows-phone-7-ui-guide-and-design-templates/</link>
		<comments>http://rhymedcode.net/analysis-design/windows-phone-7-ui-guide-and-design-templates/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 02:07:44 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Analysis & Design]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[windows phone 7]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=367</guid>
		<description><![CDATA[Microsoft released the UI Guide and Design Templates for Windows Phone 7 some time ago. The design templates contained several Photoshop files showcasing common user interface elements of Windows Phone.]]></description>
			<content:encoded><![CDATA[<p>Microsoft released the <a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/07/27/windows-phone-7-design-resources-ui-guide-and-design-templates.aspx">UI Guide and Design Templates</a> for Windows Phone 7 some time ago. The design templates contained several Photoshop files showcasing common user interface elements of Windows Phone.<br />
<div id="attachment_368" class="wp-caption aligncenter" style="width: 190px"><a href="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/pocket_wp.jpg" rel="lightbox[367]"><img src="http://rhymedcode.net/wordpress/wp-content/uploads/2010/09/pocket_wp-180x300.jpg" alt="" title="Pocket WP" width="180" height="300" class="size-medium wp-image-368" /></a><p class="wp-caption-text">Pocket WP</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/analysis-design/windows-phone-7-ui-guide-and-design-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metro Principle of Windows Phone</title>
		<link>http://rhymedcode.net/analysis-design/metro-principle-of-windows-phone/</link>
		<comments>http://rhymedcode.net/analysis-design/metro-principle-of-windows-phone/#comments</comments>
		<pubDate>Wed, 12 May 2010 03:08:03 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Analysis & Design]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=159</guid>
		<description><![CDATA[OK, apparently Windows Phone Series has its own UI philosophy, principle, concept, or whatever you want to call it. So here is a new mock up for the first few screens. I&#8217;m still not sure whether to display the blog &#8230; <a href="http://rhymedcode.net/analysis-design/metro-principle-of-windows-phone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK, apparently Windows Phone Series has its own UI philosophy, principle, concept, or whatever you want to call it. So here is a new mock up for the first few screens. I&#8217;m still not sure whether to display the blog avatar/favicon.</p>
<p><img src="http://rhymedcode.net/wordpress/wp-content/uploads/2010/05/Pocket-WP.png" alt="" title="Pocket WP" width="624" class="alignnone size-full wp-image-160" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/analysis-design/metro-principle-of-windows-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 Series Resources</title>
		<link>http://rhymedcode.net/analysis-design/windows-phone-7-series-resources/</link>
		<comments>http://rhymedcode.net/analysis-design/windows-phone-7-series-resources/#comments</comments>
		<pubDate>Tue, 04 May 2010 06:00:20 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Analysis & Design]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=101</guid>
		<description><![CDATA[I have placed an order for a Silverlight book. In the meantime&#8230; Silverlight for Windows Phone Windows Phone Development Windows Phone UI Design and Interaction Guide Class Library Reference for Windows Phone]]></description>
			<content:encoded><![CDATA[<p>I have placed an order for a Silverlight book. In the meantime&#8230;</p>
<ul>
<li><a href="http://www.silverlight.net/getstarted/devices/windows-phone/">Silverlight for Windows Phone</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ff402535%28VS.92%29.aspx">Windows Phone Development</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=183218">Windows Phone UI  Design and Interaction Guide</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ff626516(v=VS.92).aspx">Class Library Reference for Windows Phone</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/analysis-design/windows-phone-7-series-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching Gear</title>
		<link>http://rhymedcode.net/planning/switching-gear/</link>
		<comments>http://rhymedcode.net/planning/switching-gear/#comments</comments>
		<pubDate>Mon, 03 May 2010 07:32:43 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Planning]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=95</guid>
		<description><![CDATA[Well, Mozilla has stopped development of Firefox for Windows Mobile 6.5. The upcoming Windows Mobile 7 won&#8217;t be backward compatible with 6.5&#8242;s applications. Well, I&#8217;m ditching everything I&#8217;ve done and starting from a scratch. I&#8217;ll be aiming for Windows Mobile &#8230; <a href="http://rhymedcode.net/planning/switching-gear/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, Mozilla has stopped development of Firefox for Windows Mobile 6.5. The upcoming Windows Mobile 7 won&#8217;t be backward compatible with 6.5&#8242;s applications.</p>
<p>Well, I&#8217;m ditching everything I&#8217;ve done and starting from a scratch. I&#8217;ll be aiming for Windows Mobile 7, so that means I need to read up on Silverlight.</p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/planning/switching-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Development Environment</title>
		<link>http://rhymedcode.net/implementation/setting-up-development-environment/</link>
		<comments>http://rhymedcode.net/implementation/setting-up-development-environment/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 00:40:56 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Implementation]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=84</guid>
		<description><![CDATA[Downloading the SDK&#8230; 23 minutes remaining. Reading the following resources in the meantime. Programming for Windows Mobile 6.5 Welcome to Windows Mobile 6 Documentation Developing Widgets for Windows Mobile 6.5]]></description>
			<content:encoded><![CDATA[<p>Downloading the SDK&#8230; 23 minutes remaining. Reading the following resources in the meantime.</p>
<ul>
<li><a title="Programming for Windows Mobile 6.5" href="http://msdn.microsoft.com/en-us/library/ee373423.aspx">Programming for Windows Mobile 6.5</a></li>
<li><a title="Welcomet to Windows Mobile 6 Documentation" href="http://msdn.microsoft.com/en-us/library/bb158532.aspx">Welcome to Windows Mobile 6 Documentation</a></li>
<li><a title="Developing Widgets for Windows Mobile 6.5" href="http://msdn.microsoft.com/en-us/library/dd721906.aspxDevelo">Developing Widgets for Windows Mobile 6.5</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/implementation/setting-up-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Early Sketches</title>
		<link>http://rhymedcode.net/analysis-design/early-sketches/</link>
		<comments>http://rhymedcode.net/analysis-design/early-sketches/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 04:02:39 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Analysis & Design]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=78</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-77" title="WordPress for Windows Mobile" src="http://rhymedcode.net/wordpress/wp-content/uploads/2009/11/WordPress-for-Windows-Mobile.png" alt="WordPress for Windows Mobile" width="818" height="751" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/analysis-design/early-sketches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML-RPC Interface</title>
		<link>http://rhymedcode.net/planning/xml-rpc-interface/</link>
		<comments>http://rhymedcode.net/planning/xml-rpc-interface/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 04:34:07 +0000</pubDate>
		<dc:creator>Joshua Sigar</dc:creator>
				<category><![CDATA[Planning]]></category>
		<category><![CDATA[WordPress for Android]]></category>
		<category><![CDATA[WordPress for Windows Phone]]></category>

		<guid isPermaLink="false">http://rhymedcode.net/?p=75</guid>
		<description><![CDATA[XML-RPC is the new jargon here, and a codex page is the place to start. I&#8217;ve bought several books, too, because googling gets tiring.]]></description>
			<content:encoded><![CDATA[<p>XML-RPC is the new jargon here, and <a href="http://codex.wordpress.org/XML-RPC_wp">a codex page</a> is the place to start. I&#8217;ve bought <a href="http://www.amazon.com/gp/product/0735623589/">several</a> <a href="http://www.amazon.com/gp/product/0321627091/">books</a>, <a href="http://www.amazon.com/gp/product/0321573587/">too</a>, because googling gets tiring.</p>
]]></content:encoded>
			<wfw:commentRss>http://rhymedcode.net/planning/xml-rpc-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

