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

Document ID assigns every document in a site collection a permanent identifier and a stable redirect link that survives moves and renames — genuinely useful, but with one real limitation worth understanding before relying on it: that persistence only holds within a single site collection, not across them. This post covers how it actually works,

SharePoint Online – Pros and Cons of using Document ID 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

Worth a direct correction before anything else: “Hillbilly Tabs” isn’t a generic jQuery/Script Editor technique — it’s the name of one specific, real, open-source SPFx web part built by Mark Rackley, and describing it as DOM manipulation via a Script Editor web part describes a different, unrelated (and now largely non-functional) approach entirely. This post

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!

A working reference of the CSS properties and techniques that come up constantly when building responsive layouts — viewport setup, media queries, flexbox and grid, positioning, transforms, and the modern tools (clamp, custom properties, container queries) that are now widely supported enough to actually rely on rather than treat as bleeding-edge. In this post: Responsive

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

Microsoft Teams Competitors

Microsoft Teams’ real competitors are a shorter, more specific list than “everything with a chat window” — lumping in project-management tools and B2B sales databases muddies the comparison rather than clarifying it. This post keeps to genuine direct competitors: platforms that do the same core job (chat, meetings, file collaboration) that an organization would actually

Microsoft Teams Competitors Read More »

Designing a Modern SharePoint Site: Elevate User Experience and Collaboration

“Modern SharePoint site design” covers more ground than one post can usefully hold, so this one stays narrow: the page-composition layer — the web parts, navigation, and personalization choices that actually shape what a visitor sees and clicks. For the step-by-step of creating and configuring a site in the first place, see A Comprehensive Guide

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

Power Automate: Streamlining Workflows for Efficiency and Productivity

Power Automate is included, in a limited form, with most Microsoft 365 plans — which is exactly why the licensing side trips people up. “Included” only covers standard connectors; the moment a flow touches Dataverse, a premium connector, or scheduled RPA, that’s a separate paid tier, and the way that tier gets triggered isn’t always

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