Explore >> Select a destination


You are here

css-irl.info
| | robkendal.co.uk
18.9 parsecs away

Travel
| | Where would we be without our beloved tools and apps? I'm going to share my favourite tools, apps and websites that I use as a frontend developer to get more done in less time.
| | daverupert.com
8.1 parsecs away

Travel
| | 2022 was a massive year for CSS. We got CSS Layers, more subgrid support, the impossible :has() selector, and WE GOT CONTAINER QUERIES! ?? Thank you to everyone who worked on those. A lot of the success for CSS this past year was due to an incredible cross-browser effort called Interop 2022, a loose agreement amongst browsers to try to work on some of the same features so feature support gaps between browsers are shorter.
| | mayank.co
14.9 parsecs away

Travel
| | Layers are widely available, why not put your reset inside one?
| | dht.is
79.7 parsecs away

Travel
| Background I was packaging up a website as a PWA (progressive web application) so that it could be used offline at a conference, and I wanted to have some analytics collected while offline. After a lot of searching, I came across Piwik Pro, a capable analytics package that specifically included capabilities for offline analytics tracking. Perfect! However, their code assumes that you are building your project using a framework with a packaging-based workflow. My project was simple, vanilla html and javascript.