graceful-degradation Questions
2
Solved
Is there a way with JavaScript to check whether the client-browser supports the GEO-URI-scheme?
I want to show a coordinate for nonsupported browsers as a link to a map
<a href='http://osm.or...
Podagra asked 5/11, 2013 at 10:44
1
Solved
Coming across very outdated information on graceful shutdown of the asp.net core application, can someone fill in with the updated info.
Usecase: I'd like to unregister with consul on application ...
Velazquez asked 16/10, 2019 at 21:49
8
Solved
The standard way to deal with situations where the browser does not support the HTML5 <canvas> tag is to embed some fallback content like:
<canvas>Your browser doesn't support "canvas"...
Spindly asked 30/4, 2010 at 14:59
15
Solved
When even mobile browsers have JavaScript, is it really necessary to consider potential script-free users?
Fontainebleau asked 12/8, 2009 at 16:13
4
Solved
I'm working on a site where small caps are important: setting the text of the Bible. In the Old Testament the name of God is transliterated as Lord but in small caps—not LORD. However, the state of...
Girish asked 20/7, 2014 at 0:32
7
Solved
I'm confused on what the difference is between progressive enhancement and graceful degradation. To me they seem like the same thing.
Can you please explain to me the differences between the two an...
Whitcomb asked 31/3, 2010 at 4:5
4
Solved
Rails 3 does some cool stuff to make Javascript unobtrusive, so they've done things like this:
= link_to "Logout", user_session_path, :method => :delete
..converts to
<a href="/logout" da...
Stark asked 11/5, 2010 at 8:46
2
Solved
I'm wondering if anyone has found a solution to this problem. Is there a way to get the best of both worlds:
build a page-based site, with permanent links, accessibility, SEO, and graceful fallb...
Seavey asked 17/4, 2013 at 15:27
6
Solved
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...
Otranto asked 20/4, 2010 at 11:33
3
Solved
I am wondering if it is possible to use graceful degradation approach in an Android application. I.e, use some functions of, say, API 15 but if it is not supported, use API 10 instead.
Specificall...
Algernon asked 25/10, 2012 at 16:34
8
Solved
I want a particular form component to act as radio buttons (only one option may be selected at a time). I do not want the radio bullets to show, however, opting for alternative presentational metho...
Intercollegiate asked 2/3, 2011 at 5:29
7
Solved
I would like to use the java.text.Normalizer class from Java 1.6 to do Unicode normalization, but my code has to be able to run on Java 1.5.
I don't mind if the code running on 1.5 doesn't do norm...
Polston asked 14/8, 2009 at 11:1
6
Solved
I have legitimate reasons to do what I am trying to explain. I have an existing site say abc.com which has regular pages etc. everything written in php. Now I would like to AJAXify the site i.e. wh...
Chamber asked 6/7, 2009 at 20:10
1
When I detect webkit, I add an additionnal stylesheet using 3D Transforms properties.
Although it is working fine on many different computers (All on the same chrome version), some don't render the...
Nyctaginaceous asked 10/8, 2012 at 13:29
2
Solved
When printing a page from a browser, it refers to a print.css stylesheet declared with media="print". The browser disables some CSS rules like background-image and background-color, some browsers h...
Buttery asked 17/5, 2012 at 22:38
6
There are couple of things I hear in defense of progressive enhancement.
Javascript is off or not available. According to W3School's Javascript statistics, 95% had Javascript enabled January 2008 ...
Enwind asked 26/7, 2010 at 12:31
6
Solved
Serious question.
I tried most of the famous websites (including facebook) and I can say that tons of functionality doesn't degrade at all with js disabled. I've been always told that js sho...
Palliasse asked 12/1, 2011 at 9:48
5
Solved
I have an object gui_project which has an attribute .namespace, which is a namespace dict. (i.e. a dict from strings to objects.)
(This is used in an IDE-like program to let the user define his ow...
Cuddle asked 2/11, 2010 at 18:4
5
Solved
Just read an interesting article by yahoo's Nicholas C. Zakas: What’s a web browser?
How do you best balance implementing new technologies like HTML5 and CSS3 while keeping support for browsers li...
Emu asked 12/10, 2010 at 14:12
5
Solved
I am in the process of building a video sharing CMS that uses lots of jQuery and ajax for everything from rich UI effects to submitting and retrieving data to and from the database. When JavaScript...
Craver asked 18/9, 2010 at 17:5
3
Solved
I was looking into GWT. It seems nice, but our software have the must work without JS requirement. Is it possible?
Algol asked 28/11, 2008 at 19:10
2
Solved
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 depe...
Tyrocidine asked 13/4, 2010 at 17:4
3
(You may read this question for some background)
I would like to have a gracefully-degrading way to pickle objects in Python.
When pickling an object, let's call it the main object, sometimes the...
Nipper asked 28/8, 2009 at 17:13
3
Solved
Apologies for the long intro - just trying to suitably set the scene to avoid ambiguities and confusion.
Web applications have grown from being dumb browser-based interfaces for server-side logic ...
Sneaker asked 20/2, 2009 at 13:51
5
Solved
Progressive Enhancement is a web development methodology that not only allows greater portability and accessibility but in my opinion, makes the development process easier.
What I want is to...
Poacher asked 19/9, 2008 at 4:56
1 Next >
© 2022 - 2024 — McMap. All rights reserved.