<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://www.sharepoint-how.com/rss" rel="self" type="application/rss+xml" />
<title>Sharepoint How</title>
<description>Sharepoint How Recent Articles</description>
<link>http://www.sharepoint-how.com/</link>
<language>en-gb</language>
<webMaster>info@sharepoint-how.com (Sharepoint How)</webMaster>
<category>Sharepoint, Microsoft, MOSS, books, tips, tricks, guide, tutorials, training, conferences, solutions, howtos, how to, Office server, Windows sharepoint services, free, WSS</category>
<image>
    <url>http://www.sharepoint-how.com/themes/3/images/banner.jpg</url>
    <title>Sharepoint How</title>
    <link>http://www.sharepoint-how.com/</link>
</image>

<item>
	<title><![CDATA[Sharepoint Hosting]]></title>
	<link>http://www.sharepoint-how.com/Best/Cheap/Reliable/Microsoft/Sharepoint/Hosting/c22</link>
	<guid>http://www.sharepoint-how.com/Best/Cheap/Reliable/Microsoft/Sharepoint/Hosting/c22</guid>
	<pubDate>Tue, 07 Sep 2010 22:49:49 +0100</pubDate> 
		<category>Article</category> 	
		<description><![CDATA[<p>
You can either host Microsoft Sharepoint 2010 on your own windows servers or you can you have your site hosted by a third party hosting specialist.
</p>
<p>
Sharepoint can be installed on a single server with a built-in or remote database or installed in multiple-server farms.
</p>
<p>
The minimum system requirements for your server are a 64-bit quad-core Processor.  8GB RAM (for production use 4GB for testing).  80GB Hard disk drive.  64-bit edition of Microsoft SQL Server 2008 for the database.
</p>
The following are reliable and well priced hosting providers
<br /><br />
In the US:
<ul>
<li><a rel="nofollow" target="_blank" href="http://partners.alentus.com/idevaffiliate/idevaffiliate.php?id=516_9_3_16">Alentus Sharepoint Hosting</a> - slightly under 9 USD/month</li>
</ul>
In the UK:
<ul>
<li><a target="_blank" rel="nofollow" href="https://order.1and1.co.uk/xml/order/Sharepoint?affiliate_id=241304">1 and 1 Sharepoint Hosting</a> - slightly under 15 GBP/month</li>
</ul>]]></description>
</item>
<item>
	<title><![CDATA[Sharepoint Training]]></title>
	<link>http://www.sharepoint-how.com/Best/Value/Sharepoint/Training/Courses/c21</link>
	<guid>http://www.sharepoint-how.com/Best/Value/Sharepoint/Training/Courses/c21</guid>
	<pubDate>Tue, 07 Sep 2010 22:44:54 +0100</pubDate> 
		<category>Article</category> 	
		<description><![CDATA[<h2>What Types of Sharepoint Training Courses?</h2>
<p>
There are many different type of sharepoint training courses available, typically they will be as follows...
</p>

<h2>Course - Microsoft Office SharePoint Server 2010 - Introduction</h2>

<p>
The types of tasks which you will perform at this level are being able to log into the SharePoint server and assign permission to users, Adding basic information to team sites, Customising a site, Working with subsites, Working with forms, Sharing information with team members, Working with a personal site, Searching the SharePoint sites, and Integrating external data in a SharePoint site.
</p>

<h2>Course - Microsoft Office SharePoint Server 2010 - Intermediate</h2>

<p>
Using Microsoft SharePoint Designer 2010 to create and modify a SharePoint site. Customising Microsoft SharePoint Designer toolbars and layout to suit your working practices, Creating subsites and changing their layouts. Adding content to your site, working with tables and images. Managing Cascading Style Sheets (CSS) in Sharepoint, creating an external stylesheet and modifying existing stylesheets. Adding hyperlinks to sub sites, creating hotspots in Sharepoint. Using Sharepoint components, working with the link bar, enhancing the site navigation structure.
</p>

<h2>Course - Microsoft Office SharePoint Server 2010 - Advanced</h2>

<p>
Extended your Sharepoint site using advanced features. Using ASP.NET forms to capture data, validating user input. Working with data sources, importing data into dataviews, working with data view commands. Using Sharepoint Site Templates, saving and reverting customised sharepoint templates. Advanced data integration with web part zones, displaying xml data with xslt. Administering Sharepoint, backing up and restoring Sharepoint.
</p>

<script type="text/javascript"><!--
google_ad_client = "pub-4621686978604796";
/* sp_inlinecontent_large */
google_ad_slot = "2894823247";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<br/><br/><br/>]]></description>
</item>
<item>
	<title><![CDATA[Sharepoint Web Parts]]></title>
	<link>http://www.sharepoint-how.com/free/sharepoint/webparts/c20</link>
	<guid>http://www.sharepoint-how.com/free/sharepoint/webparts/c20</guid>
	<pubDate>Mon, 06 Sep 2010 22:53:46 +0100</pubDate> 
		<category>Article</category> 	
		<description><![CDATA[<h2>What Are Web Parts?</h2>
<p>
Web Parts are server-side controls that run inside the context of site pages in Microsoft SharePoint Foundation. There are many Web Parts available by default, and you can also <a href="http://www.amazon.co.uk/gp/product/B002JM1IE4?ie=UTF8&tag=prambuggypush-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=B002JM1IE4">build your own custom Web Parts</a>.
</p>

<h2>Web Part Types</h2>

<p>
There are two different types of Web Parts in SharePoint.
</p>

<h3>ASP.NET Web Part</h3>

<p>
These Web Parts are built using the ASP.NET Web Part infrastructure. The ASP.NET-style Web Parts have a dependency on System.Web.dll and must inherit from the WebPart base class in the System.Web.UI.WebControls.WebParts namespace. These Web Parts can be used in ASP.NET applications as well as in SharePoint Foundation, making them highly reusable.
</p>

<h3>SharePoint-based Web Part</h3>

<p>
These have a dependency on Microsoft.SharePoint.dll and must inherit from the WebPart base class in the Microsoft.SharePoint.WebPartPages namespace. These Web Parts can only be used in SharePoint Web sites.
</p>

<h2>Custom Web Parts</h2>

<p>
Custom Web Parts allow you to create user interface elements that can be customised and personalised. The term customization implies that changes are seen by all site members. Individual users can further personalize Web Parts page by adding, reconfiguring, and removing Web Parts. The term personalization implies that these changes will be seen only by the user that made them. A site owner or a site member with the appropriate permissions can customize Web Parts page by using a browser or by using <a href="http://sharepoint-how.com/microsoft/sharepoint/designer/2010/c15">Microsoft SharePoint Designer</a> to add, reconfigure, or remove a Web Part.
</p>

<p>
Because the SharePoint Foundation Web Part infrastructure is built on top of the ASP.NET Web Parts control set, ASP.NET developers can quickly create robust custom Web Parts. Developers can extend SharePoint sites by creating custom Web Parts, to add the extra dimensions of user customization and personalization.
</p>

<p>
By harnessing the power of custom Web Parts. You can:
</p>

<ul>
<li>Create <b>custom properties</b> that you can display and modify in the user interface.</li>
<li>Implement <b>proprietary code</b> without disclosing the source code.</li>
<li>Secure and <b>control access to content</b> within the Web Part. Built-in Web Parts allow any users with appropriate permissions to change content and alter Web Part functionality. With a custom Web Part, you can determine the content or properties to display to users, regardless of their permissions.</li>
<li>Make your Web Part <b>connectable</b>.</li>
<li>Interact with <b>object models</b> that are exposed in SharePoint Foundation (formally known as WSS).</li>
<li>Use a <b>rich development environment</b> with debugging features that are provided by tools such as Microsoft Visual Studio 2010.</li>
</ul>
<br/>
<br/>
<p>
Read more on <a href="http://www.amazon.co.uk/gp/product/B002JM1IE4?ie=UTF8&tag=prambuggypush-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=B002JM1IE4">Developing Professional Web Parts and Custom Controls with ASP.NET 2.0 (Wrox Professional Guides)</a>
</p>


<script type="text/javascript"><!--
google_ad_client = "pub-4621686978604796";
/* sp_inlinecontent_large */
google_ad_slot = "2894823247";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<br/><br/><br/>]]></description>
</item>
<item>
	<title><![CDATA[Sharepoint Designer]]></title>
	<link>http://www.sharepoint-how.com/microsoft/sharepoint/designer/2010/c15</link>
	<guid>http://www.sharepoint-how.com/microsoft/sharepoint/designer/2010/c15</guid>
	<pubDate>Sat, 04 Sep 2010 12:00:28 +0100</pubDate> 
		<category>Article</category> 	
		<description><![CDATA[<h2>Microsoft SharePoint Designer 2010</h2>
<p>
SharePoint Designer 2010 is the tool development of SharePoint applications. Using SharePoint Designer 2010, developers can rapidly create SharePoint solutions. Power users can compose no-code solutions that encompass a variety of common scenarios, from collaborative sites to business intelligence solutions.
</p>

<h2>Brand new User Interface</h2>
<p>
The user interface in SharePoint Designer 2010 has been completely revamped. Create no-code solutions more rapidly with the List and Content Type editors, reusable workflows, XSLT templates, and external content types, among many other new capabilities. 
</p>
<p>
SharePoint Designer 2010 now utilises the highly acclaimed Fluent UI (“Ribbon”) interface.
</p>

<div style="text-align:center;padding-bottom:20px;">
<img alt="Microsoft SharePoint Designer 2010 Screenshot" src="/themes/3/images/sharepoint_designer_screenshot.jpg" />
<br/>
<span style="font-size:0.9em; font-weight:bolder;">Microsoft SharePoint Designer 2010 Screenshot</span>
</div>

<h2>Custom actions</h2>
<p>
Using Microsoft SharePoint Designer 2010, you can easily define custom actions for any list or add them as buttons to the Ribbon, making it possible to deliver great user experiences that make tasks easier.
</p>

<h2>Microsoft Visual Studio 2010</h2>
<p>
Software developer can now maintain SharePoint artifacts in Visual Studio 2010. You can use SharePoint Designer 2010 to build your workflow prototypes, list designs or Business Connectivity Services configurations and then bring them into Visual Studio. You can collaborate with other people by designing workflow activities in Microsoft Visual Studio 2010 and allowing others to build workflows in SharePoint Designer.
</p>

<h2>Business Connectivity Services</h2>
<p>
Through Business Connectivity Services, or BCS, SharePoint Designer 2010 allows you to extend the reach of your data to everybody in the organisation. You can connect to data in external databases or custom data stores. Create External Content Types that describe the external data, and enable users to search, read and write to these external lists as easily as if they were SharePoint lists. Users can also interact with this data even when offline by using SharePoint Workspace, Office, or Word, and offline changes are automatically synchronized when users reconnect.
</p>

<p>
<a href="http://www.amazon.co.uk/gp/product/0735625336?ie=UTF8&tag=prambuggypush-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=0735625336">Read more about Microsoft Office SharePoint Designer</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=prambuggypush-21&l=as2&o=2&a=0735625336" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />

</p>

<script type="text/javascript"><!--
google_ad_client = "pub-4621686978604796";
/* sp_inlinecontent_large */
google_ad_slot = "2894823247";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<br/><br/><br/><br/>]]></description>
</item>
<item>
	<title><![CDATA[Best Sharepoint Books]]></title>
	<link>http://www.sharepoint-how.com/best_books/c14</link>
	<guid>http://www.sharepoint-how.com/best_books/c14</guid>
	<pubDate>Sat, 04 Sep 2010 00:14:06 +0100</pubDate> 
		<category>Article</category> 	
		<description><![CDATA[There are many good sharepoint books
<br />
<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=prambuggypush-21&o=2&p=16&l=st1&mode=books-uk&search=sharepoint&fc1=000000&lt1=&lc1=3366FF&bg1=FFFFFF&f=ifr" marginwidth="0" marginheight="0" width="468" height="336" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>
 ]]></description>
