<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Rénald's Blog - MOSS 2007</title>
    <link>http://www.renaldnollet.com/blog/</link>
    <description />
    <language>en-us</language>
    <copyright>Rénald Nollet</copyright>
    <lastBuildDate>Sun, 23 Aug 2009 13:49:48 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>rno.rno.rno@gmail.com</managingEditor>
    <webMaster>rno.rno.rno@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.renaldnollet.com/blog/Trackback.aspx?guid=6117fa0a-8e80-4769-854e-0fab80cb209c</trackback:ping>
      <pingback:server>http://www.renaldnollet.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.renaldnollet.com/blog/PermaLink,guid,6117fa0a-8e80-4769-854e-0fab80cb209c.aspx</pingback:target>
      <dc:creator>Rénald Nollet</dc:creator>
      <wfw:comment>http://www.renaldnollet.com/blog/CommentView,guid,6117fa0a-8e80-4769-854e-0fab80cb209c.aspx</wfw:comment>
      <wfw:commentRss>http://www.renaldnollet.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6117fa0a-8e80-4769-854e-0fab80cb209c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Here is the second part for my Silverlight Sharepoint contacts coverflow! 
</p>
        <p>
In the <a href="http://www.renaldnollet.com/blog/2009/08/03/SilverlightCoverflowOfSharepointContactsPartI.aspx">first
part</a>, I created the Silverlight coverflow without any link to Sharepoint. 
</p>
        <p>
In this second part, I'll customize my Sharepoint to allow this link. 
</p>
        <p>
 
</p>
        <p>
Here is my updated TOC : 
</p>
        <p>
          <a href="http://www.renaldnollet.com/blog/2009/08/03/SilverlightCoverflowOfSharepointContactsPartI.aspx">
            <strong>In
my previous post</strong>
          </a>
          <strong> : </strong>
        </p>
        <ol style="margin-left: 54pt;">
          <li>
Implement the Silverlight coverflow 
</li>
        </ol>
        <p>
          <strong>In this post post : </strong>
        </p>
        <ol style="margin-left: 54pt;">
          <li>
Customize a sharepoint contacts library 
</li>
        </ol>
        <p>
          <strong>In a next post : </strong>
        </p>
        <p>
3.    Implement the Sharepoint contacts extraction 
</p>
        <p>
4.    Deploy the XAP in Sharepoint 
</p>
        <p>
5.    Add the Silverlight application to a Sharepoint page 
</p>
        <p>
 
</p>
        <h1>Customize a sharepoint contacts library 
</h1>
        <p>
 
</p>
        <p>
To customize a contacts library, I need, of course, a contact list and a pictures
library for the pictures of contacts. 
</p>
        <p>
Here is my contact library : 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight1.png" alt="" />
        </p>
        <p>
And here is my pictures library : 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight2.png" alt="" />
          <br />
        </p>
        <p>
Now, I must create a column in my contacts list to add a picture to each contact item
: 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight3.png" alt="" />
        </p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight4.png" alt="" />
          <br />
        </p>
        <p>
For each contact, I can then add a picture link to the picture library : 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight5.png" alt="" />
          <br />
        </p>
        <p>
And finally, here is the result : 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight6.png" alt="" />
        </p>
        <p>
That's all for this time! I guess those steps were easily made if you've already played
with Sharepoint! 
</p>
        <p>
See you later!
</p>
        <img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=6117fa0a-8e80-4769-854e-0fab80cb209c" />
      </body>
      <title>Silverlight coverflow of Sharepoint contacts : part II</title>
      <guid isPermaLink="false">http://www.renaldnollet.com/blog/PermaLink,guid,6117fa0a-8e80-4769-854e-0fab80cb209c.aspx</guid>
      <link>http://www.renaldnollet.com/blog/2009/08/23/SilverlightCoverflowOfSharepointContactsPartII.aspx</link>
      <pubDate>Sun, 23 Aug 2009 13:49:48 GMT</pubDate>
      <description>&lt;p&gt;
