<?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>Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx</link><description>One of the challenges with referencing online content is that you never know just how long it will take to download... On a good day, images show up immediately and your application has exactly the experience you want. On a bad day, images take a looong</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx#10328172</link><pubDate>Mon, 09 Jul 2012 21:42:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10328172</guid><dc:creator>Berni</dc:creator><description>&lt;p&gt;I would like to use Kevin idea for combining both concepts but when I copy what he did i get an error of invalid arguments.&lt;/p&gt;
&lt;p&gt;Could you please post all the changes needed?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10328172" width="1" height="1"&gt;</description></item><item><title>re: Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx#10281819</link><pubDate>Tue, 13 Mar 2012 06:18:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10281819</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;kevin,&lt;/p&gt;
&lt;p&gt;Cool - neat idea! :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10281819" width="1" height="1"&gt;</description></item><item><title>re: Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx#10281783</link><pubDate>Tue, 13 Mar 2012 03:41:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10281783</guid><dc:creator>kevin</dc:creator><description>&lt;p&gt;good job,thanks david&lt;/p&gt;
&lt;p&gt;i have combined the placeimge and lowprofileimageloader in placeimage used the following code:&lt;/p&gt;
&lt;p&gt;in placeimage:&lt;/p&gt;
&lt;p&gt;if (null != _frontImage)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (!System.ComponentModel.DesignerProperties.GetIsInDesignMode(this))&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Delay.LowProfileImageLoader.SetUriSource(this, ((BitmapImage)this.Source).UriSource);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} &amp;nbsp; &lt;/p&gt;
&lt;p&gt;it work well now,thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10281783" width="1" height="1"&gt;</description></item><item><title>re: Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx#10230095</link><pubDate>Wed, 26 Oct 2011 05:05:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10230095</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;Tom Zhou,&lt;/p&gt;
&lt;p&gt;I think you&amp;#39;d need to merge the code a bit to get that to work because LowProfileImageLoader only works with Image instances. But the concepts seem to apply pretty directly to PlaceImage as well, so I&amp;#39;d expect it to be pretty straightforward to make the changes to try this out!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10230095" width="1" height="1"&gt;</description></item><item><title>re: Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx#10229880</link><pubDate>Tue, 25 Oct 2011 15:48:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10229880</guid><dc:creator>Tom Zhou</dc:creator><description>&lt;p&gt;Hi David Anson,&lt;/p&gt;
&lt;p&gt;I want to use your PlaceImage control and PhonePerformance control in one class. Can I do it?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10229880" width="1" height="1"&gt;</description></item><item><title>re: Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx#10209597</link><pubDate>Mon, 12 Sep 2011 21:08:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10209597</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;Luan Nguyen,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve created NuGet packages for assemblies I released in the past few months (search for &amp;quot;Delay&amp;quot; on &lt;a rel="nofollow" target="_new" href="http://nuget.org/"&gt;http://nuget.org/&lt;/a&gt;), but for something like PlaceImage where I expect most folks will just reference the source code file directly, I haven&amp;#39;t created a package just because it didn&amp;#39;t seem most folks would consider it useful. Do you recommend otherwise?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10209597" width="1" height="1"&gt;</description></item><item><title>re: Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]</title><link>http://blogs.msdn.com/b/delay/archive/2011/09/08/know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx#10209405</link><pubDate>Mon, 12 Sep 2011 12:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10209405</guid><dc:creator>Luan Nguyen</dc:creator><description>&lt;p&gt;I hope you will create a NuGet package for this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10209405" width="1" height="1"&gt;</description></item></channel></rss>