Citing research that demand for virtual reality headsets will rise to almost 80 million devices by 2020, Microsoft announced during the keynote presentation at Computex in Taipei that Windows Holographic will bring the “next frontier” in personal computing.
Microsoft
How to Create SP 2013/Online Custom Task Outcomes using VS
It’s little tricky when it comes to creating Custom Task Outcomes using Visual Studio as there are quite a few steps to keep in mind in order to successfully build your workflow project. I have hit quite the same road blocks as many developers across the forum are now facing. So in this walk through, I will share my experiences and necessary actions […]
Sitecore Tricks: Getting all Base Templates from an Item
Ran into a situation today where I needed to get all of the base templates for a given item. Toyed with a few approaches including recursion. I figured there had to be a better way. So after quite a bit of Stack Overflow reading, and a few Sitecore blogs, I came up with this really […]
SharePoint Online – Security and Privacy of Data
For many of my clients security and privacy of data in the cloud is the top most priority. Balancing the fine line of making your data secure but yet still allowing end users to get their jobs done efficiently and effectively is the key to success for a cloud implementation. You cannot have security without usability because […]
Sitecore 8 Branch IDs info is lost when Installed from a Package
I have been working in a Sitecore environment where in code, I am checking the branch template ID of an item when searching for those items using Coveo. Once I completed my unit testing of this functionality in my local development environment, to move things along, I created a package of these items to install […]
Re-installing the Coveo Sitecore package on Sitecore 8
In this blog I want to discuss what to look out for if you are re-installing the Coveo package unto Sitecore 8. In developing within a Sitecore 8 site recently I had installed the Coveo version 1266 package on the site but needed to replace it with the Coveo version 1226. Each time I tried […]
Tips involving using Images in Sitecore 8 to help Content Authors
This blog will discuss some tips and tricks concerning the use of images with Sitecore which are important for content authors, especially those who may be having trouble getting their image to appear on their pages. The path to an image is important because it is how the image is found on an HTML page […]
How to add custom claims to Azure Mobile App authentication
Azure Mobile Apps (formerly known as Azure Mobile Services) provide a great cloud based framework for rapid development of mobile applications (which also could be used to develop web applications, when needed). Azure Mobile Apps empower developer with a tools set (both client-side and server-side) helping to tackle on common mobile application development tasks, like: […]
Sitecore Powershell – Update field values
The Powershell module for Sitecore is quickly becoming one of my new favorite Sitecore tools. I’m still learning the Sitecore Powershell ropes and with the help of various blog posts, including the series started by Jon Upchurch, I’m slowly getting better with it. This week a project required an update to certain links that were contained […]
Office 365 Development – Default to ‘Open’
I am truly inspired by the direction Microsoft has taken in recent times with the move to iterative development, open tooling and open source. At its core Office 365 is a suite of services providing OOTB experiences and a set of APIs ready for consumption. The experiences will satisfy many of the requirements for Portals, […]
A Form Routing Gotcha with ‘SitecoreRouteName’
The Problem When utilizing the Html.BeginRouteForm() or Ajax.BeginRouteForm() in a view to render a form tag, it is common to define the route using ‘Sitecore.Mvc.Configuration.MvcSettings.SitecoreRouteName,’ which returns the path to the current page. So far, pretty easy stuff for setting up a form. In my particular case, I was POSTing an AJAX form and loading a second […]
Sitecore – Extend Treelist to Support Relative Datasource Paths
The Datasource Location field on renderings in Sitecore supports a nice feature that I’ve taken for granted–relative paths. For example, if you want content authors to put the data items for a particular rendering under the item that the rendering is on in the content tree, you can specify the Datasource Location as ./. The Treelist field has a […]