A new site, Break Up with Internet Explorer 8 by Humaan, has been making the rounds on the Interwebs of late. It’s cleverly done and an attractive site, but I don’t really agree with the premise: > Join the intervention and stop supporting IE8. It’s time for an upgrade.
Dispatches From The Internets
Lines in the Sand
Advancing JavaScript without breaking the web

This megapost contains notes, slides, and a screencast version of Christian Heilmann’s MunichJS talk. There are lots of great bits in here. This section particularly resonated with me:
The fundamental truth of the web is that the user controls the experience. That’s what makes the web work: you write your code for the Silicon Valley dweller on a 8 core state-of-the-art mobile device with an evergreen and very capable browser on a fast wireless connection and much money to spend. The same code, however, should work for the person who saved up their money to have a half hour in an internet cafe in an emerging country on a Windows XP machine with an old Firefox connected with a very slow and flaky connection. Or the person whose physical condition makes them incapable to see, speak, hear or use a mouse.
Our job is not to tell that person off to keep up with the times and upgrade their hardware. Our job is to use our smarts to write intelligent solutions. Intelligent solutions that test which of their parts can execute and only give those to that person. Web technologies are designed to be flexible and adaptive, and if we don’t understand that, we shouldn’t pretend that we are web developers.
Amen!
Bidding Farewell to Shirley the Goat
It is with a heavy heart that I announce that we are closing Web Standards Sherpa. As of April 2, we will be archiving the site in order to keep the valuable insights and techniques shared by our authors available in perpetuity.
RLSB Youth Forum Set a New Direction for Tube Travel
This could be useful for anyone really, as as accessibility tech, it’s pretty amazing.
Signals transmitted by Bluetooth beacons are picked up by a smartphone, and in conjunction with ustwo’s indoor positioning technology, the Wayfindr app is able to locate itself and give the user audible instructions.
Who Should Pay 2: The Hosting
Two weeks ago, I argued that our users should never foot the bill for developer convenience and yesterday I stumbled on a post from EllisLab (the makers of ExpressionEngine) that echoes that sentiment, but from a different angle. The title might make you scratch your head: Save Thousands of Dollars by Paying More for Hosting.
We can marry you off, wholesale
A scary fiction:
With perfect algorithmic efficiency, Facebook found you a beautiful wife who was practically guaranteed to produce a sickly child. Nothing too bad, mind you, but just ill enough to make you spend a little bit more than you would otherwise.
…
There’s no malice here. No human ever decided to profit from your misery. The constant A/B testing with billions of reactions just so happened to engineer a situation to help you breed a better human. More profitable human.
Sans Bullshit Sans
View content minus the jargon. ’Nuff said.
Ice Cream Sandwich Support Deprecation
So Google will not ship a version of Chrome newer than 42 for Ice Cream Sandwich (Android 4.0). Queue the wailing and gnashing of teeth or just adopt progressive enhancement and move on. Browser and device proliferation is not a problem, myopic development practices are.
Accessibility Resources for Developers

This is a treasure trove of software development resources—Web and otherwise—compiled by Jeff Petty.
Dropdown Menus with More Forgiving Mouse Movement Paths
Chris Coyier put together a nice overview of ways to reduce user frustration when dealing with dropdown and flyout menus because, you know, some people still use a mouse.