The following videos are taken from the Microsoft SharePoint 2010 Advanced IT Pro Training.
* * *
This Getting Started with SharePoint Server 2010 module (1 of 11) introduces Microsoft SharePoint Server 2010 capabilities to IT professionals. Concepts covered include document sharing, lists, alerts, team sites, metadata, and more.
Presented by: John D. Ross, SharePoint MVP, SharePoint 911
Length: 54 minutes 15 seconds
VIDEO: 1 | What can SharePoint Server 2010 Do for me?
* * *
This Getting Started with SharePoint Server 2010 module (2 of 11) covers software and hardware requirements, and the basic concepts of Microsoft SharePoint Server 2010.
Presented by: Randy...
By Edith C.
When you are working on a SharePoint site, you usually do it on a development environment, so you need to think (even if you don’t want to) about the migration of the project to a production environment. This could be a nightmare if you are not prepared, but try to follow these tips on the deployment phase, and things will go much easier.
Before deployment:
· If you are deploying a publishing site, be sure you don’t have “Draft” or “Pending” documents or items. All unpublished items are not visible to anonymous users. A little tip: use the “Manage Content and Structure” option (for publishing sites) to filter all site items by “Drafts”, “Pending”, “Checked-out...
By Edith C.
1. Insert the XML Web Part on your page:
2. Open the Tool Pane, and click on XSL Editor button. A popup will appear, then copy and paste the following XSL code:
<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" />
<xsl:template match="rss/channel">
<style type="text/css">
.twit_tweet a {
font-size: 13px;
color: blue;
}
.twit_date {
...
In the business world, nearshore outsourcing, or simply, nearshoring, refers to the use of another business for certain activities that are close to home. In other words, it is the same thing as traditional outsourcing, only the companies that are being outsourced to, are in a close vicinity to the country in which the company that hired them is located. For example, suppose a small software development firm in the US wants to find another company for IT outsourcing purposes. It would not be unheard of in this particular industry to outsource that type of work to India or China. If the US based company instead goes with a company from Mexico, then that would be an example of nearsho...
By Edith C.
Before any sites can be created, a Web Application must be created first.
1. Click Application Management in the quick launch bar on the left.
2. In the Web Applications section, click Manage web applications.
3. In the Ribbon, click the New icon at the left. A Create New Web Application window opens.
4. In the Authentication section:
a. Choose Classic Mode Authentication
5. In the IIS Web Site section:
a. Choose Create a new IIS web site
b. Set the port number (it gives you a number by default)
c. Set the Host Header to the name you want (e.g. portal.contoso.com)
d. The Name field will update automatically with these chan...
By Oliver N.
As we approach the new major release of Microsoft SharePoint 2010 it is important to review the newset of features and how your organization can benefit from them:
First, SharePoint is more than just another application, it is a Software Platform, and it is platform in the sense where not only developers can build with the Rapid Application Development Tools, but also end users through Composites and Mashup Tools, enabling them to really customize and adapt the product to their needs.
SharePoint provides a unified technology infrastructure and costs for your organization. No more separate purchases for a Collaboration System, another for a Business Intelligence Sys...
By Edith Colegio
When it comes to SharePoint site branding, you think about styles, pages library, web parts, etc. But then you realize your site has another “side”… the “_layouts” section where it involves all pages: 1) People and groups (site permissions), 2) All site content, 3) Site settings, and all of them use a different masterpage than the rest of your site!
Then you think you can “customize” those pages with a simple modification to your “Application” master page (using your site’s theme of course). That’s not as easy as it looks. According to Microsoft there are two ways to modify/customize the application.master page:
1. Modify the application.master page in t...
By Edith C
Building a SharePoint solution can be a mess, but using this tool, the process becomes very easy and intuitive.
Feature creation
Prerequisites:
· Install WSP Builder tool
1. Create a new project on Visual Studio (i.e. Feeds)
2. Add a new item on the project, right clicking Project Name, Add… New Item… WSP Builder Templates, select Web Part Feature set a name for it (i.e. Feeds), and click Add.
3. Set the name and description of the new feature, and set the scope: Web, Site, WebApplication or Farm. Click OK.
4. Your feature its created, and the generated files are:
· 12/TEMPLATE/FEATURES/Feeds folder (this is...
By Edith C.
If you've seen a blog (out of the box) in SharePoint, you will have noticed that even though you change the color, image, font, etc. of the document it still has the same style that at the very beginning.
To be able to change the "theme" of complete blog you need to change the MasterPages styles, and finally a very detailed and tedious task. I found a solution on CodePlex, a very professional solution to be able to achieve this.
The best of all is that this solution is a "Feature", meaning you can activate and deactivate it after creating your blog, and in a very quick and easy way. You only need to download it, unzip the zip file on the server, and ru...
By Edith C.
This is very useful when for instance, Google has one of your site’s no longer existing pages, on cache: or if a user types a wrong URL directly on the browser.
Here you’ll find the steps needed for customize your Error 404 Page, with SharePoint.
1. First you have to create a new page in your SharePoint Page library, personalize it with your site’s style, you add an error or page not found message. In my case I created the page: Error.aspx
2. Now in the server where the SharePoint site is located, on the Layouts folder (systemdrive%\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\) you have to create an ASPX page to re...
Next >>