Skip to: Site menu | Main content

Welcome there !

Emmanuel Desigaud's blog. Personnal, professional. Fun pictures, kewl web links, usefull software ....
2007-08-22

Announcing the Document Library Treeview for MOSS 2007

Categories: CMS / Sharepoint Language : English (EU)

Dear Sharepoint users, I'm pleased to announce you my first public webpart for MOSS 2007.
This webpart simply add a treeview navigation to the document library webpart. Nothing very tricky or exciting .. just a useful component.

Have a look at the project page here

Webpart

PermalinkPermalink
2007-06-23

MOSS 2007 Search Web Service Tips

Categories: CMS / Sharepoint Language : English (EU)

The "Did you mean" (spelling suggestion) feature of MOSS 2007 is very useful. This information is also available through the Search Web Service.

On the dataset returned by the QueryEx function, have a look at the extended property called SpellingSuggestion. It will give you the precious information !!


DataSet ds queryServiceProxy.QueryEx(req);

            
if 
(ds.ExtendedProperties.ContainsKey("SpellingSuggestion"
    &&
    ds.ExtendedProperties[
"SpellingSuggestion"].ToString().Length > 0)
{
    
this.Response.Write("-->" + ds.ExtendedProperties["SpellingSuggestion"]);
}
PermalinkPermalink
2006-12-28

MOSS 2007 Related Article

Categories: CMS / Sharepoint Language : English (EU)

General:

  • Details of MCMS 2002 Software Assurance Migration(Microsoft)
  • Best Practices: Using Disposable Windows SharePoint Services Objects (MSDN)
  • Moving layout files (master pages, page layouts, CSS, etc.) in a MOSS Publishing site between multiple environments (Andrew Connell)

Development:

  • Sharepoint SDK (Microsoft)
  • SharePoint Development Just Got Simpler Thanks to Visual Studio Extensions (DevX.com)
  • How to enable debugging in a SharePoint Site (Renaud Comte)
  • SharePoint Solution Package - VS Project Template (Vince Rothwell)
  • Team-Based Development in Microsoft Office SharePoint Server 2007(MSDN)
  • SharePoint Resources, Types, Use and Deployment (Mikhail ikov)

Customization

  • How to: Display Custom Fields in a Content Query Web Part (MSDN)
  • Customizing the Content Query Web Part XSL (MSDN)
  • Customizing the WSS 3.0/MOSS 2007 Menu Control (MS Sharepoint Team)
  • How can I make my web site faster with caching (MS Sharepoint Team)
  • CSS Reference Chart for SharePoint 2007 (Heather Solomon)
  • MOSS Navigation Deep-Dive - Part 1 (ECM Team Blog)
  • Some design articles (Heather Solomon)
  • Using field value controls and edit mode panels to tweak your page rendering (ECM Team blog)
  • SharePoint/MOSS 2007 Forms Based Authentication Login/Registration Web Part (Paul Ballard)

Workflow:

  • Add custom workflow activities to SharePoint Designer (Part 1) & (Part 2)
  • SharePoint 2007 Workflow with Visual Studio 2005 + InfoPath 2007 (Nick Swan)

Search:

Business Data Catalog:

  • You can use the BDC feature of MOSS 2007 to interact with information stored in external data sources ... (Luis Du Solier)

Authentication:

  • Write your own Custom Authentication Provider (Liam Cleary)
  • Configuring Multiple Authentication Providers for SharePoint 2007 (Sharepoint Team)
  • SharePoint 2007 Forms Authentication (Nick Swan)
  • The Hybrid Provider: Authenticating both AD and SQL Users in SharePoint 2007 (Christopher V. Domino)

InfoPath:

Tools:

  • Query Tool (GotDotNet)
  • Sharepoint Inspector (Gat)
  • The SharePoint Utility Suite (CodePlex)
  • U2U Community Tools (U2U)
  • SharePoint Builder (CodePlex)
  • r.a.d.editor for SharePoint 2007 (Telerik)
  • SharePoint Custom Forms Authentication Feature (Codeplex)
  • Microsoft Best Practices Analyzer for Windows SharePoint Services 3.0 and the 2007 Microsoft Office System (Microsoft)

Directories

PermalinkPermalink
2006-07-05

Some Office 2007 links

Categories: Tech, CMS / Sharepoint Language : English (EU)
  • Jopx's incredible bookmarks
  • Workflow Developer Starter Kit for Windows SharePoint Services V3
  • SharePoint 2007 Forms Authentication
  • Microsoft Office 2007 Beta Community
  • PermalinkPermalink
    2005-03-09

    Office 12 Early preview

    Categories: CMS / Sharepoint Language : English (EU)

    http://winsupersite.com/showcase/office12_preview1.asp

    PermalinkPermalink

    Webparts : From Sharepoint to Asp.net 2.0

    Categories: CMS / Sharepoint Language : English (EU)

    Wintellect's Dino Esposito shows how to build custom Web Parts for SharePoint Portal Server and SharePoint Services using Visual Studio 2003 with the WebPart Templates. He then shows how to build a similar Web Part using the Portal Framework in ASP.NET 2.0 without using SharePoint.

    http://www.theserverside.net/articles/showarticle.tss?id=WebParts1

    PermalinkPermalink
    2005-01-07

    Sharepoint Resources

    Categories: CMS / Sharepoint Language : English (EU)

    Yellow pages site with all interesting links dedicated to Sharepoint !

    http://weblogs.asp.net/rdaniels/archive/2005/01/06/347750.aspx

    PermalinkPermalink

    Infopath Dev site

    Categories: CMS / Sharepoint Language : English (EU)

    Nice site, full of examples and interesting articles !

    Update your bookmarks so !

    http://www.infopathdev.com/

    PermalinkPermalink
    2004-12-22

    Link : How to Add a Webpart to a Site Definition Page

    Categories: Tech, CMS / Sharepoint Language : English (EU)
    Nice tips when you want to add your webpart to all site's page !

    http://weblogs.asp.net/jan/archive/2004/12/21/329107.aspx



    Infos from msdn : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/tsptCustomExistingWebTemplate.asp
    PermalinkPermalink
    2004-12-10

    Apply your branding onto SPS sites.

    Categories: CMS / Sharepoint Language : English (EU)

    Good articles about Sharepoint customization:

    PermalinkPermalink