graceful-degradation
Memcached - how to deal with adding/deploying servers
How do you handle replacing/adding/removing memcached nodes in your production applications? I will have a number of applications that are cloned and customized due to each customers need running on o[详细]
2023-01-01 21:22 分类:问答Support clicking a link, but sending a POST (vs GET) to the server, without Ajax?
I\'m thinking this isn\'t exactly possible, but maybe I\'m wrong.I\'m simply torn between those who believe that only POST requests should modify data on the server and people that relax the rule and[详细]
2022-12-29 19:40 分类:问答Best way to detect that HTML5 <canvas> is not supported
The standard way to deal with situations where the browser does not support the HTML5 <canvas> tag is to embed some fallback content like:[详细]
2022-12-28 22:51 分类:问答How to write backwards compatible HTML5?
I\'d like to start using HTML5\'s basic features, but at the same time, keep my code backwards compatible with older browsers (graceful degradation). For instance, I\'d like to use the cool CSS3 prope[详细]
2022-12-27 06:44 分类:问答Detecting pinch in Android
I would like to handle pinch events in my Android application to zoom in and out. I believe Android 2.0 has multi-touch functionality, and heard that Android 1.6 might or might not support it dependi[详细]
2022-12-26 12:35 分类:问答What is the difference between progressive enhancement and graceful degradation?
I\'m confused on what the difference is between progressive enhancement开发者_运维知识库 and graceful degradation. To me they seem like the same thing.[详细]
2022-12-25 08:41 分类:问答Dropdowns with 10 thousand possible values and sequence-important dropdowns vs. graceful degredation
Background I have this form that uses javascript exclusively to search through ~5k entries (suppliers) and populate a select dropdown from them (factories, ~10k entries).Right now, it\'s a javascript[详细]
2022-12-19 16:07 分类:问答Depend on Javascript/AJAX?
In quite a few answers to questions related to sending requests to servers, I see the use of Javascript/AJAX being advocated.[详细]
2022-12-16 18:21 分类:问答Javascript degradable cascading dropdownlists
I have 2-3 list within a form that rely on each other. If one is changed an ajax call is made and the others are loaded.[详细]
2022-12-13 04:49 分类:问答Information on client interrogation to determine execution ability?
I am looking for information concerning a proven process to interrogate the current user\'s client, and perhaps benchmark a code piece, to determine how effectively the client is executing certain typ[详细]
2022-12-10 17:00 分类:问答