<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Downloads and Samples</title>
	<atom:link href="http://www.davidpoll.com/downloads-and-samples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com</link>
	<description>Software development and other goofy geeky goodness.</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:01:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: megasheng</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-8246</link>
		<dc:creator>megasheng</dc:creator>
		<pubDate>Tue, 31 May 2011 08:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-8246</guid>
		<description>Very interesting topic.SLaB.Utilities.Xaml.Serializer.UI.Phone.dll from SLaBv0.11 for Windows Phone 7 application, but any simple XAML object, such I serialized, throw me InvalidOperationException like “The Writer is closed or in error state”.</description>
		<content:encoded><![CDATA[<p>Very interesting topic.SLaB.Utilities.Xaml.Serializer.UI.Phone.dll from SLaBv0.11 for Windows Phone 7 application, but any simple XAML object, such I serialized, throw me InvalidOperationException like “The Writer is closed or in error state”.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-8062</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Wed, 20 Apr 2011 21:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-8062</guid>
		<description>I hope so David that your post will grow over time. Continue your good work. You helped a lot of people specially people like me who just started to make my away around.

Carlos K.
My Blog: &lt;a / rel=&quot;nofollow&quot;&gt;womensplussizeclothes.org&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I hope so David that your post will grow over time. Continue your good work. You helped a lot of people specially people like me who just started to make my away around.</p>
<p>Carlos K.<br />
My Blog: <a / rel="nofollow">womensplussizeclothes.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7991</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Fri, 18 Mar 2011 02:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7991</guid>
		<description>UiXamlSerializer is less tested for WP7 -- I may revisit it at some point (among other things, there are missing behaviors in WP7 that make it impossible to serialize things like Paths, etc. from 3rd party code).  The regular XamlSerializer, on the other hand, should work fine.</description>
		<content:encoded><![CDATA[<p>UiXamlSerializer is less tested for WP7 &#8212; I may revisit it at some point (among other things, there are missing behaviors in WP7 that make it impossible to serialize things like Paths, etc. from 3rd party code).  The regular XamlSerializer, on the other hand, should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Moiseenko</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7989</link>
		<dc:creator>Denis Moiseenko</dc:creator>
		<pubDate>Thu, 17 Mar 2011 07:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7989</guid>
		<description>Hi David,

I tried to use your UiXamlSerializer from SLaB.Utilities.Xaml.Serializer.Phone.dll and SLaB.Utilities.Xaml.Serializer.UI.Phone.dll from SLaBv0.11 for Windows Phone 7 application, but any simple XAML object, such I serialized, throw me InvalidOperationException like &quot;The Writer is closed or in error state&quot;.

XAML:
[code]

[/code]
C#:
[code]
UiXamlSerializer uxs = new UiXamlSerializer();
string s = uxs.Serialize(button); //throw Exception
[/code]
Libraries SLaB.Utilities.Xaml.Serializer.dll and SLaB.Utilities.Xaml.Serializer.UI.dll from SLaBv0.11work very well at the same code in Silverlight application.
Does UiXamlSerializer work also for Windows Phone 7? Could you kindly clarify this for me?

Denis</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I tried to use your UiXamlSerializer from SLaB.Utilities.Xaml.Serializer.Phone.dll and SLaB.Utilities.Xaml.Serializer.UI.Phone.dll from SLaBv0.11 for Windows Phone 7 application, but any simple XAML object, such I serialized, throw me InvalidOperationException like &#8220;The Writer is closed or in error state&#8221;.</p>
<p>XAML:</p>
<div class="cic_codes_div"><code></p>
<p></code></div>
<p>C#:</p>
<div class="cic_codes_div"><code><br />
UiXamlSerializer uxs = new UiXamlSerializer();<br />
string s = uxs.Serialize(button); //throw Exception<br />
</code></div>
<p>Libraries SLaB.Utilities.Xaml.Serializer.dll and SLaB.Utilities.Xaml.Serializer.UI.dll from SLaBv0.11work very well at the same code in Silverlight application.<br />
Does UiXamlSerializer work also for Windows Phone 7? Could you kindly clarify this for me?</p>
<p>Denis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quickly building a trial mode for a Windows Phone application &#124; davidpoll.com</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7661</link>
		<dc:creator>Quickly building a trial mode for a Windows Phone application &#124; davidpoll.com</dc:creator>
		<pubDate>Thu, 27 Jan 2011 07:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7661</guid>
		<description>[...] not done with Silverlight yet, though!&#160; I’ve continued working on various additions to my SLaB library, expanding its scope from utilities for Silverlight on the desktop to Silverlight for [...]</description>
		<content:encoded><![CDATA[<p>[...] not done with Silverlight yet, though!&#160; I’ve continued working on various additions to my SLaB library, expanding its scope from utilities for Silverlight on the desktop to Silverlight for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Bing Maps services for Azure solutions &#124; CheckPointe Development</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7642</link>
		<dc:creator>Using Bing Maps services for Azure solutions &#124; CheckPointe Development</dc:creator>
		<pubDate>Thu, 20 Jan 2011 17:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7642</guid>
		<description>[...] flexible and pretty intuitive to use. You can download the source and all related information from here. To use it simply wrap the desired UI area with the control and then just toggle a flag to [...]</description>
		<content:encoded><![CDATA[<p>[...] flexible and pretty intuitive to use. You can download the source and all related information from here. To use it simply wrap the desired UI area with the control and then just toggle a flag to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slyi</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7618</link>
		<dc:creator>slyi</dc:creator>
		<pubDate>Mon, 03 Jan 2011 11:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7618</guid>
		<description>Did you consider creating a xaml splash page for SLaB like http://dl.dropbox.com/u/6589941/jsdatabinding/index.html ?</description>
		<content:encoded><![CDATA[<p>Did you consider creating a xaml splash page for SLaB like <a href="http://dl.dropbox.com/u/6589941/jsdatabinding/index.html" rel="nofollow">http://dl.dropbox.com/u/6589941/jsdatabinding/index.html</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7609</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Sun, 26 Dec 2010 10:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7609</guid>
		<description>Shane,

There is no such dependency.  The &quot;xmlns:SLaB&quot; reference is to an arbitrary string -- it&#039;s defined locally in the assemblies themselves and does not rely on my website being up.  I could just have easily have made it &quot;xmlns:SLaB=&#039;http://somefakesite.com&#039;&quot;, and it likewise would have no dependency on that site&#039;s existence.  The Uri there is just an alias to the set of CLR namespaces defined in the SLaB assemblies.  I had to choose something, so I chose a Uri that corresponds with my website -- there&#039;s no online magic there :)

-David</description>
		<content:encoded><![CDATA[<p>Shane,</p>
<p>There is no such dependency.  The &#8220;xmlns:SLaB&#8221; reference is to an arbitrary string &#8212; it&#8217;s defined locally in the assemblies themselves and does not rely on my website being up.  I could just have easily have made it &#8220;xmlns:SLaB=&#8217;http://somefakesite.com&#8217;&#8221;, and it likewise would have no dependency on that site&#8217;s existence.  The Uri there is just an alias to the set of CLR namespaces defined in the SLaB assemblies.  I had to choose something, so I chose a Uri that corresponds with my website &#8212; there&#8217;s no online magic there <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7608</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Sun, 26 Dec 2010 10:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7608</guid>
		<description>In principle, it shouldn&#039;t do anything bad/scary.  I also thought about doing this, but ultimately decided to do simple string matching to simplify the syntax.  You&#039;re welcome to make modifications (and for that matter, though it&#039;s been a long time since I looked carefully at that code, I think I provided extensibility through an interface for rules, so you can make your AllowRegex/DenyRegex if you want :))</description>
		<content:encoded><![CDATA[<p>In principle, it shouldn&#8217;t do anything bad/scary.  I also thought about doing this, but ultimately decided to do simple string matching to simplify the syntax.  You&#8217;re welcome to make modifications (and for that matter, though it&#8217;s been a long time since I looked carefully at that code, I think I provided extensibility through an interface for rules, so you can make your AllowRegex/DenyRegex if you want <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Ritchie</title>
		<link>http://www.davidpoll.com/downloads-and-samples/comment-page-1/#comment-7416</link>
		<dc:creator>Shane Ritchie</dc:creator>
		<pubDate>Sun, 19 Dec 2010 11:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/downloads-and-samples/#comment-7416</guid>
		<description>Hi David,

What is the best way I can change the xmlns:SLaB namespace reference on the MainPage.xaml to a local reference. I have put a lot of work getting my application working with your ContentLoader solution but I have just realized it has a dependency on your website being up. Can you help me please?

Shane</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>What is the best way I can change the xmlns:SLaB namespace reference on the MainPage.xaml to a local reference. I have put a lot of work getting my application working with your ContentLoader solution but I have just realized it has a dependency on your website being up. Can you help me please?</p>
<p>Shane</p>
]]></content:encoded>
	</item>
</channel>
</rss>

