SlideShare a Scribd company logo
10 Worst Mistakes in
SharePoint Branding
   Presented by Marcy Kellar
About Me: Marcy Kellar

• Principal, SharePoint Soapbox
     – Co-author of Beginning SharePoint Designer 2010 (Wrox, October 2010)
     – Professor, Art Institute, Intro to User Centered Design” and “Usability Testing.”

• Specialties include
     –   User Experience Design (UX)
     –   SharePoint Strategy and Solution Design
     –   SharePoint Branding and UI customization
     –   Information Architecture
     –   Web content management
     –   Usability testing

Twitter: @marcykellar
Blog: http://thesharepointmuse.com
Linkedin: http://linkedin.com/in/marcykellar
10. Using Inline Styles

What is it?
   – Inline styles are styles applied directly to HTML content




Why is this a mistake?
   – Styles aren’t centrally managed
   – Pages can become inconsistent
   – Hard to maintain/troubleshoot
10. Using Inline Styles

What is the impact or cost?
   – Maintenance Cost
   – Inconsistent Look and Feel
   – My Patience

Are there any exceptions?
   – During Development
   – Designer/Developer workflow

What is the fix or workaround if I’ve already made the
mistake?​
   – Remove styles from HTML and add to CSS style sheet
   – Add process steps to designer developer workflow
9. Don’t Let The Designer Get
    Carried Away
What is it?
   – Designers define and document a vision without
     considering implementation costs and/or feasibility in
     SharePoint

Why is this a mistake?
   – Just because you can design it, doesn’t mean it will work in
     SharePoint
   – Potential compromise of functionality
9. Don’t Let The Designer Get
 Carried Away
What is the impact or cost?
   – Dissatisfied business customers
   – Inaccurate budget / timeline

Are there any exceptions?
   – No. But SharePoint experts should be involved in part of the
     design process and/or should be used to provide guidance
     during design

What is the fix or workaround if I’ve already made the
mistake?​
   – Regroup meeting to set expectations
   – Work with designers /design firm that understands
     SharePoint
Example
8. Applying Fixed Width to
     Collaboration Sites and System Pages
What is it?
   – Designers define and document a vision without considering
     implementation costs and/or feasibility in SharePoint


Why is this a mistake?
   ⁻ Limits space for collaboration
   ⁻ Users have to scroll
   ⁻ Content spillage
Example: Fixed Width Publishing applied
to Collaboration Site
Example: Content Spillage
Example: Content “Spillage” on System Pages
8. Applying Fixed Width to
 Collaboration Sites and System Pages
What is the impact or cost?
   – User Experience
   – Usability

Are there any exceptions?
   – No.
What is the fix or workaround if I’ve already made the
mistake?​
   – Use % rather than set pixel value (Width:95%;display table
     ;margin:0 auto;)
   – Make system pages inherit default branding or branded
     without fixed width
   – Make inner scroll
Example: Quick CSS Fix on Content Area
Solution: Add 95% Width instead of Fixed
7. Using Too Many Master Pages

What is it?
Using Master Pages to manage variations and using too many.

Why is this a mistake?
    – More assets to manage
    – More development work
    – Costly and /or complex Migration
7. Using Too Many Master Pages

What is the impact or cost?
    – Migration and / or redesign cost and time
    – Consistency across sites
    – Hard to maintain/manage changes

Are there any exceptions?
    – “Too Many” is relative to scenario
    – 1 master page per distinct design and template
What is the fix or workaround if I’ve already made the mistake?​
    – Enforce governance/ remove permissions
    – Consolidate master pages. Manage variations with page layouts,
      alternate CSS or custom controls
    – Most of the reasons you think you need a new master page, you can
      use page layout or alternate CSS
Example Scenario

           Master Pages                  1 Master Page per distinct Site
                                         Template = 6 Master Pages
   Publishing      Meeting Workspace




 Collaboration      Minimal (Search)




My Site Personal      My Site Host
 (My Content)      (Newsfeed, Profile)
Base Branding
                   Example Scenario
                                                              sharepoint
                                                                               style.css




                                Master Pages


                        Publishing      Meeting Workspace



    Pub.css                                                        mws.css


                      Collaboration      Minimal (Search)


   collab.css                                                    minimal.css


                     My Site Personal      My Site Host
                      (My Content)      (Newsfeed, Profile)

