<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns: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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Blankenblog</title>
	
	<link>http://www.jeffblankenburg.com</link>
	<description>Windows Phone and my musings on the world around us.</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Blankenthoughts" /><feedburner:info uri="blankenthoughts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>40.14852</geo:lat><geo:long>-82.912785</geo:long><feedburner:emailServiceId>Blankenthoughts</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/Blankenthoughts" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://www.plusmo.com/add?url=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts" src="http://plusmo.com/res/graphics/fbplusmo.gif">Subscribe with Plusmo</feedburner:feedFlare><feedburner:feedFlare href="http://www.addtoany.com/?linkname=Blankenblog&amp;linkurl=http%3A%2F%2Ffeeds.feedburner.com%2FBlankenthoughts&amp;type=feed" src="http://www.addtoany.com/addfr-b.gif">Add to Any Feed Reader</feedburner:feedFlare><item>
		<title>The Curious “Today” Button</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/BmnITQqOqXY/</link>
		<comments>http://www.jeffblankenburg.com/2012/02/08/the-curious-today-button/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 22:34:59 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2012/02/08/the-curious-today-button/</guid>
		<description>[UPDATED: This article was meant to share a quick hack that I created.&amp;#160; I am not endorsing this as a best practice that you should incorporate into your applications.&amp;#160; I’m offering it as an option to those of you building apps that only use the English language.] Yesterday, I was working on a Windows Phone [...]</description>
			<content:encoded><![CDATA[<p>[UPDATED: This article was meant to share a quick hack that I created.&#160; I am not endorsing this as a best practice that you should incorporate into your applications.&#160; I’m offering it as an option to those of you building apps that only use the English language.]</p>
<p>Yesterday, I was working on a Windows Phone application that is very date-centric.&#160; I show the user a list of events for a specific day, and the page always loads data for “today” by default.&#160; They can always change it (I’m using a DatePicker for that), but I wanted to give them an easy way to return to whatever “today” may be.</p>
<p>I’d seen this before, in the Calendar app that comes on Windows Phone by default.&#160; It looks like this:</p>
<p><img src="http://www.microsoft.com/global/windowsphone/en-sg/PublishingImages/howto/wp7/block/calendar-screen-meetings-day-view.png" /></p>
<p>As you can see, there is a “today” button in the ApplicationBar.&#160; (In the image, today must be July 7th.)&#160; Anyways, I did some investigation, and came to a conclusion that either that image is being generated on the fly, or they’ve included 366 images in their project, to accommodate every possible month/date combination.</p>
<p>Since I’ve never done any dynamic image generation before, it seemed like more work that I was prepared to accomplish in the short timeline I had to finish this application.&#160; So, I went ahead and created the 366 images that are necessary to make this functionality happen.</p>
<p>To change the IconUri property of an ApplicationBarIconButton, you just need this one line of code:</p>
<pre class="code">((<span style="color: #2b91af">ApplicationBarIconButton</span>)ApplicationBar.Buttons[0]).IconUri = <span style="color: blue">new </span><span style="color: #2b91af">Uri</span>(<span style="color: #a31515">&quot;/icons/dates/&quot; </span>+ <span style="color: #2b91af">DateTime</span>.Now.Month + <span style="color: #a31515">&quot;-&quot; </span>+ <span style="color: #2b91af">DateTime</span>.Now.Day + <span style="color: #a31515">&quot;.png&quot;</span>, <span style="color: #2b91af">UriKind</span>.Relative);</pre>
<p>Finally, you’re probably interested in downloading this set of images, so you don’t have to spend the countless hours (it was less than 2) I spent creating them.&#160; So, here they are:</p>
<p><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-1.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-1" border="0" alt="1-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-2" border="0" alt="1-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-3" border="0" alt="1-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-4" border="0" alt="1-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-5" border="0" alt="1-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-6" border="0" alt="1-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-7" border="0" alt="1-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-8" border="0" alt="1-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-9" border="0" alt="1-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-10" border="0" alt="1-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-11" border="0" alt="1-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-12" border="0" alt="1-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-13" border="0" alt="1-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-14" border="0" alt="1-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-15" border="0" alt="1-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-16" border="0" alt="1-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-17" border="0" alt="1-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-18" border="0" alt="1-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-19" border="0" alt="1-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-20" border="0" alt="1-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-21" border="0" alt="1-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-22" border="0" alt="1-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-23" border="0" alt="1-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-24" border="0" alt="1-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-25" border="0" alt="1-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-26" border="0" alt="1-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-27" border="0" alt="1-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-28" border="0" alt="1-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-29" border="0" alt="1-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-30.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-30" border="0" alt="1-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1-31" border="0" alt="1-31" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/1-31_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-1" border="0" alt="2-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-2" border="0" alt="2-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-3" border="0" alt="2-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-4" border="0" alt="2-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-5" border="0" alt="2-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-6" border="0" alt="2-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-7" border="0" alt="2-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-8" border="0" alt="2-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-9" border="0" alt="2-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-10" border="0" alt="2-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-11" border="0" alt="2-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-12" border="0" alt="2-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-13" border="0" alt="2-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-14" border="0" alt="2-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-15" border="0" alt="2-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-16" border="0" alt="2-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-17" border="0" alt="2-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-18" border="0" alt="2-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-19" border="0" alt="2-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-20" border="0" alt="2-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-21" border="0" alt="2-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-22" border="0" alt="2-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-23" border="0" alt="2-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-24" border="0" alt="2-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-25" border="0" alt="2-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-26" border="0" alt="2-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-27" border="0" alt="2-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-28" border="0" alt="2-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-29.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-29" border="0" alt="2-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/2-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-1" border="0" alt="3-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-2" border="0" alt="3-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-3" border="0" alt="3-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-4" border="0" alt="3-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-5" border="0" alt="3-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-6" border="0" alt="3-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-7" border="0" alt="3-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-8" border="0" alt="3-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-9" border="0" alt="3-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-10" border="0" alt="3-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-11" border="0" alt="3-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-12" border="0" alt="3-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-13" border="0" alt="3-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-14" border="0" alt="3-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15" border="0" alt="3-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-16" border="0" alt="3-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-17" border="0" alt="3-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-18" border="0" alt="3-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-19" border="0" alt="3-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-20" border="0" alt="3-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-21" border="0" alt="3-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-22" border="0" alt="3-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-23" border="0" alt="3-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-24" border="0" alt="3-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-25" border="0" alt="3-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-26" border="0" alt="3-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-27" border="0" alt="3-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-28" border="0" alt="3-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-29" border="0" alt="3-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-30.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-30" border="0" alt="3-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-31" border="0" alt="3-31" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/3-31_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-1" border="0" alt="4-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-2" border="0" alt="4-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-3" border="0" alt="4-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-4" border="0" alt="4-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-5" border="0" alt="4-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-6" border="0" alt="4-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-7" border="0" alt="4-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-8" border="0" alt="4-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-9" border="0" alt="4-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-10" border="0" alt="4-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-11" border="0" alt="4-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-12" border="0" alt="4-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-13" border="0" alt="4-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-14" border="0" alt="4-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-15" border="0" alt="4-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-16" border="0" alt="4-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-17" border="0" alt="4-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-18" border="0" alt="4-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-19" border="0" alt="4-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-20" border="0" alt="4-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-21" border="0" alt="4-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-22" border="0" alt="4-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-23" border="0" alt="4-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-24" border="0" alt="4-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-25" border="0" alt="4-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-26" border="0" alt="4-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-27" border="0" alt="4-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-28" border="0" alt="4-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-29" border="0" alt="4-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-30.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4-30" border="0" alt="4-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/4-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-1" border="0" alt="5-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-2" border="0" alt="5-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-3" border="0" alt="5-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-4" border="0" alt="5-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-5" border="0" alt="5-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-6" border="0" alt="5-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-7" border="0" alt="5-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-8" border="0" alt="5-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-9" border="0" alt="5-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-10" border="0" alt="5-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-11" border="0" alt="5-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-12" border="0" alt="5-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-13" border="0" alt="5-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-14" border="0" alt="5-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-15" border="0" alt="5-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-16" border="0" alt="5-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-17" border="0" alt="5-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-18" border="0" alt="5-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-19" border="0" alt="5-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-20" border="0" alt="5-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-21" border="0" alt="5-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-22" border="0" alt="5-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-23" border="0" alt="5-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-24" border="0" alt="5-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-25" border="0" alt="5-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-26" border="0" alt="5-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-27" border="0" alt="5-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-28" border="0" alt="5-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-29" border="0" alt="5-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-30.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-30" border="0" alt="5-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5-31" border="0" alt="5-31" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/5-31_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-1" border="0" alt="6-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-2" border="0" alt="6-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-3" border="0" alt="6-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-4" border="0" alt="6-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-5" border="0" alt="6-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-6" border="0" alt="6-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-7" border="0" alt="6-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-8" border="0" alt="6-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-9" border="0" alt="6-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-10" border="0" alt="6-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-11" border="0" alt="6-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-12" border="0" alt="6-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-13" border="0" alt="6-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-14" border="0" alt="6-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-15" border="0" alt="6-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-16" border="0" alt="6-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-17" border="0" alt="6-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-18" border="0" alt="6-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-19" border="0" alt="6-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-20" border="0" alt="6-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-21" border="0" alt="6-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-22" border="0" alt="6-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-23" border="0" alt="6-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-24" border="0" alt="6-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-25" border="0" alt="6-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-26" border="0" alt="6-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-27" border="0" alt="6-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-28" border="0" alt="6-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-29" border="0" alt="6-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-30.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6-30" border="0" alt="6-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/6-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-1" border="0" alt="7-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-2" border="0" alt="7-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-3" border="0" alt="7-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-4" border="0" alt="7-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-5" border="0" alt="7-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-6" border="0" alt="7-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-7" border="0" alt="7-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-8" border="0" alt="7-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-9" border="0" alt="7-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-10" border="0" alt="7-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-11" border="0" alt="7-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-12" border="0" alt="7-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-13" border="0" alt="7-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-14" border="0" alt="7-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-15" border="0" alt="7-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-16" border="0" alt="7-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-17" border="0" alt="7-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-18" border="0" alt="7-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-19" border="0" alt="7-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-20" border="0" alt="7-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-21" border="0" alt="7-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-22" border="0" alt="7-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-23" border="0" alt="7-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-24" border="0" alt="7-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-25" border="0" alt="7-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-26" border="0" alt="7-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-27" border="0" alt="7-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-28" border="0" alt="7-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-29" border="0" alt="7-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-30.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-30" border="0" alt="7-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7-31" border="0" alt="7-31" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/7-31_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-1" border="0" alt="8-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-2" border="0" alt="8-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-3" border="0" alt="8-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-4" border="0" alt="8-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-5" border="0" alt="8-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-6" border="0" alt="8-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-7" border="0" alt="8-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-8" border="0" alt="8-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-9" border="0" alt="8-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-10" border="0" alt="8-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-11" border="0" alt="8-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-12" border="0" alt="8-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-13" border="0" alt="8-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-14" border="0" alt="8-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-15" border="0" alt="8-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-16" border="0" alt="8-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-17" border="0" alt="8-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-18" border="0" alt="8-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-19" border="0" alt="8-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-20" border="0" alt="8-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-21" border="0" alt="8-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-22" border="0" alt="8-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-23" border="0" alt="8-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-24" border="0" alt="8-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-25" border="0" alt="8-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-26" border="0" alt="8-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-27" border="0" alt="8-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-28" border="0" alt="8-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-29" border="0" alt="8-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-30.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-30" border="0" alt="8-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8-31" border="0" alt="8-31" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/8-31_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-1" border="0" alt="9-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-2" border="0" alt="9-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-3" border="0" alt="9-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-4" border="0" alt="9-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-5" border="0" alt="9-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-6" border="0" alt="9-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-7" border="0" alt="9-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-8" border="0" alt="9-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-9" border="0" alt="9-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-10" border="0" alt="9-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-11" border="0" alt="9-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-12" border="0" alt="9-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-13" border="0" alt="9-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-14" border="0" alt="9-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-15" border="0" alt="9-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-16" border="0" alt="9-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-17" border="0" alt="9-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-18" border="0" alt="9-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-19" border="0" alt="9-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-20" border="0" alt="9-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-21" border="0" alt="9-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-22" border="0" alt="9-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-23" border="0" alt="9-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-24" border="0" alt="9-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-25" border="0" alt="9-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-26" border="0" alt="9-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-27" border="0" alt="9-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-28" border="0" alt="9-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-29" border="0" alt="9-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-30.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9-30" border="0" alt="9-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/9-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-1" border="0" alt="10-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-2" border="0" alt="10-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-3" border="0" alt="10-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-4" border="0" alt="10-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-5" border="0" alt="10-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-6" border="0" alt="10-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-7" border="0" alt="10-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-8" border="0" alt="10-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-9" border="0" alt="10-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-10" border="0" alt="10-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-11" border="0" alt="10-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-12" border="0" alt="10-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-13" border="0" alt="10-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-14" border="0" alt="10-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-15" border="0" alt="10-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-16" border="0" alt="10-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-17" border="0" alt="10-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-18" border="0" alt="10-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-19" border="0" alt="10-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-20" border="0" alt="10-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-21" border="0" alt="10-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-22" border="0" alt="10-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-23" border="0" alt="10-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-24" border="0" alt="10-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-25" border="0" alt="10-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-26" border="0" alt="10-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-27" border="0" alt="10-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-28" border="0" alt="10-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-29" border="0" alt="10-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-30.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-30" border="0" alt="10-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10-31" border="0" alt="10-31" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/10-31_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-1" border="0" alt="11-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-2" border="0" alt="11-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-3" border="0" alt="11-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-4" border="0" alt="11-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-5" border="0" alt="11-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-6" border="0" alt="11-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-7" border="0" alt="11-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-8" border="0" alt="11-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-9" border="0" alt="11-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-10" border="0" alt="11-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-11" border="0" alt="11-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-12" border="0" alt="11-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-13" border="0" alt="11-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-14" border="0" alt="11-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-15" border="0" alt="11-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-16" border="0" alt="11-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-17" border="0" alt="11-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-18" border="0" alt="11-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-19" border="0" alt="11-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-20" border="0" alt="11-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-21" border="0" alt="11-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-22" border="0" alt="11-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-23" border="0" alt="11-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-24" border="0" alt="11-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-25" border="0" alt="11-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-26" border="0" alt="11-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-27" border="0" alt="11-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-28" border="0" alt="11-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-29" border="0" alt="11-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-30.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-30" border="0" alt="11-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/11-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-1" border="0" alt="12-1" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-1_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-2" border="0" alt="12-2" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-2_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-3" border="0" alt="12-3" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-3_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-4" border="0" alt="12-4" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-4_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-5" border="0" alt="12-5" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-5_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-6" border="0" alt="12-6" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-6_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-7" border="0" alt="12-7" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-7_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-8" border="0" alt="12-8" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-8_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-9" border="0" alt="12-9" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-9_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-10" border="0" alt="12-10" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-10_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-11" border="0" alt="12-11" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-11_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-12" border="0" alt="12-12" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-12_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-13" border="0" alt="12-13" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-13_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-14.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-14" border="0" alt="12-14" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-14_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-15" border="0" alt="12-15" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-15_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-16" border="0" alt="12-16" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-16_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-17" border="0" alt="12-17" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-17_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-18" border="0" alt="12-18" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-18_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-19" border="0" alt="12-19" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-19_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-20" border="0" alt="12-20" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-20_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-21" border="0" alt="12-21" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-21_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-22" border="0" alt="12-22" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-22_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-23.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-23" border="0" alt="12-23" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-23_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-24" border="0" alt="12-24" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-24_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-25" border="0" alt="12-25" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-25_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-26" border="0" alt="12-26" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-26_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-27" border="0" alt="12-27" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-27_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-28.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-28" border="0" alt="12-28" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-28_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-29.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-29" border="0" alt="12-29" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-29_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-30.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-30" border="0" alt="12-30" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-30_thumb.png" width="52" height="52" /></a><a href="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12-31" border="0" alt="12-31" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/02/12-31_thumb.png" width="52" height="52" /></a></p>
<p>Or, if that’s not convenient, you can <a href="http://jeffblankenburg.com/downloads/DateIcons.zip">download the entire collection of Windows Phone Date Icons in a ZIP file here</a>.</p>
<p>These images are completely free to use, I only ask that you comment here on how you used them.&#160; Fair?</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/" rel="bookmark" class="crp_title">Want to change your Windows Phone emulator?</a></li><li><a href="http://www.jeffblankenburg.com/2011/01/08/5th-blogging-anniversary/" rel="bookmark" class="crp_title">5th Blogging Anniversary</a></li><li><a href="http://www.jeffblankenburg.com/2011/10/31/31-days-of-mango/" rel="bookmark" class="crp_title">31 Days of Mango</a></li><li><a href="http://www.jeffblankenburg.com/2011/02/22/what-i-learned-in-wp7-%e2%80%93-issue-17/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 17</a></li><li><a href="http://www.jeffblankenburg.com/2011/12/02/31-days-of-mango-now-in-ebook-format/" rel="bookmark" class="crp_title">31 Days of Mango | Now In eBook Format!</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=BmnITQqOqXY:Zlx9NN8iM2U:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=BmnITQqOqXY:Zlx9NN8iM2U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=BmnITQqOqXY:Zlx9NN8iM2U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=BmnITQqOqXY:Zlx9NN8iM2U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=BmnITQqOqXY:Zlx9NN8iM2U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=BmnITQqOqXY:Zlx9NN8iM2U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=BmnITQqOqXY:Zlx9NN8iM2U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=BmnITQqOqXY:Zlx9NN8iM2U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=BmnITQqOqXY:Zlx9NN8iM2U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=BmnITQqOqXY:Zlx9NN8iM2U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/BmnITQqOqXY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2012/02/08/the-curious-today-button/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2012/02/08/the-curious-today-button/</feedburner:origLink></item>
		<item>
		<title>6th Anniversary</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/wjRPWJVuz90/</link>
		<comments>http://www.jeffblankenburg.com/2012/01/09/6th-anniversary/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 14:09:46 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2012/01/09/6th-anniversary/</guid>
		<description>407 articles ago, I started writing on this website.&amp;#160; I’ve gone through several site rewrites, and numerous writing experiments, but I’m still just writing whatever comes to mind. To celebrate, I thought I’d dig up some of my older, but most popular posts of the past.&amp;#160; Some of them make me chuckle even to read [...]</description>
			<content:encoded><![CDATA[<p>407 articles ago, I started writing on this website.&#160; I’ve gone through several site rewrites, and numerous writing experiments, but I’m still just writing whatever comes to mind.</p>
<p>To celebrate, I thought I’d dig up some of my older, but most popular posts of the past.&#160; Some of them make me chuckle even to read the title.&#160; Here you go…the top 10 articles this site has ever posted.</p>
<blockquote><p>10. <a href="http://www.jeffblankenburg.com/?s=how+technical+recruiters+get+it+wrong" target="_blank">How Technical Recruiters Get It Wrong</a> (5/19/2011)</p>
<p>9.&#160; <a href="http://www.jeffblankenburg.com/2011/06/06/are-we-being-scammed-on-our-displays/" target="_blank">Are We Being Scammed on Our Displays?</a> (6/6/2011)</p>
<p>8.&#160; <a href="http://www.jeffblankenburg.com/2012/01/03/be-a-creator-not-a-consumer/" target="_blank">Be A Creator, Not a Consumer</a> (1/3/2012)</p>
<p>7.&#160; <a href="http://jeffblankenburg.com/31daysofmango">31 Days of Mango</a>: Day 1 – The New Windows Phone Emulator Tools (11/1/2011)</p>
<p>6.&#160; <a href="http://www.jeffblankenburg.com/2011/07/21/source-control-software-is-too-intrusive/" target="_blank">Source Control Software Is Too Intrusive</a> (7/21/2011)</p>
<p>5.&#160; <a href="http://www.jeffblankenburg.com/2011/06/09/why-is-everyone-getting-hacked/" target="_blank">Why Is Everyone Getting Hacked?</a> (6/30/2011)</p>
<p>4.&#160; <a href="http://www.jeffblankenburg.com/2009/06/30/31-thirty-one-days-of-silverlight/" target="_blank">31 Days of Silverlight</a> (6/9/2009)</p>
<p>3.&#160; <a href="http://www.jeffblankenburg.com/2008/11/24/10-reasons-the-zune-beats-the-ipod-seriously/" target="_blank">10 Reasons Zune Beats the iPod.&#160; Seriously.</a> (11/5/2008)</p>
<p>2.&#160; <a href="http://jeffblankenburg.com/31daysofmango" target="_blank">31 Days of Mango</a> (10/31/2011)</p>
<p>1.&#160; <a href="http://www.jeffblankenburg.com/2010/09/30/31-days-of-windows-phone-7/" target="_blank">31 Days of Windows Phone</a> (9/30/2010)</p>
<p>A sincere thank you to all of you who read my articles.&#160; Without readers, writing wouldn’t be nearly as much fun.&#160; Thank you, sincerely, and here’s to another big year of writing.</p>
</blockquote>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2010/12/14/what-i-learned-in-wp7-%e2%80%93-issue-3/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 3</a></li><li><a href="http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/" rel="bookmark" class="crp_title">Want to change your Windows Phone emulator?</a></li><li><a href="http://www.jeffblankenburg.com/2010/12/10/what-i-learned-in-wp7-%e2%80%93-issue-1/" rel="bookmark" class="crp_title">What I Learned in WP7 – Issue 1</a></li><li><a href="http://www.jeffblankenburg.com/2011/09/02/htc-announced-two-new-windows-phones/" rel="bookmark" class="crp_title">HTC announced two new Windows Phones</a></li><li><a href="http://www.jeffblankenburg.com/2011/12/02/31-days-of-mango-now-in-ebook-format/" rel="bookmark" class="crp_title">31 Days of Mango | Now In eBook Format!</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=wjRPWJVuz90:kuBD8_lrS4E:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=wjRPWJVuz90:kuBD8_lrS4E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=wjRPWJVuz90:kuBD8_lrS4E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=wjRPWJVuz90:kuBD8_lrS4E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=wjRPWJVuz90:kuBD8_lrS4E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=wjRPWJVuz90:kuBD8_lrS4E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=wjRPWJVuz90:kuBD8_lrS4E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=wjRPWJVuz90:kuBD8_lrS4E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=wjRPWJVuz90:kuBD8_lrS4E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=wjRPWJVuz90:kuBD8_lrS4E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/wjRPWJVuz90" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2012/01/09/6th-anniversary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2012/01/09/6th-anniversary/</feedburner:origLink></item>
		<item>
		<title>Be A Creator, Not a Consumer</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/8YDOjnknQaU/</link>
		<comments>http://www.jeffblankenburg.com/2012/01/03/be-a-creator-not-a-consumer/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 14:47:35 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[Discussions]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2012/01/03/be-a-creator-not-a-consumer/</guid>
		<description>Things you’re not allowed to think as you read this article: I don’t have enough time. I’m not smart enough. I don’t solve problems every day. Many years ago, I created a talk called “7 Steps to Shameless Self-Promotion.”&amp;#160; The idea was to explain how to get famous (or at least well-known) in your career [...]</description>
			<content:encoded><![CDATA[<p>Things you’re not allowed to think as you read this article:</p>
<ol>
<li>I don’t have enough time.</li>
<li>I’m not smart enough.</li>
<li>I don’t solve problems every day.</li>
</ol>
<p>Many years ago, I created a talk called “7 Steps to Shameless Self-Promotion.”&#160; The idea was to explain how to get famous (or at least well-known) in your career field.&#160; As I’ve grown, both personally and professionally, I’ve realized that it really comes down to one simple idea:</p>
<p><strong>Be A Creator.</strong></p>
<p>Write a book.&#160; Start a blog.&#160; Build a website.&#160; Publish some software. Contribute to an open-source project. Participate in forums.&#160; Leave an indelible mark on your community.&#160; These are creation.</p>
<p>As I look around our societal landscape, I’m noticing a trend where more and more people are specifically focused on consuming content.&#160; Mobile phones, tablets, laptops, television, books, and magazines are all great things, and I even contend that without some consumption, creation would be incredibly difficult.&#160; Everything you consume, whether it’s an interesting blog article or even an episode of Jersey Shore (please don’t), it shapes you as a person.</p>
<p>That being said, you’re currently looking for some ways to change or improve your life.&#160; It’s the New Year, after all…why not make some impactful changes in what and how you live it?</p>
<p>I have spoken with thousands of developers, and I pose the same question to each of them:</p>
<p><strong>When you solve a coding problem, where do you publicly share that information with others?&#160; A blog?&#160; A wiki?&#160; StackOverflow?</strong></p>
<p>The answer, almost always, is this:&#160; <em>Why would anyone read what I write?</em>&#160; I pose a similar question to you, my dear defeatist: Why do you read anyone else’s blog?&#160; Is it their incredible use of iambic pentameter?&#160; Maybe they rhyme the last word of every line.&#160; Or maybe, it’s because you find solutions to your problems in their ramblings.</p>
<p>So in this year 2012, I want all of you to create something.&#160; Maybe it’s a piece of art.&#160; Maybe it’s a new presentation. Maybe it’s a Windows Phone application. Perhaps you’ve found the motivation to write a short story.&#160; Whatever it is, DO IT.&#160; The easiest way to get started?&#160; Start a blog and write about your hobbies.&#160; Go to WordPress and set it up.&#160; Once a week, write down the new thing that you learned.&#160; Maybe it’s that you finally solved a cool coding problem, or realized that bacon really makes your Cinnamon Toast Crunch taste better.&#160; Write it down!&#160; Someone will enjoy what you have to say, and at a bare minimum, you’ve now documented your solution, so you’ll remember how you did it the next time.</p>
<p>Let me know when you’ve done it.&#160; I need some stuff to consume. <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.jeffblankenburg.com/wp-content/uploads/2012/01/wlEmoticon-smile.png" /></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2010/12/17/what-i-learned-in-wp7-%e2%80%93-issue-6/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 6</a></li><li><a href="http://www.jeffblankenburg.com/2011/07/11/why-do-we-offer-recommendations/" rel="bookmark" class="crp_title">Why do we offer recommendations?</a></li><li><a href="http://www.jeffblankenburg.com/2011/09/02/an-open-letter-to-netflix/" rel="bookmark" class="crp_title">An Open Letter to Netflix</a></li><li><a href="http://www.jeffblankenburg.com/2011/07/21/source-control-software-is-too-intrusive/" rel="bookmark" class="crp_title">Source Control Software Is Too Intrusive</a></li><li><a href="http://www.jeffblankenburg.com/2011/06/21/can-i-get-your-email/" rel="bookmark" class="crp_title">Can I Get Your Email?</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8YDOjnknQaU:r4KL5MdHdWk:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8YDOjnknQaU:r4KL5MdHdWk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=8YDOjnknQaU:r4KL5MdHdWk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8YDOjnknQaU:r4KL5MdHdWk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8YDOjnknQaU:r4KL5MdHdWk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=8YDOjnknQaU:r4KL5MdHdWk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8YDOjnknQaU:r4KL5MdHdWk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8YDOjnknQaU:r4KL5MdHdWk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=8YDOjnknQaU:r4KL5MdHdWk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8YDOjnknQaU:r4KL5MdHdWk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/8YDOjnknQaU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2012/01/03/be-a-creator-not-a-consumer/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2012/01/03/be-a-creator-not-a-consumer/</feedburner:origLink></item>
		<item>
		<title>What’s On Your Phone?</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/_abBdfdYMJ0/</link>
		<comments>http://www.jeffblankenburg.com/2012/01/02/whats-on-your-phone/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 22:04:10 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2012/01/02/whats-on-your-phone/</guid>
		<description>I’ve seen many people posting app recommendations for their phones, and I thought I should participate.&amp;#160; (Specifically Brian Jackett and Brian Graham.)&amp;#160; I tend to prune the apps on my phone quite often, so while this is an alphabetical list of the apps and games on my phone, consider them a recommendation as well.&amp;#160; They [...]</description>
			<content:encoded><![CDATA[<p>I’ve seen many people posting app recommendations for their phones, and I thought I should participate.&#160; (Specifically <a href="http://briantjackett.com/archive/2012/01/02/windows-phone-7.5-ldquomangordquo-app-recommendations.aspx" target="_blank">Brian Jackett</a> and <a href="http://www.tested.com/forums/phones/4/falcon-fish_face_mcgee-present-our-favorite-wp7-apps-of-2011/12625/#11" target="_blank">Brian Graham</a>.)&#160; I tend to prune the apps on my phone quite often, so while this is an alphabetical list of the apps and games on my phone, consider them a recommendation as well.&#160; They wouldn’t be on this list if I didn’t use them regularly.</p>
<h2>Apps</h2>
<table border="0" cellspacing="0" cellpadding="2" width="541">
<tbody>
<tr>
<td valign="top" width="124">
<p><a href="http://www.windowsphone.com/en-US/apps/92507698-67a2-e011-986b-78e7d1fa76f8" target="_blank"><img title="AccuWeather.com" alt="AccuWeather.com" src="http://catalog.zune.net/v3.2/en-US/apps/92507698-67a2-e011-986b-78e7d1fa76f8/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></p>
</td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Accuweather.com</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Of all of the weather applications available, this one is the best.&#160; It makes it easy to manage multiple cities, pin each of them to the start screen, and gives you real-time alerts when the weather turns bad.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/9f25dc22-bc9b-e011-986b-78e7d1fa76f8" target="_blank"><img style="margin: 0px 0px 31px" title="Across the Room Free" alt="Across the Room Free" src="http://catalog.zune.net/v3.2/en-US/apps/57c26e32-18a7-e011-986b-78e7d1fa76f8/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Across The Room</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Written by my friend and colleague <a href="http://twitter.com/davebost" target="_blank">Dave Bost</a>, this simple application allows you to use your phone like a message ticker, scrolling a large-text message across your screen to a person you might be able to see, but can’t talk to.&#160; This has been very handy as a proctor for speakers at a conference, and for getting a message into a conference room through a window.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/351decc7-ea2f-e011-854c-00237de2db9e" target="_blank"><img style="margin: 0px 0px 16px" title="Amazon Mobile" alt="Amazon Mobile" src="http://catalog.zune.net/v3.2/en-US/apps/351decc7-ea2f-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Amazon Mobile</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">All the features of Amazon.com in your pocket.&#160; Wishlists, a very Metro interface, and a pinnable barcode reader are only the beginning.&#160; I have used this many times to order a product from Amazon while standing in a competing brick &amp; mortar store.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/ceb1e261-9909-e011-9264-00237de2db9e" target="_blank"><img style="margin: 0px 0px 22px" title="AppTracker" alt="AppTracker" src="http://catalog.zune.net/v3.2/en-US/apps/ceb1e261-9909-e011-9264-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">AppTracker</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">For those of you building applications for Windows Phone, this is a must-have app.&#160; It lets you track your apps, monitor your feedback from all of the geographies your app is available for, and even offers Bing Translate when it’s in a different language.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/aded583e-cadc-df11-a844-00237de2db9e" target="_blank"><img title="DoodlePad" alt="DoodlePad" src="http://catalog.zune.net/v3.2/en-US/apps/aded583e-cadc-df11-a844-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">DoodlePad</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A great little application to keep my kids entertained.&#160; A simple drawing tool with a huge number of options.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/486c5bc7-e253-e011-854c-00237de2db9e" target="_blank"><img title="ESPN ScoreCenter" alt="ESPN ScoreCenter" src="http://catalog.zune.net/v3.2/en-US/apps/486c5bc7-e253-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">ESPN ScoreCenter</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">More than just a portal to ESPN.com, this tool actually uses your ESPN credentials to remember who your favorites teams are, and shows you a customized dashboard with your teams, and their past and future games.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/82a23635-5bd9-df11-a844-00237de2db9e" target="_blank"><img title="Facebook" alt="Facebook" src="http://catalog.zune.net/v3.2/en-US/apps/82a23635-5bd9-df11-a844-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Facebook</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Windows Phone does a great job of integrating with Facebook, but for those niche needs (like managing photo albums), the Facebook app is perfect.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/d2b87dad-5e09-e011-9264-00237de2db9e" target="_blank"><img title="Find ESPN® Radio" alt="Find ESPN® Radio" src="http://catalog.zune.net/v3.2/en-US/apps/d2b87dad-5e09-e011-9264-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Find ESPN Radio</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">I do a good bit of driving, and sometimes there’s a game on the radio that I’d like to listen to.&#160; Instead of fighting with the Scan function on the radio, I just use this app, with its geolocation, to determine what the ESPN Radio station is currently.&#160; Great app.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/4b5c813d-01fc-df11-9264-00237de2db9e" target="_blank"><img title="FML" alt="FML" src="http://catalog.zune.net/v3.2/en-US/apps/4b5c813d-01fc-df11-9264-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">FML</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">If you’re ever feeling down about yourself whatsoever, crack open this application, and you’ll feel better in a hurry.&#160; This app exposes the data from fmylife.com, where people post short messages about the terrible things that happened in their lives.&#160; Sad to say, it’s hilarious most of the time.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/8a34a962-0adb-df11-a844-00237de2db9e" target="_blank"><img title="Geocaching" alt="Geocaching" src="http://catalog.zune.net/v3.2/en-US/apps/8a34a962-0adb-df11-a844-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Geocaching</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">An amazing tool in the global scavenger hunt that is Geocaching.&#160; If you’re not familiar with the concept, check out <a href="http://geocaching.com" target="_blank">geocaching.com</a>.&#160; It’s great fair-weather fun for the whole family, and this app makes it much easier to do.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/ff971299-eed8-df11-a844-00237de2db9e" target="_blank"><img title="IMDb Movies, TV &amp; Celebrities" alt="IMDb Movies, TV &amp; Celebrities" src="http://catalog.zune.net/v3.2/en-US/apps/ff971299-eed8-df11-a844-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Internet Movie Database (IMDB)</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A great way to figure out what other movie that guy with the mustache has been in.&#160; A go-to resource for movie and television trivia.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/7c4b5a24-f627-e011-854c-00237de2db9e" target="_blank"><img style="margin: 0px 0px 15px" title="Key Ring Reward Cards" alt="Key Ring Reward Cards" src="http://catalog.zune.net/v3.2/en-US/apps/7c4b5a24-f627-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Key Ring</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Tired of all of those rewards cards in your wallet?&#160; This app stores all of them electonically, but still makes it possible for you to scan them at the checkout.&#160; Syncs online, so when you change your phone, you don’t have to enter all of the info again.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/11416a38-28f6-df11-9264-00237de2db9e" target="_blank"><img style="margin: 0px 0px 16px" title="Phonealytics" alt="Phonealytics" src="http://catalog.zune.net/v3.2/en-US/apps/11416a38-28f6-df11-9264-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Phonealytics</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A great Google Analytics app.&#160; Allows you to favorite those websites you view the most often, and has a great number of reports and data available.&#160; (The free version is very sufficient, so check it out before you buy the full one.)</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/e5b074f3-3aa1-e011-986b-78e7d1fa76f8" target="_blank"><img style="margin: 0px 0px 16px" title="Pizza Hut" alt="Pizza Hut" src="http://catalog.zune.net/v3.2/en-US/apps/e5b074f3-3aa1-e011-986b-78e7d1fa76f8/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Pizza Hut</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">The only major pizza chain on Windows Phone, you can take care of your entire order right from your phone.&#160; Place your order, pay for it with a credit card, and track its progress.&#160; If I could convince the driver to bring it directly to my couch, I’d never have to get up.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/82df7f4f-4e45-e011-854c-00237de2db9e" target="_blank"><img style="margin: 0px 0px 19px" title="RitmoMix Ritku" alt="RitmoMix Ritku" src="http://catalog.zune.net/v3.2/en-US/apps/82df7f4f-4e45-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">RitmoMix Ritku</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">I have no idea what the name of this app means, but it allows me to wirelessly control my Roku boxes in my house.&#160; It communicates over my wireless network, and is actually an improvement over the actual Roku remote control.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/2ce46079-26a4-e011-986b-78e7d1fa76f8" target="_blank"><img style="margin: 0px 0px 12px" title="Tripit" alt="Tripit" src="http://catalog.zune.net/v3.2/en-US/apps/2ce46079-26a4-e011-986b-78e7d1fa76f8/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">TripIt</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">As a person that travels extensively, TripIt has been an invaluable tool for managing all of my reservations for hotels, rental cars, and flights.&#160; Having an app on my phone makes accessing all of this information on the go much, much faster.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/1d8b79d6-6221-e011-854c-00237de2db9e" target="_blank"><img title="Wikipedia" alt="Wikipedia" src="http://catalog.zune.net/v3.2/en-US/apps/1d8b79d6-6221-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Wikipedia</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">It’s an app that exposes all of the data in Wikipedia.&#160; What more do you need?</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/5f64ad85-f801-e011-9264-00237de2db9e" target="_blank"><img title="WordPress" alt="WordPress" src="http://catalog.zune.net/v3.2/en-US/apps/5f64ad85-f801-e011-9264-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">WordPress</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">This handy little application allows you to manage your WordPress blog.&#160; Moderate comments, add new posts, and even edit existing posts (if they’re not too long.)</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>Games</h2>
<p>There are many, many more games on my phone than are in this list, but I’ve only included those that I’ve played more than once.&#160; Most of the games on my phone were downloaded for (or by) my kids.</p>
<table border="0" cellspacing="0" cellpadding="2" width="541">
<tbody>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/66cc25c1-1eb5-41be-bc3d-dc43a3f49324" target="_blank"><img title="Alphabuzzle" alt="Alphabuzzle" src="http://catalog.zune.net/v3.2/en-US/apps/66cc25c1-1eb5-41be-bc3d-dc43a3f49324/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">AlphaBuzzle</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">The alphabet has been divided into a set of sliding tiles, and you need to move them appropriately to reconstruct the alphabet in order.&#160; It’s funner than I just described it, I promise.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124">
<p><a href="http://www.windowsphone.com/en-US/apps/e4571a02-0b87-e011-986b-78e7d1fa76f8" target="_blank"><img title="Angry Birds" alt="Angry Birds" src="http://catalog.zune.net/v3.2/en-US/apps/e4571a02-0b87-e011-986b-78e7d1fa76f8/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></p>
</td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Angry Birds</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Use a catapault to launch birds at the pigs that stole their eggs.&#160; High replayability factor, great time waster.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/c5783dc6-dcd4-4ba9-a408-04d60c5601f1" target="_blank"><img title="Clowning Around" alt="Clowning Around" src="http://catalog.zune.net/v3.2/en-US/apps/c5783dc6-dcd4-4ba9-a408-04d60c5601f1/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Clowning Around</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Themed with life’s scariest creature, the clown, you use ropes, chains, ramps, levers, and some physics to get the clowns in the right buckets.&#160; My 3 year old son found this in the marketplace, and it’s definitely worth the 99 cents.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/34e0f2e7-7bc7-41c0-9431-399e7ceddd2f" target="_blank"><img title="Doodle God™" alt="Doodle God™" src="http://catalog.zune.net/v3.2/en-US/apps/34e0f2e7-7bc7-41c0-9431-399e7ceddd2f/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Doodle God</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">You start with 4 elements: wind, water, fire, and earth.&#160; By combining them, you’ll eventually create over 195 things.&#160; It’s not nearly as easy as you think, and plenty of fun.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/4fc5e51b-8bb7-40d8-b130-bb5b76f578d3" target="_blank"><img title="FastBall 2" alt="FastBall 2" src="http://catalog.zune.net/v3.2/en-US/apps/4fc5e51b-8bb7-40d8-b130-bb5b76f578d3/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">FastBall 2</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Guide a red ball through progressively more difficult levels.&#160; Tap the screen to jump over the hazards.&#160; WARNING:&#160; the music in this game is an earworm.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/65658a0d-7451-e011-854c-00237de2db9e" target="_blank"><img title="Harbor Master" alt="Harbor Master" src="http://catalog.zune.net/v3.2/en-US/apps/65658a0d-7451-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Harbor Master</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">You steer an ever-increasing number of boats into their ports, unload their cargo, and send them back out to sea.&#160; Meanwhile, you’ve got to avoid having any of the boats crash into each other.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/56fd4afc-e532-e011-854c-00237de2db9e" target="_blank"><img title="The Moron Test" alt="The Moron Test" src="http://catalog.zune.net/v3.2/en-US/apps/56fd4afc-e532-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">The Moron Test</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Looking for a reason to feel stupid?&#160; This little puzzle game will test you.&#160; Outstanding and addictive.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/fc6e3dba-ff05-46aa-93f9-41fc96ecb719" target="_blank"><img title="Physi Bricks" alt="Physi Bricks" src="http://catalog.zune.net/v3.2/en-US/apps/fc6e3dba-ff05-46aa-93f9-41fc96ecb719/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Physi Bricks</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A cool physics based game.&#160; Knock the green bricks off the screen, leave the red ones.&#160; Harder, and makes you want to keep coming back.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/706f822a-a47e-e011-986b-78e7d1fa76f8" target="_blank"><img title="PvZ" alt="PvZ" src="http://catalog.zune.net/v3.2/en-US/apps/706f822a-a47e-e011-986b-78e7d1fa76f8/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Plants vs. Zombies (PvZ)</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">The most fun tower defense game out there.&#160; I’ve paid for this game on five different platforms now, and it’s still addictive.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/7c3b5cc9-dc9b-e011-986b-78e7d1fa76f8" target="_blank"><img title="Sallys Salon LE" alt="Sallys Salon LE" src="http://catalog.zune.net/v3.2/en-US/apps/7c3b5cc9-dc9b-e011-986b-78e7d1fa76f8/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Sally’s Salon LE</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A resource and time management strategy game, you own a hair salon, and have set some lofty career goals.&#160; Despite the fact that this game is set in a salon, it is surprisingly fun, even for a guy like me.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/9981ec60-b90d-e011-9264-00237de2db9e" target="_blank"><img title="Spell It" alt="Spell It" src="http://catalog.zune.net/v3.2/en-US/apps/9981ec60-b90d-e011-9264-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Spell It</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A Scrabble game that isn’t Words With Friends.&#160; The interface is great, and playing against a computer or human is available, even remotely, like WWF.&#160; However, the moment WWF is available for Windows Phone, I’ll likely drop this app.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/429d4d1e-43a1-4825-816c-51774412a6b1" target="_blank"><img title="Spelling Millionaire Premium" alt="Spelling Millionaire Premium" src="http://catalog.zune.net/v3.2/en-US/apps/429d4d1e-43a1-4825-816c-51774412a6b1/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Spelling Millionaire</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Simple.&#160; Confirm that each word in a set of 15 is spelled appropriately.&#160; Sounds easy, right?&#160; I’m a great speller, and I win maybe 60% of the time.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/216bdc49-96cb-4edb-98dc-86a6694c15a2" target="_blank"><img title="Super Jumping Mike" alt="Super Jumping Mike" src="http://catalog.zune.net/v3.2/en-US/apps/216bdc49-96cb-4edb-98dc-86a6694c15a2/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Super Jumping Mike</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">Very similar to FastBall 2, you are Mike, and you’re on a forced move through levels that require you to jump at appropriate times to avoid the obstacles and grab the three coins.&#160; Very addictive.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/fa543402-18db-df11-a844-00237de2db9e" target="_blank"><img title="Unite" alt="Unite" src="http://catalog.zune.net/v3.2/en-US/apps/fa543402-18db-df11-a844-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Unite</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A great fresh take on the old (and tired) labyrinth category, you need to get the metallic marbled together, where they become slightly larger.&#160; Combine all of the marbles on the level to finish it.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/c62201b4-e059-e011-854c-00237de2db9e" target="_blank"><img title="Wordament" alt="Wordament" src="http://catalog.zune.net/v3.2/en-US/apps/c62201b4-e059-e011-854c-00237de2db9e/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Wordament</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">A kind of crowd-sourced Boggle game.&#160; You play against the world in fast-paced games.&#160; Very fun if you like word games.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="124"><a href="http://www.windowsphone.com/en-US/apps/b057fbe2-ceb1-470f-a7fe-09c862ca6dd9" target="_blank"><img title="Xbox Companion" alt="Xbox Companion" src="http://catalog.zune.net/v3.2/en-US/apps/b057fbe2-ceb1-470f-a7fe-09c862ca6dd9/primaryImage?width=240&amp;height=240&amp;resize=true" width="100" height="100" /></a></td>
<td valign="top" width="415">
<table border="0" cellspacing="0" cellpadding="2" width="391">
<tbody>
<tr>
<td valign="top" width="389"><strong><font size="4" face="Segoe WP">Xbox Companion</font></strong></td>
</tr>
<tr>
<td valign="top" width="389">An app that lets me control my Xbox 360?&#160; Yes please!</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2010/12/30/what-i-learned-in-wp7-%e2%80%93-issue-12/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 12</a></li><li><a href="http://www.jeffblankenburg.com/2011/02/22/what-i-learned-in-wp7-%e2%80%93-issue-17/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 17</a></li><li><a href="http://www.jeffblankenburg.com/2011/06/06/are-we-being-scammed-on-our-displays/" rel="bookmark" class="crp_title">Are we being scammed on our displays?</a></li><li><a href="http://www.jeffblankenburg.com/2011/04/06/cutting-the-cord/" rel="bookmark" class="crp_title">Cutting the Cord</a></li><li><a href="http://www.jeffblankenburg.com/2011/11/10/31-days-of-mango-day-10-network-information/" rel="bookmark" class="crp_title">31 Days of Mango | Day #10: Network Information</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=_abBdfdYMJ0:43O_zm2fn5E:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=_abBdfdYMJ0:43O_zm2fn5E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=_abBdfdYMJ0:43O_zm2fn5E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=_abBdfdYMJ0:43O_zm2fn5E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=_abBdfdYMJ0:43O_zm2fn5E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=_abBdfdYMJ0:43O_zm2fn5E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=_abBdfdYMJ0:43O_zm2fn5E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=_abBdfdYMJ0:43O_zm2fn5E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=_abBdfdYMJ0:43O_zm2fn5E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=_abBdfdYMJ0:43O_zm2fn5E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/_abBdfdYMJ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2012/01/02/whats-on-your-phone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2012/01/02/whats-on-your-phone/</feedburner:origLink></item>
		<item>
		<title>My 2011 Wrapup</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/4BGxVZnd2N4/</link>
		<comments>http://www.jeffblankenburg.com/2011/12/31/my-2011-wrapup/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 22:24:54 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2011/12/31/my-2011-wrapup/</guid>
		<description>Time for a quick wrapup of my 2011... January - Started the year with a successful new session at Codemash.&amp;#160; Here's hoping this year's version&amp;#160; is even better. February - Participated in the Microsoft MVP Summit in Redmond, WA.&amp;#160; As a Microsoft employee who works in Ohio, I don't get many opportunities to interact with [...]</description>
			<content:encoded><![CDATA[<p>Time for a quick wrapup of my 2011...</p>
<p><strong>January</strong> - Started the year with a successful new session at <a href="http://codemash.org" target="_blank">Codemash</a>.&#160; Here's hoping this year's version&#160; is even better.</p>
<p><strong>February</strong> - Participated in the Microsoft MVP Summit in Redmond, WA.&#160; As a Microsoft employee who works in Ohio, I don't get many opportunities to interact with the folks at headquarters.&#160; Every trip out there is a rewarding experience.</p>
<p><strong>March</strong> - Got to attend South by Southwest (<a href="http://sxsw.com" target="_blank">SxSW</a>) in Austin, TX, where I met a ton of passionate mobile developers who I still have relationships with today.&#160; Also got to take my wife and children to Hocking Hills State Park, where we did 5 days of &quot;cabining.&quot;&#160; It was excellent.</p>
<p><strong>April</strong> – Participated in the <a href="http://visitmix.com" target="_blank">Microsoft MIX conference</a> in Las Vegas, NV.&#160; Met a ton of developers that were excited about Windows Phone, and gave many phones away.&#160; I also had an opportunity to visit the headquarters of <a href="http://zappos.com" target="_blank">Zappos</a>, which left a lasting impression on me.&#160; They have a very unique way they look at their business, and I only hope that when I start a company, that I have the kind of vision they have.</p>
<p><strong>May</strong> – May rang in the 2011 edition of the Stir Trek conference, and it was another grand success, with over 700 attendees.&#160; 2012 is poised to be even bigger.&#160; I also had the good fortune to be asked to travel to Dublin, Ireland to speak with developers all over the island about Windows Phone.&#160; Sara and I made the trip a few days early, and toured the Emerald Isle.&#160; It was a wonderful, whirlwind trip, and I hope we get more opportunities like that in the future.&#160; Almost immediately upon my return however, I tore the ACL and meniscus in my right knee playing volleyball.&#160; I’m still doing physical therapy today.&#160; To close this busy month, my little sister got married in May.&#160; I couldn’t be happier for her and her husband.</p>
<p><strong>June</strong> – June kicked off my first ever bookwriting experience, and it didn’t disappoint.&#160; I spent the remainder of the summer writing, editing, and re-editing <a href="http://www.amazon.com/gp/product/143023816X/ref=as_li_ss_tl?ie=UTF8&amp;tag=thomasworthin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=143023816X" target="_blank">a book on Windows Phone development</a>.&#160; I also had my injured knee surgically repaired, and I have someone else’s ligaments in my leg.&#160; I am thankful that someone was willing to be a organ donor, even if it was for something like a knee ligament.&#160; I also took a week-long vacation to the beaches of North Carolina with some good friends.&#160; It was a great trip, and I ‘m looking forward to hanging out with everyone again this year.</p>
<p><strong>July – </strong>I turned 35, and my little brother got married.&#160; I wish them both the brightest future.&#160; Also, I spent most of this month writing the book.</p>
<p><strong>August &amp; September</strong> – August and September were probably my busiest travel months.&#160; I visited St. Louis, Cleveland x 4, Chattanooga, San Antonio, Los Angeles, Austin, Tulsa, and Terra Alta, WV.</p>
<p><strong>October</strong> – In October, I was introduced to the staff at Chagrin Falls High School.&#160; I helped them start an “App Club” and they have about 20 students actively building apps for Windows Phone.&#160; They’re learning invaluable lessons through this experience about software development, marketing, design, and analytics.&#160; I continue to look forward to working with them every month.</p>
<p><strong>November</strong> – I got to help kick off the inaugural M3 conference, which is dedicated to all walks of the world of mobile development.&#160; Android, iPhone, Windows Phone, design, and business were all represented.&#160; It was an eye-opening experience, and a great conference for Columbus to hang its technology hat on.</p>
<p><strong>December</strong> – After a week-long trip to Chicago early in the month (I really love that city, btw), I got to take the last half of the month on vacation.&#160; Now, I still had work to do, but I did my best to at least do 1/2 days when I could.&#160; It’s been a relaxing end to the year, where we will have some neighborhood friends over for board games, Kinect, and some pizza.</p>
<p>I’m looking forward to an exciting 2012.&#160; Resolutions will be forthcoming in the next few days.</p>
<p>(This was my 53rd article of the year.&#160; Next year, expect the bar to be raised.)</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2010/12/16/what-i-learned-in-wp7-%e2%80%93-issue-5/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 5</a></li><li><a href="http://www.jeffblankenburg.com/2011/10/14/m3and-why-its-called-m-cubed/" rel="bookmark" class="crp_title">M3&hellip;and why it&rsquo;s called &ldquo;M Cubed&rdquo;</a></li><li><a href="http://www.jeffblankenburg.com/2011/04/27/heading-to-the-emerald-isle/" rel="bookmark" class="crp_title">Heading to the Emerald Isle</a></li><li><a href="http://www.jeffblankenburg.com/2011/01/10/what-i-learned-in-wp7-%e2%80%93-issue-15/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 15</a></li><li><a href="http://www.jeffblankenburg.com/2011/07/11/why-do-we-offer-recommendations/" rel="bookmark" class="crp_title">Why do we offer recommendations?</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=4BGxVZnd2N4:eHPpa9Rk_4g:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=4BGxVZnd2N4:eHPpa9Rk_4g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=4BGxVZnd2N4:eHPpa9Rk_4g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=4BGxVZnd2N4:eHPpa9Rk_4g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=4BGxVZnd2N4:eHPpa9Rk_4g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=4BGxVZnd2N4:eHPpa9Rk_4g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=4BGxVZnd2N4:eHPpa9Rk_4g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=4BGxVZnd2N4:eHPpa9Rk_4g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=4BGxVZnd2N4:eHPpa9Rk_4g:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=4BGxVZnd2N4:eHPpa9Rk_4g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/4BGxVZnd2N4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2011/12/31/my-2011-wrapup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2011/12/31/my-2011-wrapup/</feedburner:origLink></item>
		<item>
		<title>Want to change your Windows Phone emulator?</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/8Pn9V-KR2tk/</link>
		<comments>http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 18:34:36 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/</guid>
		<description>Today, I discovered that Pedro Lamas had released a skin for the Windows Phone emulator that allowed it to look like the Nokia Lumia 800.&amp;#160; (You can see it here.) This inspired me to create another new skin for my current phone, the HTC Arrive.&amp;#160; (Click here to download the HTC Arrive Windows Phone Emulator [...]</description>
			<content:encoded><![CDATA[<p>Today, I discovered that Pedro Lamas had released a skin for the Windows Phone emulator that allowed it to look like the Nokia Lumia 800.&#160; (<a href="http://www.pedrolamas.com/2011/12/17/nokia-lumia-800-skin/" target="_blank">You can see it here.</a>)</p>
<p>This inspired me to create another new skin for my current phone, the HTC Arrive.&#160; (<a href="http://bit.ly/ArriveWPSkin" target="_blank">Click here to download the HTC Arrive Windows Phone Emulator skin</a>.)&#160; To use either of them, you simply need to copy the contents of the zip file to a specific folder on your computer (make sure to save a copy of the original files):</p>
<h4>C:\Program Files (x86)\Microsoft XDE\1.0\</h4>
<p>Once you’ve done that, your emulator can look like one of the images below!</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Nokia-Lumia-800-skin-for-Windows-Phone-Emulator[1]" border="0" alt="Nokia-Lumia-800-skin-for-Windows-Phone-Emulator[1]" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/12/Nokia-Lumia-800-skin-for-Windows-Phone-Emulator1.png" width="200" height="377" />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/12/image.png" width="193" height="378" /></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2011/01/08/5th-blogging-anniversary/" rel="bookmark" class="crp_title">5th Blogging Anniversary</a></li><li><a href="http://www.jeffblankenburg.com/2011/09/02/htc-announced-two-new-windows-phones/" rel="bookmark" class="crp_title">HTC announced two new Windows Phones</a></li><li><a href="http://www.jeffblankenburg.com/2010/11/08/windows-phone-launches-today-in-the-us/" rel="bookmark" class="crp_title">Windows Phone Launches Today in the US</a></li><li><a href="http://www.jeffblankenburg.com/2011/11/01/31-days-of-mango-day-1-the-new-windows-phone-emulator-tools/" rel="bookmark" class="crp_title">31 Days of Mango | Day #1: The New Windows Phone Emulator Tools</a></li><li><a href="http://www.jeffblankenburg.com/2012/02/08/the-curious-today-button/" rel="bookmark" class="crp_title">The Curious &ldquo;Today&rdquo; Button</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8Pn9V-KR2tk:hEttyvQGsgI:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8Pn9V-KR2tk:hEttyvQGsgI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=8Pn9V-KR2tk:hEttyvQGsgI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8Pn9V-KR2tk:hEttyvQGsgI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8Pn9V-KR2tk:hEttyvQGsgI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=8Pn9V-KR2tk:hEttyvQGsgI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8Pn9V-KR2tk:hEttyvQGsgI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8Pn9V-KR2tk:hEttyvQGsgI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=8Pn9V-KR2tk:hEttyvQGsgI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=8Pn9V-KR2tk:hEttyvQGsgI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/8Pn9V-KR2tk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/</feedburner:origLink></item>
		<item>
		<title>31 Days of Mango | Now In eBook Format!</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/FRaB1MYE-1c/</link>
		<comments>http://www.jeffblankenburg.com/2011/12/02/31-days-of-mango-now-in-ebook-format/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 07:00:00 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[31 Days of Mango]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2011/12/02/31-days-of-mango-now-in-ebook-format/</guid>
		<description>The entire series, 31 Days of Mango, is now available in e-book format for Kindle and Nook!&amp;#160; If you would like to read all of these articles on-the-go, while supporting the developers that wrote them, they are now available for in the Nook and Kindle stores! The proceeds of this book will be distributed amongst [...]</description>
			<content:encoded><![CDATA[<p>The entire series, <a href="http://jeffblankenburg.com/31daysofmango">31 Days of Mango</a>, is now available in e-book format for Kindle and Nook!&#160; If you would like to read all of these articles on-the-go, while supporting the developers that wrote them, they are now available for in the Nook and Kindle stores!</p>
<p>The proceeds of this book will be distributed amongst all of the amazing authors that contributed to this series of articles: <a href="http://twitter.com/jeffblankenburg" target="_blank">Jeff Blankenburg</a>, <a href="http://twitter.com/jbienz" target="_blank">Jared Bienz</a>, <a href="http://twitter.com/samidip" target="_blank">Samidip Basu</a>, <a href="http://twitter.com/thejerrel" target="_blank">Jerrel Blankenship</a>, <a href="http://twitter.com/davebost" target="_blank">Dave Bost</a>, <a href="http://twitter.com/michaelcollier" target="_blank">Michael Collier</a>, <a href="http://twitter.com/integerman" target="_blank">Matt Eland</a>, <a href="http://twitter.com/fanzoo" target="_blank">Jeff Fansler</a>, <a href="http://twitter.com/garygjohnson" target="_blank">Gary Johnson</a>, <a href="http://twitter.com/ilovethexbox" target="_blank">Parag Joshi</a>, <a href="http://twitter.com/chriskoenig" target="_blank">Chris Koenig</a>, <a href="http://twitter.com/doug_mair" target="_blank">Doug Mair</a>, and <a href="http://twitter.com/cwoodruff" target="_blank">Chris Woodruff</a>.</p>
<p><a href="http://www.barnesandnoble.com/w/books/1107763894?ean=2940013545236&amp;itm=2&amp;usri=jeff+blankenburg" target="_blank"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 17px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="nook_logo" border="0" alt="nook_logo" align="left" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/12/nook_logo11.jpg" width="152" height="67" /></a><a href="http://www.amazon.com/gp/product/B006FN7WI4/ref=as_li_ss_tl?ie=UTF8&amp;tag=thomasworthin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B006FN7WI4" target="_blank"><img style="background-image: none; border-right-width: 0px; margin: 13px 22px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Amazon_Kindle_Logo" border="0" alt="Amazon_Kindle_Logo" align="right" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/12/Amazon_Kindle_Logo3.png" width="240" height="51" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p><a href="http://www.amazon.com/gp/product/B006FN7WI4/ref=as_li_ss_tl?ie=UTF8&amp;tag=thomasworthin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B006FN7WI4"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="Cover" border="0" alt="Cover" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Cover_thumb.png" width="500" height="800" /></a></p>
<p>I also spent the summer writing a physical, printed book with <a href="http://jesseliberty.com" target="_blank">Jesse Liberty</a>, titled <a href="http://www.amazon.com/gp/product/143023816X/ref=as_li_ss_tl?ie=UTF8&amp;tag=thomasworthin-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=143023816X" target="_blank">Migrating to Windows Phone</a>.&#160; If you would like to check it out, you can find it at your favorite bookseller.&#160; [It will also be available as an e-book, but won’t be available until later this month.]</p>
<p><a href="http://www.amazon.com/gp/product/images/143023816X/ref=dp_image_0?ie=UTF8&amp;n=283155&amp;s=books"><img style="display: inline; float: left" border="0" alt="Migrating to Windows Phone" align="left" src="http://ecx.images-amazon.com/images/I/51roS07-QJL._SL500_AA300_.jpg" width="300" height="300" /></a></p>
<p>&#160;</p>
<p><a href="http://www.amazon.com/gp/product/143023816X/ref=as_li_ss_tl?ie=UTF8&amp;tag=thomasworthin-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=143023816X" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="amazon.com_[1]" border="0" alt="amazon.com_[1]" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/amazon.com_1.jpg" width="136" height="47" /></a></p>
<p>&#160;</p>
<p><a href="http://www.barnesandnoble.com/w/migrating-to-windows-phone-7-jesse-liberty/1107763849?ean=9781430238164&amp;itm=1&amp;usri=migrating+to+windows+phone" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="nook_logo" border="0" alt="nook_logo" align="left" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/12/nook_logo_thumb1.jpg" width="128" height="57" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<hr />
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2010/11/08/windows-phone-launches-today-in-the-us/" rel="bookmark" class="crp_title">Windows Phone Launches Today in the US</a></li><li><a href="http://www.jeffblankenburg.com/2011/02/22/what-i-learned-in-wp7-%e2%80%93-issue-17/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 17</a></li><li><a href="http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/" rel="bookmark" class="crp_title">Want to change your Windows Phone emulator?</a></li><li><a href="http://www.jeffblankenburg.com/2012/02/08/the-curious-today-button/" rel="bookmark" class="crp_title">The Curious &ldquo;Today&rdquo; Button</a></li><li><a href="http://www.jeffblankenburg.com/2009/05/26/random-acts-of-reading/" rel="bookmark" class="crp_title">Random Acts of Reading</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=FRaB1MYE-1c:5sIaJ2tNJVs:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=FRaB1MYE-1c:5sIaJ2tNJVs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=FRaB1MYE-1c:5sIaJ2tNJVs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=FRaB1MYE-1c:5sIaJ2tNJVs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=FRaB1MYE-1c:5sIaJ2tNJVs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=FRaB1MYE-1c:5sIaJ2tNJVs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=FRaB1MYE-1c:5sIaJ2tNJVs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=FRaB1MYE-1c:5sIaJ2tNJVs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=FRaB1MYE-1c:5sIaJ2tNJVs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=FRaB1MYE-1c:5sIaJ2tNJVs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/FRaB1MYE-1c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2011/12/02/31-days-of-mango-now-in-ebook-format/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2011/12/02/31-days-of-mango-now-in-ebook-format/</feedburner:origLink></item>
		<item>
		<title>31 Days of Mango | Day #31: Promoting Your App</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/TgKZTwcL0-w/</link>
		<comments>http://www.jeffblankenburg.com/2011/12/01/31-days-of-mango-day-31-promoting-your-app/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 07:00:00 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[31 Days of Mango]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2011/12/01/31-days-of-mango-day-31-promoting-your-app/</guid>
		<description>This article is Day #31 in a series called 31 Days of Mango. Getting users to find your application might seem like something that’s out of your hands, but you’re wrong. There are plenty of things you can do to drive awareness of your application. This section focuses on a few best practices you should [...]</description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day31-PromotingYourApplication" border="0" alt="Day31-PromotingYourApplication" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day31-PromotingYourApplication.png" width="100" height="100" /><a href="http://www.jeffblankenburg.com/2011/11/30/31-days-of-mango-day-30-local-database/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day30-LocalDatabase" border="0" alt="Day30-LocalDatabase" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day30-LocalDatabase1.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/29/31-days-of-mango-day-29-globalization/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day29-Globalization" border="0" alt="Day29-Globalization" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day29-Globalization2.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/28/31-days-of-mango-day-28-media-library/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day28-MediaLibrary" border="0" alt="Day28-MediaLibrary" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day28-MediaLibrary3.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/27/31-days-of-mango-day-27-microphone-api/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day27-MicrophoneAPI" border="0" alt="Day27-MicrophoneAPI" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day27-MicrophoneAPI4.png" width="100" height="100" /></a></p>
<p>This article is Day #31 in a series called <a href="http://jeffblankenburg.com/31daysofmango">31 Days of Mango</a>.</p>
<p>Getting users to find your application might seem like something that’s out of your hands, but you’re wrong. There are plenty of things you can do to drive awareness of your application. This section focuses on a few best practices you should utilize for every application that you create.</p>
<h2>The First Week Is Vital</h2>
<p>Unless your app becomes a runaway sensation, it’s highly likely that your app’s first week in the marketplace will also see your highest number of daily downloads. Getting exposure in the <i>New</i> category is a one time opportunity, and you need to make sure that you leverage this in a way that will make your app shine for much longer than a few days. Ultimately, your goal is to catapault from the <i>New</i> category to the <i>Top Apps</i> category. The 4-5 days that you will wait for your application to be approved should be spent executing a specific strategy for making the public aware of your application.</p>
<h2>Linking To Your Application</h2>
<p>When you first submit your application to the Marketplace, even before the app is approved, you are assigned a <i>deep link</i> that you can use to direct people to your app using a standard web URL. Here’s an example of the deep link to one of my applications, MathMaster:</p>
<p><a href="http://windowsphone.com/s?appid=f08521cd-1cff-df11-9264-00237de2db9e">http://windowsphone.com/s?appid=f08521cd-1cff-df11-9264-00237de2db9e</a></p>
<p>This link takes you to a webpage that will attempt to launch the Zune software on the user’s machine, and then direct them to the page for your app in the Marketplace. This link will <i>not </i>work until your application is approved. We recommend using this link everywhere you can, especially on the custom website you created for your apps. You were planning on doing that, right?</p>
<h2>Creating a Web Portal for Your Apps</h2>
<p>An important thing that you should have learned from the Marketplace walkthrough in <a href="http://www.jeffblankenburg.com/2010/10/27/31-days-of-windows-phone-day-27-windows-phone-marketplace/" target="_blank">Day #27 of the original 31 Days of Windows Phone</a> was that your ability to discuss your apps is pretty limited. A few screenshots, and approximately 2,000 characters is all you have. By creating a website for your applications, you create several new opportunities for yourself.</p>
<p>1. You can create real connections with your users. The Windows Phone marketplace doesn’t give you any indication who your users are. A website allows you to interact with your fans.</p>
<p>2. You can provide a rich amount of information about your app, including videos and other promotional content that might make your app more appealing.</p>
<p>3. You can cross-sell your applications. The Marketplace doesn’t always do a great job at promoting your other applications to potential customers, so leverage your website to make that happen.</p>
<p>4. Your app is now discoverable by people that aren’t actively looking for it in the Marketplace.</p>
<p>5. This website doesn’t have to be a website at all. There’s nothing wrong with creating a page on Facebook or another social network that you can customize. The ultimate goal of this process is to provide a destination for your fans, so that they can spread the word about your awesome app.</p>
<p>If you would like an awesome template for building a custom web page for your application, check out the <a href="http://wp7appsite.codeplex.com/" target="_blank">Windows Phone 7 App Site template on CodePlex</a>.&#160; It’s a customizable page that looks great, uses your application screen shots, allows your users to provide feedback, and gives them plenty of ways to learn more about your application.&#160; Here’s a screenshot of the template:</p>
<p><a href="http://wp7appsite.codeplex.com/" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/image28.png" width="540" height="461" /></a></p>
<h2>Create A Walkthrough Video of Your App</h2>
<p>One of the important features your website should include is a video walkthrough of your app. Screenshots in the marketplace are good, but allowing a user to see the actual experience in a controlled way will always provide them with more information. Our recommendation is to use a video screen capture tool like TechSmith’s Camtasia. Camtasia makes it easy to not only capture the video feed from the emulator, but to edit the results, add background music, and introduction information before and after the video. There are probably plenty of tools that will do this for you, but in our experience, Camtasia is the perfect tool for the job. You can see an example of my MathMaster video on YouTube here:</p>
<p><a href="http://youtu.be/uMlyUn3sgJU">http://youtu.be/uMlyUn3sgJU</a></p>
<p>Have fun with it. Your video can add a level of excitement to your app that screenshots can never provide. Now that we’ve focused on websites and videos, let’s discuss the things you can do inside your application to help promote it.</p>
<h2>Generating Reviews of Your Application</h2>
<p>Reviews can be the deciding factor as to whether or not your application gets the downloads you’re looking for. Unfortunately, there’s not a built-in mechanism for reminding users to review your app. You need to do this yourself. We recommend making it a fun addition to your application rather than an annoyance to your user.</p>
<p>One idea we recommend is to make it an achievement within your app. Litter fun little surprises throughout your application, and you’ll hook an otherwise passive user. Give points for reading the credits of the app. Give more for using the app 10 times. By adding achievements to <i>any</i> application, you’ll find that your users will find themselves coming back again and again. You might also unlock a specific piece of functionality that would otherwise be unavailable when they review your app.</p>
<p>A second idea is to count the number of times your user has launched your application, and prompt them at the 2<sup>nd</sup>, 5<sup>th</sup>, and 10<sup>th</sup> times to review your application. Ask gently. You don’t want to annoy the user, but you do want their review. You can even use the <a href="http://msdn.microsoft.com/en-us/library/microsoft.phone.tasks.marketplacereviewtask_members(v=VS.92).aspx" target="_blank">MarketplaceReviewTask</a> to take them directly to the review page for your application.</p>
<p>Great reviews generate more traffic. Oftentimes, a star review can be just as valuable as a written one. The average star rating (1-5) is displayed everywhere your application is, so a high rating often generates more traffic. Encouraging your users to leave a review will have a positive effect on your application’s download rates.</p>
<h2>Cross-Selling Your Applications from Each Other</h2>
<p>Within your app, you should provide a place where the user can find information about your company, support contacts, and other data like version number. In this place, or certainly in a more prominent location, you have an opportunity to promote the other applications you’ve created. Use your icons. Use the deep links or the <a href="http://msdn.microsoft.com/en-us/library/microsoft.phone.tasks.marketplacedetailtask_members(v=VS.92).aspx" target="_blank">MarketplaceDetailTask</a> launcher. Provide a simple way for your user to find and download your other application offerings.</p>
<p>If you really want to get fancy, create an XML file on your webserver that contains all of the information about your apps, and consume this in your apps to create the list of your applications. This way, when you add a new app to your catalog, you won’t have to update all of your apps just to do this cross-promotion.</p>
<h2>Summary</h2>
<p>There are plenty of things you need to do in order to get your application ready, after you’ve finished your application. Make sure that you’ve considered your promotion strategy before you push the final <i>Submit </i>button on your app. Building a community around your application will only help to make your audience grow, because enthusiastic users are also powerful evangelists of your efforts.</p>
<p>If you’ve taken the time to create an amazing new application for Windows Phone, you need to be certain that it’s going to have the potential impact you’re hoping for. Focusing on monetizing, promotion, and reviews is almost as important your app.</p>
<p>This is the final post in this series.&#160; I hope you’ve enjoyed it as much as my guest authors and I did writing it.&#160; Thank you for reading all of the posts, and if you haven’t already…</p>
<p><a href="http://aka.ms/PhoneJB" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="toolsbutton" border="0" alt="toolsbutton" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/toolsbutton20.png" width="550" height="75" /></a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2012/02/08/the-curious-today-button/" rel="bookmark" class="crp_title">The Curious &ldquo;Today&rdquo; Button</a></li><li><a href="http://www.jeffblankenburg.com/2011/10/31/31-days-of-mango/" rel="bookmark" class="crp_title">31 Days of Mango</a></li><li><a href="http://www.jeffblankenburg.com/2011/11/01/31-days-of-mango-day-1-the-new-windows-phone-emulator-tools/" rel="bookmark" class="crp_title">31 Days of Mango | Day #1: The New Windows Phone Emulator Tools</a></li><li><a href="http://www.jeffblankenburg.com/2011/12/17/want-to-change-your-windows-phone-emulator/" rel="bookmark" class="crp_title">Want to change your Windows Phone emulator?</a></li><li><a href="http://www.jeffblankenburg.com/2011/02/22/what-i-learned-in-wp7-%e2%80%93-issue-17/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 17</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=TgKZTwcL0-w:l3tM-uf1BRI:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=TgKZTwcL0-w:l3tM-uf1BRI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=TgKZTwcL0-w:l3tM-uf1BRI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=TgKZTwcL0-w:l3tM-uf1BRI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=TgKZTwcL0-w:l3tM-uf1BRI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=TgKZTwcL0-w:l3tM-uf1BRI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=TgKZTwcL0-w:l3tM-uf1BRI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=TgKZTwcL0-w:l3tM-uf1BRI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=TgKZTwcL0-w:l3tM-uf1BRI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=TgKZTwcL0-w:l3tM-uf1BRI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/TgKZTwcL0-w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2011/12/01/31-days-of-mango-day-31-promoting-your-app/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2011/12/01/31-days-of-mango-day-31-promoting-your-app/</feedburner:origLink></item>
		<item>
		<title>31 Days of Mango | Day #30: Local Database</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/Gf54xoP9ck0/</link>
		<comments>http://www.jeffblankenburg.com/2011/11/30/31-days-of-mango-day-30-local-database/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 07:00:00 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[31 Days of Mango]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2011/11/30/31-days-of-mango-day-30-local-database/</guid>
		<description>This article is Day #30 in a series called 31 Days of Mango, and was written by guest author Chris Woodruff.&amp;#160; Chris can be reached on Twitter at @cwoodruff. What is a Local Database? In the original version of Windows Phone 7, we could save data but it took either custom code or using third [...]</description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day30-LocalDatabase" border="0" alt="Day30-LocalDatabase" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day30-LocalDatabase.png" width="100" height="100" /><a href="http://www.jeffblankenburg.com/2011/11/29/31-days-of-mango-day-29-globalization/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day29-Globalization" border="0" alt="Day29-Globalization" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day29-Globalization1.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/28/31-days-of-mango-day-28-media-library/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day28-MediaLibrary" border="0" alt="Day28-MediaLibrary" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day28-MediaLibrary2.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/27/31-days-of-mango-day-27-microphone-api/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day27-MicrophoneAPI" border="0" alt="Day27-MicrophoneAPI" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day27-MicrophoneAPI3.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/26/31-days-of-mango-day-26-background-file-transfer/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day26-BackgroundFileTransfers" border="0" alt="Day26-BackgroundFileTransfers" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day26-BackgroundFileTransfers4.png" width="100" height="100" /></a></p>
<p>This article is Day #30 in a series called <a href="http://jeffblankenburg.com/31daysofmango">31 Days of Mango</a>, and was written by guest author <a href="http://twitter.com/cwoodruff" target="_blank">Chris Woodruff</a>.&#160; Chris can be reached on Twitter at <a href="http://twitter.com/cwoodruff" target="_blank">@cwoodruff</a>.</p>
<h2>What is a Local Database?</h2>
<p>In the original version of Windows Phone 7, we could save data but it took either custom code or using third party databases like SterlingDB to have the relational data repository that some applications need. This limited the types of applications some developers could produce for users.</p>
<p>In Windows Phone 7 Mango, developers still have isolated storage to keep data and information stored for their applications but now have SQL CE as a relational storage feature to created even better applications for Windows Phone.</p>
<p>Like other database solutions for the original Windows Phone 7, the native SQL CE database built into Mango has it data stored in the device’s Isolated Storage. You can learn more about Isolated Storage <a href="http://msdn.microsoft.com/en-us/library/ff402541(v=VS.92).aspx">here</a>. Microsoft also did not create new ways to work with the data on the phone and instead implemented LINQ to SQL for all database operations. LINQ to SQL is used to do all functions for the application when dealing with data including creating the data, populating data into the database, getting data and finally saving and deleting data.</p>
<p>A good tutorial for LINQ to SQL is <a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx">here</a> on MSDN.</p>
<h2>Setting up a Local Database for your Mango Application</h2>
<p>Like all starting points for Windows Phone 7, we will start with creating the Windows Phone Databound Application project within Visual Studio 2010.</p>
<p><a href="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0025.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image002_thumb4.jpg" width="540" height="373" /></a></p>
<p>We could have started with just the Windows Phone Application project but I like the additional features that the Databound project gives you to allow your application to have better design patterns like Model-View-ViewModel (MVVM).</p>
<p>Next we will update the MainPage of the project to allow for the data to be added to the database. Our data example will be collecting ideas that we all have and need to remember. We will not go into much detail about the design of the MainPage but here is the XAML to get the look and feel for our Idea collector.</p>
<div class="code"><span style="color: #0000ff">&lt;</span><span style="color: #a31515">phone</span><span style="color: #0000ff">:</span><span style="color: #a31515">PhoneApplicationPage</span>    <br />&#160;&#160; <span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Class</span><span style="color: #0000ff">=&quot;_31DaysMangoStorage.MainPage&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">x</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">phone</span><span style="color: #0000ff">=&quot;clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">shell</span><span style="color: #0000ff">=&quot;clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">d</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/expression/blend/2008&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">mc</span><span style="color: #0000ff">=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot;</span>     <br />&#160;&#160; <span style="color: #ff0000"> mc</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Ignorable</span><span style="color: #0000ff">=&quot;d&quot;</span><span style="color: #ff0000"> d</span><span style="color: #0000ff">:</span><span style="color: #ff0000">DesignWidth</span><span style="color: #0000ff">=&quot;480&quot;</span><span style="color: #ff0000"> d</span><span style="color: #0000ff">:</span><span style="color: #ff0000">DesignHeight</span><span style="color: #0000ff">=&quot;768&quot;</span>     <br />&#160;&#160; <span style="color: #ff0000"> d</span><span style="color: #0000ff">:</span><span style="color: #ff0000">DataContext</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">d</span><span style="color: #0000ff">:</span><span style="color: #a31515">DesignData</span><span style="color: #ff0000"> SampleData</span>/<span style="color: #0000ff">MainViewModelSampleData.xaml}&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> FontFamily</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneFontFamilyNormal}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> FontSize</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneFontSizeNormal}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> Foreground</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneForegroundBrush}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> SupportedOrientations</span><span style="color: #0000ff">=&quot;Portrait&quot;</span> <span style="color: #ff0000">Orientation</span><span style="color: #0000ff">=&quot;Portrait&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> shell</span><span style="color: #0000ff">:</span><span style="color: #ff0000">SystemTray.IsVisible</span><span style="color: #0000ff">=&quot;True&quot;&gt;</span>    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">&lt;!--LayoutRoot is the root grid where all page content is placed.--&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;LayoutRoot&quot;</span><span style="color: #ff0000"> Background</span><span style="color: #0000ff">=&quot;Transparent&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid.RowDefinitions</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">RowDefinition</span><span style="color: #ff0000"> Height</span><span style="color: #0000ff">=&quot;Auto&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">RowDefinition</span><span style="color: #ff0000"> Height</span><span style="color: #0000ff">=&quot;*&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid.RowDefinitions</span><span style="color: #0000ff">&gt;</span>    </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">&lt;!--TitlePanel contains the name of the application and page title.--&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">StackPanel</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;TitlePanel&quot;</span><span style="color: #ff0000"> Grid.Row</span><span style="color: #0000ff">=&quot;0&quot;</span><span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;12,17,0,28&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;ApplicationTitle&quot;</span><span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;31 Days of Mango&quot;</span><span style="color: #ff0000"> Style</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneTextNormalStyle}</span><span style="color: #0000ff">&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;PageTitle&quot;</span><span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;Idea Tracker&quot;</span><span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;9,-7,0,0&quot;</span><span style="color: #ff0000"> Style</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneTextTitle1Style}</span><span style="color: #0000ff">&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">StackPanel</span><span style="color: #0000ff">&gt;</span>    </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">&lt;!--ContentPanel - place additional content here.--&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;ContentPanel&quot;</span><span style="color: #ff0000"> Grid.Row</span><span style="color: #0000ff">=&quot;1&quot;</span><span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;12,0,12,0&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid.RowDefinitions</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">RowDefinition</span><span style="color: #ff0000"> Height</span><span style="color: #0000ff">=&quot;Auto&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">RowDefinition</span><span style="color: #ff0000"> Height</span><span style="color: #0000ff">=&quot;Auto&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid.RowDefinitions</span><span style="color: #0000ff">&gt;</span>    </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">&lt;!-- Bind the list box to the observable collection. --&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ListBox</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;toDoItemsListBox&quot;</span><span style="color: #ff0000"> ItemsSource</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">Binding</span><span style="color: #ff0000"> IdeaItems}</span><span style="color: #0000ff">&quot;</span>     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Row</span><span style="color: #0000ff">=&quot;0&quot;</span><span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;12, 0, 12, 0&quot;</span><span style="color: #ff0000"> Width</span><span style="color: #0000ff">=&quot;440&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ListBox.ItemTemplate</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">DataTemplate</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid</span><span style="color: #ff0000"> HorizontalAlignment</span><span style="color: #0000ff">=&quot;Stretch&quot;</span><span style="color: #ff0000"> Width</span><span style="color: #0000ff">=&quot;440&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid.ColumnDefinitions</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ColumnDefinition</span><span style="color: #ff0000"> Width</span><span style="color: #0000ff">=&quot;50&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ColumnDefinition</span><span style="color: #ff0000"> Width</span><span style="color: #0000ff">=&quot;*&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ColumnDefinition</span><span style="color: #ff0000"> Width</span><span style="color: #0000ff">=&quot;100&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid.ColumnDefinitions</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">CheckBox</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> IsChecked</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">Binding</span><span style="color: #ff0000"> IsComplete</span><span style="color: #0000ff">,</span><span style="color: #ff0000"> Mode</span><span style="color: #0000ff">=TwoWay}&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Column</span><span style="color: #0000ff">=&quot;0&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> VerticalAlignment</span><span style="color: #0000ff">=&quot;Center&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">Binding</span><span style="color: #ff0000"> ItemName}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> FontSize</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneFontSizeLarge}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Column</span><span style="color: #0000ff">=&quot;1&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> VerticalAlignment</span><span style="color: #0000ff">=&quot;Center&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Button</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Column</span><span style="color: #0000ff">=&quot;2&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;deleteTaskButton&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> BorderThickness</span><span style="color: #0000ff">=&quot;0&quot;</span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;0&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Click</span><span style="color: #0000ff">=&quot;deleteTaskButton_Click&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Image</span><span style="color: #ff0000"> Source</span><span style="color: #0000ff">=&quot;appbar.delete.rest.png&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Button</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">DataTemplate</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">ListBox.ItemTemplate</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">ListBox</span><span style="color: #0000ff">&gt;</span>    </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid</span><span style="color: #ff0000"> Grid.Row</span><span style="color: #0000ff">=&quot;1&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid.ColumnDefinitions</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ColumnDefinition</span><span style="color: #ff0000"> Width</span><span style="color: #0000ff">=&quot;*&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ColumnDefinition</span><span style="color: #ff0000"> Width</span><span style="color: #0000ff">=&quot;Auto&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid.ColumnDefinitions</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBox</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;newIdeaTextBox&quot;</span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Column</span><span style="color: #0000ff">=&quot;0&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;add new idea&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> FontFamily</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneFontFamilyLight}</span><span style="color: #0000ff">&quot;</span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> GotFocus</span><span style="color: #0000ff">=&quot;newIdeaTextBox_GotFocus&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Button</span>     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Content</span><span style="color: #0000ff">=&quot;add&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Column</span><span style="color: #0000ff">=&quot;1&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;newIdeaAddButton&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Click</span><span style="color: #0000ff">=&quot;newIdeaAddButton_Click&quot;/&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid</span><span style="color: #0000ff">&gt;</span>    </p>
<p><span style="color: #0000ff">&lt;/</span><span style="color: #a31515">phone</span><span style="color: #0000ff">:</span><span style="color: #a31515">PhoneApplicationPage</span><span style="color: #0000ff">&gt;</span>    <br />&#160;</div>
<p>Also to allow for your application to compile and run without doing anything the code below will be added to the MainPage.xaml.cs file inside the MainPage class implementation and after the constructor.</p>
<div class="code"><span style="color: #0000ff">private</span> <span style="color: #0000ff">void</span> newIdeaTextBox_GotFocus(<span style="color: #0000ff">object</span> sender, <span style="color: #2b91af">RoutedEventArgs</span> e)    <br />{    <br />&#160;&#160;&#160; <span style="color: #008000">// Clear the text box when it gets focus.</span>    <br />&#160;&#160;&#160; newIdeaTextBox.Text = <span style="color: #2b91af">String</span>.Empty;    </p>
<p>}    </p>
<p><span style="color: #0000ff">private</span> <span style="color: #0000ff">void</span> newIdeaAddButton_Click(<span style="color: #0000ff">object</span> sender, <span style="color: #2b91af">RoutedEventArgs</span> e)    <br />{    </p>
<p>}    </p>
<p><span style="color: #0000ff">protected</span> <span style="color: #0000ff">override</span> <span style="color: #0000ff">void</span> OnNavigatedFrom(System.Windows.Navigation.<span style="color: #2b91af">NavigationEventArgs</span> e)    <br />{    <br />&#160;&#160;&#160; <span style="color: #008000">// Call the base method.</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">base</span>.OnNavigatedFrom(e);    </p>
<p>}    <br />&#160;</div>
<h2>Working with the Data Context</h2>
<p>The Data Context is the point that will allow us to work with the database and also the proxy classes that represent our database tables. The data context is also a class and works against a number of “plain old CLR object” (POCO) classes that we will create for this project. The table objects that represent our database tables will contain a collection of entities for each table record stored in the database. Other details about our database are also given to us through the data context such as table keys and association mappings between tables.</p>
<p>Just a reminder that this local database has no connection with SQL Server 2008 R2 that is running locally on your PC or a server in your company or hosting provider and is only to hold data on your device.</p>
<p>There is not much to the DataContext class besides the connection string we are familiar in development and properties to each table that will exist in our database. Think of the DataContext as the “Hub” for your application’s data. The code for the sample application’s DataContext is below.</p>
<div class="code"><span style="color: #0000ff">public</span> <span style="color: #0000ff">class</span> <span style="color: #2b91af">IdeaDataContext</span> : <span style="color: #2b91af">DataContext</span>    <br />{    <br />&#160;&#160;&#160; <span style="color: #008000">// Specify the connection string as a static, used in main page and app.xaml.</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #0000ff">static</span> <span style="color: #0000ff">string</span> DBConnectionString = <span style="color: #a31515">&quot;Data Source=isostore:/Ideas.sdf&quot;</span>;    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Pass the connection string to the base class.</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> IdeaDataContext(<span style="color: #0000ff">string</span> connectionString)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; : <span style="color: #0000ff">base</span>(connectionString)    <br />&#160;&#160;&#160; { }    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Specify a single table for the to-do items.</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #2b91af">Table</span>&lt;<span style="color: #2b91af">IdeaItem</span>&gt; IdeaItems;    <br />}    <br />&#160;</div>
<p>Note that IdeaItem type will be detailed in the next section covering creating the Database.</p>
<h2>Creating the Database</h2>
<p>Unlike applications that are run from your PC or on IIS 7, databases in Windows Phone 7 Mango must be created and initialized on the first instance your app runs on the phone. We will first look at creating the classes that will represent our database tables and then look at database initialization.</p>
<p>For each table that we need to be built and exposed through the database on our phone for the application a new POCO needs to be created. Since these classes represent the entities that will be stored in the database let’s call them Entity classes. To begin the Entity class must adhere to the following two interfaces:</p>
<p>· INotifyPropertyChanged -- The INotifyPropertyChanged interface is used to notify clients, typically binding clients that a property value has changed.</p>
<p>· INotifyPropertyChanging -- The INotifyPropertyChanging interface is used to notify clients, typically binding clients that a property value is changing.</p>
<p>These two interfaces will allow each entity to notify the DataContext that is in the process of changing or has changed. This will then be reflected to the XAML views of our application through the binding we have set up.</p>
<p>The Enity class must be annotated as a Table to allow the DataContext to know how to work with it. An Entity classes must also have private and public properties for each Entity property as well as having the private property annotated to give valuable metadata about the Entity property (aka the database column). Remember to have primary key properties for each of your Entity classes.</p>
<p>Below is the IdeaItem Entity class that will be located in the IdeaItems table referenced in the DataContext we created before.</p>
<div class="code">[<span style="color: #2b91af">Table</span>]    <br /><span style="color: #0000ff">public</span> <span style="color: #0000ff">class</span> <span style="color: #2b91af">IdeaItem</span> : <span style="color: #2b91af">INotifyPropertyChanged</span>, <span style="color: #2b91af">INotifyPropertyChanging</span>    <br />{    <br />&#160;&#160;&#160; <span style="color: #0000ff">private</span> <span style="color: #0000ff">int</span> _ideaItemId;    <br />&#160;&#160;&#160; [<span style="color: #2b91af">Column</span>(IsPrimaryKey = <span style="color: #0000ff">true</span>, IsDbGenerated = <span style="color: #0000ff">true</span>, DbType = <span style="color: #a31515">&quot;INT NOT NULL Identity&quot;</span>, CanBeNull = <span style="color: #0000ff">false</span>, AutoSync = <span style="color: #2b91af">AutoSync</span>.OnInsert)]    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #0000ff">int</span> IdeaItemId    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">get</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">return</span> _ideaItemId;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">set</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">if</span> (_ideaItemId != <span style="color: #0000ff">value</span>)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NotifyPropertyChanging(<span style="color: #a31515">&quot;IdeaItemId&quot;</span>);    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; _ideaItemId = <span style="color: #0000ff">value</span>;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NotifyPropertyChanged(<span style="color: #a31515">&quot;IdeaItemId&quot;</span>);    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160; }    </p>
<p>&#160;&#160;&#160; <span style="color: #0000ff">private</span> <span style="color: #0000ff">string</span> _itemName;    <br />&#160;&#160;&#160; [<span style="color: #2b91af">Column</span>]    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #0000ff">string</span> ItemName    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">get</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">return</span> _itemName;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">set</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">if</span> (_itemName != <span style="color: #0000ff">value</span>)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NotifyPropertyChanging(<span style="color: #a31515">&quot;ItemName&quot;</span>);    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; _itemName = <span style="color: #0000ff">value</span>;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NotifyPropertyChanged(<span style="color: #a31515">&quot;ItemName&quot;</span>);    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160; }    </p>
<p>&#160;&#160;&#160; <span style="color: #0000ff">private</span> <span style="color: #0000ff">bool</span> _isComplete;    <br />&#160;&#160;&#160; [<span style="color: #2b91af">Column</span>]    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #0000ff">bool</span> IsComplete    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">get</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">return</span> _isComplete;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">set</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">if</span> (_isComplete != <span style="color: #0000ff">value</span>)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NotifyPropertyChanging(<span style="color: #a31515">&quot;IsComplete&quot;</span>);    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; _isComplete = <span style="color: #0000ff">value</span>;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NotifyPropertyChanged(<span style="color: #a31515">&quot;IsComplete&quot;</span>);    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160; }    </p>
<p>&#160;&#160;&#160; [<span style="color: #2b91af">Column</span>(IsVersion = <span style="color: #0000ff">true</span>)]    <br />&#160;&#160;&#160; <span style="color: #0000ff">private</span> <span style="color: #2b91af">Binary</span> _version;    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #0000ff">event</span> <span style="color: #2b91af">PropertyChangedEventHandler</span> PropertyChanged;    </p>
<p>&#160;&#160;&#160; <span style="color: #0000ff">private</span> <span style="color: #0000ff">void</span> NotifyPropertyChanged(<span style="color: #0000ff">string</span> propertyName)    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">if</span> (PropertyChanged != <span style="color: #0000ff">null</span>)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; PropertyChanged(<span style="color: #0000ff">this</span>, <span style="color: #0000ff">new</span> <span style="color: #2b91af">PropertyChangedEventArgs</span>(propertyName));    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160; }    </p>
<p>&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #0000ff">event</span> <span style="color: #2b91af">PropertyChangingEventHandler</span> PropertyChanging;    <br />&#160;&#160;&#160; <span style="color: #0000ff">private</span> <span style="color: #0000ff">void</span> NotifyPropertyChanging(<span style="color: #0000ff">string</span> propertyName)    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">if</span> (PropertyChanging != <span style="color: #0000ff">null</span>)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; PropertyChanging(<span style="color: #0000ff">this</span>, <span style="color: #0000ff">new</span> <span style="color: #2b91af">PropertyChangingEventArgs</span>(propertyName));    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160; }    <br />}    <br />&#160;</div>
<p>Finally we must create the database is it does not exist. This will be done in the Application class’s constructor. You will find this in the App.xaml.cs file. The code that will be added to the end of the constructor method is as followed.</p>
<div class="code"><span style="color: #0000ff">using</span> (IdeaDataContext db = <span style="color: #0000ff">new</span> IdeaDataContext(IdeaDataContext.DBConnectionString))    <br />{    <br />&#160;&#160;&#160; <span style="color: #0000ff">if</span> (db.DatabaseExists() == <span style="color: #0000ff">false</span>)    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; db.CreateDatabase();    <br />&#160;&#160;&#160; }    <br />}    <br />&#160;</div>
<p>We now have a database that has been created and initialized in application’s Isolated Storage. One more thing to remember is that local databases in Windows Phone 7 mango cannot be shared directly between apps on the phone due to the sandboxing security set up in the Windows Phone 7 Mango operating system.</p>
<h2>LINQ to SQL Support for Windows Phone Mango</h2>
<p>Windows Phone 7.1 SDK allows for some but not all features of LINQ to SQL inside the Windows Phone. The following are just a few things to remember when working with data and LINQ to SQL in Windows Phone 7 Mango.</p>
<p>· ExecuteCommand is not supported</p>
<p>· ADO.NET Objects (such as DataReader) are not supported</p>
<p>· Only Microsoft SQL Server Compact Edition (SQL CE) data types are supported</p>
<p>To get more limitations and features of using LINQ to SQL on Mango please read the MSDN page <a href="http://msdn.microsoft.com/en-us/library/hh202872(v=VS.92).aspx">here</a>.</p>
<h2>Retrieving Data from a Local Database</h2>
<p>To retrieve data or any data related work with the local database, we must first create the DataContext and connect to the database. This will happen in MainPage.xaml.cs through a private variable for the DataContext, an observable collection property for the ideas in the database table and in the MainPage constructor as followed.</p>
<div class="code"><span style="color: #0000ff">private</span> IdeaDataContext ideaDB;    </p>
<p><span style="color: #0000ff">private</span> ObservableCollection&lt;IdeaItem&gt; _ideaItems;    <br /><span style="color: #0000ff">public</span> ObservableCollection&lt;IdeaItem&gt; IdeaItems    <br />{    <br />&#160;&#160;&#160; <span style="color: #0000ff">get</span>    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">return</span> _ideaItems;    <br />&#160;&#160;&#160; }    <br />&#160;&#160;&#160; <span style="color: #0000ff">set</span>    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">if</span> (_ideaItems != value)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; _ideaItems = value;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NotifyPropertyChanged(<span style="color: #a31515">&quot;IdeaItems&quot;</span>);    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160; }    <br />}    </p>
<p><span style="color: #0000ff">public</span> MainPage()    <br />{    <br />&#160;&#160;&#160; InitializeComponent();    </p>
<p>&#160;&#160;&#160; ideaDB = <span style="color: #0000ff">new</span> IdeaDataContext(IdeaDataContext.DBConnectionString);    <br />&#160;&#160;&#160; <span style="color: #0000ff">this</span>.DataContext = <span style="color: #0000ff">this</span>;    <br />}    <br />&#160;</div>
<p>To get our ideas located in the local database we will use LINQ to SQL to query and get the collection back from the database via the DataContext.</p>
<div class="code"><span style="color: #0000ff">protected</span> <span style="color: #0000ff">override</span> <span style="color: #0000ff">void</span> OnNavigatedTo(System.Windows.Navigation.<span style="color: #2b91af">NavigationEventArgs</span> e)    <br />{    <br />&#160;&#160;&#160; <span style="color: #0000ff">var</span> ideaItemsInDB = <span style="color: #0000ff">from</span> <span style="color: #2b91af">IdeaItem</span> todo <span style="color: #0000ff">in</span> ideaDB.IdeaItems    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">select</span> todo;    </p>
<p>&#160;&#160;&#160; IdeaItems = <span style="color: #0000ff">new</span> <span style="color: #2b91af">ObservableCollection</span>&lt;<span style="color: #2b91af">IdeaItem</span>&gt;(ideaItemsInDB);    <br />&#160;&#160;&#160; <span style="color: #0000ff">base</span>.OnNavigatedTo(e);    <br />}    <br />&#160;</div>
<p>The ideas are now bound and reflected in the MainPage.xaml.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0033.png" width="288" height="480" /></p>
<h2>Storing Data to a Local Database</h2>
<p>Finally we will build the saving of our idea data to the local database. We will not send the ideas to the database until we need to increase performance. We will keep all of the ideas in the local observable collection we created as a MainPage property (IdeaItems). The addition of new ideas to the local database will take place on the button click when the new idea is added to the IdeaItems collection.</p>
<div class="code"><span style="color: #0000ff">private</span> <span style="color: #0000ff">void</span> newIdeaAddButton_Click(<span style="color: #0000ff">object</span> sender, <span style="color: #2b91af">RoutedEventArgs</span> e)    <br />{    <br />&#160;&#160;&#160; <span style="color: #2b91af">IdeaItem</span> newIdea = <span style="color: #0000ff">new</span> <span style="color: #2b91af">IdeaItem</span> { ItemName = newIdeaTextBox.Text };    </p>
<p>&#160;&#160;&#160; IdeaItems.Add(newIdea);    <br />&#160;&#160;&#160; ideaDB.IdeaItems.InsertOnSubmit(newIdea);    <br />}    <br />&#160;</div>
<p>As mentioned before the ideas collected from the user will not be stored in the database until the application has transitioned from the MainPage either when the user exits the application or the application moves to a new page in the application. The code for the OnNavigateFrom event for the MainPage is below.</p>
<div class="code"><span style="color: #0000ff">protected</span> <span style="color: #0000ff">override</span> <span style="color: #0000ff">void</span> OnNavigatedFrom(System.Windows.Navigation.<span style="color: #2b91af">NavigationEventArgs</span> e)    <br />{    <br />&#160;&#160;&#160; <span style="color: #0000ff">base</span>.OnNavigatedFrom(e);    <br />&#160;&#160;&#160; ideaDB.SubmitChanges();    <br />}    <br />&#160;</div>
<h2>Summary</h2>
<p>So that’s pretty much it!&#160; You now have a simple way to create, store, and retrieve relational data in your Windows Phone applications.&#160; How are you going to use this?</p>
<p>To download a full Windows Phone project that includes all of the code and concepts from this article, click the Download Code button below.</p>
<p><a href="http://jeffblankenburg.com/codesamples/31daysofmango/Day30-LocalDatabase.zip" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="download" border="0" alt="download" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/download19.png" width="100" height="100" /></a></p>
<p>Tomorrow, in the final article of this series, we will cover the best practices for promoting your Windows Phone applications.&#160; See you then!</p>
<p><a href="http://aka.ms/PhoneJB" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="toolsbutton" border="0" alt="toolsbutton" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/toolsbutton19.png" width="550" height="75" /></a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2011/01/18/what-i-learned-in-wp7-%e2%80%93-issue-16/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 16</a></li><li><a href="http://www.jeffblankenburg.com/2010/12/21/what-i-learned-in-wp7-%e2%80%93-issue-8/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 8</a></li><li><a href="http://www.jeffblankenburg.com/2011/01/07/what-i-learned-in-wp7-%e2%80%93-issue-14/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 14</a></li><li><a href="http://www.jeffblankenburg.com/2011/11/28/31-days-of-mango-day-28-media-library/" rel="bookmark" class="crp_title">31 Days of Mango | Day #28: Media Library</a></li><li><a href="http://www.jeffblankenburg.com/2010/12/23/what-i-learned-in-wp7-%e2%80%93-issue-9/" rel="bookmark" class="crp_title">What I Learned in WP7 – Issue 9</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=Gf54xoP9ck0:YGg1S07HB-8:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=Gf54xoP9ck0:YGg1S07HB-8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=Gf54xoP9ck0:YGg1S07HB-8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=Gf54xoP9ck0:YGg1S07HB-8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=Gf54xoP9ck0:YGg1S07HB-8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=Gf54xoP9ck0:YGg1S07HB-8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=Gf54xoP9ck0:YGg1S07HB-8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=Gf54xoP9ck0:YGg1S07HB-8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=Gf54xoP9ck0:YGg1S07HB-8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=Gf54xoP9ck0:YGg1S07HB-8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/Gf54xoP9ck0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2011/11/30/31-days-of-mango-day-30-local-database/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2011/11/30/31-days-of-mango-day-30-local-database/</feedburner:origLink></item>
		<item>
		<title>31 Days of Mango | Day #29: Globalization</title>
		<link>http://feedproxy.google.com/~r/Blankenthoughts/~3/HaBt2Peq-_g/</link>
		<comments>http://www.jeffblankenburg.com/2011/11/29/31-days-of-mango-day-29-globalization/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 07:00:00 +0000</pubDate>
		<dc:creator>jeffblankenburg</dc:creator>
				<category><![CDATA[31 Days of Mango]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.jeffblankenburg.com/2011/11/29/31-days-of-mango-day-29-globalization/</guid>
		<description>This article is Day #29 in a series called 31 Days of Mango, and was written by guest author Matt Eland.&amp;#160; Matt can be reached on Twitter at @integerman. Globalization versus Localization People often get confused when discussing globalization and localization. Both deal with presenting content in a user-friendly manner across the world, but the [...]</description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day29-Globalization" border="0" alt="Day29-Globalization" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day29-Globalization.png" width="100" height="100" /><a href="http://www.jeffblankenburg.com/2011/11/28/31-days-of-mango-day-28-media-library/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day28-MediaLibrary" border="0" alt="Day28-MediaLibrary" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day28-MediaLibrary1.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/27/31-days-of-mango-day-27-microphone-api/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day27-MicrophoneAPI" border="0" alt="Day27-MicrophoneAPI" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day27-MicrophoneAPI2.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/26/31-days-of-mango-day-26-background-file-transfer/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day26-BackgroundFileTransfers" border="0" alt="Day26-BackgroundFileTransfers" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day26-BackgroundFileTransfers3.png" width="100" height="100" /></a><a href="http://www.jeffblankenburg.com/2011/11/25/31-days-of-mango-day-25-background-agents/"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Day25-BackgroundAgents" border="0" alt="Day25-BackgroundAgents" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/Day25-BackgroundAgents4.png" width="100" height="100" /></a></p>
<p>This article is Day #29 in a series called <a href="http://jeffblankenburg.com/31daysofmango">31 Days of Mango</a>, and was written by guest author <a href="http://twitter.com/integerman" target="_blank">Matt Eland</a>.&#160; Matt can be reached on Twitter at <a href="http://twitter.com/integerman" target="_blank">@integerman</a>.</p>
<h2>Globalization versus Localization</h2>
<p>People often get confused when discussing globalization and localization. Both deal with presenting content in a user-friendly manner across the world, but the distinction is that globalization deals with formatting elements such as times, dates, currencies and numbers in the way that the user is familiar with whereas localization involves displaying the user’s native language in the user interface. This article will cover using both techniques to build applications that can reach a large audience in the most user-friendly way possible.</p>
<p>We will be building a simple application over the course of this article that supports both globalization and localization. This application quickly generates an e-mail message that lets a contact know you’re running late to an appointment. </p>
<h2>Configuring Localization Support</h2>
<p>After creating a new C# Windows Phone project, we’ll need to do a few things to configure the application to support localization.</p>
<h3>Defining a neutral language for the assembly</h3>
<p>Because we’re localizing our application, we need to tell the project what the default locale is. To do this, we’ll go into the properties dialog for the project and click on “Assembly Information…” and then specify the neutral language for our assembly – that is, the language that will be used if no locale-specific resources are defined that matches the user’s locale. For this example, we’ll set our neutral language to English (United States).</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0024.jpg" width="258" height="246" /></p>
<h3>Indicating supported culture</h3>
<p>Next we need to tell the project what languages are supported. Visual Studio doesn’t currently expose this part of the project information, but we can easily edit it. Make sure you save all changes so any changes to the .csproj file are saved to disk before we edit the file. Next go to the project’s folder on the disk drive by right clicking on the project and selecting “Open folder in Windows Explorer”. Select the .csproj file for your application (be careful not to select the .csproj.user file) and open it with Notepad or your favorite text editor.</p>
<p>Look for the &lt;SupportedCultures&gt;&lt;/SupportedCultures&gt; element and add the culture codes of the cultures you wish to support separating each culture with a semicolon. This list should not include the neutral language of the assembly. See <a href="http://msdn.microsoft.com/en-us/library/hh202918(v=VS.92).aspx">http://msdn.microsoft.com/en-us/library/hh202918(v=VS.92).aspx</a> for a list of cultures supported by various versions of Windows Phone. For the purposes of this example, we’ll be supporting Spanish, simplified Chinese and French in addition to the default culture of English (United States) so our SupportedCultures node looks like:</p>
<p>&lt;SupportedCultures&gt;es-ES;zh-CN;fr-FR&lt;/SupportedCultures&gt;</p>
<p>After making your changes, save the .csproj file and go back to Visual Studio. Click reload when Visual Studio prompts you that the project has changed so the changes to the project file can take effect.</p>
<h3>Create a base resource file</h3>
<p>Now that we have a default culture and a list of other supported cultures, we can start defining culture-specific resources. We’ll start by adding a file for default resources and move on to adding resources for specific cultures. As a localization best-practice, any user-facing string should be included in these files instead of hard-coded in XAML or a code file. </p>
<p>We need to add a resource file to the project that defines the default language strings for the application. To do this, we’ll right click on our project in the solution explorer and choose “Add -&gt; New Item”. From here, we’ll add a resource file. This file can be called whatever you like, but for this example we will call it Strings.</p>
<p><a href="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0044.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image004_thumb5.jpg" width="540" height="373" /></a></p>
<p>Adding the file takes us into the resource editor for this resource. The resource editor contains a table with three columns: Name, Value and Comment. Name is the auto-generated code-behind name for the resource and serves as a unique key for identifying a resource. Value is the culture-specific value for this resource and is what we’ll use to store user-facing text. Comment is not used by the application but is helpful for noting what each resource means and where it’s used and can help greatly during translation to other languages. You’ll also see an access modifier at the top of the resource editor. This is internal by default but we need to change this to public so we can bind to these values in XAML later.</p>
<p>Here is our example after adding the appropriate strings and changing the access modifier to public:</p>
<p><a href="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0062.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image006_thumb3.jpg" width="540" height="338" /></a></p>
<h3>Create culture specific resource files</h3>
<p>Now that we have our default resources defined, we can begin creating customized resources for the project. We’ll start by defining the Spanish resources for this application. Control-click and drag Strings.resx in solution explorer to create a copy of String.resx then rename “Copy of Strings.resx” to “Strings.es-ES.resx” (es-ES is the culture code for Spanish). It’s important that this new file start with the same name as your previous resource file but have the matching locale at the end of it or this file will not properly map to the intended locale. Once you’ve renamed that file, open up the Strings.es-ES.resx file and modify the Value column for each resource. A good source for translations is <a href="http://www.microsofttranslator.com/">Bing Translator</a>, though you should verify translations with someone who understands the language before deploying. It’s important that the Name column matches between resource files so that resources can be appropriately mapped. </p>
<p>Once you’ve finished with this, follow the same procedure for any additional locales you wish to support being careful that all resource files have an access modifier of Public, keep the same name, and contain the appropriate culture code. It’s also important to note that the resource editor may not display certain foreign character sets correctly when copying and pasting from Bing Translator to the resource editor, but these characters should look fine on the actual device and the emulator.</p>
<p><a href="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0082.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image008_thumb3.jpg" width="540" height="326" /></a></p>
<h3>Building the non-localized user interface</h3>
<p>Now that we have a set of localized strings, we’d better build a user interface that can use them. Our sample application will have a few fields, an application bar and a standard header. Because we want to include dates in this example to demonstrate globalization, we will be referencing the Silverlight Toolkit for Windows Phone and using the TimePicker control contained in that assembly. This article won’t go into detail on downloading, installing and referencing the toolkit, but the toolkit is freely available and help is available online.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0102.jpg" width="264" height="480" /></p>
<p>Our non-localized MainPage.xaml looks like:</p>
<div class="code"><span style="color: #0000ff">&lt;</span><span style="color: #a31515">phone</span><span style="color: #0000ff">:</span><span style="color: #a31515">PhoneApplicationPage</span>     <br />&#160;&#160; <span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Class</span><span style="color: #0000ff">=&quot;PhoneApp1.MainPage&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">x</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">phone</span><span style="color: #0000ff">=&quot;clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">shell</span><span style="color: #0000ff">=&quot;clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">d</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/expression/blend/2008&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">mc</span><span style="color: #0000ff">=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot;</span><span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Controls</span><span style="color: #0000ff">=&quot;clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit&quot;</span><span style="color: #ff0000"> mc</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Ignorable</span><span style="color: #0000ff">=&quot;d&quot;</span><span style="color: #ff0000"> d</span><span style="color: #0000ff">:</span><span style="color: #ff0000">DesignWidth</span><span style="color: #0000ff">=&quot;480&quot;</span><span style="color: #ff0000"> d</span><span style="color: #0000ff">:</span><span style="color: #ff0000">DesignHeight</span><span style="color: #0000ff">=&quot;696&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> FontFamily</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneFontFamilyNormal}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> FontSize</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneFontSizeNormal}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> Foreground</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneForegroundBrush}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> SupportedOrientations</span><span style="color: #0000ff">=&quot;PortraitOrLandscape&quot;</span><span style="color: #ff0000"> Orientation</span><span style="color: #0000ff">=&quot;Portrait&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> shell</span><span style="color: #0000ff">:</span><span style="color: #ff0000">SystemTray.IsVisible</span><span style="color: #0000ff">=&quot;True&quot;&gt;</span>    </p>
<p>&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">phone</span><span style="color: #0000ff">:</span><span style="color: #a31515">PhoneApplicationPage.ApplicationBar</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">shell</span><span style="color: #0000ff">:</span><span style="color: #a31515">ApplicationBar</span><span style="color: #ff0000"> IsMenuEnabled</span><span style="color: #0000ff">=&quot;False&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">shell</span><span style="color: #0000ff">:</span><span style="color: #a31515">ApplicationBarIconButton</span><span style="color: #ff0000"> IconUri</span><span style="color: #0000ff">=&quot;/icons/appbar.feature.email.rest.png&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> IsEnabled</span><span style="color: #0000ff">=&quot;True&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;send&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Click</span><span style="color: #0000ff">=&quot;HandleSendClick&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">shell</span><span style="color: #0000ff">:</span><span style="color: #a31515">ApplicationBar</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">phone</span><span style="color: #0000ff">:</span><span style="color: #a31515">PhoneApplicationPage.ApplicationBar</span><span style="color: #0000ff">&gt;</span>    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">&lt;!--LayoutRoot is the root grid where all page content is placed--&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;LayoutRoot&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Background</span><span style="color: #0000ff">=&quot;Transparent&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Grid.RowDefinitions</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">RowDefinition</span><span style="color: #ff0000"> Height</span><span style="color: #0000ff">=&quot;Auto&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">RowDefinition</span><span style="color: #ff0000"> Height</span><span style="color: #0000ff">=&quot;*&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid.RowDefinitions</span><span style="color: #0000ff">&gt;</span>    </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">&lt;!--TitlePanel contains the name of the application and page title--&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">StackPanel</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;TitlePanel&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Row</span><span style="color: #0000ff">=&quot;0&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;12,17,0,28&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;ApplicationTitle&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;I'm Running Late&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Style</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneTextNormalStyle}</span><span style="color: #0000ff">&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;PageTitle&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;Send Message&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;9,-7,0,0&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Style</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneTextTitle1Style}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> TextWrapping</span><span style="color: #0000ff">=&quot;Wrap&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">StackPanel</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">ScrollViewer</span><span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;12,0,12,0&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Grid.Row</span><span style="color: #0000ff">=&quot;1&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">StackPanel</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;ContentPanel&quot;&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span><span style="color: #ff0000"> TextWrapping</span><span style="color: #0000ff">=&quot;Wrap&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;To&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Style</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneTextSubtleStyle}</span><span style="color: #0000ff">&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBox</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;txtTo&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> TextWrapping</span><span style="color: #0000ff">=&quot;Wrap&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> InputScope</span><span style="color: #0000ff">=&quot;EmailUserName&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">HyperlinkButton</span><span style="color: #ff0000"> Content</span><span style="color: #0000ff">=&quot;Choose a contact&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> HorizontalContentAlignment</span><span style="color: #0000ff">=&quot;Left&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Foreground</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneAccentBrush}</span><span style="color: #0000ff">&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Click</span><span style="color: #0000ff">=&quot;HandleChooseContactClick&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneVerticalMargin}</span><span style="color: #0000ff">&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span><span style="color: #ff0000"> TextWrapping</span><span style="color: #0000ff">=&quot;Wrap&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;Subject&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Style</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> PhoneTextSubtleStyle}</span><span style="color: #0000ff">&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBox</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;txtSubject&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> TextWrapping</span><span style="color: #0000ff">=&quot;Wrap&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;I'm Running Late&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> InputScope</span><span style="color: #0000ff">=&quot;Text&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">CheckBox</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;checkIncludeReason&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Content</span><span style="color: #0000ff">=&quot;Include a reason&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBox</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;txtReason&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> TextWrapping</span><span style="color: #0000ff">=&quot;Wrap&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;Traffic&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> InputScope</span><span style="color: #0000ff">=&quot;Text&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> IsEnabled</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">Binding</span><span style="color: #ff0000"> IsChecked</span><span style="color: #0000ff">,</span><span style="color: #ff0000"> ElementName</span><span style="color: #0000ff">=checkIncludeReason}&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">CheckBox</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;checkIncludeETA&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Content</span><span style="color: #0000ff">=&quot;I should arrive by&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Controls</span><span style="color: #0000ff">:</span><span style="color: #a31515">TimePicker</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;timeArrival&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> IsEnabled</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">Binding</span><span style="color: #ff0000"> IsChecked</span><span style="color: #0000ff">,</span><span style="color: #ff0000"> ElementName</span><span style="color: #0000ff">=checkIncludeETA}&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Margin</span><span style="color: #0000ff">=&quot;0,-12,0,0&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">CheckBox</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;checkIncludeDiagnosticData&quot;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Content</span><span style="color: #0000ff">=&quot;Include extra data&quot; /&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">StackPanel</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">ScrollViewer</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Grid</span><span style="color: #0000ff">&gt;</span>    <br /><span style="color: #0000ff">&lt;/</span><span style="color: #a31515">phone</span><span style="color: #0000ff">:</span><span style="color: #a31515">PhoneApplicationPage</span><span style="color: #0000ff">&gt;</span>    <br />&#160;</div>
<p>Obviously this XAML contains a number of hardcoded strings which is not what we want for a localizable application. We need to get the user interface to take advantage of our resource strings.</p>
<h3>Retrieving Resource Strings in XAML</h3>
<p>Luckily, the resource designer we’ve been working with has already automatically generated classes for accessing these resources. Unfortunately, we can’t easily bind to these in XAML because the auto-generated Strings class has an internal constructor and static properties so we’ll need to create a resources wrapper object that exposes these in a way we can bind to.</p>
<p>Add a new code file to the solution called StringProvider.cs and include the following code:</p>
<div class="code"><span style="color: #0000ff">namespace</span> PhoneApp1    <br />{    <br />&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #0000ff">class</span> <span style="color: #2b91af">StringProvider</span>    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">private</span> <span style="color: #0000ff">readonly</span> <span style="color: #2b91af">Strings</span> _resources = <span style="color: #0000ff">new</span> <span style="color: #2b91af">Strings</span>();    </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">public</span> <span style="color: #2b91af">Strings</span> Resources    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">get</span> { <span style="color: #0000ff">return</span> _resources; }    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }    <br />&#160;&#160;&#160; }    <br />}    <br />&#160;</div>
<p>Now go into your App.xaml file and add a new resource to the application with an appropriate xmlns qualifier. This resource will be available across the entire application and will provide easy access to string localization. When done, our App.xaml will look like:</p>
<div class="code"><span style="color: #0000ff">&lt;</span><span style="color: #a31515">Application</span>     <br />&#160;&#160; <span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Class</span><span style="color: #0000ff">=&quot;PhoneApp1.App&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;</span>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">x</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">shell</span><span style="color: #0000ff">=&quot;clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone&quot;</span>    <br />&#160;&#160; <span style="color: #ff0000"> xmlns</span><span style="color: #0000ff">:</span><span style="color: #ff0000">local</span><span style="color: #0000ff">=&quot;clr-namespace:PhoneApp1&quot;&gt;</span>    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">&lt;!--Application Resources--&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Application.Resources</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">local</span><span style="color: #0000ff">:</span><span style="color: #a31515">StringProvider</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Key</span><span style="color: #0000ff">=&quot;Strings&quot; /&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Application.Resources</span><span style="color: #0000ff">&gt;</span>    </p>
<p>&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">Application.ApplicationLifetimeObjects</span><span style="color: #0000ff">&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">&lt;!--Required object that handles lifetime events for the application--&gt;</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">&lt;</span><span style="color: #a31515">shell</span><span style="color: #0000ff">:</span><span style="color: #a31515">PhoneApplicationService</span>     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Launching</span><span style="color: #0000ff">=&quot;Application_Launching&quot;</span><span style="color: #ff0000"> Closing</span><span style="color: #0000ff">=&quot;Application_Closing&quot;</span>     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #ff0000"> Activated</span><span style="color: #0000ff">=&quot;Application_Activated&quot;</span><span style="color: #ff0000"> Deactivated</span><span style="color: #0000ff">=&quot;Application_Deactivated&quot;/&gt;</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Application.ApplicationLifetimeObjects</span><span style="color: #0000ff">&gt;</span>    </p>
<p><span style="color: #0000ff">&lt;/</span><span style="color: #a31515">Application</span><span style="color: #0000ff">&gt;</span>    <br />&#160;</div>
<p>Now that we’ve defined our StringProvider as a resource, we can bind to it in the main page. In this case we’re binding to a sub-property on the Resources property representing the name of the resource as we defined it earlier in the resources collection and using the application StringProvider object as a binding source. For example, our page title TextBlock becomes:</p>
<div class="code"><span style="color: #0000ff">&lt;</span><span style="color: #a31515">TextBlock</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;PageTitle&quot;</span><span style="color: #ff0000"> Text</span><span style="color: #0000ff">=&quot;{</span><span style="color: #a31515">Binding</span><span style="color: #ff0000"> Resources</span><span style="color: #0000ff">.PageTitleSendMessage,</span><span style="color: #ff0000"> Source</span><span style="color: #0000ff">={</span><span style="color: #a31515">StaticResource</span><span style="color: #ff0000"> Strings}}</span><span style="color: #0000ff">&quot;</span><span style="color: #ff0000"> TextWrapping</span><span style="color: #0000ff">=&quot;Wrap&quot; /&gt;</span>    <br />&#160;</div>
<p>Both Blend and Visual Studio’s design surfaces should recognize this binding and display the neutral language string (the value in Strings.resx) in the designer if the project has been rebuilt since the resource was added.</p>
<p>When building localizable applications, be aware that in many languages resource strings will be longer than in the default locale. Because of this, it’s important that you set TextWrapping=&quot;Wrap&quot; where applicable and use flexible layout structures such as ScrollViewers and StackPanels that can adapt to multi-line content when needed. Due to potentially long resource strings, setting SupportedOrientations=&quot;PortraitOrLandscape&quot; on the page element is recommended where appropriate.</p>
<p>It’s also important to be aware that not all locales support different fonts. Your best bet for application localization is to avoid manually specifying fonts or font weights and instead relying on the built-in styles. See <a href="http://msdn.microsoft.com/en-us/library/hh202920(v=VS.92).aspx">http://msdn.microsoft.com/en-us/library/hh202920(v=VS.92).aspx</a> for more information. </p>
<h3>Referring to localized strings in code behind</h3>
<p>This approach will work for most of the strings, but Metro design guidelines require the application title at the top of the page to be in all caps and our string in the resource file uses initial caps. We could define a new resource just for the title label or write a custom to uppercase value converter for the binding, but instead we’ll just set the title in the code behind so we can demonstrate accessing localized resources from code by adding the following line to the MainPage’s constructor:</p>
<p>ApplicationTitle.Text = Strings.AppTitle.ToUpper(CultureInfo.CurrentCulture);</p>
<h3>Localizing application bars</h3>
<p>Application bar elements do not presently support binding since they’re not truly customizable Silverlight content. Instead, we’ll have to manually set the text of our ApplicationBarIconButton in the code behind by referring to the auto-generated property for our resource name on the Strings resource as follows:</p>
<div class="code"><span style="color: #0000ff">public</span> MainPage()    <br />{    <br />&#160;&#160;&#160; InitializeComponent();    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Ensure that the app title uses all caps</span>    <br />&#160;&#160;&#160; ApplicationTitle.Text = <span style="color: #2b91af">Strings</span>.AppTitle.ToUpper(<span style="color: #2b91af">CultureInfo</span>.CurrentCulture);    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Specify the text explicitly on the app bar using our resource string.</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">var</span> button = (<span style="color: #2b91af">ApplicationBarIconButton</span>)ApplicationBar.Buttons[0];    <br />&#160;&#160;&#160; button.Text = <span style="color: #2b91af">Strings</span>.ButtonSend;    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// By default, we're going to be 15 minutes later than now</span>    <br />&#160;&#160;&#160; timeArrival.Value = <span style="color: #2b91af">DateTime</span>.Now.AddMinutes(15);    <br />}    <br />&#160;</div>
<p>We now have a localized application. Testing the application in the emulator using French language settings results in the following:</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0122.jpg" width="264" height="480" /></p>
<h3>Supporting Globalization</h3>
<p>Now that we have a localizable application, let’s get into the globalization side of things. Since globalization deals with respecting a user’s cultural settings, it’s important to provide the correct IFormatProvider to various string formatting methods whenever appropriate. Thankfully, .NET provides CultureInfo.CurrentCulture which represents the user’s current cultural settings and can be used for formatting strings for the user interface. When doing standard comparisons or dealing with serialization or other non-user-facing operations, it’s important to use CultureInfo.InvariantCulture to ensure your app works properly in all culture settings.</p>
<p>Unlike localization, you don’t have to do anything to support a particular culture and the .NET framework will take care of most culture formatting operations for you. It is still a best practice to provide the appropriate format strings and specify CultureInfo.CurrentCulture as an IFormatProvider where appropriate.</p>
<p>For example, the code our application uses to generate an e-mail makes explicit use of the CurrentCulture and format strings:</p>
<div class="code"><span style="color: #0000ff">private</span> <span style="color: #0000ff">void</span> HandleSendClick(<span style="color: #0000ff">object</span> sender, <span style="color: #2b91af">EventArgs</span> e)    <br />{    <br />&#160;&#160;&#160; <span style="color: #008000">// Build the E-Mail body from the user's selections</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">var</span> body = <span style="color: #0000ff">new</span> <span style="color: #2b91af">StringBuilder</span>();    <br />&#160;&#160;&#160; body.AppendLine(<span style="color: #2b91af">Strings</span>.EmailHeader);    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Include reason if applicable</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">var</span> culture = <span style="color: #2b91af">CultureInfo</span>.CurrentCulture;    <br />&#160;&#160;&#160; <span style="color: #0000ff">if</span> (checkIncludeReason.IsChecked == <span style="color: #0000ff">true</span>)    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine();    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(<span style="color: #0000ff">string</span>.Format(culture, <span style="color: #a31515">&quot;{0}: {1}&quot;</span>, <span style="color: #2b91af">Strings</span>.EmailReason, txtReason.Text));    <br />&#160;&#160;&#160; }    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Include eta if applicable</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">if</span> (checkIncludeETA.IsChecked == <span style="color: #0000ff">true</span>)    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine();    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">// Since we've specified our ValueFormatString for the Time Picker, we can just rely on the ValueString here.</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(<span style="color: #0000ff">string</span>.Format(culture, <span style="color: #a31515">&quot;{0}: {1}&quot;</span>, <span style="color: #2b91af">Strings</span>.CheckShouldArriveBy, timeArrival.ValueString));    <br />&#160;&#160;&#160; }    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Include extra globalization examples if applicable</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">if</span> (checkIncludeDiagnosticData.IsChecked == <span style="color: #0000ff">true</span>)    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine();    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">// this is the standardized culture name such as en-US or zh-CH</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(culture.Name);     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(<span style="color: #0000ff">string</span>.Format(culture, <span style="color: #a31515">&quot;pi: {0}&quot;</span>, <span style="color: #2b91af">Math</span>.PI));    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(<span style="color: #0000ff">string</span>.Format(culture, <span style="color: #a31515">&quot;number: {0}&quot;</span>, -1));    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(<span style="color: #0000ff">string</span>.Format(culture, <span style="color: #a31515">&quot;currency: {0:c}&quot;</span>, 4200.00));    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(<span style="color: #0000ff">string</span>.Format(culture, <span style="color: #a31515">&quot;date: {0:D}&quot;</span>, <span style="color: #2b91af">DateTime</span>.Today));    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body.AppendLine(<span style="color: #0000ff">string</span>.Format(culture, <span style="color: #a31515">&quot;time: {0:t}&quot;</span>, <span style="color: #2b91af">DateTime</span>.Now));    <br />&#160;&#160;&#160; }    </p>
<p>&#160;&#160;&#160; <span style="color: #008000">// Now that we have our message body, do something with it. What we do depends on what we're running on.</span>    <br />&#160;&#160;&#160; <span style="color: #0000ff">if</span> (Microsoft.Devices.<span style="color: #2b91af">Environment</span>.DeviceType == <span style="color: #2b91af">DeviceType</span>.Emulator)    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">// The emulator doesn't currently support sending E-Mails so we'll just output the text to a message box</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #2b91af">MessageBox</span>.Show(body.ToString());    <br />&#160;&#160;&#160; }    <br />&#160;&#160;&#160; <span style="color: #0000ff">else</span>    <br />&#160;&#160;&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #008000">// Compose the E-Mail and show it to the user to preview before sending</span>    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff">var</span> task = <span style="color: #0000ff">new</span> <span style="color: #2b91af">EmailComposeTask</span> {Subject = txtSubject.Text, To = txtTo.Text, Body = body.ToString()};    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; task.Show();    <br />&#160;&#160;&#160; }    <br />}    <br />&#160;</div>
<p>Since globalization is separate from localization, running the app in a language without locale-specific strings will result in properly globalized values such as these German settings in the image below:</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image014" border="0" alt="clip_image014" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0142.jpg" width="264" height="480" /></p>
<h4>Specifying format strings in XAML</h4>
<p>Occasionally you’ll want to be able to specify a format string in XAML either as a parameter to a value converter or as a property on a built in control. In our example we’ll explicitly set the format string of our TimePicker to the short time format for the current culture (“t”). To do this, we prefix our format string with a pair of braces as shown here:</p>
<div class="code"><span style="color: #0000ff">&lt;</span><span style="color: #a31515">Controls</span><span style="color: #0000ff">:</span><span style="color: #a31515">TimePicker</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">:</span><span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;timeArrival&quot;</span><span style="color: #ff0000"> ValueStringFormat</span><span style="color: #0000ff">=&quot;{}{0:t}&quot; /&gt;</span>    <br />&#160;</div>
<p>It’s also possible to set this in code behind either as</p>
<div class="code"><span style="color: #0000ff">var</span> info = <span style="color: #2b91af">CultureInfo</span>.CurrentCulture.DateTimeFormat;    <br />timeArrival.ValueStringFormat = <span style="color: #a31515">&quot;{0:&quot;</span> + info.ShortTimePattern + <span style="color: #a31515">&quot;}&quot;</span>;    <br />&#160;</div>
<p>or, more concisely:</p>
<div class="code">timeArrival.ValueStringFormat = <span style="color: #a31515">&quot;{0:t}&quot;</span>;    <br />&#160;</div>
<h3>Testing for different cultures</h3>
<p>By this point we’ve built a fully functional app that supports globalization and localization. You may be wondering how to test applications for different locales. Actual Windows Phone devices may not allow you to change your phone’s display language, but thankfully Microsoft provided this capability in the emulator.</p>
<p>To access these settings, go into the emulator’s applications menu on the start screen and choose the settings app. From there click on region+language on the system pivot item. <img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image016" border="0" alt="clip_image016" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/clip_image0161.jpg" width="264" height="480" /></p>
<p>The region &amp; language screen allows you to customize the display language on the phone by setting the Display language picker box to the language you want to test and then clicking on the “tap here to accept changes” hyperlink. Doing so will reboot the emulator’s image of the Windows Phone operating system and apply the language and globalization settings you’ve chosen. It can be confusing to use the settings pages in a language you don’t know to change regional settings so it’s a good idea to study the layout of the screen before applying your changes. Once the emulator reboots, launching your application in the emulator will allow you to verify that the app respects the user’s language and cultural settings.</p>
<h2>Deployment Considerations</h2>
<p>When deploying an application that supports different languages and cultures, be sure to opt-in to distribution in the markets you support either by selecting worldwide distribution when publishing your app and setting the prices or by selecting the individual locales that you explicitly intend to support.</p>
<h2>Summary</h2>
<p>You now know how to create an application from start to finish that will offer the best experience by providing a properly globalized and localized application to the global audience that uses Windows Phone.</p>
<p>To download a full Windows Phone project that uses all of the code and examples from above, click the Download Code button below.</p>
<p><a href="http://bit.ly/31daysofmango-day29" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="download" border="0" alt="download" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/download18.png" width="100" height="100" /></a></p>
<p>Tomorrow, we are going back to data, and we’re going to cover how to use a local database in your application.&#160; See you then!</p>
<p><a href="http://aka.ms/PhoneJB" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="toolsbutton" border="0" alt="toolsbutton" src="http://www.jeffblankenburg.com/wp-content/uploads/2011/11/toolsbutton18.png" width="550" height="75" /></a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jeffblankenburg.com/2011/01/18/what-i-learned-in-wp7-%e2%80%93-issue-16/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 16</a></li><li><a href="http://www.jeffblankenburg.com/2011/11/28/31-days-of-mango-day-28-media-library/" rel="bookmark" class="crp_title">31 Days of Mango | Day #28: Media Library</a></li><li><a href="http://www.jeffblankenburg.com/2010/12/21/what-i-learned-in-wp7-%e2%80%93-issue-8/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 8</a></li><li><a href="http://www.jeffblankenburg.com/2010/12/23/what-i-learned-in-wp7-%e2%80%93-issue-9/" rel="bookmark" class="crp_title">What I Learned in WP7 – Issue 9</a></li><li><a href="http://www.jeffblankenburg.com/2011/01/07/what-i-learned-in-wp7-%e2%80%93-issue-14/" rel="bookmark" class="crp_title">What I Learned In WP7 – Issue 14</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=HaBt2Peq-_g:THhyLHPG5DI:G79ilh31hkQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=G79ilh31hkQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=HaBt2Peq-_g:THhyLHPG5DI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=HaBt2Peq-_g:THhyLHPG5DI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=HaBt2Peq-_g:THhyLHPG5DI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=HaBt2Peq-_g:THhyLHPG5DI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=HaBt2Peq-_g:THhyLHPG5DI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=HaBt2Peq-_g:THhyLHPG5DI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=HaBt2Peq-_g:THhyLHPG5DI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?i=HaBt2Peq-_g:THhyLHPG5DI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blankenthoughts?a=HaBt2Peq-_g:THhyLHPG5DI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Blankenthoughts?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blankenthoughts/~4/HaBt2Peq-_g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jeffblankenburg.com/2011/11/29/31-days-of-mango-day-29-globalization/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.jeffblankenburg.com/2011/11/29/31-days-of-mango-day-29-globalization/</feedburner:origLink></item>
	</channel>
</rss>

