notes.
-
Update: Jekyll PWA + WebMentions + Netlify CMS - January 29, 2019
I've a new version of the Jekyll starter that includes fun things like a ready to go PWA, integration with Netlify CMS and WebMentions.
-
Jekyll PWA Starter - Back at it - January 24, 2019
Getting back to Jekyll PWA Starter for 2019
-
Drop-in CSS for Semantically Righteous HTML - August 20, 2018
A list of recommended CSS files to add to a page to make it look nicer than the default user agent styles provided by browsers.
-
Short note on aria-label, aria-labelledby, and aria-describedby - July 16, 2018
LĂ©onie Watson provides a short note on which HTML elements can or cannot be used on `aria-label`, `aria-labelledby` and `aria-describedby`.
-
This page loaded in X Seconds - Stoyan Stefanov - March 27, 2018
A post espousing the benefits of page speed disclosure.
-
How we adopted CSS Grid at Scale - March 26, 2018
A nice write-up by Julian Gaviria on how http://thomasnet.com adopted CSS Grid Layout. ![Screenshot of Firefox dev tools Layout panel showing overlay grid.](/static-assets/images/uploads/grid-thomasnet.png)
-
How to make videos accessible - March 20, 2018
An in-depth article on making videos accessible for the web. Daniel Tonon does a great job explaining the requirements for each level of the WCAG as well as giving examples for including audio descriptions.
-
How fast is amp really? - March 19, 2018
Tim Kadlec does yeoman's work to test how fast AMP really. Hint: Not as fast as you'd think.
-
Bridgy - February 08, 2018
Bridgy pulls comments, likes, and reshares on social networks back to your web site. You can also use it to post to social networks - or comment, like, reshare, or even RSVP - from your own web site.
-
10 Netlify Features - February 06, 2018
Netlify does more than just host your static site. It gives you unbelievable control of deployments, form handling and SSL.
-
Webmentions Service - February 04, 2018
Webmention.io is a hosted service to help you with Webmentions.
-
IndieWebifyMe - February 04, 2018
short desciption of your post.
-
Webmentions are nuts - January 29, 2018
Trying to figure out webmentions
-
Webmention is still weird - January 22, 2018
This is strange and frustrating
-
Jekyll PWA Starter - early version - January 06, 2018
I've started working on a Jekyll PWA starter. It's early but it works well. Update Jan 8, 2018 - I corrected the PWA errors. Everything is nice.
-
Front End Links - May 13-20, 2017 - May 12, 2017
A list of links that I don't want to forge about for May 13 to May 20, 2017
-
CSS Grid Layout: Off-canvas Navigation - May 02, 2017
How to create a responsive layout with off-canvas navigation using CSS Grid Layout. Also covers accessibility and hot dogs.
-
CSS Grid Layout and Absolute Positioning - April 26, 2017
A quick explanation of absolute positioning and CSS Grid Layout. How do offset properties work with CSS Grid? How does it impact the placement of other grid items?
-
Layout Differences Between CSS Grid Layout and Multi-Column Layout - April 18, 2017
A rundown of the obvious and no so obvious differences between CSS Grid layout and Multi-Column layout.
-
CSS Grid Layout - Understanding Grid Template Areas - April 02, 2017
An introduciton on the basics of grid-template-areas in CSS Grid layout. It's one the most powerful features in the spec.
-
Critical Path CSS and Jekyll - March 11, 2017
Four different ways to inline critical CSS on Jekyll sites.