Since the release of SharePoint (Online) 2013, I have been a massive fan of the new Social features. I wrote multiple blogs and articles about Social and SharePoint. A lot has changed, and is going to change, since Microsoft decided to acquire Yammer. Yammer is going to be theSocial experience for SharePoint Online 2013. Yes, SharePoint Online and not SharePoint

Read More
How to post a document from SharePoint Online to Yammer

1.    Copy the contents of the master page. 2.    Create a new master page. 3.    Paste the code from the original master page into the new master page. 4.    Find one of the following lines of code (depends on the type of site being edited):  <div id=”suiteBarRight”> OR <SharePoint:SPSecurityTrimmedControl runat=”server” AuthenticationRestrictions=”AnonymousUsersOnly”> 5.    Insert this code just above one of those previous

Read More
How to edit the title in the SharePoint 2013 SuiteBar

SharePoint Modal Dialog (SP.UI.ModalDialog.showModalDialog(options)) is one of the most commonly used developer features. DocRead and DocSurvey both utilise this “out of the box” modal dialog box to display forms and information to the user. Recently, when we were working on the DocSurvey application, we came across this challenge (one of the many challenges) of rendering a DocSurvey (enhanced SharePoint

Read More
How to create a cross domain SharePoint Modal Dialog using SameOrigin Policy

One of the main features missing in SharePoint Online is advanced Business Intelligence solutions. SharePoint On Premises has Performance Point Services but in the cloud you have to use Excel and Visio services or KPI lists/web parts to create BI solutions. This is all about to change I recently signed up for the Office 365 Power

Read More
Office 365 Power BI – An overview from and end-user perspective part 1