mysitepersonal.c
                                                                mysitehost.css
       ss
6. Removing QuickLaunch
    ContentPlaceholder
What is it?
   Removing the Quick Launch Control because you don’t want left navigation
   on the home page.


Why is this a mistake?
   – Lose the ability to use left navigation when removed from
     master page (“Throwing the baby out with the
     bathwater”)
   – May have a need to use left nav deeper in site
SharePoint Exchange Forum - 10 Worst Mistakes in SharePoint Branding
SharePoint Exchange Forum - 10 Worst Mistakes in SharePoint Branding
6. Removing QuickLaunch
 ContentPlaceholder
What is the impact or cost?
     – Rework; Extended Development Time
     – Loss of Functionality

Are there any exceptions?

No

What is the fix or workaround if I’ve already made
the mistake?​
     – Add it back to the master page
5. Not Designing Around Real
    Content
What is it?
   – A design that hasn’t considered real content;

   – Using non-representative filler/fake content

   – Using “Lorem Ipsum”

Why is this a mistake?
   – Impacts layout, growth / stretching/ empty areas

   – Real content helps define patterns
5. Not Designing Around Real
     Content
What is the impact or cost?
     – Rework based on real content to support actual content once
       migrated or created.

Are there any exceptions?

Yes. Sites where design dictates content or that have copywriters

What is the fix or workaround if I’ve already made the mistake?​
     – Set expectations that rework will occur after content is introduced.
     – Go back to design phase. Make changes accordingly after real
       content is reviewed. Use representative content in Photoshop design
     – Try to anticipate areas where there could be issues by doing bounds
       testing.
     – Staging environment
4. Fixing the Width of the Ribbon

What is it?
   – Fixing the width of the ribbon to match the fixed width of the
     content area
   – Constraining the ribbon (a huge UX investment) to a width smaller
     than 100%
Example: Fixed Width Ribbon
4. Fixing the Width of the Ribbon

Why is this a mistake?
   – Not consistent throughout Office Products

   – Not consistent through organization

   – Administrative tools change size, icon, location
4. Fixing the Width of the Ribbon

What is the impact or cost?
   – Training -- especially 3rd party

Are there any exceptions?
   – If design is very important to your organization

What is the fix or workaround if I’ve already made
the mistake?​
   – Update your implementation to expand Ribbon to full
     width.
   – Or create your own training materials to reflect the look of
     the custom ribbon
3. Using Content Editor Web Parts
    for Web Content
What is it?
   – Using a Content Editor Web Part instead of using the right
     tools for web content

Why is this a mistake?
   – No versioning of content

   – Not best method for managing web content
3. Using Content Editor Web Parts for
 Web Content
What is the impact or cost?
     –   No versioning
     –   Publishing model / Approval
     –   Search

Are there any exceptions?
    –    Foundation Server only
    –    You Tube Videos
What is the fix or workaround if I’ve already made the mistake?​
     –   Plan to move most frequently changed content into RTE (PageContent Control) in
         page layouts
     –   If default SharePoint page layouts don’t work, create custom page layouts with field
         controls. This is the right way to do it.
     –   If you have a lot of web content, consider a standard or enterprise license.
     –   In SP2010, use txt files to manage content;
2. Using Dreamweaver Directly with
    SharePoint
What is it?
    – Opening up SharePoint site using Dreamweaver and editing
      pages /content

Why is this a mistake?
    – Destroys SharePoint functionality

    – Basically turns pages into static content only editable in an HTML
      editor
2. Using Dreamweaver Directly with
   SharePoint
What is the impact or cost?
   – Rework costs

Are there any exceptions?
   – No
What is the fix or workaround if I’ve already made
the mistake?​
   – There isn’t one. Sorry.
   – Start over
1. Modifying Default Files

What Is It?
Making changes to default files on
the SharePoint Server (14 hive)
A Violation of the #1 Rule of
SharePoint Branding Club
1. Modifying Default Files

Why is this a mistake?
   – These files are the originals. You just don’t mess with the
     originals.

   – Changes may impact the entire farm.

   – Multiple WFE with load balancing mean changes need to
     be made in more than one place.
1. Modifying Default Files
What is the impact or cost?
   – Difficult to troubleshoot
   – Cumulative Updates
   – Migration

Are there any exceptions?
   – No
