|
| 1 | +# Eventful |
| 2 | + |
| 3 | +What a month. Personally, I went to Germany to speak (!) at SmashingConf (!!!). Never did I think an interest in respimg would take me to a medieval hall, half a world away, to tell hundreds of people how to do their jobs. But! It did! And I drank bier and ate würst and met heroes and made friends. It was as wonderful as it was surreal. |
| 4 | + |
| 5 | +And I actually had a newsletter all written in the Frankfurt Flughafen, ready to fire off as soon as I got home, but by the time I got there the RICG had won a pair of [Net Awards](https://thenetawards.com), necessitating some re-writes. |
| 6 | + |
| 7 | +- [Best Collaborative Project](https://twitter.com/yoavweiss/status/644982406211063808) |
| 8 | +- [Best New Web Technology](https://twitter.com/yoavweiss/status/644984378045673472) |
| 9 | + |
| 10 | +Feels good, man. To the links! |
| 11 | + |
| 12 | +## Edge implements `picture` |
| 13 | + |
| 14 | +That was quick. Edge version 10547 [supports `picture` and `sizes`][edge_picture]. |
| 15 | + |
| 16 | +This means that (with a single, hopefully-soon-remedied [exception][safari]) every current version of every desktop browser now supports the full suite of responsive image features. |
| 17 | + |
| 18 | +Oh, and the Edge team will [probably][edge_image-set] implement `image-set()`, too. |
| 19 | + |
| 20 | +[edge_picture]: https://dev.modern.ie/platform/changelog/desktop/10547/ |
| 21 | +[safari]: https://bugs.webkit.org/show_bug.cgi?id=116963 |
| 22 | +[edge_image-set]: https://dev.modern.ie/platform/status/cssimageset/ |
| 23 | + |
| 24 | + |
| 25 | +## Core Competency |
| 26 | + |
| 27 | +The energy (and consistency!) behind the respimg-in-WordPress team is a joy to behold. |
| 28 | + |
| 29 | +They [pushed a new plugin release last week][wp_v25], v2.5, which, among other things, brings respimg support to images published before the plugin was installed using output filters. |
| 30 | + |
| 31 | +This release takes them one step closer to their large goal: [bringing respimg functionality to WordPress core][joe_wp]. |
| 32 | + |
| 33 | +A very large website (anybody know who?) deployed `x` descriptors this month and [doubled the current level of usage overnight](https://www.chromestatus.com/metrics/feature/timeline/popularity/523): `x` descriptors are now used on ~1% of Chrome pageviews. That’s a very big deal, but `w`s hitting WP-Core might an order-of-magnitude bigger. |
| 34 | + |
| 35 | +[wp_v25]: https://wordpress.org/plugins/ricg-responsive-images/changelog/ |
| 36 | +[joe_wp]: https://make.wordpress.org/core/2015/09/05/responsive-images-feature-plugin-update/ |
| 37 | + |
| 38 | + |
| 39 | +## Terriffic Tutorials |
| 40 | + |
| 41 | +Mat, Yoav, and the good people at Akamai collaborated on a pair of whiteboard-style respimg [tutorial][mat_vid] [videos][yoav_vid]. They’re fast-paced and accessible; the visual metaphors surprise and delight. Watch! |
| 42 | + |
| 43 | +Jake Archibald had a respimg “[epiphany][jake_ri]” recently — “I’m writing it all down before I forget everything.” His post conveys a a ton of information extremely economically, and it’s somehow personable and digestible, too. Everything that you need to know about the syntax in a pretty-short blog post. Read! |
| 44 | + |
| 45 | +Finally — my interest in Client Hints still far outpaces my expertise, so I learned a lot from [this article][ilya_ch] by Mr. Client Hints himself, Ilya Grigorik. Automate! |
| 46 | + |
| 47 | +[mat_vid]: https://www.youtube.com/watch?v=GJLl6MSHDr4 |
| 48 | +[yoav_vid]: https://www.youtube.com/watch?v=WwgQ0LGRnR8 |
| 49 | +[jake_ri]: https://jakearchibald.com/2015/anatomy-of-responsive-images/ |
| 50 | +[ilya_ch]: https://developers.google.com/web/updates/2015/09/automating-resource-selection-with-client-hints |
| 51 | + |
| 52 | +## Grab Bag |
| 53 | + |
| 54 | +- Picturefill 3 should be out of beta [imminently][pf3_rc1]. |
| 55 | +- Understanding and communicating how an adaptable image will adapt within a responsive design is hard. Kevin Mack and Tim Vonderloh gave [a presentation][cropping] at the Columbus Web Group about re-using the concepts and language of print (where variability comes from imperfect processeses) to respimg (where the variability happens *by design*). |
| 56 | +- Last and maybe actually least, Facebook blogged about their [cover photo optimization efforts][cover_photos]. The post doesn’t mention respimg, per-se, but it does contain a lot of insight into how Facebook actually goes about making, managing, and delivering images efficiently at Facebook-scale. |
| 57 | + |
| 58 | +[pf3_rc1]: https://twitter.com/respimg/status/641311961171533824 |
| 59 | +[cropping]: https://twitter.com/nicetransition/status/637345391910916096 |
| 60 | +[cover_photos]: https://code.facebook.com/posts/991252547593574/the-technology-behind-preview-photos/ |
| 61 | + |
| 62 | +Tschüs! |
| 63 | +—eric |
0 commit comments