From a NodeJS application, get the list of Site Collections available in my Tenant – A small code snippet.
NodeJS – Get SharePoint PnP-Core Client Context using UserName and Password and access SharePoint Objects from Node Application
In this article, let us see how to communicate with SharePoint and Get the client context from a Standalone NodeJS application.
ElectronJS – Step by Step Procedure to Setup and Create a Hello World App using Electron JS
In this article, let us see the step by step procedure to create my first hello world app using Electron JS.
Refreshing JavaScript – Push Un-Shift methods in Array.
A simple explanation about Push and UnShift in Javascript
Step by Step Procedure to Create a PowerPoint Add-In
PowerPoint Add-In – An introduction and a Step by Step Procedure to Create your first Add-In
Step by Step procedure to Create a Custom Action for Delete Button on SharePoint List Form Ribbon using JavaScript
Step by Step procedure to Create a Custom Action for Delete Button on SharePoint List Form Ribbon using JavaScript
Redirect URL to different page in SharePoint before rendering using jQuery
In this article we will see how to redirect to different URL from SharePoint. Here we are going to redirect to different URL before anything renders on the page.
Redirect to custom page from SharePoint OOTB Form button click using jQuery
Redirect to custom page from SharePoint OOTB Form button click using jQuery
Custom Alert Message on SharePoint Page using Content Editor Web Part and JQuery
Custom Alert Message on SharePoint Page using Content Editor Web Part and JQuery
How to redirect different page on Save button click on SharePoint Forms using client side script
in this article we will how we can change the default behaviour of buttons available in SharePoint OOTB forms (Non-custom). We achieve this in different ways; below you can find simple and straight way. Here we used JQuery and OOTB Script Editor Web part on the form page.