What is the fix or workaround if I’ve already made the
mistake?​
   – Replace anything that has been modified with a clean copy of
     the original file (s)
   – Move your customizations out of the file and package into a
     feature
SharePoint Exchange Forum - 10 Worst Mistakes in SharePoint Branding
Contact Information
Marcy Kellar
SharePoint Soapbox
mkellar@sharepointsoapbox.com
+1-317-902-8057


twitter - @marcykellar
LinkedIn - http://linkedin.com/in/marcykellar
Blog – http://thesharepointmuse.com
SharePoint Event Photography -
http://marcykellarstudio.com

More Related Content

PDF
10 Worst Mistakes in SharePoint Branding
PDF
Web Development Tools
PDF
How to Redesign a Site with SEO
PPTX
Customizing WordPress Themes
PPTX
Empower The Power User by @KerriAbraham and @SharePointWendy
PDF
WordPress Optimisation - A4UExpo
PPTX
Intranets in the Cloud: What you need to know #spsmontreal
PDF
Bootstrap 4 Online Training Course Book Sample
10 Worst Mistakes in SharePoint Branding
Web Development Tools
How to Redesign a Site with SEO
Customizing WordPress Themes
Empower The Power User by @KerriAbraham and @SharePointWendy
WordPress Optimisation - A4UExpo
Intranets in the Cloud: What you need to know #spsmontreal
Bootstrap 4 Online Training Course Book Sample

What's hot (19)

PPT
Website designing company in mumbai
PDF
WordPress_Workshop_Feb_2014_consolidated
PDF
Seo Wordpress Blogs
PPTX
Hub site; the sub-site killer!
PPTX
Enhance the Usability of Your SharePoint Site with JSLink #Collab365 #C365114...
PPT
Website Development with Wordpress as Content Management System
PDF
Is your website's speed letting you down?
KEY
Web Design 101
PDF
Seo Wordpress Blogs
PPTX
Developing branding solutions
PPTX
SPSVB 1 7-2012 - getting started with share point branding
PPTX
Understanding SharePoint site structure what's inside
PPT
Share Point 2010 Site Solutions – Knowledge Base
PDF
Deep dive into Communication sites
PPTX
Creating websites and leading librarians to a new level of project engagement
PDF
How to Prevent Loosing Search Traffic at Launch
PDF
SPC Master Power User SharePoint & Office 365
PPTX
Smash.wordpress
DOCX
World of WordPress
Website designing company in mumbai
WordPress_Workshop_Feb_2014_consolidated
Seo Wordpress Blogs
Hub site; the sub-site killer!
Enhance the Usability of Your SharePoint Site with JSLink #Collab365 #C365114...
Website Development with Wordpress as Content Management System
Is your website's speed letting you down?
Web Design 101
Seo Wordpress Blogs
Developing branding solutions
SPSVB 1 7-2012 - getting started with share point branding
Understanding SharePoint site structure what's inside
Share Point 2010 Site Solutions – Knowledge Base
Deep dive into Communication sites
Creating websites and leading librarians to a new level of project engagement
How to Prevent Loosing Search Traffic at Launch
SPC Master Power User SharePoint & Office 365
Smash.wordpress
World of WordPress
Ad

Viewers also liked (20)

PPS
Games To Explain Human Factors: Come, Participate, Learn & Have Fun!!! Photo ...
PDF
แรงดันในของเหลว
PPTX
subrat
PDF
Conspiracy Profile
PPTX
Aids to creativity
PDF
Automatic Language Identification
PDF
Django & Drupal: A Tale of Two Cities
PDF
Conspiracy Profile
PDF
Edge Amsterdam profile
DOC
Trabajo grupal
PPT
Verb to be
PDF
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...
PPT
Natural Language Processing
PDF
Natural language processing
PPTX
SharePointFest Konferenz 2016 - Creating a Great User Experience in SharePoint
PPTX
Examples of BT using SharePoint 2010
DOC
TRABAJO GRUPAL
PPTX
поездка на родину
PDF
Edge Amsterdam Profile
PDF
Conversational Internet - Creating a natural language interface for web pages
Games To Explain Human Factors: Come, Participate, Learn & Have Fun!!! Photo ...
แรงดันในของเหลว
subrat
Conspiracy Profile
Aids to creativity
Automatic Language Identification
Django & Drupal: A Tale of Two Cities
Conspiracy Profile
Edge Amsterdam profile
Trabajo grupal
Verb to be
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...
Natural Language Processing
Natural language processing
SharePointFest Konferenz 2016 - Creating a Great User Experience in SharePoint
Examples of BT using SharePoint 2010
TRABAJO GRUPAL
поездка на родину
Edge Amsterdam Profile
Conversational Internet - Creating a natural language interface for web pages
Ad

