Community Meetup – Microsoft User Group Hyderbad @ Microsoft Campus on 26th Feb ’11

I’m very happy to talk about SharePoint 2010 for Microsoft User Group Hyderabad , an event held at Microsoft Campus on 26th Feb ’11. Apart from my session there are couple of more interesting sessions like IIS request processing for ASP.NET , MVC , Microsoft Surface etc ., This was my first session at Microsoft […]

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 […]

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 […]