Quantcast
Channel: Jean Paul's Blog » branding
Viewing all articles
Browse latest Browse all 3

Cost of SharePoint Branding

$
0
0

Cost of SharePoint Branding

Mere ASP.NET & HTML skills are not enough to work with SharePoint Branding. The Cost of improper branding will be sluggish page performance, unwanted content loading, unhappy user etc.

branding

SharePoint Branding Recommendations

Following are the recommended approaches for SharePoint Branding.

Item Description
HTML Page HTML Page (.html) is preferred if you are using a Full Page customization. In this way you are loading only necessary contents.
ASPX Page ASPX pages will contain lot of SharePoint Master Page contents along with the Images, CSS & JS files.  The recommended approach is to open the page in SharePoint Designer and remove the unwanted elements.
Master Page Custom Master Pages are recommended for Custom Layout scenarios.  Adding a custom master page for every scenario does not add value.
Design Manager Design Manager can be used to convert HTML pages to Master Pages.
Composed Looks Use Composed Looks instead of Custom Master Page if you wanted to just change the Color, Theme & Background images.
Web Part Zone Web Part Zone is only needed if you wanted your user to add custom web parts.  If there is no explicit requirement, remove the Web Part Zone from the page.  This will save from hassles in the future.
Content Editor Web Part Content Editor Web Part allows adding HTML contents from the User level. But for a Developer Content Editor Web Part is not recommended. Use direct HTML inclusion in the page.
SharePoint Ribbon SharePoint Ribbon is a Powerful thing. But you have to Hide it if you do not Need it. Else, you are attracting lot of problems like the User can delete the branded page etc.
Removal vs. Hiding Removal of page elements is advised over Hiding them dynamically at the client-side.  This will remove the Flickering effect & Improves page performance due to reduced contents.
HTML5 Application Cache Use cache manifest to specify offline availability of static files.  This will save lot of client & server cycles in multiple refresh scenarios.  Static Files involve CSS & JS files.
HTML5 Video Tag Try to use HTML5 Video tags instead of SharePoint Video infrastructure.  This will be lighter in footprint & server usage.  SharePoint Video infrastructure involves content types, metadata & streaming.
CSR Client Side Rendering with JS Link is recommended for modification of List View.
Responsive UI Responsive Web Design is recommended over Device Channel as it gives the same HTML code for all devices, Search engine friendly & lesser scripts.
Device Channels Device Channels have the overheads of custom master page creation although it reduces the size of the page.  Hence it is recommended only for low-bandwidth devices.
Search Display Templates Custom Search Display Templates can be used rather than creating a Custom search results page.
CDN Content Delivery Networks are recommended for quick retrieval of JS libraries when your customers are located around the world.
SOM Server Object Model code is least recommended as it involves Server-side execution and Reducing Compatibility with SharePoint Online.
Browser Support Internet Explorer still wins the Majority over Chrome when comes to SharePoint Intranet deployments. So never forget to Ensure Responsiveness & Clean the extra Errors & Warnings generated by IE.

image.png

I would recommend a 2-day SharePoint Branding Training before starting with the Actual Project.  This investment in the initial phase will return multifold in future.

For certification involving branding MCTS 70-448 is recommended.

References

http://www.jeanpaulva.com/index.php/2014/08/30/create-a-composed-look/

http://www.jeanpaulva.com/index.php/2014/08/05/sharepoint-2013-branding/

http://www.jeanpaulva.com/index.php/2014/02/21/responsive-web-design-vs-device-channels/

http://www.nothingbutsharepoint.com/2012/05/31/sharepoint-nothing-but-branding-aspx/

http://www.thesharepointmuse.com/2012/04/the-10-worst-mistakes-in-sharepoint-branding-and-ui-design/
Summary

In this post we have explored few SharePoint Branding aspects.

 


Viewing all articles
Browse latest Browse all 3

Trending Articles