Book Image

SharePoint 2013 WCM Advanced Cookbook

By : JOHN CHAPMAN
Book Image

SharePoint 2013 WCM Advanced Cookbook

By: JOHN CHAPMAN

Overview of this book

Table of Contents (19 chapters)
SharePoint 2013 WCM Advanced Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Preface

Microsoft SharePoint Server 2013 is the latest release of the SharePoint Server product line that provides organizations with a full arsenal of tools to create a highly scalable and feature-rich web content management (WCM) system. This book is designed to provide a task-based approach for exploring the key WCM capabilities of SharePoint Server 2013. These include:

  • Branding SharePoint

  • Publishing content with SharePoint

  • Managing content and navigation with taxonomy

  • Customizing the SharePoint experience with code

  • Translating content in SharePoint

  • Staging SharePoint content

The recipes in this book cover each of the key areas for creating a full-fledged content management system that can be used for intranet, extranet, and Internet sites.

What this book covers

Chapter 1, Branding SharePoint with Composed Looks, covers how to brand SharePoint using composed looks, color palettes, and font schemes.

Chapter 2, Branding SharePoint with Device Channels and Design Packages, explains how to target SharePoint branding for specific devices and package branding customizations.

Chapter 3, Branding SharePoint with Custom Master Pages and Page Layouts, covers how to brand SharePoint with custom master pages and creating custom page layouts.

Chapter 4, Packaging Branding Elements in a SharePoint Solution with Visual Studio, explains how to create custom SharePoint solutions in Visual Studio to package and apply branding resources.

Chapter 5, Enhancing the Content Creation Process with the SharePoint Publishing Architecture, covers how to use the publishing features of SharePoint to manage web content.

Chapter 6, Centralizing and Structuring Content with Cross-site Publishing and Managed Metadata, explains how to use the cross-site publishing and managed metadata features of SharePoint to centrally structure and control content.

Chapter 7, Customizing the SharePoint Experience with Delegate Controls, covers how to create custom delegate user controls with Visual Studio.

Chapter 8, Enhancing User Input with InfoPath Forms, explains the basics of how to use InfoPath forms to customize the user input experience.

Chapter 9, Configuring Search, covers how to configure and manage search in SharePoint.

Chapter 10, Creating Multilingual Sites with SharePoint Variations, explains how to use SharePoint variations to create multilingual sites and manage content translation.

Chapter 11, Configuring Content Deployment, covers how to configure and perform deployment of SharePoint content from one site collection to another.

Chapter 12, Configuring Anonymous Access, explains how to make SharePoint sites available to end users without requiring them to login.

Who this book is for

This book is written for those who would like to expand their knowledge and abilities to configure, design, and develop for SharePoint web content management. They should be familiar with the SharePoint and web markup languages, such as HTML and CSS. In addition, knowledge of Windows PowerShell and programming .NET using C# is recommended, but not required.

What you need for this book

The recipes in this book utilize the Microsoft SharePoint Server 2013 web interface, Microsoft SharePoint Designer 2013, Microsoft InfoPath 2013, Windows PowerShell, and Microsoft C# .NET code. Most of the recipes that use the SharePoint web interface or SharePoint Designer can be used with SharePoint 2013 hosted on Office 365 as well as with a local SharePoint 2013 server. Recipes that use PowerShell or .NET code will require access to a local SharePoint 2013 server.

In order to make full use of all recipes in this book, it is highly recommended that you have a testing and development machine with the following software. These software applications can be obtained from the links provided or, in most cases, from MSDN with an active MSDN Subscription.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Composed looks are stored as list items in the _catalogs/design list of each SharePoint site."

A block of code is set as follows:

<s:latin typeface="Bodoni Book" eotsrc="/_layouts/15/fonts/BodoniBook.eot" woffsrc="/_layouts/15/fonts/BodoniBook.woff" ttfsrc="/_layouts/15/fonts/BodoniBook.ttf" svgsrc="/_layouts/15/fonts/BodoniBook.svg" />

Any command-line input or output is written as follows:

$web = Get-SPWeb http://sharepoint/site

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select Change the look from the Settings menu."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply send an e-mail to , and mention the book title via the subject of your message. If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the errata submission form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded on our website, or added to any list of existing errata, under the Errata section of that title. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Piracy

Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors, and our ability to bring you valuable content.

Questions

You can contact us at if you are having a problem with any aspect of the book, and we will do our best to address it.