In the
previous article,
we have discussed about the basics of Federated Search Results in SharePoint
In this
article, we will discuss how to implement the Federated Search results in
SharePoint 2010.
Steps
Go to Central
Administration of the SharePoint Server -> Application Management ->
Manage...
Jan 4, 2012
Jan 3, 2012
Federated Search Results in SharePoint
In
this article, we are going to discuss about another interesting topic called
Federated Search which came up with the MOSS (Microsoft Office SharePoint
Server), when Microsoft updated the Infrastructure in SharePoint.
What
is Federated Search?
Federate
- Characterized by unity or being or joined
into a single entity
Federation
allows users to send the same query (search keyword) to multiple independent...
How to Remove “+ Add document" from a SharePoint 2010 Document Library
In previous article, we have learned how to hide the Select/ Deselect Check Box from a view in the list/libraries.
In this post, we will see how to remove the “+ Add document” option from the document library in SharePoint 2010.
We will get some scenarios where, we will display the document library...
Jan 1, 2012
How to hide the Select and Deselect Check box in a List/Library in SharePoint 2010
We
might have faced some situations where you want to hide the Select and Deselect
Option Check Box in the SharePoint 2010.
This
is required, when you create some views and want to display some items with out
check box options.
Let’s
discuss about this in this article.
Suppose
this is the document...
Dec 27, 2011
How to create a Tab using the labels in the blogger
In the previous article, we have discussed about increasing the traffic or the number of users to the blog. In this article, we will discuss how to create a tab using the labels which you have created for the posts in your blog.
If you have the older version of the blog, then in the design mode you...
Dec 26, 2011
How to hide the download a copy option (Context Menu) in the Document Library

In the document library we have an
option of downloading the document as shown below.
If the user
wants to hides or remove this option for all the users. The following steps will
explain the same.
1. First locate the following path C:\Program
Files\Common Files\Microsoft Shared\web server
...
How to hide the left navigation bar in the SharePoint
In this article, we will see how to hide the left navigation in SharePoint siteThere are many ways for hiding the left navigation in the SharePoint. Here is the simplest way to hide it.
1. Master.FindControl("PlaceHolderLeftNavBar").Visible = false;
2. Place a content editor in the page you want to hide the left navigation pane in the site and add the following code in the...
How to increase the Traffic or the Users to a Blog
Hi All,
We will start discussing about the blogger tips also.
In this article, we are going to discuss how to increase the traffic to your blog. I have listed it below.
1. Design the UI properly – Branding
The Look and feel is very important for a blog. This is the first thing which attracts the users to visit your blog often. So, plan the design and use proper templates...
Dec 23, 2011
Programmatically Creating Site Backup in SharePoint
In the previous article, we have discussed about creating and restoring the SharePoint site using stsadm command.
In this article, we will see how to take the backup of the site using SharePoint Object Model.The below is the code that will create the backup of the site and log the information in a log file.
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using...
stsadm Command for Creating Backup and Restoring a Site in SharePoint
In this article, we will discuss how to take a backup and restore it using the stsadmn command in SharePoint (WSS 3.0, MOSS 2007).
In SharePoint 2010, we use Power Shell instead of this command.
Before going for that let’s discuss about stsadm
What is stsadm command?
It is a command line tool for administration of SharePoint sites.
Where it is located in the server?
Normally, it is present...