| We haven't yet decided how to handle the problem for which progressive enhancement is but one solution. IMHO progressive enhancement is an anchor and those who have pushed for it for years are false prophets. Instead I think we should focus on mapping routes to state (documents) so that an entirely different site (one resembling the original web) is shown instead. I'm the first employee at the company and AFAIK also the only person at the company that browses with javascript disabled by default (ironic, isn't it?), and one of the things that most excites me about the API-ification of the web with thick web clients, is the possibility to create server side frameworks that a static representation (basically pure HTML and minimal CSS) with javascript for famous apps. If the user has javascript enabled, it would completely replace the content in body with a rich app. If not, they have the glory of a motherfucking website [0]. IMHO, progressive enhancement was a huge mistake and we instead should have been make two sites all along: (1) super duper interactive apps/sites for the newest and best browsers, and (2) stupidly simple sites/documents that would be browseable by old browsers, screen readers and hopefully even lynx[1]. Making a site serve two masters is more work and results in a poorer compromised experience for all. Apps and documents are built on fundamentally different abstractions and trying to find an abstraction that can accomplish both is a pipe-dream. If you've never tried lynx, you should. It's a shame something like that is still not possible. Do a `brew install lynx` if on OS X, and when it's finished installing, type `lynx` at the prompt. Once there, type `g` to go to a specific URL and then type www.google.com and see what it's like to browse use google with lynx. Developers should support disabled and disadvantaged users because it's a noble goal, but even if they don't do it for that reason, they should remember that Google, Bing and DuckDuckGo are some of the most active blind users on the web. Making a site work in lynx makes it work with screen readers and google. For now, we don't have a good solution for this, but we're noodling on the problem and aware that it does matter. [0] http://www.motherfuckingwebsite.com/ [1] http://lynx.browser.org/ [2] http://dashes.com/anil/2012/12/the-web-we-lost.html |
This is absolutely exactly what I am talking about, and what I am dying to get back to. I find the idea of the content actually being the content, in a straight one paragraph/aside/article after another... with no floats or what not.... I find it completely fucking liberating.
I was absolutely blown away when i discovered that this is how you do responsive layouts in famo.us :
How much time and energy was spent to build non-turing complete declarative DSL's that are all just there to try and avoid writing that single if statement?I'm authoring lots and lots of content these days, and I just want to get on with writing the content, and then be able to add stuff like interactive figures, that only kick in when needed.
I also prefer links to lynx. I use it on my open pandora now and then, and whenever I am on a remote server.