Tag: JavaScript
All the articles with the tag "JavaScript".
-
Demythstifying Web Components
Published: at 03:58 PMDispelling common myths and FUD about Web Components by clarifying what they actually are - encapsulated, declarative, custom elements that enable reusable, interoperable functionality.
-
S(GH)PA: The Single-Page App Hack for GitHub Pages
Published: at 09:41 AMA clever hack to enable single-page app routing on GitHub Pages by leveraging the 404.html file and preserving SEO-friendly status codes for crawlers.
-
A Renewed Call for App-to-App Interaction APIs
Published: at 12:00 PMRenewing the discussion around app-to-app interaction APIs for the web, examining past attempts like Web Activities and Web Intents and proposing better solutions.
-
Element Queries, From the Feet Up
Published: at 11:37 PMExploring Element Queries as a solution for truly responsive components - Media Queries scoped to individual elements rather than viewport dimensions.