The 2011 Sharepoint Conference in Anaheim California is over and those of us that did not attend can watch the KeyNote on the following link http://www.mssharepointconference.com/pages/keynote.aspx
The SubSites webpart we have available as a free download will not run on Office 365, this is because it is not developed as a sandboxed solution. Sandboxed solutions is a requirement if you want to deploy webparts to Office 365. You can download the SubSite Webpart for Office 365 (sandbox solution) and the...
Microsoft has released the Sharepoint 2010 products Service Pack 1 on June 28. The Service pack can be downloaded from the Update Center for Microsoft Office. Microsoft recommends installing the June 2011 Cumulative Update immediately after the installation of Service Pack 1. The update includes fixes that did not make it into Service Pack...
This article contains the source code for the Sharepoint Subsites webpart that can be downloaded here. I will try to give a very short description for each section of code. The project is written in Visual Basic and contains comments in the code so hopefully it’s understandable. The first part of the webpart code...
Microsoft released an updated version of the Sharepoint 2010 SDK. The main updated information is for Sharepoint online. The SDK now contains information about Sharepoint Online for developers in the Sharepoint Online General Reference Section. There is also a Sharepoint Online Developer Feature Availability Matrix that shows what features are available with the different...
Microsoft has a new great whitepaper out about branding Sharepoint 2010 Publishing Sites. The whitepaper is written by Andrew Connell, Critical Path Training LLC (SharePoint MVP) | Randy Drisgill, SharePoint911 (SharePoint MVP) It’s step by step guide for branding a Sharepoint publishing site and looks like a good read and a resource for anyone...
This is a simple webpart to show a list (with links) of subsites immediately below the current site. This webpart will work on both Sharepoint 2010 and Sharepoint Foundation. On Sharepoint 2010 you could have used the built in “Table of Contents” webpart to do similar things but this one can also display the...
Here is a great resource for Sharepoint 2010 starter Master Pages. The site has a lot of other great Sharepoint branding tips aswell. Well worth a look. http://blog.drisgill.com/ Updated 2010 Starter Master Pages up on CodePlex – Randy Drisgill SharePoint Branding Blog