Today I learned about WebCoLa: cola.js (A.K.A. “WebCoLa”) is an open-source JavaScript library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques.
Category Archives: Web
JavaScript console object
Via r/programming: Advanced console.log Tips & Tricks. A good run down on browser logging facilities…
Front-End Performance Checklist 2021
Via Lobsters today: Front-End Performance Checklist 2021 from Smashing Magazine.
Modern Javascript: Everything you missed over the last 10 years
This on r/programming today: Modern Javascript: Everything you missed over the last 10 years. A nice run down on contemporary JavaScript…
Simple things are complicated: making a show password option
An interesting article today: Simple things are complicated: making a show password option. It referenced Government Design Principles: Make things open: it makes things better which I thought was an interesting and sensible government policy…
The latest from Baldur Bjarnason
I think I might be becoming a Baldur Bjarnason fanboi. Two from him I read today:
10 HTML Semantic Tags and When to Use Them
Today on r/programming: 10 HTML Semantic Tags and When to Use Them.
This is Why Learning Rails is Hard
There’s a cool mind map covering all the things a rails developer needs to know over here: This is Why Learning Rails is Hard.
CSRF, CORS, and HTTP Security headers Demystified
This on Hacker News today: CSRF, CORS, and HTTP Security headers Demystified.
The above article referred to OWASP SameSite doco, and you can read about how to implement that with PHP.
HTML boilerplate
See My current HTML boilerplate for some good ideas for a starting place for HTML content. I kept a copy, here.