<?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>The Park is Vast &#187; WPF</title>
	<atom:link href="http://theparkisvast.com/VastPark/nerdy/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://theparkisvast.com</link>
	<description></description>
	<lastBuildDate>Mon, 31 Oct 2011 18:44:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VastServer Developer Edition RTW</title>
		<link>http://theparkisvast.com/2010/11/06/vastserver-developer-edition-rtw/</link>
		<comments>http://theparkisvast.com/2010/11/06/vastserver-developer-edition-rtw/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 05:42:35 +0000</pubDate>
		<dc:creator>craigomatic</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[IMML]]></category>
		<category><![CDATA[VastPark General]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[VastServer]]></category>

	<!-- AutoMeta Start -->
	<category>message</category>
	<category>displays</category>
	<category>clients</category>
	<category>resolved</category>
	<category>vastserver</category>
	<category>counts</category>
	<category>client</category>
	<category>history</category>
	<category>message</category>
	<category>displays</category>
	<category>clients</category>
	<category>resolved</category>
	<category>vastserver</category>
	<category>counts</category>
	<category>client</category>
	<category>history</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://theparkisvast.com/?p=406</guid>
		<description><![CDATA[Today marks the release to web of a new flavour of VastServer, known as VastServer Developer Edition. As the name implies, this version of the server is targeted at developers and aims to provide more information on the framework&#8217;s behaviour, a little closer to the metal than has been possible in the past. The user [...]]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td>Today marks the release to web of a new flavour of VastServer, known as VastServer Developer Edition. </p>
<p>As the name implies, this version of the server is targeted at developers and aims to provide more information on the framework&#8217;s behaviour, a little closer to the metal than has been possible in the past.
</td>
<td valign="top"><a href="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-icon.png" rel="lightbox"><img src="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-icon.png" alt="" title="vastserver-icon" width="66" height="60" class="alignnone size-full wp-image-407" /></a></td>
</tr>
<tr>
<td>
The user interface for the server is written with WPF and looks like this:</p>
<div id="attachment_437" class="wp-caption alignnone" style="width: 310px"><a href="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-ui-contextmenu.png" rel="lightbox"><img src="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-ui-contextmenu-300x171.png" alt="" title="vastserver-dev-ui-contextmenu" width="300" height="171" class="size-medium wp-image-437" /></a><p class="wp-caption-text">Click for larger view</p></div>
<p>Some of the more interesting features are covered in detail below.</p>
<h4>Server Usage History</h4>
<p>Many of the factors that contribute to server load such as send/receive rates, send/receive queues and client connections, are visible at a glance, with a rolling 60 second view of activity graphed:</p>
<p><a href="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-usage-history.png" rel="lightbox"><img src="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-usage-history.png" alt="" title="vastserver-dev-usage-history" width="568" height="154" class="alignnone size-full wp-image-418" /></a></p>
<p>It&#8217;s likely additional metrics will be made available in future releases, such as dynamic element counts, owned element counts, mutex holders, etc along with the ability to filter and manipulate the usage history graph.</p>
<h4>Logging</h4>
<p>Each world maintains it&#8217;s own log that displays IMML notifications such as those related to scene.ui:writeline, along with any world related notices, errors and warnings that the framework associates with that context. </p>
<p>A system log is also available via the <strong>View -> Log</strong> menu. It contains log information related to the networking infrastructure.</p>
<p><a href="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-system-log.png" rel="lightbox"><img src="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-system-log.png" alt="" title="vastserver-dev-system-log" width="608" height="540" class="alignnone size-full wp-image-451" /></a></p>
<h4>File Hosting Support</h4>
<p>One nice new feature is the ability to host assets along side client IMML, meaning that IMML can be coded with relative URIs.</p>
<p>This supports the use case where a team wants to avoid setting up a web server or using a public storage provider such as Amazon S3 and is a convenient way to consider developing worlds. </p>
<p>For example, the model in this IMML:<br />
<pre class="php">&lt;IMML xmlns=<span style="color: #ff0000;">&quot;http://schemas.vastpark.com/2007/imml/&quot;</span>&gt;
  &lt;Model Source=<span style="color: #ff0000;">&quot;models/ground_path1.model&quot;</span> /&gt;
&lt;/IMML&gt;</pre></p>
<p>Is resolved to the client folder of the hosted context via the HostingRoot:</p>
<p><a href="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-resolved-hosting.png" rel="lightbox"><img src="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-resolved-hosting.png" alt="" title="vastserver-dev-resolved-hosting" width="596" height="120" class="alignnone size-full wp-image-433" /></a></p>
<p>In the above example, the HostingRoot is at My Documents\VastPark\Server\ and the hosted context is called &#8220;sanctuary&#8221; (for some live shots of sanctuary in action, see <a href="http://www.flickr.com/photos/vastpark-screenshots/tags/campus/">here</a>) .</p>
<h4>Client Metrics</h4>
<p>The client tab displays the behaviour of all clients connected to a specific world. </p>
<p>Information on user alias, connection time, framework version, ping, message resends, and time since last message provide the ability to troubleshoot scenarios where certain clients are experiencing difficulty with the system. </p>
<p><a href="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-clients.png" rel="lightbox"><img src="http://theparkisvast.com/wp-content/uploads/2010/11/vastserver-dev-clients.png" alt="" title="vastserver-dev-clients" width="576" height="171" class="alignnone size-full wp-image-463" /></a></p>
<p>Both v1.3 and v1.5 clients are supported by this release of the server, the network stack has remained compatible between these versions of the framework.</p>
<h4>Download</h4>
<p>VastServer Developer Edition is freely available to developers for download with a limitation of 10 concurrent user connections across all hosted worlds. It&#8217;s built for windows and requires <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992">.NET Framework 4.0</a></p>
<p>License keys are available to partners and enterprise customers to remove the concurrent user limitation.</p>
<p>Link: <a href="http://www.vastpark.com/resources/downloads.html#server">http://www.vastpark.com/resources/downloads.html#server</a></p>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://theparkisvast.com/2010/11/06/vastserver-developer-edition-rtw/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rebuilding the platform</title>
		<link>http://theparkisvast.com/2007/08/05/rebuilding-the-platform/</link>
		<comments>http://theparkisvast.com/2007/08/05/rebuilding-the-platform/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 12:18:02 +0000</pubDate>
		<dc:creator>craigomatic</dc:creator>
				<category><![CDATA[VastPark General]]></category>
		<category><![CDATA[WPF]]></category>

	<!-- AutoMeta Start -->
	<category>releases</category>
	<category>general</category>
	<category>appearing</category>
	<category>terms</category>
	<category>quiet</category>
	<category>months</category>
	<category>past</category>
	<category>things</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://theparkisvast.com/2007/08/05/rebuilding-the-platform/</guid>
		<description><![CDATA[Over the past few months things have been fairly quiet in terms of new releases and general info appearing on the Official VastPark website. But I can tell you this has been for good reason. Behind closed doors at VastPark central we have been working quite hard on a totally brand spanking new rewrite of&#8230;everything! [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few months things have been fairly quiet in terms of new releases and general info appearing on the <a href="http://www.vastpark.com">Official VastPark</a> website. But I can tell you this has been for good reason.</p>
<p>Behind closed doors at VastPark central we have been working quite hard on a totally brand spanking new rewrite of&#8230;everything!</p>
<p>Some of the more notable changes:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation">WPF</a>! One of the biggest changes to Windows application development in recent time and we&#8217;ve jumped on board. Expect to see some nice looking UI&#8217;s</li>
<li>There are now 3 core applications; <strong>Creator</strong>, <strong>Browser </strong>and <strong>&#8230;</strong>? Find out soon!</li>
<li>More flexible and re-usable scripting design</li>
</ul>
<p>Of course, to top this all off there is a new website which should come online in the next few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://theparkisvast.com/2007/08/05/rebuilding-the-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAML Image Browser v0.2</title>
		<link>http://theparkisvast.com/2007/07/01/xaml-image-browser-v02/</link>
		<comments>http://theparkisvast.com/2007/07/01/xaml-image-browser-v02/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 12:01:19 +0000</pubDate>
		<dc:creator>craigomatic</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML Image Browser]]></category>

	<!-- AutoMeta Start -->
	<category>xaml</category>
	<category>configuration</category>
	<category>cosmetic</category>
	<category>tool</category>
	<category>libary</category>
	<category>inspect</category>
	<category>implemented</category>
	<category>feel</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://theparkisvast.com/2007/07/01/xaml-image-browser-v02/</guid>
		<description><![CDATA[Just released a new version of the XAML Image Browser tool that I use to inspect my XAML Image Libary. With this release a number of new features have been implemented as well as some cosmetic changes and some configuration options. Read all about it on the XAML Image Browser page and feel free to [...]]]></description>
			<content:encoded><![CDATA[<p>Just released a new version of the XAML Image Browser tool that I use to inspect my XAML Image Libary. With this release a number of new features have been implemented as well as some cosmetic changes and some configuration options.</p>
<p>Read all about it on the <a href="http://theparkisvast.com/xaml-image-browser/">XAML Image Browser page</a> and feel free to comment about it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://theparkisvast.com/2007/07/01/xaml-image-browser-v02/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XAML Image Browser v0.1</title>
		<link>http://theparkisvast.com/2007/05/28/xaml-image-browser-v01/</link>
		<comments>http://theparkisvast.com/2007/05/28/xaml-image-browser-v01/#comments</comments>
		<pubDate>Sun, 27 May 2007 22:15:26 +0000</pubDate>
		<dc:creator>craigomatic</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML Image Browser]]></category>

	<!-- AutoMeta Start -->
	<category>xaml</category>
	<category>side</category>
	<category>assist</category>
	<category>project</category>
	<category>lets</category>
	<category>copy</category>
	<category>applications</category>
	<category>directory</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://theparkisvast.com/2007/05/28/xaml-image-browser-v01/</guid>
		<description><![CDATA[As a side project, I built a simple XAML image browser application to assist me when developing WPF applications that use XAML based images. It lets you preview a directory of XAML and copy the XAML to the clipboard for pasting into Visual Studio/Blend/etc. Check it out over at the XAML Image Browser page]]></description>
			<content:encoded><![CDATA[<p>As a side project, I built a simple XAML image browser application to assist me when developing WPF applications that use XAML based images. It lets you preview a directory of XAML and copy the XAML to the clipboard for pasting into Visual Studio/Blend/etc.</p>
<p>Check it out over at the <a href="http://theparkisvast.com/xaml-image-browser/">XAML Image Browser page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theparkisvast.com/2007/05/28/xaml-image-browser-v01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

