<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.silverlight.net/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>Silverlight Tips of the Day - Blog by Mike Snow - All Comments</title><link>http://blogs.silverlight.net/blogs/msnow/default.aspx</link><description>Game Programming with Silverlight</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>re: Silverlight Tip of the Day #93 – Reading XML with Silverlight</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2009/02/10/silverlight-tip-of-the-day-93-reading-xml-with-silverlight.aspx#322560</link><pubDate>Thu, 19 Nov 2009 00:13:38 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:322560</guid><dc:creator>mike.snow</dc:creator><description>&lt;p&gt;Can you access the XML file via IE?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=322560" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #93 – Reading XML with Silverlight</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2009/02/10/silverlight-tip-of-the-day-93-reading-xml-with-silverlight.aspx#322511</link><pubDate>Wed, 18 Nov 2009 23:14:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:322511</guid><dc:creator>brucewpalmer</dc:creator><description>&lt;p&gt;I'm able to add a local version of the file to my project. But I really need it external so the config can be updated by a system manager without rebuilding. Got http to run but says it can't set credentials to access my site. I used Webclient.Credentials = new NetWorkCredentials(user, passwd) but got an exception that the property is not allowed.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=322511" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #93 – Reading XML with Silverlight</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2009/02/10/silverlight-tip-of-the-day-93-reading-xml-with-silverlight.aspx#322490</link><pubDate>Wed, 18 Nov 2009 22:47:50 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:322490</guid><dc:creator>mike.snow</dc:creator><description>&lt;p&gt;Yes, like &lt;a rel="nofollow" target="_new" href="http://www.mysite.com/MyFile.xml"&gt;www.mysite.com/MyFile.xml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Are you able to include the XML file in your SL project?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=322490" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #93 – Reading XML with Silverlight</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2009/02/10/silverlight-tip-of-the-day-93-reading-xml-with-silverlight.aspx#322487</link><pubDate>Wed, 18 Nov 2009 22:45:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:322487</guid><dc:creator>brucewpalmer</dc:creator><description>&lt;p&gt;I loaded the file up to my ftp site and still couldn't get a response on the async read. Does it have to be http?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=322487" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #93 – Reading XML with Silverlight</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2009/02/10/silverlight-tip-of-the-day-93-reading-xml-with-silverlight.aspx#322211</link><pubDate>Wed, 18 Nov 2009 19:23:38 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:322211</guid><dc:creator>mike.snow</dc:creator><description>&lt;p&gt;Did you include the XML in your project? Make it relative path. You can't open files on the client that arne't included in the project.&lt;/p&gt;
&lt;p&gt;Or Try a absolute path by putting the file on a server and accessing it via http://...&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=322211" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #93 – Reading XML with Silverlight</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2009/02/10/silverlight-tip-of-the-day-93-reading-xml-with-silverlight.aspx#322208</link><pubDate>Wed, 18 Nov 2009 19:16:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:322208</guid><dc:creator>brucewpalmer</dc:creator><description>&lt;p&gt;Am having the same problem as HSCODER. Any suggestions?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=322208" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #42: How to Create a Web Service for your Silverlight App</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/09/17/silverlight-tip-of-the-day-42-how-to-create-a-web-service-for-your-silverlight-app.aspx#321459</link><pubDate>Tue, 17 Nov 2009 16:23:04 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:321459</guid><dc:creator>mike.snow</dc:creator><description>&lt;p&gt;There is a event that is called when the call is complete. Wait until the event is fired before proceedding.&lt;/p&gt;
&lt;p&gt;Example (check out the LoginCompleted event):&lt;/p&gt;
&lt;p&gt;ServiceReferenceMyApp.ServiceWebClient client = new ServiceReferenceMyAPp.ServiceWebClient();&lt;/p&gt;
&lt;p&gt;client.LoginAsync(UserEmail.Text, UserPassword.Password);&lt;/p&gt;
&lt;p&gt;client.LoginCompleted += new EventHandler&amp;lt;ServiceReferenceMyApp.LoginCompletedEventArgs&amp;gt;(client_LoginCompleted);&lt;/p&gt;
&lt;p&gt;void client_LoginCompleted(object sender, ServiceReferenceFlair.LoginCompletedEventArgs e)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=321459" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #42: How to Create a Web Service for your Silverlight App</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/09/17/silverlight-tip-of-the-day-42-how-to-create-a-web-service-for-your-silverlight-app.aspx#321435</link><pubDate>Tue, 17 Nov 2009 15:36:43 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:321435</guid><dc:creator>JoshGold</dc:creator><description>&lt;p&gt;Hi Mike, thanks for the tip. &amp;nbsp;Definitely helped out this newbie Silverlight developer. &amp;nbsp;I'm struggling to grasp why it's async only though. &amp;nbsp;If I have something dependent on the data coming back, how can I get my data out of the completed function? &amp;nbsp;It's hard to work around when the completed function does not have a return type and you can't pass in additional arguments.&lt;/p&gt;
&lt;p&gt;I'm hoping I'm just missing something.&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=321435" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #22 – How to add Sound Effects, Music and Video to your Silverlight App.</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/07/25/tip-of-the-day-22-how-to-add-sound-effects-music-and-video-to-your-silverlight-app.aspx#320698</link><pubDate>Mon, 16 Nov 2009 09:50:01 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:320698</guid><dc:creator>AlexKenyon</dc:creator><description>&lt;p&gt;hi,there.&lt;/p&gt;
&lt;p&gt;I have watched your demo,I clicked the play sound button for several times,I find the sounds i heard are not the same,some times it's longer.I have this question in my application too,very grateful if you can help me about this.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=320698" width="1" height="1"&gt;</description></item><item><title>Silverlight: Images</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/04/01/part-vii-creating-transparent-png-files-for-silverlight.aspx#320092</link><pubDate>Sat, 14 Nov 2009 01:07:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:320092</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;I just needed to add a simple image to my Silverlight application to include a company logo. Three hours&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=320092" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #16 - StoryBoard versus DispatcherTimer for Animation and Game Loops.</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/07/09/storyboard-versus-dispatchertimer-for-animation-and-game-loops.aspx#316755</link><pubDate>Mon, 09 Nov 2009 12:31:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:316755</guid><dc:creator>Kevin Yang</dc:creator><description>&lt;p&gt;A storyboard is running in a seperate thread?? is that really true?&lt;/p&gt;
&lt;p&gt;according to what i 've learn, there should be one ui thread, and if storyboard can access the ui elements directly, it should be located in the same ui thread.&lt;/p&gt;
&lt;p&gt;correct me if i'm wrong.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=316755" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #43: Making it Snow in Silverlight</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/09/22/silverlight-tip-of-the-day-44-making-it-snow-in-silverlight.aspx#316753</link><pubDate>Mon, 09 Nov 2009 12:26:13 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:316753</guid><dc:creator>Kevin Yang</dc:creator><description>&lt;p&gt;takes a lot of cpu to do this&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=316753" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Tip of the Day #18: How to Set Browser Cookies.</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/07/15/tip-of-the-day-18-how-to-set-browser-cookies.aspx#316024</link><pubDate>Sat, 07 Nov 2009 05:31:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:316024</guid><dc:creator>agush22</dc:creator><description>&lt;p&gt;the guy above me is true &lt;/p&gt;
&lt;p&gt;i was facing walls when i could get my first cookie but not the next ones so yeah you can either do .Trim()&lt;/p&gt;
&lt;p&gt;or do:&lt;/p&gt;
&lt;p&gt;if (keyValue[0].ToString()== key||keyValue[0].ToString()==&amp;quot; &amp;quot; + key)&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=316024" width="1" height="1"&gt;</description></item><item><title>Silverlight Tip of the Day #54: How to Develop with Silverlight &amp;#8230; Silverlight Blog</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2008/10/01/silverlight-tip-of-the-day-53-how-to-develop-with-silverlight-tools-for-free.aspx#314028</link><pubDate>Tue, 03 Nov 2009 23:32:04 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:314028</guid><dc:creator>Silverlight Tip of the Day #54: How to Develop with Silverlight … Silverlight Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Silverlight Tip of the Day #54: How to Develop with Silverlight &amp;amp;#8230; Silverlight Blog&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=314028" width="1" height="1"&gt;</description></item><item><title>Silverlight Tip of the Day #102 - Bypassing the Image Cache &amp;#8230; Silverlight Blog</title><link>http://blogs.silverlight.net/blogs/msnow/archive/2009/03/25/silverlight-tip-of-the-day-101-bypassing-the-image-cache.aspx#314026</link><pubDate>Tue, 03 Nov 2009 23:30:56 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:314026</guid><dc:creator>Silverlight Tip of the Day #102 - Bypassing the Image Cache … Silverlight Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Silverlight Tip of the Day #102 - Bypassing the Image Cache &amp;amp;#8230; Silverlight Blog&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=314026" width="1" height="1"&gt;</description></item></channel></rss>