<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SilverTime Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/SilverTime/Wiki/View.aspx?title=Home</link><description>SilverTime Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://silvertime.codeplex.com/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Help Wanted&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a world clock using Virtual Earth for the world clock.  It uses Silverlight and Virtual Earth through the VIEWS wrapper &amp;#40;also a codeplex project&amp;#41;.  Originally it was created as a simple, but flashy &amp;#58;&amp;#41; demo of Silverlight for global aware apps.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;SilverTime is an example of a Silverlight application.  Initially it was intended to be a quickly written demo for a presentation, with a global aspect.  The VIEWS Virtual Earth Silverlight wrapper was chosen because it made it easy to get a map and reasonable latitude/longitude coordinates from that map.  Besides its really cool, and extreme overkill for a world clock :)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dependencies&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Silverlight Beta 2 is the first dependency &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The VIEWS Virtual Earth Wrapper for Silverlight &lt;a href="http://www.codeplex.com/views" class="externalLink"&gt;http://www.codeplex.com/views&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; codeplex project is another.&lt;/li&gt;
&lt;li&gt;And that uses Virtual Earth &lt;a href="http://msdn.microsoft.com/en-us/library/bb429619.aspx" class="externalLink"&gt;http://msdn.microsoft.com/en-us/library/bb429619.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Clock data came from the tz (olson) database &lt;a href="http://www.twinsun.com/tz/tz-link.htm" class="externalLink"&gt;http://www.twinsun.com/tz/tz-link.htm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Zoneinfo" class="externalLink"&gt;http://en.wikipedia.org/wiki/Zoneinfo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Serious Bugs&lt;/b&gt;&lt;br /&gt;This was intended for flashiness, but I ran out of time to make the daylight savings times behave properly:
&lt;ul&gt;&lt;li&gt;Daylight savings times are recognized, but the transition between daylight and standard time (and vice versa) is very inaccurate.  DO NOT USE.&lt;/li&gt;
&lt;li&gt;I didn't really parse the data for the transition very well.&lt;/li&gt;
&lt;li&gt;I used the Pythagorean theorem to figure out how far from a timezone point a click is.  
&lt;ul&gt;&lt;li&gt;This doesn't account for the fact that the earth is round, so some points are &amp;quot;closer&amp;quot; in real life, even though the latitude is way different.&lt;/li&gt;
&lt;li&gt;This only gets you the closest city.  So if you click somewhere that in real life is within a time zone, but the closest known city is in another, you'll get inaccurate results (except that the city name may help you catch the error).&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Things that'd be cool to do&lt;/b&gt;&lt;br /&gt;Again, I didn't do everything that'd be cool
&lt;ul&gt;&lt;li&gt;It'd be nice to have better timezone regions, and perhaps the UTC+/- timezones for places in the middle of an ocean or otherwise lacking a nearby city.&lt;/li&gt;
&lt;li&gt;Highlighting the found city/point would be cool.  &lt;/li&gt;
&lt;li&gt;Bird's Eye view for the found point would be fun.&lt;/li&gt;
&lt;li&gt;Comparing multiple locations would be fun.&lt;/li&gt;
&lt;li&gt;Etc., etc. etc.&lt;/li&gt;
&lt;li&gt;The tz data includes city/timezone latitude and longitude information.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Making it work&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Silverlight Virtual Earth World Clock&lt;br /&gt;&lt;br /&gt;To just run it:
&lt;ol&gt;&lt;li&gt;Install Silverlight Beta 2 Runtime &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download the release and unzip it locally.&lt;/li&gt;
&lt;li&gt;Open WorldClock.html&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;or to get the source project&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Install Visual Studio and Silverlight Tools Beta 2 (not just the runtime) &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download the project from the source code tab&lt;/li&gt;
&lt;li&gt;Unzip, open the project, Build &amp;amp; Run.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;Updating the Project&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;You can grab new bits from the VIEWS project when its available (2 dlls and a .js file)&lt;/li&gt;
&lt;li&gt;You can grab the latest tz database.  That's a bit more of a pain because it needs to be ported into the format of the data.cs file.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShawnSte</author><pubDate>Tue, 22 Sep 2009 16:19:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090922041908P</guid></item><item><title>Updated Wiki: Home</title><link>http://silvertime.codeplex.com/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Help Wanted&lt;/b&gt;&lt;br /&gt;&lt;a href="http://silvertime.codeplex.com/Wiki/View.aspx?title=test"&gt;test&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a world clock using Virtual Earth for the world clock.  It uses Silverlight and Virtual Earth through the VIEWS wrapper &amp;#40;also a codeplex project&amp;#41;.  Originally it was created as a simple, but flashy &amp;#58;&amp;#41; demo of Silverlight for global aware apps.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;SilverTime is an example of a Silverlight application.  Initially it was intended to be a quickly written demo for a presentation, with a global aspect.  The VIEWS Virtual Earth Silverlight wrapper was chosen because it made it easy to get a map and reasonable latitude/longitude coordinates from that map.  Besides its really cool, and extreme overkill for a world clock :)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dependencies&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Silverlight Beta 2 is the first dependency &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The VIEWS Virtual Earth Wrapper for Silverlight &lt;a href="http://www.codeplex.com/views" class="externalLink"&gt;http://www.codeplex.com/views&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; codeplex project is another.&lt;/li&gt;
&lt;li&gt;And that uses Virtual Earth &lt;a href="http://msdn.microsoft.com/en-us/library/bb429619.aspx" class="externalLink"&gt;http://msdn.microsoft.com/en-us/library/bb429619.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Clock data came from the tz (olson) database &lt;a href="http://www.twinsun.com/tz/tz-link.htm" class="externalLink"&gt;http://www.twinsun.com/tz/tz-link.htm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Zoneinfo" class="externalLink"&gt;http://en.wikipedia.org/wiki/Zoneinfo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Serious Bugs&lt;/b&gt;&lt;br /&gt;This was intended for flashiness, but I ran out of time to make the daylight savings times behave properly:
&lt;ul&gt;&lt;li&gt;Daylight savings times are recognized, but the transition between daylight and standard time (and vice versa) is very inaccurate.  DO NOT USE.&lt;/li&gt;
&lt;li&gt;I didn't really parse the data for the transition very well.&lt;/li&gt;
&lt;li&gt;I used the Pythagorean theorem to figure out how far from a timezone point a click is.  
&lt;ul&gt;&lt;li&gt;This doesn't account for the fact that the earth is round, so some points are &amp;quot;closer&amp;quot; in real life, even though the latitude is way different.&lt;/li&gt;
&lt;li&gt;This only gets you the closest city.  So if you click somewhere that in real life is within a time zone, but the closest known city is in another, you'll get inaccurate results (except that the city name may help you catch the error).&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Things that'd be cool to do&lt;/b&gt;&lt;br /&gt;Again, I didn't do everything that'd be cool
&lt;ul&gt;&lt;li&gt;It'd be nice to have better timezone regions, and perhaps the UTC+/- timezones for places in the middle of an ocean or otherwise lacking a nearby city.&lt;/li&gt;
&lt;li&gt;Highlighting the found city/point would be cool.  &lt;/li&gt;
&lt;li&gt;Bird's Eye view for the found point would be fun.&lt;/li&gt;
&lt;li&gt;Comparing multiple locations would be fun.&lt;/li&gt;
&lt;li&gt;Etc., etc. etc.&lt;/li&gt;
&lt;li&gt;The tz data includes city/timezone latitude and longitude information.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Making it work&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Silverlight Virtual Earth World Clock&lt;br /&gt;&lt;br /&gt;To just run it:
&lt;ol&gt;&lt;li&gt;Install Silverlight Beta 2 Runtime &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download the release and unzip it locally.&lt;/li&gt;
&lt;li&gt;Open WorldClock.html&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;or to get the source project&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Install Visual Studio and Silverlight Tools Beta 2 (not just the runtime) &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download the project from the source code tab&lt;/li&gt;
&lt;li&gt;Unzip, open the project, Build &amp;amp; Run.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;Updating the Project&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;You can grab new bits from the VIEWS project when its available (2 dlls and a .js file)&lt;/li&gt;
&lt;li&gt;You can grab the latest tz database.  That's a bit more of a pain because it needs to be ported into the format of the data.cs file.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShawnSte</author><pubDate>Tue, 22 Sep 2009 16:18:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090922041848P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SilverTime/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Help Wanted&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a world clock using Virtual Earth for the world clock.  It uses Silverlight and Virtual Earth through the VIEWS wrapper &amp;#40;also a codeplex project&amp;#41;.  Originally it was created as a simple, but flashy &amp;#58;&amp;#41; demo of Silverlight for global aware apps.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;SilverTime is an example of a Silverlight application.  Initially it was intended to be a quickly written demo for a presentation, with a global aspect.  The VIEWS Virtual Earth Silverlight wrapper was chosen because it made it easy to get a map and reasonable latitude/longitude coordinates from that map.  Besides its really cool, and extreme overkill for a world clock :)&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Dependencies&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Silverlight Beta 2 is the first dependency &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;The VIEWS Virtual Earth Wrapper for Silverlight &lt;a href="http://www.codeplex.com/views" class="externalLink"&gt;http://www.codeplex.com/views&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; codeplex project is another.&lt;/li&gt;&lt;li&gt;And that uses Virtual Earth &lt;a href="http://msdn.microsoft.com/en-us/library/bb429619.aspx" class="externalLink"&gt;http://msdn.microsoft.com/en-us/library/bb429619.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Clock data came from the tz (olson) database &lt;a href="http://www.twinsun.com/tz/tz-link.htm" class="externalLink"&gt;http://www.twinsun.com/tz/tz-link.htm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Zoneinfo" class="externalLink"&gt;http://en.wikipedia.org/wiki/Zoneinfo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Serious Bugs&lt;/b&gt;&lt;br /&gt;This was intended for flashiness, but I ran out of time to make the daylight savings times behave properly:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Daylight savings times are recognized, but the transition between daylight and standard time (and vice versa) is very inaccurate.  DO NOT USE.&lt;/li&gt;&lt;li&gt;I didn't really parse the data for the transition very well.&lt;/li&gt;&lt;li&gt;I used the Pythagorean theorem to figure out how far from a timezone point a click is.  &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;This doesn't account for the fact that the earth is round, so some points are &amp;quot;closer&amp;quot; in real life, even though the latitude is way different.&lt;/li&gt;&lt;li&gt;This only gets you the closest city.  So if you click somewhere that in real life is within a time zone, but the closest known city is in another, you'll get inaccurate results (except that the city name may help you catch the error).&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Things that'd be cool to do&lt;/b&gt;&lt;br /&gt;Again, I didn't do everything that'd be cool&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;It'd be nice to have better timezone regions, and perhaps the UTC+/- timezones for places in the middle of an ocean or otherwise lacking a nearby city.&lt;/li&gt;&lt;li&gt;Highlighting the found city/point would be cool.  &lt;/li&gt;&lt;li&gt;Bird's Eye view for the found point would be fun.&lt;/li&gt;&lt;li&gt;Comparing multiple locations would be fun.&lt;/li&gt;&lt;li&gt;Etc., etc. etc.&lt;/li&gt;&lt;li&gt;The tz data includes city/timezone latitude and longitude information.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Making it work&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Silverlight Virtual Earth World Clock&lt;br /&gt; &lt;br /&gt;To just run it:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Install Silverlight Beta 2 Runtime &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Download the release and unzip it locally.&lt;/li&gt;&lt;li&gt;Open WorldClock.html&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;or to get the source project&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Install Visual Studio and Silverlight Tools Beta 2 (not just the runtime) &lt;a href="http://silverlight.net/GetStarted/" class="externalLink"&gt;http://silverlight.net/GetStarted/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Download the project from the source code tab&lt;/li&gt;&lt;li&gt;Unzip, open the project, Build &amp;amp; Run.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Updating the Project&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;You can grab new bits from the VIEWS project when its available (2 dlls and a .js file)&lt;/li&gt;&lt;li&gt;You can grab the latest tz database.  That's a bit more of a pain because it needs to be ported into the format of the data.cs file.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ShawnSte</author><pubDate>Tue, 09 Sep 2008 18:25:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080909062547P</guid></item></channel></rss>