</item>
<item>
	<title><![CDATA[Sharepoint Templates]]></title>
	<link>http://www.sharepoint-how.com/Free/Microsoft/Sharepoint/2010/Templates/c13</link>
	<guid>http://www.sharepoint-how.com/Free/Microsoft/Sharepoint/2010/Templates/c13</guid>
	<pubDate>Fri, 03 Sep 2010 14:39:42 +0100</pubDate> 
		<category>Article</category> 	
		<description><![CDATA[<style>
table
{
	xborder:1px solid #BBB;
}

th
{
	background-color:#EEE;
}

td
{
	border:1px solid #BBB;
	padding:5px;
	vertical=align: top;
}

</style>

<h2>An overview of Microsoft Sharepoint 2010 Sites</h2>

<p>
A site collection consists of a top-level site and one or more sub-sites. Each top-level site and any sites below it in the site structure are based on a site template. Partition your site collection content into separate sites to obtain fine grained control of the appearance, content, and features of the various pages in the site collection. Here are some site features that you can configure:
</p>

<ul>
<li>
<b>Language</b> -  You can select a language-specific site template when you create a new site. Text that appears on the site is displayed in the site template’s language.
</li>
<li>
<b>Templates</b> -  Each site can have a unique template.
</li>
<li>
<b>Navigation</b> -  You can fine-tune your site's navigation experience by configuring unique navigation links in each part of your site's hierarchy.
</li>
<li>
<b>Security</b> -  You can define unique user groups and permissions for each site. 
</li>
<li>
<b>Web pages</b> -  You can make each site have a unique welcome page and other pages.
</li>
<li>
<b>Site layouts</b> -  You can make unique layouts or master pages available in a site.
</li>
<li>
<b>Themes</b> -  You can change colors and fonts on a site.
</li>
<li>
<b>Regional settings</b> -  You can change the regional settings, such as locale, time zone, sort order, time format and calendar type.
</li>
<li>
<b>Content types</b> -  You can make each site have unique content types and site columns.
</li>
<li>
<b>Search</b> -  You can make each site have unique search settings. For example, you can specify that a particular site never appears in search results.
</li>
<li>
<b>Workflows</b> -  You can make each site have unique workflows.
</li>
</ul>


<script type="text/javascript"><!--
google_ad_client = "pub-4621686978604796";
/* sp_inlinecontent_large */
google_ad_slot = "2894823247";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br/><br/>

<h2>Microsoft SharePoint Server 2010 Site Templates</h2>

<p>The following section contains information about the site templates that are included in SharePoint Server 2010. Although you can use a site template with its default configuration, you can also change the site’s default settings by using the site administration pages, and then saving the site as a new template. In addition, you can modify a template's design and features by using Microsoft SharePoint Designer 2010 or Microsoft Visual Studio 2010.</p> 

<p> 
The following table lists all available site templates in sharepoint server 2010
</p> 

<table cellpadding="0" cellspacing="0"><tr><th> 
            Template
          </th><th> 
            Purpose
          </th><th> 
            Category in Site Collection
          </th><th> 
            Category in Site
          </th></tr><tr><td> 
          &lt; Select template later&gt; 
        </td><td> 
          An empty site for which you can select a template later. 
        </td><td> 
          Custom 
        </td><td> 
          N/A 
        </td></tr><tr><td> 
          Assets Web Database 
        </td><td> 
          An assets database to keep track of assets, including asset details and owners. 
        </td><td> 
          N/A 
        </td><td> 
          Web Databases 
        </td></tr><tr><td> 
          Basic Meeting Workspace 
        </td><td> 
          A site on which you can plan, organize, and capture the results of a meeting. It provides lists for managing the agenda, meeting attendees, and documents. 
        </td><td> 
          Meetings 
        </td><td> 
          Meetings 
        </td></tr><tr><td> 
          Basic Search Center 
        </td><td> 
          A site that provides the search functionality. The site includes pages for search results and advanced searches. 
        </td><td> 
          Enterprise 
        </td><td> 
          Search 
        </td></tr><tr><td> 
          Blank Meeting Workspace 
        </td><td> 
          A blank meeting site that you can customize based on your requirements. 
        </td><td> 
          Meetings 
        </td><td> 
          Meetings 
        </td></tr><tr><td> 
          Blank Site 
        </td><td> 
          A blank site that you can customize based on your requirements. 
        </td><td> 
          Collaboration 
        </td><td> 
          Blank &amp; Custom 
        </td></tr><tr><td> 
          Blog 
        </td><td> 
          A site on which a person or team can post ideas, observations, and expertise that site visitors can comment on. 
        </td><td> 
          Collaboration 
        </td><td> 
          Content  
        </td></tr><tr><td> 
          Business Intelligence Center 
        </td><td> 
          A site for presenting business intelligence data. It provides document libraries for storing documents, images, data connections, and dashboard Web Parts. It also provides lists for linking content from PerformancePoint Services in Microsoft SharePoint Server 2010. 
        </td><td> 
          Enterprise 
        </td><td> 
          Data 
        </td></tr><tr><td> 
          Charitable Contributions Web Database 
        </td><td> 
          A database to track information about fundraising campaigns including donations made by contributors, campaign-related events, and pending tasks. 
        </td><td> 
          N/A 
        </td><td> 
          Web Databases 
        </td></tr><tr><td> 
          Contacts Web Database 
        </td><td> 
          A contacts database to manage information about people that your team works with, such as customers and partners. 
        </td><td> 
          N/A 
        </td><td> 
          Web Databases 
        </td></tr><tr><td> 
          Decision Meeting Workspace 
        </td><td> 
          A site on which you can track status or make decisions at meetings. It provides lists to create tasks, store documents, and record decisions. 
        </td><td> 
          Meetings 
        </td><td> 
          Meetings 
        </td></tr><tr><td> 
          Document Center 
        </td><td> 
          A site on which you can centrally manage documents in your enterprise. 
        </td><td> 
          Enterprise 
        </td><td> 
          Content 
        </td></tr><tr><td> 
          Document Workspace 
        </td><td> 
          A site on which colleagues can work together on a document. It provides a document library for storing the primary document and supporting files, a tasks list for assigning to-do items, and a links list to point to resources that are related to the document. 
        </td><td> 
          Collaboration 
        </td><td> 
          Collaboration, Content 
        </td></tr><tr><td> 
          Enterprise Search Center 
        </td><td> 
          A site that provides the search functionality. The welcome page includes a search box that has two tabs: one for general searches and another for searches for information about people. You can add and customize tabs to focus on other search scopes or result types. 
        </td><td> 
          Enterprise 
        </td><td> 
          Search 
        </td></tr><tr><td> 
          Enterprise Wiki 
        </td><td> 
          A site on which you can publish knowledge that you capture and want to share across the enterprise. It provides an easy content editing experience in a single location for co-authoring content, for discussions, and for managing projects. 
        </td><td> 
          Publishing 
        </td><td> 
          Collaboration, Content 
        </td></tr><tr><td> 
          FAST Search Center 
        </td><td> 
          A site for delivering the FAST search experience. The welcome page includes a search box with two tabs: one for general searches and another for searches for information about people. You can add and customize tabs to focus on other search scopes or result types. 
        </td><td> 
          <!----> 
        </td><td> 
          Search 
        </td></tr><tr><td> 
          Group Work Site 
        </td><td> 
          This template provides a groupware solution that teams can use to create, organize, and share information. It includes the Group Calendar, Circulation, Phone-Call Memo, the document library and the other basic lists. 
        </td><td> 
          Collaboration 
        </td><td> 
          Collaboration 
        </td></tr><tr><td> 
          Issues Web Database 
        </td><td> 
          An issues database to manage a set of issues or problems. You can assign, prioritize, and follow the progress of issues from start to finish. 
        </td><td> 
          N/A 
        </td><td> 
          Web Databases 
        </td></tr><tr><td> 
          Microsoft Project Site 
        </td><td> 
          A site that supports team collaboration on projects. This site includes Project Documents, Project Issues, Project Risks, and Project Deliverables lists that might be linked to tasks in Microsoft Project Server 2010. 
        </td><td> 
          Collaboration 
        </td><td> 
          Tracking 
        </td></tr><tr><td> 
          Multipage Meeting Workspace 
        </td><td> 
          A site on which you can plan a meeting and capture the meeting's decisions and other results. It provides lists for managing the agenda and meeting attendees. It also provides two blank pages that you can customize based on your requirements. 
        </td><td> 
          Meetings 
        </td><td> 
          Meetings 
        </td></tr><tr><td> 
          My Site Host 
        </td><td> 
          A site that hosts personal sites (My Sites) and the public People Profile page. This template has to be provisioned only once per User Profile Service Application. 
          This template is available only at the site collection level. 
        </td><td> 
          Enterprise 
        </td><td> 
          N/A 
        </td></tr><tr><td> 
          Personalization Site 
        </td><td> 
          A site for delivering personalized views, data, and navigation from this site collection to My Site. It includes Web Parts that are specific to personalization and navigation that is optimized for My Site sites. 
          This template is available only at the site level. 
        </td><td> 
          N/A 
        </td><td> 
          Blank &amp; Custom 
        </td></tr><tr><td> 
          PowerPoint Broadcast Center 
        </td><td> 
          A site for hosting Microsoft PowerPoint 2010 broadcasts. Presenters can connect to the site and create a link for remote viewers to watch a slide show in a Web browser. 
        </td><td> 
          Enterprise 
        </td><td> 
          N/A 
        </td></tr><tr><td> 
          Projects Web Database 
        </td><td> 
          A project tracking database to track multiple projects, and assign tasks to different people. 
        </td><td> 
          N/A 
        </td><td> 
          Web Databases 
        </td></tr><tr><td> 
          Publishing Portal 
        </td><td colspan="1"> 
          A starter site hierarchy that you can use for an Internet site or a large intranet portal. You can use distinctive branding to customize this site. It includes a home page, a sample press releases site, a Search Center, and a logon page. Typically, this site has many more readers than contributors, and it is used to publish the Web pages by using approval workflows. 
          This site enables content approval workflows, by default, for a more formal and controlled publishing process. It also restricts the rights of anonymous users so that they can see only content pages, and they cannot see SharePoint Server 2010 application pages. 
          This template is available only at the site collection level. 
        </td><td> 
          Enterprise 
        </td><td> 
          N/A 
        </td></tr><tr><td> 
          Publishing Site 
        </td><td> 
          A blank site for expanding your Web site and quickly publishing Web pages. Contributors can work on draft versions of pages and publish them to make them visible to readers. This site includes document and image libraries for storing Web publishing assets. 
        </td><td> 
          N/A 
        </td><td> 
          Content 
        </td></tr><tr><td> 
          Publishing Site with Workflow 
        </td><td> 
          A site for publishing Web pages on a schedule by using approval workflows. It includes document and image libraries for storing Web publishing assets. By default, only sites that have this template can be created under this site. 
          This template is available only at the site level when the Publishing Portal template is used to create the top-level site. 
        </td><td> 
          N/A 
        </td><td> 
          Content 
        </td></tr><tr><td> 
          Records Center 
        </td><td> 
          A site that is designed for records management. Records managers can configure the routing table to direct incoming files to specific locations. The site also enables you to manage whether records can be deleted or modified after they are added to the repository. 
        </td><td> 
          Enterprise 
        </td><td> 
          Data 
        </td></tr><tr><td> 
          Social Meeting Workspace 
        </td><td> 
          A site on which you can plan social occasions. It provides lists for tracking attendees, providing directions, and storing pictures of the event. 
        </td><td> 
          Meetings 
        </td><td> 
          Meetings 
        </td></tr><tr><td> 
          Team Site 
        </td><td> 
          A site on which a team can organize, author, and share information. It provides a document library, and lists for managing announcements, calendar items, tasks, and discussions. 
        </td><td> 
          Collaboration 
        </td><td> 
          Collaboration 
        </td></tr><tr><td> 
          Visio Process Repository 
        </td><td> 
          A site on which teams can view, share, and store Visio process diagrams. It provides a versioned document library for storing process diagrams, and lists for managing announcements, tasks, and review discussions. 
        </td><td> 
          Collaboration 
        </td><td> 
          Content  
        </td></tr></table> 

<br/><br/>

<p>Some Microsoft Office SharePoint Server 2007 site templates, such as the site directory, news, and collaboration portal templates, are not available as an option in SharePoint Server 2010. These templates can still be accessed and used programmatically by developers. These templates are also still available as options in the UI if the SharePoint Server 2010 farm is upgraded from Office SharePoint Server 2007. Otherwise use the social tagging features in SharePoint Server 2010 to get much of the functionality provided in these templates. </p>

<br/> 

<script type="text/javascript"><!--
google_ad_client = "pub-4621686978604796";
/* sp_inlinecontent_large */
google_ad_slot = "2894823247";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<br/><br/><br/><br/>]]></description>
</item>

</channel>
</rss>
