Master Page of Master Page Links
Sunday, February 25, 2007, 16:27
- Page Anatomy (SharePoint Team Blog) - provides a breakdown of the different aspects of SharePoint 2007 pages
Master Pages are an ASP.NET 2.0 feature that lets child pages inherit and re-use a common design. This only makes development and maintenance of the site much easier. New pages don’t have to re-do the work of the master. When you want to apply a new design, just change the master. Typically they will contain the branding, navigation, header and footer for the site. We used this to implement the overall “visual blueprint” of SharePoint including access to the end user features.
- Page Layouts and Master Pages (MSDN) - overview of master pages and page layouts
Master pages and page layouts dictate the overall look and feel of your SharePoint site. Master pages contain controls that are shared across multiple page layouts, such as navigation, search, or language-preference for multilingual sites. Page layouts contain field controls and Web Parts. The following figure shows how page layouts and master pages work together to create the layout for a Web page.
- Customizing SharePoint 2007 Master Pages using SharePoint Designer 2007 (TIP!) - Shane’s offers his tip when working with SharePoint Designer 2007
Turn on the master pages toolbar to quickly identify and jump between content regions (placeholders). You can find it under View, Toolbars
- Heather’s Base Master Page File for SharePoint 2007 - Heather’s base master file (for custom master page creation) is an improvement over what Microsoft base master file
This code contains all the necessary content placeholders in order for the page to run. You can wrap your custom code around the placeholders and add your custom CSS file(s) in order to brand the master page.
- CSS Options with Master Pages - Heather provides how SharePoint pulls in CSS styles
As a quick refresher, styles applied to elements in a page will be styled according to the last property that was applied to it. An inline style will override a style listed in the HEAD tag or in a linked CSS file. Additionally, you can selectively override style properties by selectively listing what should be overridden.
- MOSS2007 - Look and Feel (Part6 - Master Pages) - Liam shows us a how site wide changes can be applied by making changes to the default.master
…Default.Master pages are stored at each level. If they are not modified they will be pulled from the disk. If they have been customised on the disk then your changes would apply to all pages that use the “Default.Master”. If you make changes using SPD (SharePoint Designer) then the master page is moved to the database and is pulled from there.
- Customizing and Branding Web Content Management-Enabled SharePoint Sites (Part 2 of 3): Extending WCM - page 2 of 3 part series this MSDN article explains the following with screenshots and sample code:
- Introduction to Extending WCM
- Understanding the Structure of Master Pages
- Understanding the Default Master Pages
- Building a Custom Master Page
- Adding Cascading Style Sheets
- Customizing the Navigation
- Creating Custom Field Controls
- Customizing the Edit Mode Experience
- Best practices for editing master pages - Isahi writes about his personal best practies on editing master pages
Customizing Master Pages using SharePoint Designer 2007, where he warns about frontpage changing the referances automatically, and I thought I should write some best practices as I find them (will be updated in the future).
- Customizing Sharepoint 2007: Customizing using SharePoint Designer 2007 - Sahil talks about his experience customizing master pages via SharePoint Designer 2007
You can do a limited amount of customization through the browser, you can also customize the look and feel by applying a different theme to your site. What you couldn’t do using either methods, was change the layout completely – basically make a SharePoint 2007 site look absolutely not like a SharePoint 2007 site.
- How to: Create a Minimal Master Page - simple step by step guide on how to create a minimal master page
You can create a master page from scratch. However, we generally do not recommend this approach, because a truly empty master page does not include all the content placeholders that are required for the Office SharePoint Server 2007 page model to work. The sample code in the following procedure includes all of the necessary content placeholders.
- SharePoint Designer Snippets: Working with Master Pages - Kathy speaks of her experience with SharePoint Designer 2007
One main difference when working with SharePoint Server 2007 master pages is the fact that you are working with two types of master pages – the custom and default master pages (this is aside from the administration master pages). The custom master page relates specifically to publishing pages throughout SharePoint sites, such as those pages stored in the Pages document library, whereas the default master page relates to those pages which drive the forms and views pages within sites, such as the Team site. You can set both the custom and default master page via the SharePoint Server 2007 administration page – Site > Site Settings > Look and Feel > Master page. Using SharePoint Designer 2007, you can also set the custom and default master pages for a site. However, the interface is slightly different, so I’ll explain the differences here.
Related Posts:
How to Add Master Pages to the Web Server [for Use with Newly Provisioned Site Collections]Heather Soloman goes through on how to create master page(s) on the web server that appear in the Master Page settings for a site collection
How To: Creating and Using the Minimal Master PageLincoln DeMaris, a Program Manager working on Web Content Management features in Microsoft Office SharePoint Server 2007 has written a well written and thorough article
Customizing Sharepoint Master PageFrom what I read, Tom Rizzo's presentations on Master Page customization are really good. And for those you have attended ( or not )
Customizing Admin.master - Master Page Monday’s 09.24.07This is our second edition of Master Page Monday's. In our first edition, we shared some links that were useful to the SharePoint branding
Master Page Monday’sEvery Monday, we will have posts that are centralized around Master Page, Page Layouts and anything Branding related. Lets start off this week with
You can follow any responses to this entry through the
RSS 2.0 feed.
Both comments and pings are currently closed.
justaddwater.dk | Sharepoint Meets Web Standards said on Sunday, November 18, 2007, 12:32
[...] Sharepoint Buzz: Master Page Links [...]