Tagged Questions

7
votes
6answers
299 views

How do I refer to Java 1.6 APIs while degrading gracefully against Java 1.5?

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. …
2
votes
2answers
34 views

Javascript Ajax Graceful-degradation, with Different Pages?

I'm starting to give a little more attention to making my javascript and ajax degrade gracefully. Which is more recommended: working on incorporating the graceful degradation int …
6
votes
13answers
400 views

Is graceful degradation in the absence of JavaScript still useful?

When even mobile browsers have JavaScript, is it really necessary to consider potential script-free users?
0
votes
1answer
13 views

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 ex …
1
vote
2answers
71 views

graceful degradation for globbing on terminal

Whenever glob pattern match fails, it stops the whole job. For instance, $ mv *.jpg *.png folder1 && blahblah mv: cannot stat `*.jpg': No such file or directory *.png is …
3
votes
8answers
244 views

Silverlight that degrades to html

I am interested in creating a website entirely in silverlight (personal reasons) but I don't want people who don't yet have silverlight (a good many) to have to install a plugin ju …
0
votes
4answers
85 views

Submit Link - No Javascript: Downsides?

Hello all, I came upon a revelation the other day. When attempting to create a submit button by using an image, I ran into a problem where the image was not displayed but the valu …
2
votes
3answers
165 views

Gracefully-degrading pickling in Python

(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 obje …
1
vote
5answers
152 views

How to generate different links on web page if JavaScript is enabled?

I am trying to follow tecnhique of unobtrusive JavaScript / graceful degradation. I'd like to serve page with different links when JavaScript is turned on, and when JavaScript is t …
10
votes
4answers
312 views

AJAXify site

Hello, 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 …
1
vote
5answers
195 views

How do I show content when Javascript isn’t available, hide it when javascript is available and not flicker in either case?

I have a simple form for shipping options and I am using javascript to auto submit the form when someone selects a new option from the drop down list. In order to support browsers …
3
votes
3answers
86 views

Graceful degradation outside the domain of web applications: how significant a problem is it?

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 s …
1
vote
2answers
228 views

Validator in <noscript> causes JavaScript error

The following .NET 3.5 code, placed in an aspx file, will trigger a JavaScript error when the page is loaded (for users who have JavaScript enabled): <noscript> <asp: …
0
votes
0answers
98 views

Graceful degradation and the AJAX Control Toolit Tabs control

I am using the ASP.NET AJAX Control Toolkit Tabs control on my site. I have three tabs, with a UserControl on each. If the user has JavaScript disabled in their browser I really n …
0
votes
6answers
560 views

Graceful degradation of anchor tags with javascript

I currently rely on anchor tags to perform AJAX requests on my web application (using jQuery). For example: <script type="text/javascript"> $(document).ready(function() …

1 2 next
15 30 50 per page