System Center Operations Manager Management

http://blogs.msdn.com/sharepoint/archive/2010/01/11/try-system-center-operations-manager-management-packs-for-sharepoint-server-2010-beta-and-sharepoint-foundation-2010-beta.aspx

Earth Hour 2010, 27 march 8:30 pm

http://www.earthhour.org/Homepage.aspx

Do it!

Faulty features

http://www.moss2007.be/blogs/vandest/archive/2007/08/23/stsadm-o-export-fatalerror-failed-to-compare-two-elements-in-the-array.aspx

http://featureadmin.codeplex.com/

SharePoint 2007 Deployment: Overview

http://blogit.create.pt/blogs/andrevala/archive/2007/12/02/SharePoint-2007-Deployment_3A00_-Overview.aspx

A great guide to Development found @ André Vala Blog

Chris O’Brien SharePoint Content Deployment Wizard.

Found this over at Chris O’Briens blog and though it was a sweet tool.

  • I just need to move this document library from A to B
  • I just need to move these selected files (e.g. master page, page layouts, CSS etc.) from A to B
  • I just need to move this web from A to B
  • I just need to move this site collection from A to B
  • I just need to move these 20 list items from A to B
  • http://www.sharepointnutsandbolts.com/2007/12/introducing-sharepoint-content.html

    SharePoint 2010 Custom Actions

    From SharePoint Team Blog

    http://blogs.msdn.com/sharepoint/archive/2010/02/15/enabling-a-button-on-the-ribbon-based-on-selection.aspx

    Chris O’brien

    http://www.sharepointnutsandbolts.com/2010/01/adding-ribbon-items-into-existing.html

    Update plz!

    Update Center for Microsoft Office, Office Servers, and Related Products

    http://technet.microsoft.com/en-us/office/ee748587.aspx

    SharePoint 2007, WSS 3.0 Custom Actions

    Some nice guides on how to work with Custom Actions in SharePoint 2007.

    http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/

    http://nevmehta.blogspot.com/2007/06/custom-actions-in-wss-3-moss-2007-part.html

    SharePoint 2010 Enable / Disable Developer Dashboard

    Enable / Disable over stsadm:

    stsadm –o getproperty –pn developer-dashboard get the current setting from developer dashboard (On |Off | OnDemand )
    image
    stsadm –o setproperty –pn developer-dashboard –pv “On” set the setting from developer dashboard (On |Off | OnDemand)
    image

    Enable / Disable over powershell

    Turn On: Set-SPFarm –DeveloperDashboardEnabled

    Turn Off: Set-SPFarm –DeveloperDashboardEnabled $false

     

    Found this over @ http://blogs.technet.com/patrick_heyde/archive/2009/11/16/sharepoint-2010-enable-using-developer-dashboard.aspx

    If you got some spare time? Get Started Developing on SharePoint 2010

    Microsoft added this Get Started Developing on SharePoint 2010 located @ http://msdn.microsoft.com/sv-se/sharepoint/ee513147(en-us).aspx , If you have som spare time on your hands the go see it. It gives a good overview of what a developer can work with on SharePoint 2010.