15

Moss introduction-session02

Embed Size (px)

DESCRIPTION

Introduction to Lists and Libraries

Citation preview

Page 1: Moss introduction-session02
Page 2: Moss introduction-session02

The SharePoint User Experience

• What do you mean by Custom Development; is it always about writing code. Now since Windows SharePoint Services is a framework, and Microsoft has already written a user interface layer, you can make many development changes without writing any code.

• Keep in mind that you will always have this functionality in Office SharePoint Server 2007 because MOSS simply builds more functionality on top of the core functionality by WSS v3.

Page 3: Moss introduction-session02

SharePoint Server 2007 & ASP.NET 2.0

• SharePoint server 2007 greatly simplifies the UI tasks by using Master Pages and site Navigation controls borrowed from ASP.NET 2.0, which is the foundation of SharePoint 2007.

Page 4: Moss introduction-session02

Session Topics

• Standard features of WSS v3, including lists and document libraries.

• Columns of lists, including Site Column and Content Types.

• Enhancements to the user Interface and how to modify the site look and feel.

• Addition of Mobile Development to Windows SharePoint Services v3.

Page 5: Moss introduction-session02

Create or Extend Web Application

• Web Application is the new name for what is known as a “Virtual Server” in Windows SharePoint Server v2. Do not get confused with Microsoft Virtual Server.

Page 6: Moss introduction-session02

Steps NeededCreate or Extend Web Application

• Navigate to Central Administration page, click to Application Management tab.

• Under SharePoint Web Application management, click the Create or Extend Web Application.

• To create a new web application click on Create New Web Application.

Page 7: Moss introduction-session02

Create or Extend Web Application

Page 8: Moss introduction-session02

Site Collection

• Content Is always stored in a Site Collection• Even though you have created a Web Application, a

site collection needs to be added to have a place to store the content of the web site.

• Site collection is a top level site that will contain all of the other pages in the site.

• When a new SP Web Application is created, a site collection is not automatically created by SharePoint.

• To create a Site Collection navigate to the Application Created page, click on the Create Site Collection link.

Page 9: Moss introduction-session02

Create or Extend Site Collection

Page 10: Moss introduction-session02

Using SharePoint Lists & Libraries

• SharePoint is made up of content and data.• The lists and libraries of SharePoint are the core to

store data in SharePoint.• The lists can be set up and customized by a site

designer or authorized user to contain any number of fields required for list data.

• A library is where a collection of files, as well as associated data, can be stored and managed.

• Every list is defined in a file called “Onet.xml” that is stored in the site definition.

Page 11: Moss introduction-session02

Using Pages to Display Lists• Basic Page: Use this page to create a new basic page on your

site. You can add any content you want to the new page after you create it.

• Web Part Page: A Web Part Page is a collection of Web Parts that combines list data, timely information, or useful graphics into a dynamic Web page. The layout and content of a Web Part Page can be set for all users and optionally personalized by each user.

• Sites & Workspaces: Use this page to create a new site or workspace under this SharePoint site. You can specify a title, Web site address, and access permissions.

Page 12: Moss introduction-session02

Create SharePoint Lists & Libraries

Page 13: Moss introduction-session02

Storing data with Lists & Libraries

Data that is stored in SharePoint is stored in one of the two ways:

• Lists: These contain data elements that define what is contained in SharePoint. Some common examples are a list of links, a list of announcements, or a list of custom data elements.

• Libraries: Libraries are a special type of list that has built-in capabilities to handle storing files. This includes version and new file template features.

Page 14: Moss introduction-session02

Adding lists to the Site• You can customize list as needed, but there are a number of

prebuilt lists that SharePoint provides to help you create sites quickly.

•Announcements•Contacts•Discussion Board•Links•Calendar

•Task•Project Tasks•Issue Tracking•Survey•Sites and Workspaces

Page 15: Moss introduction-session02

THANKS