Here is the second part for my Silverlight Sharepoint contacts coverflow! 
&lt;/p&gt;
&lt;p&gt;
In the &lt;a href="http://www.renaldnollet.com/blog/2009/08/03/SilverlightCoverflowOfSharepointContactsPartI.aspx"&gt;first
part&lt;/a&gt;, I created the Silverlight coverflow without any link to Sharepoint. 
&lt;/p&gt;
&lt;p&gt;
In this second part, I'll customize my Sharepoint to allow this link. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Here is my updated TOC : 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.renaldnollet.com/blog/2009/08/03/SilverlightCoverflowOfSharepointContactsPartI.aspx"&gt;&lt;strong&gt;In
my previous post&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; : &lt;/strong&gt;
&lt;/p&gt;
&lt;ol style="margin-left: 54pt;"&gt;
&lt;li&gt;
Implement the Silverlight coverflow 
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&lt;strong&gt;In this post post : &lt;/strong&gt;
&lt;/p&gt;
&lt;ol style="margin-left: 54pt;"&gt;
&lt;li&gt;
Customize a sharepoint contacts library 
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&lt;strong&gt;In a next post : &lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Implement the Sharepoint contacts extraction 
&lt;/p&gt;
&lt;p&gt;
4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Deploy the XAP in Sharepoint 
&lt;/p&gt;
&lt;p&gt;
5.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Add the Silverlight application to a Sharepoint page 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h1&gt;Customize a sharepoint contacts library 
&lt;/h1&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
To customize a contacts library, I need, of course, a contact list and a pictures
library for the pictures of contacts. 
&lt;/p&gt;
&lt;p&gt;
Here is my contact library : 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight1.png" alt=""&gt; 
&lt;/p&gt;
&lt;p&gt;
And here is my pictures library : 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight2.png" alt=""&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
Now, I must create a column in my contacts list to add a picture to each contact item
: 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight3.png" alt=""&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight4.png" alt=""&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
For each contact, I can then add a picture link to the picture library : 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight5.png" alt=""&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
And finally, here is the result : 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/082309_1349_Silverlight6.png" alt=""&gt; 
&lt;/p&gt;
&lt;p&gt;
That's all for this time! I guess those steps were easily made if you've already played
with Sharepoint! 
&lt;/p&gt;
&lt;p&gt;
See you later!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=6117fa0a-8e80-4769-854e-0fab80cb209c" /&gt;</description>
      <comments>http://www.renaldnollet.com/blog/CommentView,guid,6117fa0a-8e80-4769-854e-0fab80cb209c.aspx</comments>
      <category>MOSS 2007</category>
      <category>Silverlight 3.0</category>
    </item>
    <item>
      <trackback:ping>http://www.renaldnollet.com/blog/Trackback.aspx?guid=654738a6-8ede-4280-bf29-1be25254414b</trackback:ping>
      <pingback:server>http://www.renaldnollet.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.renaldnollet.com/blog/PermaLink,guid,654738a6-8ede-4280-bf29-1be25254414b.aspx</pingback:target>
      <dc:creator>Rénald Nollet</dc:creator>
      <wfw:comment>http://www.renaldnollet.com/blog/CommentView,guid,654738a6-8ede-4280-bf29-1be25254414b.aspx</wfw:comment>
      <wfw:commentRss>http://www.renaldnollet.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=654738a6-8ede-4280-bf29-1be25254414b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Yesterday, I spent my evening installing MOSS 2007 Enterprise on my Windows 7 RTM
laptop. 
</p>
        <p>
This is quite easy with the Bamboo Nation's SharepointOnVista. 
</p>
        <p>
You just have to follow the guide for Windows Vista : <a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx">http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx</a></p>
        <p>
Pay attention that there is a prerequisite that wasn't needed on Windows Vista before
starting the installation : <a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/05/07/installing-wss-3-0-moss-sp2-on-windows-7-rc.aspx">http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/05/07/installing-wss-3-0-moss-sp2-on-windows-7-rc.aspx</a></p>
        <p>
MOSS 2007 is running very well on my laptop (Fujutsu Siemens Lifebook E with a 2.20
Ghz Core 2 T7500 and 4GB Ram – Windows 7 Ultimate X86/3,25 GB of usable RAM – MOSS
2007 Enterprise X86), really better than on Vista Ultimate! 
</p>
        <p>
Of course, I just made a basic MOSS setup. Let's see how it will run in a few days/weeks… <span style="font-family: Wingdings;"></span><br /></p>
        <p>
  <img src="http://www.renaldnollet.com/blog/content/binary/081409_1007_MOSS2007Ent1.png" alt="" height="453" width="600" /></p>
        <img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=654738a6-8ede-4280-bf29-1be25254414b" />
      </body>
      <title>MOSS 2007 Enterprise on Windows 7 RTM with Bamboo Nation's SharePointOnVista</title>
      <guid isPermaLink="false">http://www.renaldnollet.com/blog/PermaLink,guid,654738a6-8ede-4280-bf29-1be25254414b.aspx</guid>
      <link>http://www.renaldnollet.com/blog/2009/08/14/MOSS2007EnterpriseOnWindows7RTMWithBambooNationsSharePointOnVista.aspx</link>
      <pubDate>Fri, 14 Aug 2009 10:08:31 GMT</pubDate>
      <description>&lt;p&gt;
Yesterday, I spent my evening installing MOSS 2007 Enterprise on my Windows 7 RTM
laptop. 
&lt;/p&gt;
&lt;p&gt;
This is quite easy with the Bamboo Nation's SharepointOnVista. 
&lt;/p&gt;
&lt;p&gt;
You just have to follow the guide for Windows Vista : &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx"&gt;http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Pay attention that there is a prerequisite that wasn't needed on Windows Vista before
starting the installation : &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/05/07/installing-wss-3-0-moss-sp2-on-windows-7-rc.aspx"&gt;http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/05/07/installing-wss-3-0-moss-sp2-on-windows-7-rc.aspx&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
MOSS 2007 is running very well on my laptop (Fujutsu Siemens Lifebook E with a 2.20
Ghz Core 2 T7500 and 4GB Ram – Windows 7 Ultimate X86/3,25 GB of usable RAM – MOSS
2007 Enterprise X86), really better than on Vista Ultimate! 
&lt;/p&gt;
&lt;p&gt;
Of course, I just made a basic MOSS setup. Let's see how it will run in a few days/weeks… &lt;span style="font-family: Wingdings;"&gt;&lt;/span&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp; &lt;img src="http://www.renaldnollet.com/blog/content/binary/081409_1007_MOSS2007Ent1.png" alt="" height="453" width="600"&gt; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=654738a6-8ede-4280-bf29-1be25254414b" /&gt;</description>
      <comments>http://www.renaldnollet.com/blog/CommentView,guid,654738a6-8ede-4280-bf29-1be25254414b.aspx</comments>
      <category>MOSS 2007</category>
      <category>Windows 7</category>
    </item>
  </channel>
</rss>