Welcome there !
Emmanuel Desigaud's blog. Personnal, professional. Fun pictures, kewl web links, usefull software ....Announcing the Document Library Treeview for MOSS 2007
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

MOSS 2007 Search Web Service Tips
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 !!
if (ds.ExtendedProperties.ContainsKey("SpellingSuggestion")
&&
ds.ExtendedProperties["SpellingSuggestion"].ToString().Length > 0)
{
this.Response.Write("-->" + ds.ExtendedProperties["SpellingSuggestion"]);
}
MOSS 2007 Related Article
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:
- Installing The PDF Ifilter In SharePoint and Registering the PDF Icon (Michael Gannotti Blog)
- MOSS 2007 - Search Evaluation Guide (Microsoft)
- MOSS 2007 : Advanced Search on your own metadata (Andy May)
- Ontolica Wildcard for MOSS 2007(Ontolica)
- Search Query Web Service Test Tool (mosssearch.com)
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:
- Enabling InfoPath Forms Services 2007 (Kristof De Causemaeker)
- Infopath 2007 Training Labs (Microsoft)
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
- MOSS Search (Mike Taghizadeh)
- WSS FAQ - additions and corrections (Mike Walsh)
Some Office 2007 links
Office 12 Early preview
Webparts : From Sharepoint to Asp.net 2.0
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
Sharepoint Resources
Yellow pages site with all interesting links dedicated to Sharepoint !
http://weblogs.asp.net/rdaniels/archive/2005/01/06/347750.aspx
Infopath Dev site
Nice site, full of examples and interesting articles !
Update your bookmarks so !
Link : How to Add a Webpart to a Site Definition 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
Apply your branding onto SPS sites.
Good articles about Sharepoint customization: