Graceful-Degradation is the term used to describe the encapsulation of API specific calls such that your application can support the widest range of users.
The standard way to deal with situations where the browser does not support the HTML5 <canvas> tag is …
javascript html canvas progressive-enhancement graceful-degradationI'm confused on what the difference is between Progressive Enhancement and Graceful Degradation. To me they seem like the same …
javascript progressive-enhancement graceful-degradationI want a particular form component to act as radio buttons (only one option may be selected at a time). …
javascript html css progressive-enhancement graceful-degradationRails 3 does some cool stuff to make Javascript unobtrusive, so they've done things like this: = link_to "Logout", user_session_…
ruby-on-rails ruby-on-rails-3 unobtrusive-javascript graceful-degradationI would like to handle pinch events in my Android application to zoom in and out. I believe Android 2.0 has …
android multi-touch graceful-degradation pinchI'd like to start using HTML5's basic features, but at the same time, keep my code backwards compatible with …
html css graceful-degradationWhat is the proper way to create responsive, transparent CSS captions over images — with graceful degradation in older browsers? I …
image html css responsive-design graceful-degradation