<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>nerdplusart.com</title>
	
	<link>http://blog.nerdplusart.com</link>
	<description>inspiration for xaml nerds</description>
	<lastBuildDate>Thu, 08 Jul 2010 09:25:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/nerdplusart" /><feedburner:info uri="nerdplusart" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Making the Most of Silverlight Text Rendering</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/2RL5HbGqEog/making-the-most-of-silverlight-text-rendering</link>
		<comments>http://blog.nerdplusart.com/archives/making-the-most-of-silverlight-text-rendering#comments</comments>
		<pubDate>Thu, 08 Jul 2010 09:21:34 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[animated]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font rendering]]></category>
		<category><![CDATA[fontsize]]></category>
		<category><![CDATA[hinting]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text rendering]]></category>
		<category><![CDATA[TextHintingMode]]></category>
		<category><![CDATA[xaml]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/making-the-most-of-silverlight-text-rendering</guid>
		<description><![CDATA[Plenty of people (myself included) have had some less than favorable things to say about text rendering in WPF and Silverlight. Well haters gonna h8, but we’ve come a long way! Here’s thet thing: text rendering is not only hard but it’s highly subject. That’s why a tool like photoshop makes you choose a rendering [...]]]></description>
			<content:encoded><![CDATA[<p>Plenty of people (myself included) have had some less than favorable things to say about text rendering in WPF and Silverlight. Well haters gonna h8, but we’ve come a long way! Here’s thet thing: text rendering is not only hard but it’s highly subject. That’s why a tool like photoshop makes you choose a rendering method (one of 5) for every text element on the canvas. There really isn’t a single rendering methodology that is going to look great for all fonts in all situations.</p>
<p>If you think about it, you’re dealing with the intersection of a lot of variables: the glyphs in the font itself (is it thin, thick, etc.), the features of the font (whether it supports hinting, etc.), the size of the font and the context in which it is used (the color of the text, the color of the background, etc.). </p>
<p>The fancypants engineering that turns all of that into pixels on a screen is not going to get it right all the time, especially for something like type where our eyes are highly trained and people (designers and non-designers alike) have strong opinions.</p>
<p>So, in that spirit, I thought I’d share some of my (highly subjective) opinions. Here are a couple of things that I do get better text rendering in Silverlight:</p>
<h3>1. Choose Good Fonts at the Right Size</h3>
<p>Some fonts just seem to be made for Silverlight and some feel like a fight. Unfortunately, there are no rules about this. It takes a little trial and error. And to make it even more complicated, the results are pretty dramatic depending on the size at which you’re rendering. The same font might look pretty good at 12px and crummy at 13px. </p>
<p>Segoe and Verdana both look okay at display sizes. I prefer Verdana at 11px or 12px. Segoe works great at 14px but kind of looks awful at 11px (especially bold). </p>
<p>Confusing? Unfortunately, it sort of is. The good news is that for display font sizes (10-14px or so), you’re generally better off sticking with what you know anyway. At that size, you shouldn’t be trying to be creative or really even establish a mood. You should probably be focused on conveying information. To that end, a common font is an asset because it lets the text itself have the voice instead of the font its written in.</p>
<p>For larger sizes, you may want to be a little more expressive and there you’ll have to do some digging. Keep that in mind as you design or work with your designers to that they understand: when it comes to production, you may have to tweak font sizes by a pixel or two here and there to find a match to the Silverlight text rendering engine.</p>
<p>Seems a little arbitrary, right? Why should the same font look so different (jaggy vs not, etc.) at two very similar sizes? It’s because of text hinting and that brings us to…</p>
<h3>2. Understand Hinting (and turn it off some times)</h3>
<p><a href="http://www.microsoft.com/typography/TrueTypeHintingIntro.mspx">Text hinting</a> (or <a href="http://en.wikipedia.org/wiki/Font_hinting">font hinting</a>) is like pixel snapping for fonts. It’s a way for the font author to specify the “critical” lines in each of the glyphs, the ones that need to land on pixel boundaries. The result of well hinted text is that the stems in a letter like “M” fall on pixel boundaries and you get text that looks much crisper. </p>
<p><a href="http://blog.nerdplusart.com/wp-content/uploads/2010/07/image.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" class="wlDisabledImage" title="image" border="0" alt="image" src="http://blog.nerdplusart.com/wp-content/uploads/2010/07/image_thumb.png" width="460" height="220" /></a></p>
<p>Microsoft tends to be pretty aggressive when it comes to text hinting and that typically accounts for the difference in font rendering between Windows and Mac. Strongly hinted text feels crisper but a little bit more jaggy. At large sizes, text hinting doesn’t matter and in WPF and Silverlight, you can usually find the “magic” size where the rendering algorithm stops paying attention to hints. For Segoe UI (in WPF) this happens somewhere between 20 and 21px. You can see the difference below:</p>
<p><a href="http://blog.nerdplusart.com/wp-content/uploads/2010/07/image1.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" class="wlDisabledImage" title="image" border="0" alt="image" src="http://blog.nerdplusart.com/wp-content/uploads/2010/07/image_thumb1.png" width="307" height="99" /></a></p>
<p>This is how text hinting accounts for the big differences between seemingly small sizes. It’s not just because hinting switches off at certain sizes, it’s also the fact that as you move from size to size, you’re doing a bunch of rounding. You’re literally changing the underlying glyphs that make up the characters in the font so that they align to pixel boundaries. </p>
<p>This also explains why you get a lot of artifacts in the “medium” sized display sizes (13px through 20px or so): at smaller sizes, hinting does less because many of the glyphs end up being a single pixel wide (think of the letter I at 10, 11 or 12px—there’s a good chance that it will only be a single pixel wide at any of those sizes). When you move up just a little, you still have hinting in the math, but now the difference is more noticable and as you move from, say a 17px font to an 18px font you may actually see a significant change in the shape of a glyph. This effect sets in even earlier for bold text. </p>
<p>You can probably already feel my bias here. At small sizes, I really like hinted text but for medium sizes, I think it distorts the glyphs and generally looks too crisp. In my opinion, this is why people complain about Silverlight and WPF text rendering. It’s too aggressive in it’s approach to hinting. I won’t pretend to be an expert, but I’ve heard that this has something to do with something called a gamma table. I mention that only because it sounds awesome.</p>
<p>Earlier I said that Photoshop lets us choose between 5 different mathemagical formulas to get pretty precise control of text appearance. Well, Silverlight isn’t quite that generous, but there’s one huge switch that we can throw: TextHintingMode. Hooray!</p>
<p>When you set TextOptions.TextHintingMode=”Animated” you are essentially telling the rendering engine to ignore hinting. Thanks! I think it’s called “Animated” because if you’re text is animated, you presumably don’t care about how it lines up against pixel boundaries anymore.</p>
<p>Basically, when you set TextHintingMode=”Animated, you tell Silverlight to render your text using the same algorithm it uses at larger sizes, the one that ignores hinting. The result can be that the text feels a little fuzzy at smaller sizes, but I think it often looks much better. Here are a couple of examples:</p>
<p><a href="http://blog.nerdplusart.com/wp-content/uploads/2010/07/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://blog.nerdplusart.com/wp-content/uploads/2010/07/image_thumb2.png" width="550" height="371" /></a></p>
<p>You might prefer the hinted text (Fixed above). From a technical perspective, you could probably make an argument that it’s more “correct.” It’s definitely brighter and I think that some people would argue that’s more readable because of that. </p>
<p>On the other hand, I think anyone would agree that the “shape” of the letters in the “Fixed” text is a little distorted compared to the “Animated” text. Look at the top sample. That’s Verdana. Checkout the top of the “6” in 16 for the bold version of that font. It’s been reduced to a single horizontal line. The same goes for the top and bottom lines in the little “z” in size. If you compare those to the non-hinted version, it’s clear that those lines should all have a little more weight to them.</p>
<p>The result of all of this is that I use TextHintingMode=”Animated” a lot. A whole lot. In fact, this property inherits and I usually just set at the top of the app and then “opt out” instead of opting in. If that makes things look fuzzy, um, sorry. I like it.    </p>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/2RL5HbGqEog" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/making-the-most-of-silverlight-text-rendering/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/making-the-most-of-silverlight-text-rendering</feedburner:origLink></item>
		<item>
		<title>Mid-year Reviews: Best Albums of 2010 So Far</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/2ecu15cWKlo/mid-year-reviews-best-albums-of-2010-so-far</link>
		<comments>http://blog.nerdplusart.com/archives/mid-year-reviews-best-albums-of-2010-so-far#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:28:20 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=710</guid>
		<description><![CDATA[It&#8217;s that time of year: mid-year reviews. We&#8217;ve traditionally kept things to a single yearly review, but we&#8217;re moving to the semi-annual model so that we can provide more consistent feedback and, you know, keep everyone motivated. So here you go, best albums of 2010 to date (Q1 and Q2). So far, 2010 has not [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of year: mid-year reviews. We&#8217;ve traditionally kept things to a <a href="http://blog.nerdplusart.com/archives/top-albums-2009">single yearly review</a>, but we&#8217;re moving to the semi-annual model so that we can provide more consistent feedback and, you know, keep everyone motivated.</p>
<p>So here you go, best albums of 2010 to date (Q1 and Q2). So far, 2010 has not only met, but in many cases, <strong>exceeded expectations</strong>. Well done 2010. And the rest of the year looks just as bright. We&#8217;re anticipating some great music in third and fourth quarters.</p>
<p>Note that a couple of these are pre-release tracks from albums that still haven&#8217;t come out. The first song (Ring Ring by Sleigh Bells) is the single from an album that has since been released and by the time the album came out, the track had been renamed Rill Rill and sounded quite a lot different. I liked this version better.</p>
<p>Also, the order here is kind of rough still. I think the Charlotte Gainsbourg album may show up a little to early and the Surfer Blood album comes too late. Well, it&#8217;s only mid-year&#8230;still plenty of time to get it right for the list that counts.</p>
<p>(By the way, this is a modified version of <a href="http://blog.nerdplusart.com/archives/top-albums-2009">this</a> (slightly better) app. The editorial text was the time sink last time so I cut it from this version and tried to move things around a little to fill the gap. It only kind of worked, so you&#8217;ll have to forgive the layout that feels like it&#8217;s missing something.)</p>
<p><script type="text/javascript" src="/loader/loader.js"></script></p>
<style type="text/css">
    .silverlightHost { width: 550px; height: 580px;  }
    html { height: 100%; }
    body { height: 100%; margin: 0; padding: 0; }
</style>
<div class="silverlightHost">
  <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"><param name="source" value="http://blog.nerdplusart.com/silverlight/TopAlbumsMid2010.xap"/><param name="background" value="white" /><param name="minRuntimeVersion" value="3.0.40624.0" /><param name="splashscreensource" value="/loader/loader.xaml" /><param name="autoUpgrade" value="true" /><param name="onSourceDownloadProgressChanged" value="onSourceDownloadProgressChanged" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156&#038;v=3.0.40624.0" style="text-decoration:none"><br />
 			  <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/><br />
		  </a><br />
	    </object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe>
    </div>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/2ecu15cWKlo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/mid-year-reviews-best-albums-of-2010-so-far/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/mid-year-reviews-best-albums-of-2010-so-far</feedburner:origLink></item>
		<item>
		<title>The Tendency to Overdesign</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/y5GGkEgSTx8/the-tendency-to-overdesign</link>
		<comments>http://blog.nerdplusart.com/archives/the-tendency-to-overdesign#comments</comments>
		<pubDate>Wed, 05 May 2010 07:27:34 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/the-tendency-to-overdesign</guid>
		<description><![CDATA[I got an email tonight with a great question and I thought I&#8217;d share my thoughts / gather some feedback. Here&#8217;s the question: One problem that I have always had &#160;that after I design a website or Silverlight application I tend to start second guessing what I have produced.&#160; Next thing you know I start [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>I got an email tonight with a great question and I thought I&#8217;d share my thoughts / gather some feedback.</p>
</p>
<p><b>Here&#8217;s the question: </b></p>
</p>
<p>One problem that I have always had &nbsp;that after I design a website or Silverlight application I tend to start second guessing what I have produced.&nbsp; Next thing you know I start tweaking a little bit here and a little bit there and in the end it ends up totally different when maybe it was fine to begin with.&nbsp; It&#8217;s almost as if it&#8217;s not good enough and I am over critical. Do you have that problem?&nbsp; If so, how do you deal with it or how do you recommend I deal with it?</p>
</p>
<p><b>Here&#8217;s my response:</b></p>
</p>
<p>That&#8217;s a great question. I&#8217;m certainly no stranger to overdesigning something that was good to begin with. On the other hand that refining process often makes things better not worse. So, I don&#8217;t have a perfect answer for &nbsp;when to stop, but I do have some thoughts:</p>
</p>
<p>First, your instincts get better with time and you need to trust them. If you don&#8217;t have that &#8220;in the pocket&#8221; feeling about something, it&#8217;s probably good to keep exploring. You can always go back.</p>
</p>
<p>Second, it&#8217;s always a good idea to put some space between you and a design from time to time. I usually have two or three things &#8220;cooking&#8221; just so I get some perspective as I bounce between them. If you have the luxury of a time, taking a few days is great. Use that time to try to shift your thinking, find new inspiration, etc. When you go back, you&#8217;ll almost definitely see the design in a different light.</p>
</p>
<p>Third, backup as you go and keep a history of your iterations. Once you give yourself some space, go back and try to deconstruct your thinking. That will give you a chance to find the good among the bad. It will also help you understand yourself and refine your instinct.</p>
</p>
<p><b>Your response? </b></p>
<p><b></b></p>
<p>Wondering what other folks would say to this. Anybody have thoughts to share? How do you know when a design is good enough to stop?<b></b></p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://ingebretsen.posterous.com/the-tendency-to-overdesign">Robby Ingebretsen</a>  </p>
</p></div>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/y5GGkEgSTx8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/the-tendency-to-overdesign/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/the-tendency-to-overdesign</feedburner:origLink></item>
		<item>
		<title>10 Favorite Open Source Fonts You Can Embed in WPF or Silverlight</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/WBCZmTxaq-s/10-favorite-open-source-fonts-you-can-embed-in-wpf-or-silverlight</link>
		<comments>http://blog.nerdplusart.com/archives/10-favorite-open-source-fonts-you-can-embed-in-wpf-or-silverlight#comments</comments>
		<pubDate>Thu, 18 Mar 2010 19:51:35 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/10-favorite-open-source-fonts-you-can-embed-in-wpf-or-silverlight</guid>
		<description><![CDATA[Titilium Very nice sans serif that works well for display. Comes in many weights. I&#8217;ve actually used this font a lot in WPF for display and had good luck with it. It&#8217;s a little square so it leaves the UI looking a little futuristic if you don&#8217;t manage the weights properly. Raleway Light weight font. [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p><a href="http://www.campivisivi.net/titillium/">Titilium</a></p>
</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/ingebretsen/7CzTmy06HrfiZvETcKBPAyemln0dJ0276ZTRApNb9yu1PKdzzuqmIGCitrdE/image004.jpg'><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/RIHmIw7JhbukijJHvYccP9dBePTav3FVfsyoK6MRETagpvxMS7wcq9AtKhXq/image004.jpg.scaled.500.jpg" width="500" height="107"/></a> </p>
</p>
<p>Very nice sans serif that works well for display. Comes in many weights. I&#8217;ve actually used this font a lot in WPF for display and had good luck with it. It&#8217;s a little square so it leaves the UI looking a little futuristic if you don&#8217;t manage the weights properly.</p>
</p>
<p><a href="http://www.theleagueofmoveabletype.com/fonts/14-raleway">Raleway</a></p>
</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/ingebretsen/UpLrpTPG7zQaOT2ZNj0dCbAvvoSbn4O79smbXmCptaUYZUfLCS494ffYXtIq/image007.jpg'><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/vKN8JzqKoEFvAUQgzKqIYG69Z2eDC19BTSazVHKLxqbidq5cVlKfDorBIhjd/image007.jpg.scaled.500.jpg" width="500" height="87"/></a> </p>
</p>
<p>Light weight font. Very friendly (because of a big x-height for those who came to the design fundamentals workshop). Feels a little bit like an updated light futura. It&#8217;s may be too thin for display in WPF and SL because of the platforms tendency to thin out typefaces at render time.</p>
</p>
<p><a href="http://www.omkrets.se/typografi/">Miso</a></p>
</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/UWTCY7agKhOt6EefuOZ7xGaj1oQLyR0WbwwQBUfdtvloE82jMyqvbjlGW4fe/image001.png" width="305" height="82"/> </p>
</p>
<p>Really beautiful functional looking font. Comes in three weights (light, regular and bold)</p>
</p>
<p><a href="http://www.dotcolon.net/font/font.php?id=3">Medio</a></p>
</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/4fe7M9PSf48dBG7dMeqlirr3qwyNZA2kxyNmskuAVfVP8Rr48UItMJD2mS67/image011.jpg" width="458" height="128"/> </p>
</p>
<p>A classic Bodoni style font. Very clean lines, classic and elegant.</p>
</p>
<p><a href="http://www.dafont.com/ubuntu-title.font">Ubunt-title</a></p>
</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/3dL8HxjskJj2SQWxgeRUKRcYmbRE2HVtbUyl4rtDCJ1mF0mAIwwmj7zinwl8/image005.png" width="277" height="76"/> </p>
</p>
<p>Nice modern looking rounded sans-serif. Very modern feel. Friendly. Presumably created for the Ubuntu linux distro. Released under GNU.</p>
</p>
<p><a href="http://betatype.com/node/35">Serif Beta</a></p>
</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/pR9WgcRIigMeBxOt1uMvSYMKdjIUqi5XVHCdcFxuwAI2GidHDZAadUFAq201/image013.jpg" width="375" height="81"/> </p>
</p>
<p>Serif beta is a temporary name for this font which is theoretically still not finalized (thus the beta) but it&#8217;s a very cool multipurpose serif.</p>
</p>
<p><a href="http://www.theleagueofmoveabletype.com/fonts/7-league-gothic">League Gothic</a></p>
</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/W674PhKxDiKCYkpjTQs2WFJ9lTa0zvYRi6fstSzCSGE019EVYoQVn9uj6KCz/image017.jpg" width="441" height="97"/> </p>
</p>
<p>Perhaps my favorite open source font out there right now (and, incidentally) the font I used for my slides at MIX10. Very cool narrow gothic based on Alternate Gothic No.1, a typeface from the 1920&#8217;s.</p>
</p>
<p><a href="http://www.theleagueofmoveabletype.com/fonts/4-chunk">Chunk Five</a></p>
</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/SECvcgtuMGymLfglKTlWAilGYJfR4B9bo1DeeWxeD6L68rb5ZeGz8BIGlsYE/image018.jpg" width="450" height="91"/> </p>
</p>
<p>A very &#8220;chunky&#8221; slab serif that is perfect for headlines. This is the font I used for the &#8220;Best Albums of 2009&#8221; app that I <a href="http://blog.nerdplusart.com/archives/top-albums-2009">posted</a> a few months ago.</p>
</p>
<p><a href="http://www.theleagueofmoveabletype.com/fonts/1-junction">Junction</a></p>
</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/R58NjMzYbTb1K4oGXSNZlPVRWigiwzICchxFQ44sSnoagZBxgi50F7Dc8Eh1/image015.png" width="394" height="121"/> </p>
</p>
<p>This is a really nice humanist sans serif that would work great as a display font. It&#8217;s got a really unique shape for the lowercase &#8220;n&#8221; and &#8220;u&#8221; that makes it fairly recognizable. </p>
</p>
<p><a href="http://www.fontsquirrel.com/fonts/New-Athena-Unicode">New Athena Unicode</a></p>
</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/ingebretsen/FtPmZkdz8pC4YZTVFIJuI3MvEtBXXjyAyKjQQ40HCuDrdmnHDZgVEk2eVvqi/image016.png'><img src="http://posterous.com/getfile/files.posterous.com/ingebretsen/rxz7IV8SAh1MCyerKiKU9K9ryERhgsAhmaarfq2V7Fo6C2cvXHddbhzE7kd3/image016.png.scaled.500.jpg" width="500" height="109"/></a> </p>
</p>
<p>Very unique sans serif. Would make a great headline or display. Released by the American Philological Society and has good Unicode support plus some interesting open type features.</p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://ingebretsen.posterous.com/10-favorite-open-source-fonts-you-can-embed-i">Robby Ingebretsen</a>  </p>
</p></div>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/WBCZmTxaq-s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/10-favorite-open-source-fonts-you-can-embed-in-wpf-or-silverlight/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/10-favorite-open-source-fonts-you-can-embed-in-wpf-or-silverlight</feedburner:origLink></item>
		<item>
		<title>My (very) short list of must read books for aspiring designers #mix10</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/At2KMj_82nA/my-very-short-list-of-must-read-books-for-aspiring-designers-mix10-2</link>
		<comments>http://blog.nerdplusart.com/archives/my-very-short-list-of-must-read-books-for-aspiring-designers-mix10-2#comments</comments>
		<pubDate>Sun, 14 Mar 2010 03:49:13 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/my-very-short-list-of-must-read-books-for-aspiring-designers-mix10-2</guid>
		<description><![CDATA[All fantastic books. There are other great books, but for me these are the essentials. 1.&#160;&#160;&#160;&#160;&#160;&#160; How to Think Like a Great Graphic Designer by Debbie Millman &#160;// &#160;AmazonThis is the book to read if you want to understand the ethos of designers and understand design culture. Perfect way to begin to feel like you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>All fantastic books. There are other great books, but for me these are the essentials.</p>
</p>
<p class="MsoListParagraph" style=""><span style="">1.<span style="font: 7.0pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>How to Think Like a Great Graphic Designer by Debbie Millman &nbsp;// &nbsp;<a href="http://www.amazon.com/Think-Like-Great-Graphic-Designer/dp/1581154968/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1268537880&amp;sr=8-1">Amazon</a><br />This is the book to read if you want to understand the ethos of designers and understand design culture. Perfect way to begin to feel like you&#8217;re in the club.
<p /></p>
<p class="MsoListParagraph" style=""><span style="">2.<span style="font: 7.0pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>The Elements of Graphic Design by Alexander White &nbsp;// &nbsp;<a href="http://www.amazon.com/Elements-Graphic-Design-Space-Architecture/dp/1581152507/ref=sr_1_25?ie=UTF8&amp;s=books&amp;qid=1268538038&amp;sr=1-25">Amazon</a><br />By far the most organized thinking about design composition that I&#8217;ve encountered.
<p /></p>
<p class="MsoListParagraph" style=""><span style="">3.<span style="font: 7.0pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>&nbsp;The Elements of Typographic Style by Robert Bringhurst&nbsp; //&nbsp; <a href="http://www.amazon.com/Elements-Typographic-Style-Robert-Bringhurst/dp/0881792063/ref=pd_bxgy_b_img_c">Amazon</a><br />Not such breezy reading as the other two, but a very structured approach to typography, something that is normally left mostly to intuition.</p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://ingebretsen.posterous.com/my-very-short-list-of-must-read-books-for-asp">Robby Ingebretsen</a>  </p>
</p></div>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/At2KMj_82nA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/my-very-short-list-of-must-read-books-for-aspiring-designers-mix10-2/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/my-very-short-list-of-must-read-books-for-aspiring-designers-mix10-2</feedburner:origLink></item>
		<item>
		<title>MIX 2010 Is Just Around the Corner</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/JA30zhNSH3w/mix-2010-is-just-around-the-corner</link>
		<comments>http://blog.nerdplusart.com/archives/mix-2010-is-just-around-the-corner#comments</comments>
		<pubDate>Wed, 17 Feb 2010 06:29:23 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[design fundamentals]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[mix 2010]]></category>
		<category><![CDATA[seesion]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/mix-2010-is-just-around-the-corner</guid>
		<description><![CDATA[I realized this morning that MIX is just a few weeks away and by a few I mean less than four. I can’t wait. MIX might be my favorite week of year (sorry Holiday Season) and this looks like it’s going to be a great year. Even Joshua Topolsky (Mr. Engadget) thinks so, or did [...]]]></description>
			<content:encoded><![CDATA[<p>I realized this morning that MIX is just a few weeks away and by a few I mean less than four. I can’t wait. MIX might be my favorite week of year (sorry Holiday Season) and this looks like it’s going to be a great year. Even Joshua Topolsky (Mr. Engadget) thinks so, or <a href="http://www.engadget.com/2010/02/15/live-from-microsofts-windows-phone-7-series-windows-mobile-press-event-at-mwc-2010/">did at 4:05PM</a> the other day anyway.</p>
<h3>I’m Speaking! Woohoo!</h3>
<p>In addition to attending, I get to speak again this year. Twice, in fact. First off is a <a href="http://live.visitmix.com/MIX10/Sessions/WKSP02">workshop</a>. This will be an encore (and updated) performance of the workshop I did last year about the fundamentals of design. Microsoft specifically asked me to present the same workshop this year because we had a really great response to it last last year and this seems to still be a very hot topic. That’s awesome: technical folks want to know more about design.</p>
<p>I’ve refined some things for this go around, but the basics of the content will be the same: the fundamental principles of design presented for non-designers. New stuff is: new content about typography, some updated thoughts about realism in UI, icons and imagery as well as some better organization and refinement overall. I’ve also tried to update a bunch of the examples we look at.</p>
<h3>It’s Not Too Late to Register for the Workshops (Even if You Already Registered for MIX)</h3>
<p>Some things about workshops: first, it was a fluke that it was recorded last year and I don’t think we’ll be so lucky this year. Second, even if you’ve already registered for the conference (and I’ve heard that space is running out), you can go back and <a href="http://live.visitmix.com/Registration">add the workshops to you’re registration</a> if you’ve had a change of heart. And you should. The workshops look really cool this year.</p>
<h3>My Session: Hands on With Design</h3>
<p>In addition to the workshop, Microsoft is also letting me <a href="http://live.visitmix.com/MIX10/Sessions/EX06">present a session</a>. This session is mostly made up of content that didn’t quite fit into the workshop. Where the workshop is a lot about “what is” design, the session is more hands on and “how to” design. It may be a little random (it’s the scraps after the workshop after all) but hopefully really fun and useful. I’ll cover everything from process kinds of stuff to some tactical XAML kinds of things.</p>
<h3>This Year’s Kaxaml Swag</h3>
<p>Finally, a little about Kaxaml swag this year. So, it just didn’t feel right to order new swag this year since 1) I have about 450 stickers left and 2) Kaxaml hasn’t really changed at all since last year. So this year we’re going sticker crazy! The goal is to “place” all 450 stickers in good homes so that next year when we have a fresh version of the app we can also have fresh swag to celebrate. Therefore, if you are at the conference and have a need for a sticker, do not hesitate get one (or two or up to 450). They are quickly become collectors items, by the way. Time is running out.</p>
<p>Well, that’s it for now. See you at MIX!</p>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/JA30zhNSH3w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/mix-2010-is-just-around-the-corner/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/mix-2010-is-just-around-the-corner</feedburner:origLink></item>
		<item>
		<title>Kaxaml Update + Downloads + A Request</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/kpN_rp21p2M/kaxaml-update-downloads-a-request</link>
		<comments>http://blog.nerdplusart.com/archives/kaxaml-update-downloads-a-request#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:36:00 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/kaxaml-update-downloads-a-request</guid>
		<description><![CDATA[Kaxaml Update I had a great conversation with Rob Relyea (Mr. XAML) yesterday about the future of Kaxaml and he shared a lot of very useful pointers about how to use some upcoming .NET 4.0 features to make Kaxaml super awesome. Looks like he’s already written much of the code for us! So here’s the [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://blog.nerdplusart.com/wp-content/uploads/2010/02/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.nerdplusart.com/wp-content/uploads/2010/02/image_thumb.png" width="550" height="447" /></a> </h3>
<h3>Kaxaml Update</h3>
<p>I had a great conversation with Rob Relyea (Mr. XAML) yesterday about the future of <a href="http://kaxaml.com">Kaxaml</a> and he shared a lot of very useful pointers about how to use some upcoming .NET 4.0 features to make Kaxaml super awesome. Looks like he’s already <a href="http://robrelyea.com/demos/xamlpadsample">written much of the code</a> for us! </p>
<p>So here’s the plan. No updates until the week after <a href="http://live.visitmix.com/">MIX</a>, but I’ve reserved a few days that week to dig in. At that point, I’ll also update the code on <a href="http://codeplex.com/kaxaml">codeplex</a> and if anyone would like to lend a hand, I would warmly welcome it. I haven’t done a good job getting community support in the code so far. Part of the next update will be (hopefully) making community participation a little easier. If you’re interested in lending a hand that week, <a href="mailto:robby@kaxaml.com">let me know</a>. It will be fun. Maybe we can make t-shirts or something.</p>
<p>Some of the features I’d like to add (time permitting):</p>
<ul>
<li>Support for external assemblies </li>
<li>x:Class / Event stripping </li>
<li>Basic .csproj support / App.xaml support </li>
<li>“Real” intellisense (right now I just parse a big .XSD) </li>
<li>Better Silveright support (some tough problems here still) </li>
<li>ResourceDictionary preview </li>
<li>Better MVVM (when I wrote this, MVVM was really new and the current implementation feels very broken now) </li>
</ul>
<h3>Downloads </h3>
<p>I noticed this morning that I’ve had 88,000 downloads of Kaxaml so far. That sort of blew my mind. I realize that as developers we reinstall our machines a lot. At least a dozen of those downloads are from me, but it’s still a much bigger number than I expected. I’ve had a pretty good number of inquiries over that time from people who want make donations. I’ve never accepted anything but the gesture has always been really appreciated. </p>
<h3>The Request</h3>
<p>Well, I have a request. If you use Kaxaml, here’s a way to help: this morning I got an email from a colleague in Romania (Niamtu Dragos). He’s the man behind <a href="http://xamltemplates.net">xamltemplates.net</a>. Dragos is currently donating any sales of the content on his site to <a href="http://danielraduta.ro/?lang=en">Daniel Raduta</a>. </p>
<p>I don’t know Daniel, but he’s got leukemia and needs a bone marrow transplant that he can’t afford. He’s a developer like us and he has a family. He’s expecting his first child next month. I find it tragic that right now his life depends mostly on financing! The knowledge and technology to beat this exist, he just needs to pay for it. Seems like that should be a technicality or an afterthought but right now it’s the thing that’s keeping him from getting the help he needs. That’s heartbreaking!</p>
<p>So, here’s the request: If you’ve thought about donating to Kaxaml in the past then use those funds to support Daniel. Theoretically, there are thousands of us. If we each donated just a few dollars we would save this guys life! To donate, you can buy something from <a href="http://xamltemplates.net/">xamltemplates.net</a> or <a href="http://danielraduta.ro/?page_id=170&amp;lang=en">donate directly to Daniel </a>by clicking below. If you do and you want to let me know it was for Kaxaml, <a href="mailto:robby@kaxaml.com">drop me a line</a> (or feel to keep it anonymous too).</p>
<p> <a href="http://danielraduta.ro/?lang=en"><img border="0" alt="Îl susţin pe Daniel Răduţă" src="http://danielraduta.ro/wp-content/uploads/daniel-200.jpg" /></a> </p>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/kpN_rp21p2M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/kaxaml-update-downloads-a-request/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/kaxaml-update-downloads-a-request</feedburner:origLink></item>
		<item>
		<title>Top Albums 2009</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/cpraL21eZ5Q/top-albums-2009</link>
		<comments>http://blog.nerdplusart.com/archives/top-albums-2009#comments</comments>
		<pubDate>Mon, 01 Feb 2010 04:34:07 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=682</guid>
		<description><![CDATA[UPDATE: There were some issues with the Silverlight app before but they&#8217;ve been fixed. I was using a custom MP3 encoder to get live audio visualizations in the app but it was crashing in certain browsers. Everything should be working now (sans visualization), but don&#8217;t hesitate to let me know if you&#8217;re running into issues. [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: There were some issues with the Silverlight app before but they&#8217;ve been fixed. I was using a custom MP3 encoder to get live audio visualizations in the app but it was crashing in certain browsers. Everything should be working now (sans visualization), but don&#8217;t hesitate to let me know if you&#8217;re running into issues. <a href="http://labs.nerdplusart.com/topalbums/TopAlbums.zip">The source</a>, by the way, still includes the audio visualization and if someone can see where I&#8217;ve messed things up I&#8217;d love to know about it!</p>
<p>I realize that 2010 is officially 1/12 over and so any excuse about waiting until the last minute to allow for late breaking slam dunks is going to seem disingenuous. The truth is that over Christmas vacation, I compiled most of the list and even wrote 90% of a Silverlight app for showcasing it. I made the mistake, though, of including a place for a &#8220;blurb&#8221; about each album in the app and it&#8217;s taken me until tonight to write all of those. Well, without further ado, here it is: my best albums of 2009.</p>
<p><script type="text/javascript" src="/loader/loader.js"></script></p>
<style type="text/css">
    .silverlightHost { width: 550px; height: 580px;  }
    html { height: 100%; }
    body { height: 100%; margin: 0; padding: 0; }
</style>
<div class="silverlightHost">
  <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"><param name="source" value="http://blog.nerdplusart.com/silverlight/TopAlbumsUpdate.xap"/><param name="background" value="white" /><param name="minRuntimeVersion" value="3.0.40624.0" /><param name="splashscreensource" value="/loader/loader.xaml" /><param name="autoUpgrade" value="true" /><param name="onSourceDownloadProgressChanged" value="onSourceDownloadProgressChanged" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156&#038;v=3.0.40624.0" style="text-decoration:none"><br />
 			  <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/><br />
		  </a><br />
	    </object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe>
    </div>
<p>This is (as I mentioned) a Silverlight 3 app. You&#8217;re welcome to download the source (<a href="http://labs.nerdplusart.com/topalbums/TopAlbums.zip">here</a>) and do with it as you please. It uses the completely awesome <a href="http://salusemediakit.codeplex.com/">Saluse Media Kit</a> to create the playback visualization bars (in conjunction with the must have <a href="http://kodierer.blogspot.com/2010/01/rounder-faster-better-writeablebitmapex.html">WriteableBitmapEx</a> extensions for WriteableBitmap). If you have your own list of 25 albums, it would be easy to reuse this. It&#8217;s driven by an XML file. Expect more lists from in the near future (including the already compiled best albums of the decade which just need blurbs now).</p>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/cpraL21eZ5Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/top-albums-2009/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/top-albums-2009</feedburner:origLink></item>
		<item>
		<title>Kaxaml Status</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/qUzl7TS5uUk/kaxaml-status</link>
		<comments>http://blog.nerdplusart.com/archives/kaxaml-status#comments</comments>
		<pubDate>Mon, 11 Jan 2010 15:34:28 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/kaxaml-status</guid>
		<description><![CDATA[I got an email this morning that asked if Kaxaml development had been discontinued. The answer is a big huge no way, Jose. That said, it’s been a long time since I dusted off the Kaxaml source. Here’s where we are: 1) Unfortunately, Kaxaml is just a hobby so it always takes a backseat to [...]]]></description>
			<content:encoded><![CDATA[<p>I got an email this morning that asked if Kaxaml development had been discontinued. The answer is a big huge no way, Jose. </p>
<p>That said, it’s been a long time since I dusted off the Kaxaml source. Here’s where we are: 1) Unfortunately, Kaxaml is just a hobby so it always takes a backseat to real (read “paying”) work. 2) I really want to release a new version based on the .NET 4.0 xaml parsing stuff. I wanted to ship that in beta before MIX, but my workload may keep that from happening. We’ll see. 3) The <a href="http://kaxaml.com/">current Kaxaml “beta”</a> actually does support Silverlight 3 even though the website implies that we’re just barely there for Silverlight 2. Sorry Kaxaml. You know I think you&#8217;re the best, right? Let’s totally promise to get together soon. Call me.</p>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/qUzl7TS5uUk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/kaxaml-status/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/kaxaml-status</feedburner:origLink></item>
		<item>
		<title>Seesmic for Windows</title>
		<link>http://feedproxy.google.com/~r/nerdplusart/~3/tPMITIOD-Yw/seesmic-for-windows</link>
		<comments>http://blog.nerdplusart.com/archives/seesmic-for-windows#comments</comments>
		<pubDate>Wed, 18 Nov 2009 07:04:09 +0000</pubDate>
		<dc:creator>Robby Ingebretsen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[seesmic]]></category>
		<category><![CDATA[Seesmic for Windows]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter client]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=672</guid>
		<description><![CDATA[I’ve gone a little dark on the blog lately, mostly due to a suddenly very busy schedule (a good thing for our small team of one at Pixel Lab World Headquarters). I’m excited, though, to share a little about at least one project I’ve been working on: Seesmic for Windows which was announced today at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nerdplusart.com/wp-content/uploads/2009/11/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://blog.nerdplusart.com/wp-content/uploads/2009/11/image_thumb.png" width="550" height="316" /></a> </p>
<p>I’ve gone a little dark on the blog lately, mostly due to a suddenly very busy schedule (a good thing for our small team of one at <a href="http://pixellab.cc">Pixel Lab World Headquarters</a>). I’m excited, though, to share a little about at least one project I’ve been working on: <a href="http://seesmic.com/">Seesmic for Windows</a> which was announced today at the PDC. </p>
<p>I helped out with the UX on this one, doing a lot of the design work and much of the UI implementation in the Windows / WPF version. What a fun project. Seesmic has been great to work with: really talented engineers and super passionate leadership.</p>
<p><a href="http://blog.nerdplusart.com/wp-content/uploads/2009/11/image1.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://blog.nerdplusart.com/wp-content/uploads/2009/11/image_thumb1.png" width="550" height="403" /></a></p>
<p>Seesmic, of course, already had a solid app going into the project, and much of the design process was about keeping the good from the current app in tact. They’ve had, after all, a whopping 3 million downloads in 6 months.&#160; Also, Seesmic has got special appeal with twitter pros (the guys who manage multiple accounts and tweet blindfolded) and we felt that it was critical that we not take anything away from them. </p>
<p>On the other hand, we we wanted to evolve the UI so that it felt native, clean and beautiful on Windows.&#160; That resulted in things like the integration with Windows glass and the updated visual design. We also wanted the app to look and feel really lightweight and ultimately, much of my job was to keep the UI quiet so the focus of the app would be the content. </p>
<p>The design will continue to evolve, but here you can see the current app next to the new. I’m excited about the direction.</p>
<p><a href="http://blog.nerdplusart.com/wp-content/uploads/2009/11/image2.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://blog.nerdplusart.com/wp-content/uploads/2009/11/image_thumb2.png" width="550" height="266" /></a></p>
<p>Well, It’s been an exciting day. There’s been good coverage about the app, including stories from <a href="http://www.techcrunch.com/2009/11/17/seesmic-launches-native-twitter-client-for-windows/">TechCrunch</a> and <a href="http://mashable.com/2009/11/17/seesmic-for-windows/">Mashable</a> and a nice write up on the <a href="http://windowsteamblog.com/blogs/windowsexperience/archive/2009/11/17/seesmic-moving-to-windows-platform-announces-seesmic-for-windows.aspx">Windows Experience Blog</a>. You can read more about the new and planned features there (including a very exciting plugin model that .NET developers won’t want to miss). To download the beta, you need to <a href="http://seesmic.com/team.html">join team Seesmic</a>. I think that may be Seesmic’s way of reminding you that this is still a beta! If you try it out, I’d love to know what you think.</p>
<img src="http://feeds.feedburner.com/~r/nerdplusart/~4/tPMITIOD-Yw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nerdplusart.com/archives/seesmic-for-windows/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.nerdplusart.com/archives/seesmic-for-windows</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.559 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-22 14:17:09 -->
