CSS

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 »

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 »

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 »