Web Browsers and Web Sites
-
Karl Dubost: Some Ways To Contribute To WebKit and Web Interoperability
Someone asked me recently how to contribute to the WebKit project and more specifically how to find the low hanging fruits. While some of these are specific to WebKit, they can be easily applied to other browsers. Every browser engines projects have more bugs than they can handle with their teams.
-
Nico Cartron ☛ My website is now sporting a shiny new HTTPS DNS record!
As I explained in that previous article, I (finally) enabled HTTP/2 on my Apache web server.
The initial goal was to support the (not so) new HTTPS record, which makes it faster to connect to the destination.
-
Content Management Systems (CMS) / Static Site Generators (SSG)
-
Harry Cresswell ☛ Generate pages from Google Sheets using Hugo’s Content Adapters | Harry Cresswell
The Hugo Docs have a great example of how to generate pages from remote JSON data using a content adapter, but there’s not much written about working with other data types, from remote places elsewhere on the web.
With that in mind, I thought I’d show you how to use content adapters to dynamically generate pages from CSV data held in a Google Sheet. But, before we get into the build, first it might help to learn more about the recent client project that this post is based on.
-