No code customisations and solutions for SharePoint

Preview:

DESCRIPTION

These are the slides from the SharePoint Saturday UK 2013 session. For more details and code samples, check out my blog at www.thesharepointbaker.co.uk

Citation preview

“No-Code” customisations & solutions for SharePoint

About me Adam Burcher SharePoint Consultant, MCPD & MCITP

adam@thesharepointbaker.co.uk

http://www.thesharepointbaker.co.uk

@sharepointbaker

Thanks to ourSponsors

AgendaNo-Code customisations – what and why?

Demo site Composed look Branding & Design Manager Custom functionality - JavaScriptQuestions

Farm Solutions – are they that bad? Farm solution => C#, fully trusted solutions

Office 365

Deployments

Runs in process as SharePoint – shared problems

Demo

Any questions?

adam@thesharepointbaker.co.uk

http://www.thesharepointbaker.co.uk

@sharepointbaker

Useful tools/links Composed looks SharePoint 2013 Color Palette - http://www.microsoft.com/en-us/download/confirmation.aspx?id=38182

JavaScript

jQuery - http://jquery.com/

Knockout.js - http://knockoutjs.com/

Composed LooksChange the current look – Site Settings > Change the look

You can specify a background image, change the master page etc

Once applied this will affect the site

Composed Looks – spcolor & spfontColour palette is defined in an spcolor file

Provides different elements which can have colours set, approximately 90 altogether

You can specify hex values (6 character) and can include transparency (8 characters)

Upload files to _catalogs/themes/15

Design ManagerPart of Publishing

Allows a more joined up approach between Front-end development (html, css etc) and SharePoint development (Server controls etc)

Design ManagerAllows you to work on .html files, using any html you want

Snippet gallery helps ‘non-SharePoint’ developers to add server controls to their page layouts

Recommended