TechBubbles

Archive for the 'Sharepoint 2010' Category

What is SharePoint Solution Package?

 

What is SharePoint Solution Package?

SharePoint has a system which bundles all the components of a SharePoint Foundation extension in to a single file which is called a Solution Package. The Solution Package file has the extension .wsp. 

SP2010

The contents of solutions package are

  • Assemblies
  • Web Parts
  • Site Definition files -  Site definition is a unique type of SharePoint website. It contains (onet.xml, webtemp*.xml, and default.aspx)
  • Application Pages -  these can be .aspx pages
  • Resource files and resources- Resource files (can be *.doc or *.xls ) and Resources are (*.resx)

Read more

Related Posts:

No comments

Configuring Custom Master Page in SharePoint 2010

This post discusses about configuring custom master page in SharePoint 2010 website. You might have use custom images, custom style sheets to create new master page in SharePoint. Follow the below steps to apply custom master page in SharePoint 2010.

SP2010

1. Place your custom style sheets in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\1033\STYLES this is the default SharePoint Point path where it stores it’s css files.

2.Place your custom images in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\1033\IMAGES

3.Place your custom master page in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\GLOBAL 

4. Navigate to your SharePoint Web site, Click Site Actions and click Site Settings from the menu

image

Read more

Related Posts:

No comments

SharePoint Built-in List Types–Announcement List

 

Lists provide an easiest way to store information in SharePoint. SharePoint provides different ways to keep your information in predefined lists. SharePoint stores most of its content information in lists. This post discusses about SharePoint Predefined Announcement List. Lists translates themselves and stores it information in SQL Server database. SP2010

Built-in SharePoint List Types-Announcement List

Content & Data Lists

Content & Data list facilitates the collection and display of information on site. View All Site Content is an example of Content & Data Lists. You can get this list by either clicking on Site Actions button or by clicking list in Quick Access menu which appears on left of your page.

Read more

Related Posts:

No comments

Access Denied error message for SharePoint Visitor group members

 

It is likely that your SharePoint 2010 site returns Access Denied error when user in Visitor group accesses the page in site.

image

First reason for the error message:

The page which user trying to access might not have been published to major version.

For example: If your page has image which got minor version and page got published with (Major Version) then server would deny the access to page and ask for credentials.

Solution: At least one major version of the page should exist on your site. Make sure all resources(Images, Documents) are on the page published with Major Version.

image

You can use “draft check” button on page tab of your page’s ribbon to check the unpublished resource on the page that being used.

image


Share this post :

Related Posts:

No comments

Creating Parallel Workflow in SharePoint 2010

 

This post explains how to create parallel tasks in SharePoint 2010 workflow. The idea is we are going to assign the tasks to people and they can complete them in any order without having a dependency on one another. In this example we create a custom SharePoint list which contains a vacation request details looks as below

image

The Request contains a title field which represents the type of request and then two people(Team Lead and Department Head) who requires to approve this request.

Read more

Related Posts:

1 comment

Displaying Custom HTML message in SharePoint 2010

 

This post explains about displaying a custom HTML message in Visio Web access web part on a SharePoint web part page. We are using two web parts content editor webpart and Visio Web access webpart as shown below

image

Read more

Related Posts:

No comments

Accessing Web Services from Sandboxed Silverlight application in SharePoint 2010

 

This post discuss about accessing public web services from sandboxed Silverlight application in SharePoint 2010. SharePoint 2010 introduced the concept of sandboxed solution where the application runs in separate process outside the w3p process where SharePoint is running. Sandboxed solutions having the restriction to make a call to external resources like database and web services. This restriction causing the SharePoint developers to access these resources from sandboxed applications. SP2010

The solution is delivering a Silverlight application in sandbox environment which in turn calls the web service. Because Silverlight applications are running from the client machines even though they delivered from the sandbox solution.

Read more

Related Posts:

No comments

JavaScript Intellisence for SharePoint 2010 Projects

 

Visual Studio 2010 is really have useful and helpful capabilities from tooling prospective and it allows JavaScript developers to more productive through JavaScript Intellisence and JavaScript debugging. This post discusses about getting the JavaScript Intellisense in SharePoint 2010 projects. SP2010

1. Create an empty SharePoint 2010 project as shown below

image

Read more

Related Posts:

2 comments

Version History in a SharePoint library

 

This post explains how to view version history in a SharePoint library. It also shows how to open a previous version and how to compare the current version with previous version. We will examine this with microsoft word document. If version history enabled in your SharePoint library then you can view in two different formats Major version and Minor version. SP2010

 

Read more

Related Posts:

No comments

Key terms and Concepts in SharePoint 2010 Managed Metadata

 

What is Managed Metadata? This post explains key terms and concepts in Share Point 2010 Managed Metadata. Understanding these terms are very important before you read the Managed Metadata Features.

SP2010

Taxonomy

A taxonomy is a hierarchical of words which are organised into groups based on similarities. It can be defined by one or more individuals. Advantage with Taxonomy is, it provides a logical hierarchical structure of metadata which can be used to classify the information.

Read more

Related Posts:

No comments

Next Page »