Microsoft Office SharePoint Server 2010 is an integrated suite of server capabilities that can help improve organizational effectiveness by providing comprehensive enterprise search and content management, accelerating shared business processes, and facilitating information-sharing across boundaries for better business insight.

You can quickly create and manage SharePoint sites that support specific content publishing, enterprise content management, records management, or BI needs. You can also conduct effective searches for people and documents; participate in forms-driven business processes; and access and analyze large business data.

Capabilities of SharePoint Server

Collaboration, Portal, Enterprise Search, Enterprise Content Management, Business Process and Forms, Business Intelligence and Licensed for Internet/Extranet

SharePoint 2010 Sites delivers a single infrastructure to provide portal and collaboration capabilities across internet, intranet and extranet. Bring all users together to share information, and knowledgebase across organizations.

SharePoint 2010 Search gives users the ability to find the people, content, and information they need by combining an integrated, with enterprise search technology.

SharePoint 2010 Communities empowers organization to work with people in ways that are most effective for them. Allow employees to collaborate in groups, share knowledge and ideas, connect with colleagues, and find information and experts without difficulty.

SharePoint 2010 Insights enables users to access and act together with information across unstructured and structured data sources. Empower users to discover the right people and expertise to make better and more accurate business decisions.

SharePoint 2010 Content enables users to participate in a governed, compliant content management lifecycle. SharePoint Content makes it possible to skillfully balance user experience with organization policy and business process.

SharePoint Foundation 2010 is made for small business organizations or departments looking for a low-cost entry-level or pilot solution for secure, Web-based portal. Organization can use SharePoint Foundation to coordinate schedules, share, organize documents, and participate in discussions through team workspaces, blogs, wikis, and knowledgebase on the platform that is the underlying infrastructure for SharePoint Server.

SharePoint Designer 2010 is the tool of choice for the rapid development of SharePoint applications. With the help of SharePoint Designer, advanced users and developers can quickly create SharePoint solutions. Expert users can compose no-code solutions that encompass a variety of common scenarios, from collaborative sites and web publishing to line-of-business data integration, business intelligence solutions, and HR workflows. These great solutions leverage the building blocks available in SharePoint in an easy-to-use environment. Additionally, developers can use SharePoint Designer 2010 to get a rapid start on SharePoint development projects.

Copyright © Ryan Mutt, All Rights Reserved. If you want to use this article on your website or in your ezine, make all the urls (links) active.

If you’re a service provider or contractor along with a big venture and may end up being settled quickly, you will want a residential area by which there are numerous skilled workers. After you read this submit, you’ll get the info an appropriate place for anyone when you get good employees and experts according to your desires.

If you find someone that fits with the price range you need, you’ll be able to agree his / her request within responsibilities that you just supply. With the use of the skills would likely I present that; you can store surplus funds from the spending budget that you are installing. You are able to be given a staff member who bid the retail price a person offered. Certainly, it is possible to pick a worker that receives payment from you with a reduced fee.

Okay, that’s beneficial info that exist via me personally. The help I discussed earlier mentioned are usually Hire-A-Pro.com. You should check out the woman’s site now along with benefit from the services.



A client of mine once requested that I change the look and feel of their search results page. The client was a large company that had decided to change the design of their SharePoint portal. The portal had a search center which was where I needed to make the change.

 

This is how I did it:

 

First of all I needed a Core Results Web Part. You can add a web part to your results page from the Web Parts Gallery or use the SharePoint web part that is automatically added to each search results page.

 

Next I had to setup the fields (columns) I wanted to see in the search result. To do so – open the properties of the Core results web part and under the Results Query Options change the Selected Columns xml text. To add a new column you need add this text to the xml before tag:

 

 

Save the changes and now you can start to redesign the look and feel of the search results. The fastest way to do this is to use the XML of the search results. To access the XML you need to add this code instead of the XSLT code of the web part in the XSL Editor:



  











 

 Save your changes and do a test search. You will get an XML code of the search results. Copy this code and paste it to notepad. Save the file on your desktop and open SharePoint Designer. Connect to one of your SharePoint sites and create a new blank ASPX page. After this go in to the design mode of your page and add a new DataView Web Part. In the Data Source details choose the XML files and add a new XML file. In the new opened window browse to the file you saved before and import it to SharePoint Designer.

 

Once you perform this operation you’ll see your file in the XML files section.  Click on this file and press “Show Data”.

 

Now you will be able to design your Data View Web Part however you want, using columns from the Search Results XML file. You will also be able to perform sorting/filtering/grouping on your search results but keep in mind that each function will create results only on the page you are currently using. In other words, if you sort your search results by site title the grouping will group the content of your current search results page.

 

After you finish designing your page you the only thing left you need to do is copy the entire  code from your page, between the tags and , and paste it to the XSL Editor of the Core Results Web Part. Save your changes and verify that everything works by doing a test search. If you like the look of your search results page you can delete the temp ASPX page from your SharePoint site and delete the search results XML file.

 

If you would like more information on customizing a search results page I suggest this insightful article by Tobias Zimmergren:

http://www.zimmergren.net/archive/2008/03/15/moss-2007-customize-the-search-result-using-xslt-part-3-customize-using-sharepoint-designer-2007.aspx

 

SharePoint gives you many options for customizing your search results.

 

You can define different search results pages for each search scope you run.

 

You can set a specific search results page on the server level and redirect all search results to that page.

 

You can even define a search results page for a Search Box Web Part – it will redirect all search results (not including the Contextual Search Scope Search results) to the page you defined.

 

If you create a new Search Center you may want to redirect all search queries to the Search Center search results page.

 

You can setup this function on the scopes level or in the Search Settings of the root site in your Site Collection.

 

I hope this article (and the first two parts of this series) on SharePoint search results has been helpful to you. Please continue to visit the KWizCom blog for more helpful information, SharePoint tips and “how to” guides. We are here to help!