Site Context

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 »

Start your SharePoint with SPFX

SPFx (SharePoint Framework) is Microsoft’s current framework for building client-side web parts and extensions with TypeScript and React. The basic shape of getting started hasn’t changed, but two real pieces of the toolchain have – the build tooling and the way you test locally – and a lot of “getting started” guides still show the

Start your SharePoint with SPFX Read More »

SharePoint Online Modern Script Editor and Its Consequences

Modern SharePoint has no equivalent of the classic Script Editor web part – that’s a deliberate security decision, not a missing feature. Custom script is blocked by default on every modern site, and the workarounds people reach for come with real governance consequences that go beyond “test your code first.” This post covers what’s actually

SharePoint Online Modern Script Editor and Its Consequences Read More »