Deploy WebParts, User Controls WSP in SharePoint 2013
A small tip which can be used in future regarding the Deployment of WebParts WSP in Global Scope.
How to make a term set available to other site collections in SharePoint 2013
We saw, creating a term set from the Navigation Settings in the previous articles. Now, let us see, how to make use of the same TermSet to the other site collections with read permission. This …read more
The Service Application is the default store location for column specific term sets – Exception in SharePoint 2013
In this post let us see about an exception – The Service Application is the default store location for column specific term sets on SharePoint 2013
How to create a weather widget using Angular Js and open weather map
In this article let us see How to create a web based weather widget using Angular JS. Copy the below Javascript snippet and save it as script file with .js as extension. In this example I am using Chennai as the location. Open Weather Map api is used to fetch weather details
How to read the User Profile Property in SharePoint 2013 using JQuery Ajax.
This article will explain about reading a User Profile Property of the logged in User using Jquery Ajax in SharePoint 2013
How to Create Site Collections, SubSite in SharePoint 2013 using PowerShell
In this article let us see How to Create Site Collections SubSite in SharePoint 2013 using PowerShell
How to Enable ItemScheduling for Pages Library in SharePoint 2013 using PowerShell.
In this article let us see how to enable the “Item Scheduling” in SharePoint 2013 Using PowerShell.
The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator.
The Managed Metadata SErvice or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact Your Administrator. – A SharePoint 2013 Exception and its Resolution.
Cross Site Publishing – Custom Content Search WebParts – Publishing Site – Part 9
In this section let us focus on the Visual Studio WebParts. As of now we were gone through the step by step procedures to establish the Cross Site Publishing. Anyhow we want to showcase these Pages written on the Authoring to the Publishing Site using WebParts. The webPart display templates I am not focusing. That will deviate from our objective. Hence now the focus would be two webparts. One is the Landing Page WebPart which is nothing but a Category WebPart and another one is Content Page WebPart which is nothing but an Item WebPart.
How to create connected SharePoint Hosted App Part using Visual Studio
As SharePoint developers very well know data can be shared between web part using SharePoint 2010 using standardized set of interfaces called connection interfaces that allowed Web Parts to exchange information with each other at run time