progressive-enhancement
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 分类:问答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 分类:问答Bypassing Javascript form handler
We are writing an ASP.NET MVC application. By default, if the client browser has Javascript, the handler for every form on the page is set, by Javascript, to be one开发者_如何学Go that sends the submi[详细]
2022-12-23 05:04 分类:问答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 分类:问答Strategies to block an external webservice to simulate "down" during for a testing scenario?
I am working to integrate data from an external web service in the client side of my appliction. Someone asked me to test the condition when the service is unavailable or down. Anyone have any tips on[详细]
2022-12-12 02:38 分类:问答How do I implement an interstitial "loading..." page in ASP.NET MVC?
I have a SearchController with an action that can execute some long running searches and return a results page.The searches can take anywhere from 1 to 60 seconds.The URL for a search is an HTTP GET r[详细]
2022-12-10 01:28 分类:问答CSS3 and progressive enhancement in the wild
I was wondering if anyone knows of any large sites that use progressive enhancement/CSS3? I am trying to put a case together at work on why sites don\'t need to be 开发者_如何学编程a carbon copy in a[详细]
2022-12-09 17:10 分类:问答