12
“No-Code” customisations & solutions for SharePoint

No code customisations and solutions for SharePoint

Embed Size (px)

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

Page 1: No code customisations and solutions for SharePoint

“No-Code” customisations & solutions for SharePoint

Page 2: No code customisations and solutions for SharePoint

About me Adam Burcher SharePoint Consultant, MCPD & MCITP

[email protected]

http://www.thesharepointbaker.co.uk

@sharepointbaker

Page 3: No code customisations and solutions for SharePoint

Thanks to ourSponsors

Page 4: No code customisations and solutions for SharePoint

AgendaNo-Code customisations – what and why?

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

Page 5: No code customisations and solutions for SharePoint

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

Office 365

Deployments

Runs in process as SharePoint – shared problems

Page 6: No code customisations and solutions for SharePoint

Demo

Page 7: No code customisations and solutions for SharePoint

Any questions?

[email protected]

http://www.thesharepointbaker.co.uk

@sharepointbaker

Page 8: No code customisations and solutions for SharePoint

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/

Page 9: No code customisations and solutions for SharePoint

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

Page 10: No code customisations and solutions for SharePoint

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

Page 11: No code customisations and solutions for SharePoint

Design ManagerPart of Publishing

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

Page 12: No code customisations and solutions for SharePoint

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