Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

SharePoint 101 H. Server side dev ~ Pages, Branding and Navigation

Philippe Lavoie edited this page Mar 11, 2020 · 1 revision

Understanding the basics of page creation and site navigation are critical to SharePoint development.

Application Pages

  • The _layouts folder
    • Mapping a folder from your Visual Studio project to the 15 hive
  • Exercises:
    • Provision your own application page to the 15 hive

References:

Master Pages and Branding

Page Instances & Web Part Pages

  • Publishing Pages Library
  • Page Layout vs Page Instance
  • Web Part Page vs Publishing Page

Reference:

Designing Alternate Page Layouts

Custom Actions

  • Extending the Ribbon and other components of the SharePoint UI

Reference: *Blog - Creating SharePoint Ribbon Custom Actions with Visual Studio 2012

Metadata Navigation

  • Enabling Metadata Navigation on a document library to make refinements easier

Reference:

Term-Driven Navigation

  • Classic parent site + subsite navigation
  • Driving site navigation through the term store

Reference:

Clone this wiki locally