<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Steve Starck's Blog</title><link>http://blogs.msdn.com/b/steve_starcks_blog/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>King James Bible now available in the WindowsPhone7 App Marketplace</title><link>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/10/24/king-james-bible-now-available-in-the-windowsphone7-app-marketplace.aspx</link><pubDate>Sun, 24 Oct 2010 22:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10080157</guid><dc:creator>CrazySharck4</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/steve_starcks_blog/rsscomments.aspx?WeblogPostID=10080157</wfw:commentRss><comments>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/10/24/king-james-bible-now-available-in-the-windowsphone7-app-marketplace.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;I've
 been so busy over the past few weeks working on good stuff for future 
releases of Windows Phone that I haven't had the opportunity to really 
mention that I've published my King James Bible program in the Windows 
Phone 7 app marketplace -- not just once but twice.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;Version
 1.1 which is available now includes the ability to change the color 
used for the Words of Jesus Christ; typically they would be in red, but I
 received some feedback from a friend that suggested not everyone can 
read red text easily.&amp;nbsp; I added a settings page which allows you to 
choose between red, no color, and using whatever the accent color of the
 phone is.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;I
 also provide you a way to reset your reading plan, because long about 
January 1st you'll probably want that capabiity (at least I know I 
will...)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;span style="font-size: small;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;Anyway, if you're interested, &lt;a target="_blank" title="King James Bible" href="http://social.zune.net/redirect?type=app&amp;amp;id=6d70776e-fdd7-df11-a844-00237de2db9e"&gt;here &lt;/a&gt;is a link to it in the marketplace.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10080157" width="1" height="1"&gt;</description></item><item><title>Using the LoopingSelector when the number of items changes</title><link>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/28/using-the-loopingselector-when-the-number-of-items-changes.aspx</link><pubDate>Tue, 28 Sep 2010 14:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10068728</guid><dc:creator>CrazySharck4</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/steve_starcks_blog/rsscomments.aspx?WeblogPostID=10068728</wfw:commentRss><comments>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/28/using-the-loopingselector-when-the-number-of-items-changes.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;I love having the sources to the WindowsPhone Toolkit (&lt;span sizset="43" sizcache="5"&gt;&lt;a href="http://silverlight.codeplex.com/releases/view/52297"&gt;http://silverlight.codeplex.com/releases/view/52297&lt;/a&gt;&lt;/span&gt;) available, since you can not only learn how something works, you can also fix "issues".&amp;nbsp; (I won't call them bugs, just unplanned features)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Case in point: I ran into an issue using the LoopingSelector to create the "Choose Book and Chapter" page in my &lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Bible program for WindowsPhone 7&lt;/span&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;The secondary (chapter) selector ranges from 1 to 150 depending upon the primary selector (book of the bible).&amp;nbsp; But if the number of items in the secondary selector decreases, it seemed to "stick" there, so that if you go from a book with 6 chapters to a book with 4 chapters and back to a book with 6 chapters, you can't select chapters 5 or 6 anymore.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Turns out that the LoopingSelector isn't resetting it's scrolling amounts when it updates data. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;If this is happening to you, try the following modification to LoopingSelector.UpdateData()&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Tahoma; color: #000000; font-size: x-small;"&gt;&lt;span dir="ltr" style="font-size: 10pt;"&gt;&lt;span style="font-family: Times New Roman; font-size: x-small;"&gt;&lt;span style="font-size: 16px;"&gt;&lt;span style="font-family: Tahoma; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-family: consolas;"&gt;
&lt;pre class="scroll"&gt;&lt;code class="cplusplus"&gt;        private void UpdateData()&lt;br /&gt;&lt;br /&gt;        {&lt;br /&gt;&lt;br /&gt;            if (!IsReady)&lt;br /&gt;&lt;br /&gt;            {&lt;br /&gt;&lt;br /&gt;                return;&lt;br /&gt;&lt;br /&gt;            }&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;            // Save all items&lt;br /&gt;&lt;br /&gt;            _temporaryItemsPool = new Queue&amp;lt;LoopingSelectorItem&amp;gt;(_itemsPanel.Children.Count);&lt;br /&gt;&lt;br /&gt;            foreach (LoopingSelectorItem item in _itemsPanel.Children)&lt;br /&gt;&lt;br /&gt;            {&lt;br /&gt;&lt;br /&gt;                if (item.GetState() == LoopingSelectorItem.State.Selected)&lt;br /&gt;&lt;br /&gt;                {&lt;br /&gt;&lt;br /&gt;                    item.SetState(LoopingSelectorItem.State.Normal, false);&lt;br /&gt;&lt;br /&gt;                }&lt;br /&gt;&lt;br /&gt;                _temporaryItemsPool.Enqueue(item);&lt;br /&gt;&lt;br /&gt;                item.Remove();&lt;br /&gt;&lt;br /&gt;            }&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;            _itemsPanel.Children.Clear();&lt;br /&gt;&lt;br /&gt;            _panelStoryboard.Stop();&lt;br /&gt;&lt;br /&gt;            _panningTransform.Y = 0;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;            _minimumPanelScroll = float.MinValue;&lt;br /&gt;&lt;br /&gt;            _maximumPanelScroll = float.MaxValue;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;            Balance();&lt;br /&gt;&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;That fixed it for me.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Update: &lt;/b&gt;I meant to update this awhile ago, but I've been informed that the next release of the toolkit will include this fix.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10068728" width="1" height="1"&gt;</description></item><item><title>Bible Program for Windows Phone 7 screen shots.</title><link>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/bible-program-for-windows-phone-7-screen-shots.aspx</link><pubDate>Mon, 27 Sep 2010 17:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10068290</guid><dc:creator>CrazySharck4</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/steve_starcks_blog/rsscomments.aspx?WeblogPostID=10068290</wfw:commentRss><comments>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/bible-program-for-windows-phone-7-screen-shots.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Here's some screen shots of what the Bible program looks like right now.&amp;nbsp; No, for those of you that want to know, I only have rights to publish the King James Version, since it's in the public domain.&amp;nbsp; I'm not opposed to building it for other translations, but those are copyrighted and I haven't gotten the rights to publish them.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Here's portrait view:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-40-87/1212.Capture01.PNG" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;The Book and Chapter picker:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-40-87/1423.Capture02.PNG" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Heres the application bar expanded:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-40-87/0804.Capture03.PNG" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;The Daily Reading picker:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-40-87/4382.Capture04.PNG" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;The Daily Reading Page:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-40-87/6835.Capture05.PNG" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Landscape View:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-40-87/3833.Capture06.PNG" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10068290" width="1" height="1"&gt;</description></item><item><title>Test your application on a real device.</title><link>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/test-your-application-on-a-real-device.aspx</link><pubDate>Mon, 27 Sep 2010 16:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10068275</guid><dc:creator>CrazySharck4</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/steve_starcks_blog/rsscomments.aspx?WeblogPostID=10068275</wfw:commentRss><comments>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/test-your-application-on-a-real-device.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;As part of my project to build a Bible program for Windows Phone 7, I tried out a few of the different things that folks working on the application platform created for folks:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Dave Relyea (DevDave) created the LoopingSector in the Windows Phone Toolkit (&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Trebuchet MS; font-size: small;"&gt;&lt;a href="http://silverlight.codeplex.com/releases/view/52297"&gt;http://silverlight.codeplex.com/releases/view/52297&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;) - which I used to create the "Choose Book and Chapter" dialog.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;David Anson (Delay) produced a nifty rotation animation frame&amp;nbsp;(&lt;a href="http://blogs.msdn.com/b/delay/archive/2010/09/13/he-has-a-right-to-criticize-who-has-a-heart-to-help-two-fixes-for-dynamicorientationchanges-improve-the-experience-of-animating-and-fading-windows-phone-orientation-changes.aspx"&gt;http://blogs.msdn.com/b/delay/archive/2010/09/13/he-has-a-right-to-criticize-who-has-a-heart-to-help-two-fixes-for-dynamicorientationchanges-improve-the-experience-of-animating-and-fading-windows-phone-orientation-changes.&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Delay's "in your face" rotation animation is pretty cool, but while it always works well in the emulator, when I tried it on a device I ran into some issues with it with my somewhat complex page layout.&amp;nbsp; On the device, I don't really see the animation, just the results.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;I took a look at it and noticed that the animated "in your face" version basically animates a Boolean "progress" property, which then turns around and does a re-layout for each call.&amp;nbsp; That's kinda hurts with my complex layout, so I suggested that a yet another approach might be to do much like what he does in the fade version - have it take a bitmap and animate the fade - but instead of (just) fading, have it take two bitmaps: one that is of one dimension, then the other of the other dimension, and then rotate and fade them both.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;In fact, that seems to be what the messaging app on the phone does when it rotates.&amp;nbsp; (No, I didn't look at the code, but that 300fps video I shot of it doesn't lie)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Moral of the story: Test your application on a&amp;nbsp;real device&lt;/strong&gt; -- you'll probably be surprised about the difference in peformance.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10068275" width="1" height="1"&gt;</description></item><item><title>Windows Phone 7 Application</title><link>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/windows-phone-7-application.aspx</link><pubDate>Mon, 27 Sep 2010 16:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10068256</guid><dc:creator>CrazySharck4</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/steve_starcks_blog/rsscomments.aspx?WeblogPostID=10068256</wfw:commentRss><comments>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/windows-phone-7-application.aspx#comments</comments><description>&lt;p class="MsoNormal" mce_style="margin: 0in 0in 10pt;"&gt;&lt;span style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Trebuchet MS','sans-serif'; FONT-SIZE: 12pt" mce_style="line-height: 115%; font-family: 'Trebuchet MS','sans-serif'; font-size: 12pt;"&gt;And as my first post, let me share one of the projects I’ve been working on in my spare time – &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" mce_style="margin: 0in 0in 10pt;"&gt;&lt;span style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Trebuchet MS','sans-serif'; FONT-SIZE: 12pt" mce_style="line-height: 115%; font-family: 'Trebuchet MS','sans-serif'; font-size: 12pt;"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" mce_style="margin: 0in 0in 10pt;"&gt;&lt;span style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Trebuchet MS','sans-serif'; FONT-SIZE: 12pt" mce_style="line-height: 115%; font-family: 'Trebuchet MS','sans-serif'; font-size: 12pt;"&gt;Windows Phone 7 is awesome, but I like to carry the Bible around on my phone.&lt;span style="mso-spacerun: yes" mce_style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;The application development platform for Windows Phone is super cool, so I’ve spent quite a bit of time working on a Bible program using the Windows Phone Developer Tools.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" mce_style="margin: 0in 0in 10pt;"&gt;&lt;span style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Trebuchet MS','sans-serif'; FONT-SIZE: 12pt" mce_style="line-height: 115%; font-family: 'Trebuchet MS','sans-serif'; font-size: 12pt;"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" mce_style="margin: 0in 0in 10pt;"&gt;&lt;span style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Trebuchet MS','sans-serif'; FONT-SIZE: 12pt" mce_style="line-height: 115%; font-family: 'Trebuchet MS','sans-serif'; font-size: 12pt;"&gt;&lt;strong&gt;Update:&amp;nbsp; Here's some screenshots of what I've got written so far:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" mce_style="margin: 0in 0in 10pt;"&gt;&lt;span style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Trebuchet MS','sans-serif'; FONT-SIZE: 12pt" mce_style="line-height: 115%; font-family: 'Trebuchet MS','sans-serif'; font-size: 12pt;"&gt;tiny_mce_markeriny_mce_markeriny_mce_markeriny_mce_markeriny_mce_markeriny_mce_marker&lt;/span&gt;&lt;span style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Trebuchet MS','sans-serif'; FONT-SIZE: 12pt" mce_style="line-height: 115%; font-family: 'Trebuchet MS','sans-serif'; font-size: 12pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10068256" width="1" height="1"&gt;</description></item><item><title>Greetings</title><link>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/greetings.aspx</link><pubDate>Mon, 27 Sep 2010 15:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10068247</guid><dc:creator>CrazySharck4</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/steve_starcks_blog/rsscomments.aspx?WeblogPostID=10068247</wfw:commentRss><comments>http://blogs.msdn.com/b/steve_starcks_blog/archive/2010/09/27/greetings.aspx#comments</comments><description>&lt;div class="WordSection1"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Welcome to my blog.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;I&amp;rsquo;ve put off creating one for quite some time, but it seems that it&amp;rsquo;s about time I did so.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;You don&amp;rsquo;t know me, so let me introduce myself.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;I&amp;rsquo;ve been around Microsoft for 15 years now &amp;ndash; my start date was 9/5/1995.&amp;nbsp; During that time I&amp;rsquo;ve worked on some really cool products, such as Visual FoxPro (my first Ship It!), all of the Oracle Data Access technologies (ODBC Driver, OLE DB Provider, .NET Data Provider), and the ADO.NET Entity Framework.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;For the past two years, I&amp;rsquo;ve been a developer working on the entertainment experiences for Windows Phone 7.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: trebuchet ms,geneva;"&gt;&lt;span style="font-size: small;"&gt;Hopefully, you&amp;rsquo;ll find something useful here.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10068247" width="1" height="1"&gt;</description></item></channel></rss>