Live filter using CSS selectors

Using data- attributes for indexation, and a dynamic stylesheet with a CSS3 selector for search, it is straightforward to implement a client-side full-text search in CSS rather than JavaScript. Clever use of data-* attributes. A shame though the title of the original post, namely Client-side full-text search in CSS, is poorly chosen though, as it’s …

WebMention – A modern alternative to Pingback

A webmention is a type of linkback that can be requested by Web authors to keep track of activity relating to a page or document on their website somewhere else on on the web. It is similar to pingbacks but was designed to be simpler than the xmlrpc protocol that pingback relies upon, by instead …