Welcome to www.Sharepoint247.com Blogs Sign in | Join | Help

Microsoft annonced the official release date for Sharepoint 2010 and Office 2010.

The date is May 12th 2010.

Microsoft SharePoint Team Blog : SharePoint 2010 & Office 2010 Launch

Microsoft has a collection of Sharepoint 2010 videos for those wanting a quick peek at all the new features.

Worth a look.

http://sharepoint2010.microsoft.com/Pages/videos.aspx

On Michael Greth’s Blog i found a nice list of Enterprise 2.0 Social Software add-ons and stuff for Sharepoint 2007.

The list includes:

  1. Community Kit: Enhanced Blog Edition
  2. Community Kit: Enhanced Wiki Edition
  3. Tagging
  4. Taxonomy
  5. Faceted Search
  6. Role Based Templates for MySites
  7. FaceBook Web Parts
  8. Silverlight Blueprint for SharePoint
  9. Org Chart Web Part
  10. Academy Mobile
  11. etc……

 

 

SharePoint and Web 2.0 Enterprise - Michael Greth [SharePoint MVP] - SharePointCommunity

Good stuff about Sharepoint and FAST Enterprise Search Platform. 

 

SharePoint for Squirrels - by Natalya Voskresenskaya [MVP]: FAST search engine for SharePoint PART 1 (Dictionaries)

Microsoft has released 10 new themes for Sharepoint to make Sharepoint not look like Sharepoint :-)

The downloads can be fond here. download link

If you follow the link to The Sean Blog you will find screenshoots of the different themes.

The Sean Blog : Ten Themes for SharePoint

Microsoft has released a toolkit to help create WSRP compliant content from Sharepoint lists and libraries.

This will enable Sharepoint conttent in IBM WebSphere Portal, SAP NetWeaver Enterprise Portal etc.

The toolkit contains Whitepapers and sample code and can be downloaded from the MSDN Code gallery.

 

Microsoft SharePoint Team Blog : Announcing the WSRP Toolkit for SharePoint

On codePlex there is a project with webparts to help refine Sharepoint serarch.

From codePlex:

"Project Description
MOSS Faceted Search is a set of web parts that provide intuitive way to refine search results by category (facet). "

 

Demo1

More info:

http://sharepoint.microsoft.com/blogs/mikeg/Lists/Posts/Post.aspx?ID=835

And you can find the download at CodePlex

http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=FacetedSearch&ReleaseId=7387

Faceted Search for SharePoint 2.0 Released - Michael Gannotti on SharePoint +

Bamboo Solutions has created a solution for installing WSS 3.0 on Windows Vista thus eliminating the need for Virtual PC or VMware for Sharepoint Development.

This should greatly improve the development experience for Sharepoint developers.

Article at Bamboo

Microsoft has released a Solution Accelerator to quickly deploy sharepoint in an extranet solution.

From Microsoft's description:

This software and documentation helps administrators quickly deploy a SharePoint-based solution for collaborating across the Internet. The documentation includes Planning for External Collaboration with SharePoint, which describes the planning process for deploying the solution in a small or mid-sized environment, and the Deployment and Operations Guide, which explains how to install and configure the solution, provides guidance for users, and describes how to deploy the solution in larger environments.

External Collaboration Toolkit for SharePoint

Great articles on Bob Mixon's blog about using MOSS 2007 as a Document Management System.

Taxonomy - Blog

Microsoft have released Service Pack 1 for both WSS 3.0 and MOSS 2007

More info at the Microsoft Sharepoint Products and Technologies Team blog

And there's allot more information about SP1 at Technet, you will find it here.

Microsoft SharePoint Products and Technologies Team Blog : Announcing the Release of WSS 3.0 SP1 and Office SharePoint Server 2007 SP1

I found this information at Chris O'Brien's blog at http://sharepointnutsandbolts.blogspot.com/

 

this looks like a great tool for deploying content from one sharepoint server to another. Much more granular then the built-in content deployment features.

The tool have a wizard for choosing the content to export and looks fairly easy to use.

CDW_WelcomeScreen

Chris O'Brien's blog: Introducing the SharePoint Content Deployment Wizard

If you are using VSTO to develop a Word Template for use in a Sharepoint document library you might come across the need to in your VSTO code find out what Sharepoint Document Library the Word document was opened from.

This information is not available from the Word object model. When you open or create a new Word document from a Sharepoint Document library Microsoft Word is activated by a ActiveX control that comes with the Office installation. The call to Word is made via standard DDE and the Word object model does not expose the path to the Sharepoint document library where the document came from.

The path to the Sharepoint Document Library is passed as parameters to the DDE call and is accessible from the VSTO code with the following line of code:

 Environment.CommandLine

This will return a string with all of the parameters passed via DDE. Parse the string and you will find the path to the Sharepoint document library where the Word document was opened or created from.

The Microsoft SharePoint Products and Technologies Team have posted some information about the upcoming WSS 3.0 and MOSS 2007 Service Pack 1.

Some of the highlights are:

  • Windows Server 2008 Support and Compatibility
  • ASP.NET for AJAX Compatibility and Support including support for WebParts built with AJAX Control Toolkit
  • + New STSADM commands and 60+ Hotfixes

Microsoft SharePoint Products and Technologies Team Blog : Preview into WSS 3.0 SP1 and SharePoint Server 2007 SP1

Good information from Microsoft about what every developer should know on disposing objects when using the Sharepoint object model.

Best Practices: Common Coding Issues When Using the SharePoint Object Model

More Posts Next page »