Similar to SharePoint Exchange Forum - 10 Worst Mistakes in SharePoint Branding (20)

PPTX
Sps redmond 2014 deck
DOC
.NET 1.1 Base Page Framework Article
PPTX
The A to Z of Building a Responsive SharePoint Site with Bootstrap
PPTX
Blooming SharePoint Design
PPTX
Starting Small, Growing Large
PPTX
SharePoint 2013 Web Content Management for Developers HSPUG
PPTX
SharePoint 2013 Web Content Management for Developers TSPUG
PPTX
Developing Branding Solutions for 2013
PPTX
Getting Started with SharePoint Branding
PPTX
Branding share point 2013
PDF
What's new in SharePoint 2013 - Discover it
PPTX
Introduction to Branding SharePoint
PPT
How to Website Redesign | Website Redesign SEO Checklist
PPTX
The Pragmatist's Approach to SharePoint Branding
PPTX
Developing Branding Solutions for 2013
PDF
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
PPTX
Advanced SharePoint 2013 Site Administration
PDF
Guide to Planning Your Next Web Project
PPTX
CMS Design_ 8 Design Considerations for CMS Development.pptx
PPTX
Designyourownblog.com On-Site SEO Auidt
Sps redmond 2014 deck
.NET 1.1 Base Page Framework Article
The A to Z of Building a Responsive SharePoint Site with Bootstrap
Blooming SharePoint Design
Starting Small, Growing Large
SharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers TSPUG
Developing Branding Solutions for 2013
Getting Started with SharePoint Branding
Branding share point 2013
What's new in SharePoint 2013 - Discover it
Introduction to Branding SharePoint
How to Website Redesign | Website Redesign SEO Checklist
The Pragmatist's Approach to SharePoint Branding
Developing Branding Solutions for 2013
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
Advanced SharePoint 2013 Site Administration
Guide to Planning Your Next Web Project
CMS Design_ 8 Design Considerations for CMS Development.pptx
Designyourownblog.com On-Site SEO Auidt

More from Marcy Kellar (11)

