This on r/programming today: Modern Javascript: Everything you missed over the last 10 years. A nice run down on contemporary JavaScript…
Category Archives: Web
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.
A logical way to test online software
An interesting approach to testing web services: A logical way to test online software.
Firefox 88
A new version of Firefox released: Firefox 88.
HTML5 Tips
Today via r/programming: HTML5 Tips. I think my favourite was the meter tag… or maybe the spellcheck attribute… lots of good tips over there.