Some interesting rules of thumb for user interface design: Visual design rules you can safely follow every time.
One note I want to make for later on is to use #222222 instead of #000000 and #F2F2F2 instead of #FFFFFF.
Some interesting rules of thumb for user interface design: Visual design rules you can safely follow every time.
One note I want to make for later on is to use #222222 instead of #000000 and #F2F2F2 instead of #FFFFFF.
Wow. I just spent a few hours debugging a problem with my PHP file upload. Turns out the fix was to include an ‘id’ attribute on the file input element. Have no idea why that is required or works, but it does.
A 2016 article about how AWS came about: How AWS came to be.
A good summary of the browser console facilities: Use console.log() like a pro.
I probably should have read this one closer than I did: Don’t fight the browser preload scanner.
Via Hacker News today: A Whole Website in a Single HTML File. As can be seen over here.
This via Hacker News today: Minimal CSS Framework for semantic HTML.
Some thinking points for service design: Principles & Best practices of REST API Design.