PDF
Design with the User In Mind: Best Practices for a Usable and Adopted SharePo...
PDF
Know Thy User: The Missing Element in SharePoint Solutions (User Centered Des...
PDF
SharePoint Exchange Forum - How to Make a SharePoint Site Intuitive
PDF
Designing Intuitive SharePoint Sites: The Science of "Easy to Use"
PDF
SharePoint User Experience: What Can it do for Adoption
PDF
SPSRIC - A SharePoint Designer’s Lessons Learned
PDF
SPSColumbus - A SharePoint Designer’s Lessons Learned
PPTX
Twitter for the Newbie: How to Use Twitter
PDF
Designing Intuitive SharePoint Sites
PDF
SharePoint User Experience Design Project Plan v1.0
PDF
Branding Wont Fix Crappy Content - SharePoint User Experience Discussion
Design with the User In Mind: Best Practices for a Usable and Adopted SharePo...
Know Thy User: The Missing Element in SharePoint Solutions (User Centered Des...
SharePoint Exchange Forum - How to Make a SharePoint Site Intuitive
Designing Intuitive SharePoint Sites: The Science of "Easy to Use"
SharePoint User Experience: What Can it do for Adoption
SPSRIC - A SharePoint Designer’s Lessons Learned
SPSColumbus - A SharePoint Designer’s Lessons Learned
Twitter for the Newbie: How to Use Twitter
Designing Intuitive SharePoint Sites
SharePoint User Experience Design Project Plan v1.0
Branding Wont Fix Crappy Content - SharePoint User Experience Discussion

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation theory and applications.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
Spectroscopy.pptx food analysis technology
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
cuic standard and advanced reporting.pdf
PDF
KodekX | Application Modernization Development
PDF
Review of recent advances in non-invasive hemoglobin estimation
Chapter 3 Spatial Domain Image Processing.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Machine learning based COVID-19 study performance prediction
Encapsulation theory and applications.pdf
The AUB Centre for AI in Media Proposal.docx
MYSQL Presentation for SQL database connectivity
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Approach and Philosophy of On baking technology
Spectroscopy.pptx food analysis technology
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Big Data Technologies - Introduction.pptx
Encapsulation_ Review paper, used for researhc scholars
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
cuic standard and advanced reporting.pdf
KodekX | Application Modernization Development
Review of recent advances in non-invasive hemoglobin estimation

SharePoint Exchange Forum - 10 Worst Mistakes in SharePoint Branding

  • 1. 10 Worst Mistakes in SharePoint Branding Presented by Marcy Kellar
  • 2. About Me: Marcy Kellar • Principal, SharePoint Soapbox – Co-author of Beginning SharePoint Designer 2010 (Wrox, October 2010) – Professor, Art Institute, Intro to User Centered Design” and “Usability Testing.” • Specialties include – User Experience Design (UX) – SharePoint Strategy and Solution Design – SharePoint Branding and UI customization – Information Architecture – Web content management – Usability testing Twitter: @marcykellar Blog: http://thesharepointmuse.com Linkedin: http://linkedin.com/in/marcykellar
  • 3. 10. Using Inline Styles What is it? – Inline styles are styles applied directly to HTML content Why is this a mistake? – Styles aren’t centrally managed – Pages can become inconsistent – Hard to maintain/troubleshoot
  • 4. 10. Using Inline Styles What is the impact or cost? – Maintenance Cost – Inconsistent Look and Feel – My Patience Are there any exceptions? – During Development – Designer/Developer workflow What is the fix or workaround if I’ve already made the mistake?​ – Remove styles from HTML and add to CSS style sheet – Add process steps to designer developer workflow
  • 5. 9. Don’t Let The Designer Get Carried Away What is it? – Designers define and document a vision without considering implementation costs and/or feasibility in SharePoint Why is this a mistake? – Just because you can design it, doesn’t mean it will work in SharePoint – Potential compromise of functionality
  • 6. 9. Don’t Let The Designer Get Carried Away What is the impact or cost? – Dissatisfied business customers – Inaccurate budget / timeline Are there any exceptions? – No. But SharePoint experts should be involved in part of the design process and/or should be used to provide guidance during design What is the fix or workaround if I’ve already made the mistake?​ – Regroup meeting to set expectations – Work with designers /design firm that understands SharePoint
  • 8. 8. Applying Fixed Width to Collaboration Sites and System Pages What is it? – Designers define and document a vision without considering implementation costs and/or feasibility in SharePoint Why is this a mistake? ⁻ Limits space for collaboration ⁻ Users have to scroll ⁻ Content spillage
  • 9. Example: Fixed Width Publishing applied to Collaboration Site
  • 12. 8. Applying Fixed Width to Collaboration Sites and System Pages What is the impact or cost? – User Experience – Usability Are there any exceptions? – No. What is the fix or workaround if I’ve already made the mistake?​ – Use % rather than set pixel value (Width:95%;display table ;margin:0 auto;) – Make system pages inherit default branding or branded without fixed width – Make inner scroll
  • 13. Example: Quick CSS Fix on Content Area
  • 14. Solution: Add 95% Width instead of Fixed
  • 15. 7. Using Too Many Master Pages What is it? Using Master Pages to manage variations and using too many. Why is this a mistake? – More assets to manage – More development work – Costly and /or complex Migration
  • 16. 7. Using Too Many Master Pages What is the impact or cost? – Migration and / or redesign cost and time – Consistency across sites – Hard to maintain/manage changes Are there any exceptions? – “Too Many” is relative to scenario – 1 master page per distinct design and template What is the fix or workaround if I’ve already made the mistake?​ – Enforce governance/ remove permissions – Consolidate master pages. Manage variations with page layouts, alternate CSS or custom controls – Most of the reasons you think you need a new master page, you can use page layout or alternate CSS
  • 17. Example Scenario Master Pages 1 Master Page per distinct Site Template = 6 Master Pages Publishing Meeting Workspace Collaboration Minimal (Search) My Site Personal My Site Host (My Content) (Newsfeed, Profile)
  • 18. Base Branding Example Scenario sharepoint style.css Master Pages Publishing Meeting Workspace Pub.css mws.css Collaboration Minimal (Search) collab.css minimal.css My Site Personal My Site Host (My Content) (Newsfeed, Profile) mysitepersonal.c mysitehost.css ss
  • 19. 6. Removing QuickLaunch ContentPlaceholder What is it? Removing the Quick Launch Control because you don’t want left navigation on the home page. Why is this a mistake? – Lose the ability to use left navigation when removed from master page (“Throwing the baby out with the bathwater”) – May have a need to use left nav deeper in site
  • 22. 6. Removing QuickLaunch ContentPlaceholder What is the impact or cost? – Rework; Extended Development Time – Loss of Functionality Are there any exceptions? No What is the fix or workaround if I’ve already made the mistake?​ – Add it back to the master page
  • 23. 5. Not Designing Around Real Content What is it? – A design that hasn’t considered real content; – Using non-representative filler/fake content – Using “Lorem Ipsum” Why is this a mistake? – Impacts layout, growth / stretching/ empty areas – Real content helps define patterns
  • 24. 5. Not Designing Around Real Content What is the impact or cost? – Rework based on real content to support actual content once migrated or created. Are there any exceptions? Yes. Sites where design dictates content or that have copywriters What is the fix or workaround if I’ve already made the mistake?​ – Set expectations that rework will occur after content is introduced. – Go back to design phase. Make changes accordingly after real content is reviewed. Use representative content in Photoshop design – Try to anticipate areas where there could be issues by doing bounds testing. – Staging environment
  • 25. 4. Fixing the Width of the Ribbon What is it? – Fixing the width of the ribbon to match the fixed width of the content area – Constraining the ribbon (a huge UX investment) to a width smaller than 100%
  • 27. 4. Fixing the Width of the Ribbon Why is this a mistake? – Not consistent throughout Office Products – Not consistent through organization – Administrative tools change size, icon, location
  • 28. 4. Fixing the Width of the Ribbon What is the impact or cost? – Training -- especially 3rd party Are there any exceptions? – If design is very important to your organization What is the fix or workaround if I’ve already made the mistake?​ – Update your implementation to expand Ribbon to full width. – Or create your own training materials to reflect the look of the custom ribbon
  • 29. 3. Using Content Editor Web Parts for Web Content What is it? – Using a Content Editor Web Part instead of using the right tools for web content Why is this a mistake? – No versioning of content – Not best method for managing web content
  • 30. 3. Using Content Editor Web Parts for Web Content What is the impact or cost? – No versioning – Publishing model / Approval – Search Are there any exceptions? – Foundation Server only – You Tube Videos What is the fix or workaround if I’ve already made the mistake?​ – Plan to move most frequently changed content into RTE (PageContent Control) in page layouts – If default SharePoint page layouts don’t work, create custom page layouts with field controls. This is the right way to do it. – If you have a lot of web content, consider a standard or enterprise license. – In SP2010, use txt files to manage content;
  • 31. 2. Using Dreamweaver Directly with SharePoint What is it? – Opening up SharePoint site using Dreamweaver and editing pages /content Why is this a mistake? – Destroys SharePoint functionality – Basically turns pages into static content only editable in an HTML editor
  • 32. 2. Using Dreamweaver Directly with SharePoint What is the impact or cost? – Rework costs Are there any exceptions? – No What is the fix or workaround if I’ve already made the mistake?​ – There isn’t one. Sorry. – Start over
  • 33. 1. Modifying Default Files What Is It? Making changes to default files on the SharePoint Server (14 hive) A Violation of the #1 Rule of SharePoint Branding Club
  • 34. 1. Modifying Default Files Why is this a mistake? – These files are the originals. You just don’t mess with the originals. – Changes may impact the entire farm. – Multiple WFE with load balancing mean changes need to be made in more than one place.
  • 35. 1. Modifying Default Files What is the impact or cost? – Difficult to troubleshoot – Cumulative Updates – Migration Are there any exceptions? – No What is the fix or workaround if I’ve already made the mistake?​ – Replace anything that has been modified with a clean copy of the original file (s) – Move your customizations out of the file and package into a feature
  • 37. Contact Information Marcy Kellar SharePoint Soapbox mkellar@sharepointsoapbox.com +1-317-902-8057 twitter - @marcykellar LinkedIn - http://linkedin.com/in/marcykellar Blog – http://thesharepointmuse.com SharePoint Event Photography - http://marcykellarstudio.com