Dispatches From The Internets

Microsoft Edge’s JavaScript engine to go open-source

I don’t know the first thing about writing C++ or building a JavaScript parser, but I think this is a really cool thing for Microsoft to do. Seeing stuff like this makes me very happy to work there.



Breakpoint Options

A bit about the new Debugger Tab in WebKit. Looks handy!


Thoughts on Progressive Enhancement and Accessibility

A lovely post from WordPress co-founding developer Mike Little on progressive enhancement and JavaScript dependence. It’s an excellent retort to Joe Hoyle’s response to Andrey “Rarst” Savchenko’s reaction to WordPress’ announcement of Calypso and their mode to Node and a Single Page App architecture for Wordpress.com administration.

Here’s a nugget of gold:

[V]isual difficulties are not the only reason people need accessible web sites. Those with motor difficulties, who can only use keyboards or special devices like braille readers, head wands, sip and puff controllers, etc. or simply those with unsteady hands that find a mouse difficult to use like the ever-increasing aged population, all need to be able to use the web too.


Progressive enhancement needs better advocacy

I don’t know that advocacy is the issue. Perhaps a better title would be “Developers should keep an open mind” or ”The most important thing to know is you don’t know everything”.

This is a great post and Colin makes a lot of the same arguments I make in Chapter 5 of Adaptive Web Design, Second Edition. Great minds!