From 37fd758f7fcc86cd12fe1488ae9de8438e04e867 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 8 Jun 2015 14:42:04 -0700 Subject: 20150608 Apple turns its homepage to a WWDC liveblog --- ...-apple-turns-its-homepage-to-a-wwdc-liveblog.md | 51 +++++++++++++++++++++ source/img/20150608-wwdc-2015-banner.png | Bin 0 -> 31576 bytes .../img/20150608-wwdc-2015-liveblog-1920x1080.png | Bin 0 -> 1379811 bytes source/img/20150608-wwdc-2015-liveblog-960x981.png | Bin 0 -> 577621 bytes 4 files changed, 51 insertions(+) create mode 100644 source/blog/2015-06-08-apple-turns-its-homepage-to-a-wwdc-liveblog.md create mode 100644 source/img/20150608-wwdc-2015-banner.png create mode 100644 source/img/20150608-wwdc-2015-liveblog-1920x1080.png create mode 100644 source/img/20150608-wwdc-2015-liveblog-960x981.png (limited to 'source') diff --git a/source/blog/2015-06-08-apple-turns-its-homepage-to-a-wwdc-liveblog.md b/source/blog/2015-06-08-apple-turns-its-homepage-to-a-wwdc-liveblog.md new file mode 100644 index 00000000..09c3746f --- /dev/null +++ b/source/blog/2015-06-08-apple-turns-its-homepage-to-a-wwdc-liveblog.md @@ -0,0 +1,51 @@ +--- +title: "Apple turns its homepage to a WWDC liveblog" +date: 2015-06-08T14:42:50-07:00 +date-display: June 8, 2015 +--- + +WWDC is Apple's biggest event every year, and WWDC keynote always attracts tons of hype. Apple knows that. In the past years folks who can't (at work, in class, etc.) or don't want to watch the crappy live stream would follow the various WWDC liveblogs presented by tech sites like Gizmodo, TechCrunch, Ars Technica, etc. But this year the landscape has changed: Apple rolled its own card-based liveblog at [www.apple.com/live/2015-june-event](http://www.apple.com/live/2015-june-event/).[^stream] Not only that; during the keynote, Apple redirected its homepage to the liveblog page, so it effectively turned its homepage to a liveblog: + +[^stream]: The crappy live stream is still there, but thankfully you wouldn't see it if you're on a browser other than Safari. Just look the screenshot of the banner. + +```zsh +> curl -sSIL http://www.apple.com +HTTP/1.1 302 Moved Temporarily +Location: http://www.apple.com/live/ +Content-Length: 210 +Content-Type: text/html; charset=iso-8859-1 +Expires: Mon, 08 Jun 2015 19:16:41 GMT +Cache-Control: max-age=0, no-cache, no-store +Pragma: no-cache +Date: Mon, 08 Jun 2015 19:16:41 GMT +Connection: keep-alive +Server: Apache + +HTTP/1.1 301 Moved Permanently +Content-Length: 0 +Date: Mon, 08 Jun 2015 19:16:41 GMT +Connection: keep-alive +Server: Apache +Location: http://www.apple.com/live/2015-june-event/ + +HTTP/1.1 200 OK +Last-Modified: Mon, 08 Jun 2015 15:45:30 GMT +ETag: "0b7bcbfbd14c411e64e728ae4d644de7" +Content-Type: text/html +Cache-Control: max-age=298 +Date: Mon, 08 Jun 2015 19:16:41 GMT +Connection: keep-alive +Server: Apache +``` + +Of course, you miss a few jokes and random shots of Tim or Craig from the official liveblog, but hey, who don't like that official feel?[^official] + +[^official]: Yeah, I know some people don't; but those people are not likely to be Apple fans either. + +Here are a few screenshots of today's liveblog. Unfortunately I only know some entry level JS, so I wasn't able to capture the entire page, which uses dynamic DOM based on one's position in the page. + +![The banner on Chrome.](/img/20150608-wwdc-2015-banner.png) + +![OS X El Capitan, 960x981.](/img/20150608-wwdc-2015-liveblog-960x981.png) + +![A fuller experience: 1920x1080.](/img/20150608-wwdc-2015-liveblog-1920x1080.png) diff --git a/source/img/20150608-wwdc-2015-banner.png b/source/img/20150608-wwdc-2015-banner.png new file mode 100644 index 00000000..df8510f9 Binary files /dev/null and b/source/img/20150608-wwdc-2015-banner.png differ diff --git a/source/img/20150608-wwdc-2015-liveblog-1920x1080.png b/source/img/20150608-wwdc-2015-liveblog-1920x1080.png new file mode 100644 index 00000000..0abf884a Binary files /dev/null and b/source/img/20150608-wwdc-2015-liveblog-1920x1080.png differ diff --git a/source/img/20150608-wwdc-2015-liveblog-960x981.png b/source/img/20150608-wwdc-2015-liveblog-960x981.png new file mode 100644 index 00000000..cd0806b6 Binary files /dev/null and b/source/img/20150608-wwdc-2015-liveblog-960x981.png differ -- cgit v1.2.1