Persistent Site level Custom Ribbon Tab in SharePoint 2013

Most of you have come across articles on customizing the SharePoint contextual Ribbon programmatically. But I found very few information about developing a Site wide Custom Ribbon that gets displayed throughout the site pages regardless of the context

 

How to Identify the Version and Service Packs installed on a SharePoint 2013 Server

How to Identify the Version and Service Packs Installed on our SharePoint 2013 Farm

 

How to Add Custom Ribbon Action on List/Libraries in SharePoint 2013

In this article let us see how to create a Custom Ribbon Action on the Libraries/List on SharePoint 2013. On click we can see how to call a Javascript method.

 
 

Cross site publishing for Document library.

In this article let us see how to to do the Cross Site Publishing for Document Library in SharePoint 2013.

 

Failed to load receiver assembly, System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies on Feature Receiver in SharePoint 2013.

In this Article let us see about an error which I recently faced on my development phase.ArgumentException: Failed to load receiver assembly “………………” for feature “………………….” (ID: xxxx-xxxx-xxxx-xxx).: System.IO.FileNotFoundException: Could not load file or assembly ‘……………..’ or one of its dependencies. The system cannot find the file specified.In this Article let us see about an error which I recently faced on my development phase.ArgumentException: Failed to load receiver assembly “………………” for feature “………………….” (ID: xxxx-xxxx-xxxx-xxx).: System.IO.FileNotFoundException: Could not load file or assembly ‘……………..’ or one of its dependencies. The system cannot find the file specified.In this Article let us see about an error which I recently faced on my development phase. Failed to load receiver assembly “………………” for feature “………………….” (ID: xxxx-xxxx-xxxx-xxx).: System.IO.FileNotFoundException: Could not load file or assembly

 

StarRating WebPart using RateIt Jquery Plugin in SharePoint 2013.

StarRating WebPart using Reputation.js RateIt.CSS in SharePoint 2013 – An Introduction.

 
 

The page always redirects to _Layouts/15/Start.aspx#/SitePages/MyPage.aspx – SharePoint 2013 (Minimal Download Strategy Feature)

The Page always redirects to _Layouts/15/Start.aspx#/SitePages/MyPage.aspx on SharePoint 2013 and how the Minimal Download Strategy Feature helps to resolve this.

 

How to Create a Blank Site Collection and a Blank Sub Site on SharePoint 2013

In this article let us see how to create a Blank Site collection through Central Administration in SharePoint 2013

 

Import Termset and Terms into Termstore Management in Sharepoint 2013

Let us discuss about how the termset and terms can be imported to Termstore Management under a group Name in Sharepoint 2013.

 
 

How to do FormPost in SharePoint 2013 using JavaScript.

In this article let us see how to do a FormPost from SharePoint 2013 to Other WebSites. i.e. PHP or ASP WebSites.