Sharepoint 2007 development recipes : a problem-solution approach /

Saved in:
Bibliographic Details
Author / Creator:Gerow, Mark E.
Imprint:Berkeley, Calif. : Apress ; New York : Distributed worldwide by Springer-Verlag, c2008.
Description:1 online resource (xvi, 492 p.) : ill.
Language:English
Series:The expert's voice in SharePoint
Expert's voice in SharePoint.
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11957699
Hidden Bibliographic Details
ISBN:1430209615 (pbk.)
9781430209614
9781430209621
1430209623
Notes:Includes index.
Other form:Print version: Gerow, Mark E. Sharepoint 2007 development recipes. Berkeley, Calif. : Apress ; New York : Distributed worldwide by Springer-Verlag, c2008 1430209615 9781430209614
Table of Contents:
  • About the Author
  • About the Technical Reviewer
  • Introduction
  • Chapter 1. Site Management
  • Recipe 1-1. Creating a Site Collection by Using the Object Model
  • Recipe 1-2. Creating a Site Collection by Using Web Services
  • Recipe 1-3. Creating a Site (or Web) by Using the Object Model
  • Recipe 1-4. Creating a Site (or Web) by Using a Web Service
  • Recipe 1-5. Adding and Modifying Properties of a Site
  • Recipe 1-6. Adding a Web Part by Using the Object Model
  • Recipe 1-7. Adding a Web Part by Using a .dwp or .webpart File
  • Recipe 1-8. Calculating Storage for all Document Libraries in a Site
  • Recipe 1-9. Creating a Script to Back Up All Site Collections by Using STSADM
  • Chapter 2. Working with Users
  • Recipe 2-1. Obtaining and Displaying Users of a Site
  • Recipe 2-2. Adding Users to a Site by Using the Object Model
  • Recipe 2-3. Adding Users and Groups to a Site by Using the Web Services
  • Recipe 2-4. Adding Groups to a Site by Using the Object Model
  • Recipe 2-5. Adding Roles to a Web Site by Using the Object Model
  • Recipe 2-6. Adding Roles to a Web Site by Using the Web Services
  • Recipe 2-7. Adding Users to Active Directory
  • Chapter 3. Working with Lists
  • Recipe 3-1. Creating a List by Using the Object Model
  • Recipe 3-2. Creating a List by Using Web Services
  • Recipe 3-3. Updating a List by Using the Object Model
  • Recipe 3-4. Updating a List by Using Web Services
  • Recipe 3-5. Adding a Document to a Document Library by Using the Object Model
  • Recipe 3-6. Adding a Document to a Document Library by Using Web Services
  • Chapter 4. Working with Web Parts
  • Recipe 4-1. Creating a Simple RSS Feed Web Part
  • Recipe 4-2. Creating an XML Web Part
  • Recipe 4-3. Creating a SQL Web Part
  • Recipe 4-4. Creating a Page Viewer Web Part
  • Recipe 4-5. Creating a Connectable Page Viewer Web Part
  • Recipe 4-6. Reading Web-Part Parameters from the Querystring
  • Recipe 4-7. Using the SmartPart to Expose a .NET User Control
  • Recipe 4-8. Creating a ZoneTab Web Part
  • Recipe 4-9. Creating a Web Part to Edit SPWeb Properties
  • Chapter 5. Working with Event Handlers
  • Why Create an Event Handler?
  • When to Use an Event Handler Rather Than a Workflow?
  • Event Handler Enhancements in SharePoint 2007
  • Recipe 5-1. Updating List Fields When Adding a Document to a Document Library
  • Recipe 5-2. Sending an Email When a Task Is Completed
  • Recipe 5-3. Preventing Deletion by Using an Event Handler
  • Recipe 5-4. Creating a Calculated Field by Using an Event Handler
  • Chapter 6. Working with Templates and Other XML Files
  • Recipe 6-1. Adding a PDF Image to Docicon.xml
  • Recipe 6-2. Adding Custom Menus by Using a Feature
  • Recipe 6-3. Adding Web Parts Through Onet.xml
  • Recipe 6-4. Adding an ExecuteUrl Directive to Onet.xml
  • Chapter 7. Modifying Pages with JavaScript
  • Recipe 7-1. Hiding the QuickLaunch Menu
  • Recipe 7-2. Opening List Items in a New Window
  • Chapter 8. Advanced Dishes
  • Recipe 8-1. Customizing the STSADM Command
  • Recipe 8-2. Crawling a Database Table by Using a BDC Schema
  • Recipe 8-3. Creating a Custom MOSS Search Page
  • Index