progressive-enhancement Questions

1

Let's say I'm tied to have an accessible site that will be consultated with JS disabled. I have a news list that I can summary this way: <ul> <li>News 1</li> <li>News 2&...
Gothar asked 6/11, 2012 at 12:6

7

Solved

Jeff mentioned the concept of 'Progressive Enhancement' when talking about using JQuery to write stackoverflow. After a quick Google, I found a couple of high-level discussions about it. Can anyo...
Blalock asked 5/8, 2008 at 15:44

5

Solved

This is generally how I manage progressive enhancement whilst keep the experience clean, but how safe is it? is there potential for a race condition and this not working? Imagine the simple abstra...
Gaidano asked 3/8, 2009 at 15:1

1

Solved

Sometimes it appears helpful to make certain page elements only visible on e.g. hovers. An example is stackoverflow's "feedback - Was this post useful to you?"-widget. As those elements might be cr...
Howlyn asked 16/3, 2012 at 12:12

5

Solved

A client has asked that their home page begin blank (only the logo and background image visible) and then fade in the navigation and content after a second or two. I could start with the content ...
Schuman asked 12/8, 2011 at 15:44

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 ...

9

Solved

Recently I saw some HTML with only a single <script> element in its <head>... <head> <title>Example</title> <script src="script.js" type="text/javascript">&lt...
Abernethy asked 14/3, 2011 at 18:15

4

I'm trying to figure out my options when it comes to playing both audio and video via the web. I'm sold on the HTML 5 <video /> and <audio />. But, I'd like to be able to display flash ...
Fatimahfatimid asked 4/3, 2011 at 16:31

2

Solved

Are progressive enhancement and graceful degradation basically the same thing?
Remotion asked 22/6, 2010 at 2:25

2

Solved

I'd like to use the <input type='range' /> from HTML5 for browsers that support it and degrade to a <select /> if not. I'm using Ruby-on-Rails, so failing all else, I could do something...

9

Solved

What would you do if your site visitors disabled JavaScript? Do you block them?
Jacy asked 26/1, 2010 at 16:39

3

Solved

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 ...

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...

© 2022 - 2024 — McMap. All rights reserved.