Hide Yellow Status Bar Sharepoint 2010

How do we hide yellow status bar in SharePoint 2010 ? Open V4.Master file in Sharepoint desginer 2010 and search for <div id=”s4-statusbarcontainer”> <div id=”pageStatusBar” class=”s4-status-s1″> </div> </div> <div> after commenting <!– <div id=”s4-statusbarcontainer”> <div id=”pageStatusBar” class=”s4-status-s1″> </div> –> Just commont these <div tag , and now you don’t see any yellow status bar under […]

Fast Search Server2010 Installation and Configuration – Step by Step

Fast Search Server 2010 provides extensive search capabilities to Sharepoint 2010, complete information on Fast Search Server is here http://technet.microsoft.com/en-us/enterprisesearch/ee441234 Let’s see how we can install and configure Fast Search Server on Sharepoint 2010 , download fastsearchserver binaries from MSDN (if you are a msdn subscriber). Step 1 (Installing pre-requisites): Install Software pre-requisites, Extra the […]

Sharepoint 2010 Content Type Hubs

We will see how to create a Content Type Hub and publish content types to different webapplications, In Sharepoint 2007 when we create a custom content type for a particular web applications let say “Customer content type” for Customer Webapplication we cannot reuse the same “CustomerContentType” for a different application like Sales etc., In Sharepoint […]

Create a custom powershell cmdlet “Hello World..!” VS2010 + .NET Framwork 4 + Powershell 2.0

Commands you will use for this task 1. Set-alias(Powerhsell) 2. Installutil (Powershell) Operations you will perform for this task 1. Create a new powershell cmdlet project. 2. Create a new Powershell PSCmdlet. (business logic resides in this class) 3.Create a new Powershell Custom Snap-in (installer for cmdlet) Step 1 : Create a new powershell cmdlet […]

Site Collection Upgrade from Sharepoint 2007 to Sharepoint 2010

Let’s see how can we migrate a site collection created in sharepoint 2007 to Sharepoint 2010. First we will create a site collection(plain team site) called “MigrationTest” in Sharepoint 2007 and then move this site collection to SharePoint 2010. Command you will use during migration : Export Site Collection(stsadm) Import Site Collection(stsadm) Dismount-SPContentdatabase(Powershell) Mount-SPContentdatabase(Powershell) Operations […]