As SharePoint Online matures into a viable alternative to its on-premises counterpart, many people are asking the question Which version is right for my organization? As is usually the case, the answer is “It depends”. Too often we see this decision being made solely on one criteria (i.e. cost) and not taking into account all of
I was working on SharePoint 2013 pilot project and I need to integrate customized HTML into Master page for this (publishing site). SharePoint 2013 comes up with new feature called “Design Manager” (This feature available only for publishing site). In SharePoint 2010 we have an option to create a customized master page using SharePoint Designer 2010 (in
Visual Studio allows developers to deploy/publish Apps to a site (site collection) which has been created using the ‘Developer Site Template’. Recently, I was working with a SharePoint 2013 App for one of my customers. The App was developed using Visual Studio 2013 and published on Developer Site Collection (On O365) to test the functionality.
Ever have someone ask you to build a registration form for training or sign-up sheet for an event on SharePoint? Seems simple enough until you go to do it… Well next time that happens give this a try! Create the Lists Calendar List – use the out of the box Calendar list and add these fields Seats
Overview Office 365 brings a new development paradigm for us to learn for continuing delivering rich SharePoint 2013 solutions, including a new ‘Visual Studio in the cloud’ with the Napa toolset. To learn how this can be utilized for better development, I took on the challenge of learning the toolset by pulling in data from
Sometimes as a developer, the most elegant solution is the one that works. Recently, I was faced with the challenge of attempting to get JavaScript code to run consistently on certain pages in a SharePoint Online site. Certain aspects of the project dictated that JavaScript Injection via a SharePoint hosted app was the only alternative
In this post I will show you how to use JS Link to implement delete-buttons in a list view. I will use the built-in “Edit” field as a base for this customisation. The “Edit” column normally shows a button for opening the list item in edit mode. I will override the rendering of the “Edit”
Recently, I was asked to come up with a solution for retrieving the value of a Managed Metadata column for items in a SharePoint list. This solution was needed as part of a SharePoint Designer 2013 Workflow and, initially, I thought that it would be fairly simple to do by building a Custom Workflow Activity in Visual Studio 2013. As is often the case, it
Recently noticed that the SharePoint online has some built in JS module to detect the type of browser and modules to access the browser storage which can be used instead of relying on third party or custom code. Browser Detection: Init.js has a module “BrowserDetection” to determine the type of browser. The same can be
In order to properly integrate SignalR with a SharePoint 2013 farm solution you have to make two types of changes to the typical SignalR boilerplate code: Change the Startup.cs and make a couple of web.config modifications. Please note that this sample assumes that you are using SignalR 2.2, which in turn references OWin 2.1. In
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]