Reading List
- Hixie on script pre-loading
- “Fuck You” – Brad Frost on deliberately excluding groups of people from the Web
- Mobile operators altering (and breaking) web content by Matthew Somerville
- Resource Priorities – spec including groovy thangs like
<img lazyload>
(partially implemented in IE11 Preview) and<img postpone>
- Enabling new types of web user experiences – guest W3C blog post by Scott Jenson, a well-known UX designer and creative director
- port.js is a Chrome-(and-Opera!)–to–Safari porting library for extensions
- proposal: replace
navigator.mozPay()
with primitives – Mozilla’s trying to make a low-level API for payments - Executive Class – calculating the Myers-Briggs personality type of the London Underground’s Waterloo & City Line
- The Great Language Game Of thousands of languages spoken in the world, here are seventy. How many can you distinguish between? (my score: 800)
Buy "Calling For The Moon", my debut album of songs I wrote while living in Thailand, India, Turkey. (Only £2, on Bandcamp.)
4 Responses to “ Reading List ”
Bruce, do you think, instead of implementing lazyload and postpone in the HTML, it would be wiser if browsers implement the functions client-end so the user can define and control the size of images that would be lazy and/or postponed load?
Example browser option: ‘If there are large images on a page each greater than 100 KB in size, display placeholder only’ similar to what Gmail does with the option ‘Display images’?
Please check the ‘Resource Priorities’ link. It seems to link to this very same page :))