Understanding hoisting will help you organize your function scope. Just remember, variable declarations and function Read More “Hoisting”
Easy ways to setup SharePoint Online Intranet for external sharing
This blog post provides few options to share some of the content with external users Read More “Easy ways to setup SharePoint Online Intranet for external sharing”
Get File Extension
How to get the file extension? var file1 = “50.xsl”; var file2 = “30.doc”; getFileExtension(file1); Read More “Get File Extension”
Programmatically set a content type as default content type in a SharePoint 2013 List
Use the bellow code to set a content type as a default content type for Read More “Programmatically set a content type as default content type in a SharePoint 2013 List”
How to Programmatically Show or Hide a Modal Popup in Share Point 2013
This article shows how to programmatically show, hide and pass value from a SharePoint 2013 Read More “How to Programmatically Show or Hide a Modal Popup in Share Point 2013”
Converting truthy/falsy values to boolean
Logical operators are a core part of JavaScript, here you can see a a way Read More “Converting truthy/falsy values to boolean”
Improve Nested Conditionals
How can we improve and make a more efficient nested if statement in javascript? if Read More “Improve Nested Conditionals”
SharePoint 2013:How to Modify the Number of Items Displayed in a View
Changing the number of items displayed in a view can be beneficial for several reasons. Read More “SharePoint 2013:How to Modify the Number of Items Displayed in a View”
Difference between provisioning a custom pagelayout and custom page in SharePoint with Visual Studio
This article explains the similarities and differences associated with creating and provisioning of a custom Read More “Difference between provisioning a custom pagelayout and custom page in SharePoint with Visual Studio”
How to pass or return value from a SharePoint 2013 Modal Popup Dialog to the Base Page
This article shows you how to return, pass back data from a popup modal dialog Read More “How to pass or return value from a SharePoint 2013 Modal Popup Dialog to the Base Page”