<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SilverPart 2.0</title><link>http://silverpart.codeplex.com/Project/ProjectRss.aspx</link><description>This project includes a Silverlight wrapper Web Part that can be used in MOSS 2007 or WSS 3.0 to expose Silverlight 2 &amp;#40;RTM&amp;#41; content.       The goal of this project is to create a generic web part that ...</description><item><title>New Post: % height and width</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=50580</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;100% Width seems to work, not the height.&lt;/p&gt;&lt;/div&gt;</description><author>bobchauvin</author><pubDate>Sat, 20 Jun 2009 20:20:45 GMT</pubDate><guid isPermaLink="false">New Post: % height and width 20090620082045P</guid></item><item><title>Commented Issue: SilverPart does not work in IE8</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4132</link><description>You have to set &amp;#39;compatability mode&amp;#39; for it to work.&lt;br /&gt;Comments: ** Comment from web user: bobchauvin ** &lt;p&gt;In IE8, I do NOT need Compatability &lt;/p&gt;</description><author>bobchauvin</author><pubDate>Sat, 20 Jun 2009 20:19:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: SilverPart does not work in IE8 20090620081912P</guid></item><item><title>Commented Issue: SilverPart does not work in IE8</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4132</link><description>You have to set &amp;#39;compatability mode&amp;#39; for it to work.&lt;br /&gt;Comments: ** Comment from web user: bobchauvin ** &lt;p&gt;Correction to my previous comment&amp;#58;  That was regarding FireFox, not the IE8 question.  Sorry.&lt;/p&gt;</description><author>bobchauvin</author><pubDate>Sat, 20 Jun 2009 20:17:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: SilverPart does not work in IE8 20090620081740P</guid></item><item><title>Commented Issue: SilverPart does not work in IE8</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4132</link><description>You have to set &amp;#39;compatability mode&amp;#39; for it to work.&lt;br /&gt;Comments: ** Comment from web user: bobchauvin ** &lt;p&gt;Heres the error message&amp;#58;&lt;br /&gt;&amp;#34;Cannot instantiate Silverlight content. Make sure you have the right Silverlight plugin installed. Please contact your administrator.&amp;#34;&lt;/p&gt;</description><author>bobchauvin</author><pubDate>Sat, 20 Jun 2009 20:15:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: SilverPart does not work in IE8 20090620081542P</guid></item><item><title>New Post: Found a good tip regarding SL and SharePoint related data</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=59966</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Here:&amp;nbsp; http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=2&amp;amp;url=http%3A%2F%2Fwww.synergyonline.com%2Fblog%2Fblog-moss%2FLists%2FPosts%2FPost.aspx%3FID%3D39&amp;amp;ei=zmU6SouRGtTTlAegj8zyDQ&amp;amp;usg=AFQjCNFAX7_s9de6l3thyFJbuHAhUh0KfA&amp;amp;sig2=heolS9jJQjpTf7QTV5mQhA&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Allows me to debug Sharepoint Web Service calls from my dev box!&lt;/p&gt;&lt;/div&gt;</description><author>bobchauvin</author><pubDate>Thu, 18 Jun 2009 16:07:30 GMT</pubDate><guid isPermaLink="false">New Post: Found a good tip regarding SL and SharePoint related data 20090618040730P</guid></item><item><title>New Post: Silverpart vs the Silverlight Blueprint for SharePoint?</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=25320</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That site was moved to &lt;a href="http://sl4sp.codeplex.com/"&gt;http://sl4sp.codeplex.com/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>ubrgeek</author><pubDate>Wed, 17 Jun 2009 17:45:29 GMT</pubDate><guid isPermaLink="false">New Post: Silverpart vs the Silverlight Blueprint for SharePoint? 20090617054529P</guid></item><item><title>Commented Issue: SilverPart does not work in Firefox</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4005</link><description>The current silverpart release does not work in Firefox. Instead of loading the xap file, it will display the &amp;#34;you don&amp;#39;t have silver light installed&amp;#34; error message. I tracked this down to an &amp;#39;invalid&amp;#39; &amp;#60;object&amp;#62; tag. As of now, the tag is rendered like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34; data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;However in order to work in FF, the height&amp;#47;width arguments must be placed at the end, like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34; width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;Could you please fix this and release a new version&amp;#63; Thanks a lot..&lt;br /&gt;Comments: ** Comment from web user: bobchauvin ** &lt;p&gt;Seems like an issue in FF, not SP.&lt;/p&gt;</description><author>bobchauvin</author><pubDate>Wed, 17 Jun 2009 13:55:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: SilverPart does not work in Firefox 20090617015527P</guid></item><item><title>New Post: Silverpart vs the Silverlight Blueprint for SharePoint?</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=25320</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Also, the link you metioned (ubrgeek) is broken, where this site is not!&lt;/p&gt;&lt;/div&gt;</description><author>bobchauvin</author><pubDate>Wed, 17 Jun 2009 13:51:51 GMT</pubDate><guid isPermaLink="false">New Post: Silverpart vs the Silverlight Blueprint for SharePoint? 20090617015151P</guid></item><item><title>Reviewed: SilverPart 2.0 (Jun 08, 2009)</title><link>http://silverpart.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22527</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Works well.  Thanks&amp;#33;</description><author>bobchauvin</author><pubDate>Mon, 08 Jun 2009 21:28:50 GMT</pubDate><guid isPermaLink="false">Reviewed: SilverPart 2.0 (Jun 08, 2009) 20090608092850P</guid></item><item><title>Commented Issue: SilverPart does not work in Firefox</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4005</link><description>The current silverpart release does not work in Firefox. Instead of loading the xap file, it will display the &amp;#34;you don&amp;#39;t have silver light installed&amp;#34; error message. I tracked this down to an &amp;#39;invalid&amp;#39; &amp;#60;object&amp;#62; tag. As of now, the tag is rendered like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34; data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;However in order to work in FF, the height&amp;#47;width arguments must be placed at the end, like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34; width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;Could you please fix this and release a new version&amp;#63; Thanks a lot..&lt;br /&gt;Comments: ** Comment from web user: dotnetrodent ** &lt;p&gt;Furthermore, I&amp;#39;ve also found out that if the &amp;#34;initParams&amp;#34; param tag has an empty &amp;#34;value&amp;#34;, then Firefox also doesn&amp;#39;t render the plugin. Until fix in code is made to not render this param altogether, a workaround is to configure the webpart to include the user and&amp;#47;or website names as init params, so the value of the tag is not empty&lt;/p&gt;</description><author>dotnetrodent</author><pubDate>Mon, 18 May 2009 15:12:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: SilverPart does not work in Firefox 20090518031254P</guid></item><item><title>Commented Issue: SilverPart does not work in Firefox</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4005</link><description>The current silverpart release does not work in Firefox. Instead of loading the xap file, it will display the &amp;#34;you don&amp;#39;t have silver light installed&amp;#34; error message. I tracked this down to an &amp;#39;invalid&amp;#39; &amp;#60;object&amp;#62; tag. As of now, the tag is rendered like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34; data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;However in order to work in FF, the height&amp;#47;width arguments must be placed at the end, like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34; width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;Could you please fix this and release a new version&amp;#63; Thanks a lot..&lt;br /&gt;Comments: ** Comment from web user: dotnetrodent ** &lt;p&gt;Yes, please fix. Easy fix, major issue.&lt;/p&gt;</description><author>dotnetrodent</author><pubDate>Mon, 18 May 2009 12:59:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: SilverPart does not work in Firefox 20090518125949P</guid></item><item><title>New Post: First silverlight app</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=34262</link><description>&lt;div style="line-height: normal;"&gt;I have create a special library for xap-files and refers to it. SilverPart works fine!
&lt;/div&gt;</description><author>Aviw</author><pubDate>Thu, 07 May 2009 06:46:23 GMT</pubDate><guid isPermaLink="false">New Post: First silverlight app 20090507064623A</guid></item><item><title>Created Issue: javascript error: 'Sys' is undefined</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4326</link><description>I added the web part to the home page of my site and my silverlight sontrol &amp;#40;that I added a fully qualified reference to in the editor of the web part&amp;#41; didn&amp;#39;t display.  instead I got a javascript error&amp;#58;&amp;#39;Sys&amp;#39; is undefined  &lt;br /&gt;&lt;br /&gt;I&amp;#39;ve attached a screenshot of it&lt;br /&gt;</description><author>Farris</author><pubDate>Fri, 01 May 2009 01:32:51 GMT</pubDate><guid isPermaLink="false">Created Issue: javascript error: 'Sys' is undefined 20090501013251A</guid></item><item><title>Created Issue: SilverPart does not work in IE8</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4132</link><description>You have to set &amp;#39;compatability mode&amp;#39; for it to work.&lt;br /&gt;</description><author>wcmetz0</author><pubDate>Thu, 26 Mar 2009 20:40:50 GMT</pubDate><guid isPermaLink="false">Created Issue: SilverPart does not work in IE8 20090326084050P</guid></item><item><title>New Post: Connection</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=50731</link><description>&lt;div style="line-height: normal;"&gt;Just want to know when connection function will be in Silverpart?
&lt;/div&gt;</description><author>huhmq</author><pubDate>Fri, 20 Mar 2009 05:38:54 GMT</pubDate><guid isPermaLink="false">New Post: Connection 20090320053854A</guid></item><item><title>New Post: % height and width</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=50580</link><description>&lt;div style="line-height: normal;"&gt;Is it possible to set the height and width as a relative % rather than fixed pixels?&lt;br&gt;
&lt;br&gt;
btw, this is a great web part!  Thanks.
&lt;/div&gt;</description><author>wcmetz0</author><pubDate>Wed, 18 Mar 2009 22:33:43 GMT</pubDate><guid isPermaLink="false">New Post: % height and width 20090318103343P</guid></item><item><title>New Post: First silverlight app</title><link>http://silverpart.codeplex.com/Thread/View.aspx?ThreadId=34262</link><description>&lt;div style="line-height: normal;"&gt;How can I refer .xap file in the SilverPart settings?
&lt;/div&gt;</description><author>huhmq</author><pubDate>Sat, 14 Mar 2009 06:17:46 GMT</pubDate><guid isPermaLink="false">New Post: First silverlight app 20090314061746A</guid></item><item><title>Created Issue: SilverPart does not work in Firefox</title><link>http://silverpart.codeplex.com/WorkItem/View.aspx?WorkItemId=4005</link><description>The current silverpart release does not work in Firefox. Instead of loading the xap file, it will display the &amp;#34;you don&amp;#39;t have silver light installed&amp;#34; error message. I tracked this down to an &amp;#39;invalid&amp;#39; &amp;#60;object&amp;#62; tag. As of now, the tag is rendered like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34; data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;However in order to work in FF, the height&amp;#47;width arguments must be placed at the end, like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34; width&amp;#61;&amp;#34;100&amp;#37;&amp;#34; height&amp;#61;&amp;#34;100&amp;#37;&amp;#34;&amp;#62;            &lt;br /&gt;&lt;br /&gt;Could you please fix this and release a new version&amp;#63; Thanks a lot..&lt;br /&gt;</description><author>driAn</author><pubDate>Sat, 07 Mar 2009 16:23:01 GMT</pubDate><guid isPermaLink="false">Created Issue: SilverPart does not work in Firefox 20090307042301P</guid></item><item><title>New Post: First silverlight app</title><link>http://www.codeplex.com/silverpart/Thread/View.aspx?ThreadId=34262</link><description>&lt;div style="line-height: normal;"&gt;Also make sure the SilverPart 2.0 feature is activated. &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Go to Site Settings -&amp;gt; Site Collection Features -&amp;gt; Activate&lt;/div&gt;&lt;/div&gt;</description><author>anoguei</author><pubDate>Sun, 01 Feb 2009 04:39:37 GMT</pubDate><guid isPermaLink="false">New Post: First silverlight app 20090201043937A</guid></item><item><title>New Post: First silverlight app</title><link>http://www.codeplex.com/silverpart/Thread/View.aspx?ThreadId=34262</link><description>&lt;div style="line-height: normal;"&gt;When you say it doesnt appear in the webparts gallery have you tried adding it?&lt;br&gt;
&lt;br&gt;
In the webparts gallery click New. Then on the next page you should be able to find the SilverPart.SilverPartWebPart listed.&lt;br&gt;
Check the box next to the entry and then click on the  Populate Gallery button.&lt;br&gt;
&lt;br&gt;
The webpart should now be availabe for use.
&lt;/div&gt;</description><author>nicoughton</author><pubDate>Fri, 30 Jan 2009 13:32:38 GMT</pubDate><guid isPermaLink="false">New Post: First silverlight app 20090130013238P</guid></item></channel></rss>