Site
Everything on SkillVeris tagged Site — collected across the glossary, study notes, blog, and cheat sheets.
13 resources across 2 libraries
Study Notes(12)
Navigation Controls
See how ASP.NET Web Forms handles site navigation through the Web.sitemap file, SiteMapPath, Menu, and TreeView controls, plus programmatic redirection.
Building an Intranet Site
A step-by-step approach to designing and building a modern SharePoint communication-site intranet, from architecture through automation.
Columns and Content Types
Understand how SharePoint columns define metadata fields and how content types bundle columns, templates, and behavior into reusable, inheritable schemas.
SharePoint Quick Reference
A condensed cheat sheet covering site structure, permission levels, REST API endpoints, and PnP PowerShell commands for day-to-day SharePoint work.
Site Provisioning
How new SharePoint sites get created, templated, and governed at scale, from self-service creation to automated provisioning pipelines.
Sites and Site Collections
How SharePoint organizes content into sites, subsites, and site collections, and how the modern hub-site model replaced the classic hierarchy.
Your First SharePoint Site
A step-by-step walkthrough of creating a SharePoint team site, adding a document library and list, and setting basic permissions for the first time.
Cross-Site WebSocket Hijacking
How attackers exploit the lack of same-origin enforcement on WebSocket handshakes, and the defenses that stop them.
Cross-Site Scripting (XSS) Explained
Understand how attackers inject malicious scripts into web pages viewed by other users, and the three major categories of XSS: stored, reflected, and DOM-based.
The Django Admin Site
How Django's automatically generated admin interface lets developers and staff manage data through a browser, and how to customize it with ModelAdmin classes.
Static Site Generation
Learn how Next.js pre-renders pages to static HTML at build time using Static Site Generation, and when it's the right rendering strategy.
Cross-Site Scripting (XSS)
Stored, reflected, and DOM-based XSS explained, with output encoding and CSP as the core defenses.