An enterprise client recently asked us to create a solution for reserving company conference rooms. The client is a technically savvy company with numerous offices throughout the country and 5-6 conference rooms at each location. The challenge was for employees who were constantly traveling from one office to another to be able to find a

Read More
Conference Rooms Reservation Solution for SharePoint. Integrating SharePoint with Exchange.

It has been a while since I had a chance to enjoy TypeScript while crafting solutions for SharePoint 2010 and 2013. Not SharePoint 2010, nor SharePoint 2013 provide definitions for its JavaScript object model. Hence, a few SharePoint MVPs (@amarkeev and @gandjustas) have come up with an incredible project “SharePoint 2013 TypeScript Definitions” to make it possible leveraging TypeScript

Read More
Creating Office apps with TypeScript – meet Office.js TypeScript Definitions

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