<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>I'm not a Klingon (&lt;span style="font-family:pIqaD,code2000"&gt; &lt;/span&gt;) : Silverlight</title><link>http://blogs.msdn.com/shawnste/archive/tags/Silverlight/default.aspx</link><description>Tags: Silverlight</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Our Unicode &amp; Globalization Silverlight Presentation</title><link>http://blogs.msdn.com/shawnste/archive/2008/09/23/our-unicode-globalization-windows-and-silverlight-presentations.aspx</link><pubDate>Wed, 24 Sep 2008 01:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8962842</guid><dc:creator>shawnste</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/shawnste/comments/8962842.aspx</comments><wfw:commentRss>http://blogs.msdn.com/shawnste/commentrss.aspx?PostID=8962842</wfw:commentRss><description>&lt;P&gt;Recently Peter Constable and I gave a presentation on Windows Language Support, which I've attached &lt;A class="" href="http://blogs.msdn.com/shawnste/archive/2008/09/23/our-unicode-globalization-windows-language-support-presentation.aspx" mce_href="http://blogs.msdn.com/shawnste/archive/2008/09/23/our-unicode-globalization-windows-language-support-presentation.aspx"&gt;in the next post&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Poornima Priyadarshini and I also gave a presentation in Globalization in Silverlight, which I've attached here.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8962842" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/shawnste/attachment/8962842.ashx" length="2049265" type="application/pdf" /><category domain="http://blogs.msdn.com/shawnste/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Silverlight Time Zone World Clock (Very Beta) Demo</title><link>http://blogs.msdn.com/shawnste/archive/2008/09/10/silverlight-time-zone-world-clock-very-beta-demo.aspx</link><pubDate>Wed, 10 Sep 2008 23:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8937178</guid><dc:creator>shawnste</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/shawnste/comments/8937178.aspx</comments><wfw:commentRss>http://blogs.msdn.com/shawnste/commentrss.aspx?PostID=8937178</wfw:commentRss><description>&lt;P&gt;For my presentation of globalization of Silverlight at the Unicode Conference I wanted to make a quick Silverlight demo application that would show at least a little bit of globalization and not be too hard to write.&amp;nbsp; My first choice was to find an existing app, and thought I was close when I found a pretty application, but it was always stuck in English and didn't respect the user settings :(.&lt;/P&gt;
&lt;P&gt;Then I thought about making a world clock in Silverlight.&amp;nbsp; I knew the Olsen tz database would provide the data, but I needed a map, so I did a live search for some maps.&amp;nbsp; Most seemed out of date, I didn't know if I could use them, and I'd have to map latitude/longitude to the image.&amp;nbsp; I sort of had a "duh" moment when I found VIEWS at &lt;A href="http://www.codeplex.com/views"&gt;http://www.codeplex.com/views&lt;/A&gt;.&amp;nbsp; VIEWS is a silverlight wrapper for the Virtual Earth control.&amp;nbsp; Virtual Earth (&lt;A href="http://www.microsoft.com/virtualearth/"&gt;http://www.microsoft.com/virtualearth/&lt;/A&gt;) is really cool but, better yet, gives me latitude &amp;amp; longitude when you click.&amp;nbsp; Serious overkill for a world clock, but oh, well.&lt;/P&gt;
&lt;P&gt;It took me about an hour to figure out how to make a silverlight app that used VIEWS.&amp;nbsp; Ironically this is the first time I've used the Visual Studio IDE to make a silverlight app.&amp;nbsp; Most of the silverlight code I write is low-level, so I use a console based test tool and don't make "real" silverlight apps normally.&amp;nbsp; After getting the flashy stuff done really quickly it took me a bit more effort to get the timezone database into a format I could read and use in the application.&lt;/P&gt;
&lt;P&gt;My demo works for the most part, but has some serious bugs.&amp;nbsp; I didn't worry about getting the daylight savings transitions to behave, so the demo can be off by an hour for a few weeks around the transition times (I only enabled checking the month, not the day rules).&amp;nbsp; Also the&amp;nbsp;tz database only has cities, not bounderies, so it can be hard to find the right data point.&amp;nbsp;&amp;nbsp;I added Seattle by hand so that it wouldn't show Vancouver, BC when I did the&amp;nbsp;demo, but many places can be a bit unexpected.&amp;nbsp; Clicking on Disney World in Florida (I just got back from vacation) will happily show you times for&amp;nbsp;Havana, which probably isn't expected.&amp;nbsp; You have to go all the way "up" to New York to get Eastern Time.&lt;/P&gt;
&lt;P&gt;I called the demo "SilverTime" and stuck it on CodePlex at &lt;A href="http://www.codeplex.com/SilverTime"&gt;http://www.codeplex.com/SilverTime&lt;/A&gt;.&amp;nbsp;Its kind of cool, so I'm hoping that other people will participate in the open project and fix some of the bugs or extend its features.&amp;nbsp; There's some interesting potential in the app, and my bugs, although serious, aren't really that hard to fix.&amp;nbsp; (I was just running out of time before my vacation :-)&lt;/P&gt;
&lt;P&gt;Have Fun,&lt;/P&gt;
&lt;P&gt;Shawn&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8937178" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/shawnste/archive/tags/Custom+Cultures+_2F00_+Locales+_2F00_+CultureInfo/default.aspx">Custom Cultures / Locales / CultureInfo</category><category domain="http://blogs.msdn.com/shawnste/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Some Silverlight Links</title><link>http://blogs.msdn.com/shawnste/archive/2008/09/09/some-silverlight-links.aspx</link><pubDate>Tue, 09 Sep 2008 23:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8937404</guid><dc:creator>shawnste</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/shawnste/comments/8937404.aspx</comments><wfw:commentRss>http://blogs.msdn.com/shawnste/commentrss.aspx?PostID=8937404</wfw:commentRss><description>&lt;P&gt;&lt;A href="http://msdn.microsoft.com/en-us/magazine/cc721609.aspx" mce_href="http://msdn.microsoft.com/en-us/magazine/cc721609.aspx"&gt;http://msdn.microsoft.com/en-us/magazine/cc721609.aspx&lt;/A&gt;&lt;BR&gt;&lt;A href="http://silverlight.net/getstarted"&gt;http://silverlight.net/getstarted&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/silverlight"&gt;http://msdn.microsoft.com/silverlight&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/goglobal"&gt;http://msdn.microsoft.com/goglobal&lt;/A&gt;&amp;nbsp;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/shawnste"&gt;http://blogs.msdn.com/shawnste&lt;/A&gt;&amp;nbsp;&lt;BR&gt;&lt;A href="http://code.msdn.microsoft.com/"&gt;http://code.msdn.microsoft.com&lt;/A&gt;&amp;nbsp;&lt;BR&gt;&lt;A href="http://www.codeplex.com/"&gt;http://www.codeplex.com&lt;/A&gt;&amp;nbsp;&lt;BR&gt;&lt;A href="http://www.microsoft.com/downloads/results.aspx?freetext=locale%20builder"&gt;http://www.microsoft.com/downloads/results.aspx?freetext=locale%20builder&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.codeplex.com/SilverTime"&gt;http://www.codeplex.com/SilverTime&lt;/A&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l2 level1 lfo8; tab-stops: list .5in" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8937404" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/shawnste/archive/tags/Silverlight/default.aspx">Silverlight</category></item></channel></rss>