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

<channel>
	<title>Corey Schuman &#187; Genral</title>
	<atom:link href="http://www.85turns.com/category/genral/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.85turns.com</link>
	<description>Silverlight Consultant</description>
	<lastBuildDate>Tue, 26 Apr 2011 20:57:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Silverlight MVP</title>
		<link>http://www.85turns.com/2009/10/07/silverlight-mvp/</link>
		<comments>http://www.85turns.com/2009/10/07/silverlight-mvp/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:07:24 +0000</pubDate>
		<dc:creator>Corey</dc:creator>
				<category><![CDATA[Genral]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.85turns.com/2009/10/07/silverlight-mvp/</guid>
		<description><![CDATA[On October 1st I was awarded the Microsoft MVP for Silverlight.&#160; I am very honored and excited about this.&#160; The MVP program, taken from Tim Heuer’s post, “ is a recognition program that is in place to recognize and reward those individuals who have been identified by individuals (peers, Microsoft staff, etc.) as experts in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.85turns.com/blog/wp-content/uploads/images/MVP_12FB8/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.85turns.com/blog/wp-content/uploads/images/MVP_12FB8/image_thumb.png" width="270" height="109" /></a></p>
<p>On October 1st I was awarded the Microsoft MVP for Silverlight.&#160; I am very honored and excited about this.&#160; The MVP program, taken from <a href="http://timheuer.com/blog/archive/2009/10/01/new-silverlight-mvp-announcement-october-2009.aspx" target="_blank">Tim Heuer’s post</a>, <font color="#808080">“ is a recognition program that is in place to recognize and reward those individuals who have been identified by individuals (peers, Microsoft staff, etc.) as experts in their technology field and global contributors to the technology”</font></p>
<p>The other talented group of guys in this round of Silverlight MVP’s are (for the complete list of Silverlight MVP’s follow <a href="https://mvp.support.microsoft.com/communities/mvp.aspx?product=1&amp;competency=Silverlight" target="_blank">this link</a>):</p>
<ul>
<li><a href="http://www.designwithsilverlight.com/">Jeff Paries</a></li>
<li>Ambrose Little </li>
<li><a href="http://nerdplusart.com">Robby Ingebretsen</a></li>
<li><a href="http://www.cynergysystems.com/blogs/blogs/rick.barraza/">Rick Barraza</a> </li>
<li><a href="http://blogs.sqlxml.org/BryantLikes">Bryant Likes</a>&#160; </li>
<li><a href="http://www.davidezordan.net/blog/">Davide Zordan</a></li>
<li><a href="http://www.cnblogs.com/terrylee">Huijun Li</a></li>
</ul>
<p>Talking about and working with Silverlight has been a dream come true.&#160; It enables me to pursue my passion of creating experiences and not applications (more to come on that).&#160; </p>
<p>There have been many people who have helped me in the MVP process; namely Glen Gordon, Jesse Liberty, Tim Heuer, John Papa, and Justin Angel.&#160; Thank you, and I look forward to the upcoming year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85turns.com/2009/10/07/silverlight-mvp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Embedding and Obfuscating fonts</title>
		<link>http://www.85turns.com/2008/11/18/embedding-and-obfuscating-fonts/</link>
		<comments>http://www.85turns.com/2008/11/18/embedding-and-obfuscating-fonts/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 03:54:11 +0000</pubDate>
		<dc:creator>Corey</dc:creator>
				<category><![CDATA[Genral]]></category>

		<guid isPermaLink="false">http://www.85turns.com/2008/11/18/embedding-and-obfuscating-fonts/</guid>
		<description><![CDATA[Before I begin, obfuscate is one of my least favorite words.  It just sounds pretentious whenever it rolls off the tongue.  Moving on&#8230;over the past couple days I have been struggling with embedding a font into my Silverlight project.  There are a number of tutorials out there on how to embed fonts (Tim Hauer has [...]]]></description>
			<content:encoded><![CDATA[<p>Before I begin, obfuscate is one of my least favorite words.  It just sounds pretentious whenever it rolls off the tongue.  Moving on&#8230;over the past couple days I have been struggling with embedding a font into my Silverlight project.  There are a number of tutorials out there on how to embed fonts (Tim Hauer has a great screencast on it).  However thorough and easy to follow the tutorials are, embedding a font is still buggy, especially when working on a large scale project.  There are two things wrong:</p>
<ol>
<li>The &lt;FontFamily&gt; tag is not recognized as valid by Visual Studio.  The prime location to define an application wide font is in the App.xaml file.  In this file, you can data bind the FontFamily anywhere in your application.  Ignore the Visual Studio error and still place the &lt;FontFamily&gt; declaration in the App.xaml.</li>
<li>The Font location is relative to where the first call is made from.  If you have a control nested in a subdirecty that calls the font family, you will need to tweak the location in the App.xaml.  This was a great find by my colleagues <strong>Stephen Rettinger</strong> and<strong> Lisa Smith</strong>.</li>
</ol>
<p>As for <em>obfuscating (saying it like Robin Leech)</em> the font…why would you do this?</p>
<p>First, if you <a href="http://en.wikipedia.org/wiki/Odttf">obfuscate the font</a>, then the license  like that of Adobe Acrobat.  It’s considered truly embedded.  If you include the ttf file in the xap it’s considered redistribution and the cost of a license is sky high.  (Note: I am not a lawyer, this is strictly my understanding of font licensing).</p>
<p>Secondly you don’t have to worry about someone extracting the font file from the xap and installing it on their computer.  Obfuscated fonts are not installable and can possibly be a subset of the original font.</p>
<p>Many thanks go out to<strong> Stephen Rettinger f</strong>or showing me this.  He has a really nice step by step on how to do this.  Hopefully he gets a blog up to post the tutorial.</p>
<h3>Links on how to embed fonts</h3>
<p><a href="http://timheuer.com/blog/archive/2008/03/10/embedding-fonts-in-silverlight-2.aspx">http://timheuer.com/blog/archive/2008/03/10/embedding-fonts-in-silverlight-2.aspx</a></p>
<p><a href="http://www.jeffblankenburg.com/2008/11/tutorial-9-embedding-fonts-in.aspx">http://www.jeffblankenburg.com/2008/11/tutorial-9-embedding-fonts-in.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.85turns.com/2008/11/18/embedding-and-obfuscating-fonts/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

