Other

How to hide Buttons from SharePoint List or Libraries using JSON in OOTB Format view

Out-of-the-box SharePoint list and library views come with a command bar full of buttons — New, Upload, Share, Automate, Power Apps — most of which a given audience doesn’t need and shouldn’t necessarily have. JSON command bar formatting lets you hide, rename, or restyle those buttons without any code. In this post: Applying the JSON […]

How to hide Buttons from SharePoint List or Libraries using JSON in OOTB Format view Read More »

SharePoint Online – Pros and Cons of using Document ID

Overview The Document ID feature in SharePoint Online (SPO) offers a unique identifier for documents across a site collection, making it easier to reference and locate specific documents. However, like any feature, it comes with its own set of pros and cons. Pros of Using Document ID Feature in SPO Cons of Using Document ID

SharePoint Online – Pros and Cons of using Document ID Read More »

TypeScript: What, Why and How?!

Overview TypeScript has emerged as a powerful tool for building robust and scalable web applications. Developed by Microsoft, TypeScript is a superset of JavaScript that adds static typing and other features to the language. In this blog, we’ll explore TypeScript, its key features, and practical implementations. What is TypeScript? TypeScript is an open-source programming language

TypeScript: What, Why and How?! Read More »

Exploring SharePoint REST API Endpoints

The SharePoint REST API is organized entirely around one root path — {site-url}/_api/ — with everything else (lists, files, users, search) hanging off web, site, or a dedicated service beneath it. Here’s a reference list of the endpoints you’ll actually reach for, plus a working example calling one from plain JavaScript. In this post: Site

Exploring SharePoint REST API Endpoints Read More »

Custom Tabs: Hillbilly Tabs in Modern SharePoint

Overview “Hillbilly Tabs” is a popular term used in SharePoint development, particularly in the context of customizing SharePoint pages with tabs or tabbed interfaces using JavaScript/jQuery. The term “hillbilly” in this context doesn’t refer to any specific technology or tool but rather a style or approach to implementing customizations in SharePoint. Developers often use JavaScript

Custom Tabs: Hillbilly Tabs in Modern SharePoint Read More »

Unveiling JavaScript: Exploring Multiple Options to Format Numbers as Currency

JavaScript has several built-in and third-party ways to format a number as currency. Here are the ones worth knowing, and when to reach for each. 1. toLocaleString: built into JavaScript, formats a number according to the given locale: 2. Intl.NumberFormat: part of the ECMAScript Internationalization API, gives more control than toLocaleString and is the modern

Unveiling JavaScript: Exploring Multiple Options to Format Numbers as Currency Read More »

CSS Demystified: A Quick Glance Cheat Sheet!

Overview A CSS cheat sheet is a quick reference guide that provides essential Cascading Style Sheets (CSS) properties and techniques for web developers and designers. It serves as a handy tool for creating and maintaining stylesheets, with a focus on achieving responsive and visually appealing designs. Here’s a glance at key elements typically found in

CSS Demystified: A Quick Glance Cheat Sheet! Read More »

Microsoft Teams Competitors

Overview Microsoft Teams is a leading collaboration platform, but it faces competition from several other tools in the market. Here’s an overview of Microsoft Teams and its key competitors. Here are some notable competitors to Microsoft Teams that offers similar services. Slack – Slack is a widely-used team collaboration tool known for its chat-based communication

Microsoft Teams Competitors Read More »

Designing a Modern SharePoint Site: Elevate User Experience and Collaboration

Overview In the ever-evolving landscape of digital workplaces, the design of your SharePoint site plays a pivotal role in shaping user experience, fostering collaboration, and reflecting your organization’s brand identity. Microsoft’s Modern SharePoint Sites offer a dynamic and user-centric approach to designing and building sites that inspire engagement and productivity. In this blog, we’ll delve

Designing a Modern SharePoint Site: Elevate User Experience and Collaboration Read More »

Power Automate: Streamlining Workflows for Efficiency and Productivity

Overview In today’s fast-paced digital landscape, automation has become a cornerstone for businesses aiming to streamline processes, improve efficiency, and boost productivity. Microsoft’s Power Automate, part of the Microsoft Power Platform, offers a robust solution for creating automated workflows that can revolutionize the way you manage and execute tasks. In this blog, we’ll dive into

Power Automate: Streamlining Workflows for Efficiency and Productivity Read More »