Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
9answers
431 views

What are the pros and cons of adding <script> and <link> elements using JavaScript?

Recently I saw some HTML with only a single <script> element in its <head>... <head> <title>Example</title> <script src="script.js" ...
8
votes
2answers
803 views

How do I build a gracefully-degrading HTML5 Range?

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 ...
8
votes
4answers
6k views

Detect when JavaScript is disabled in ASP.NET

In the Render method of an ASP.NET web-control, I need to alter the output of the Html based on whether JavaScript is enabled or disabled on the clients browser, Does anyone know the right ...
8
votes
7answers
626 views

What is Progressive Enhancement?

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 anyone ...
7
votes
5answers
228 views

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. Can you please explain to me the differences between the two and ...
7
votes
4answers
707 views

Is it ok to manipulate dom before ready state?

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 abstract ...
6
votes
6answers
259 views

Is progressive enhancement a current issue anymore?

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 ...
6
votes
3answers
788 views

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 ...
5
votes
5answers
122 views

Is there a name for this browser technique?

Is there a name for this technique that consists in exploring a page open in the browser to find specific content and modify it? Some examples: Skype finds phone numbers on a page, and attaches a ...
4
votes
3answers
81 views

Progressive Enhancement with KnockoutJS

Let's say we have data as follows var data = { facets: [{ name : "some name", values: [{ value: "some value" }] }] }; We can easily represent this as a view model bound to a ...
4
votes
1answer
91 views

HTML5 & placeholder: how to do it progressively?

I'm thinking about using HTML5's placeholder attribute. If the browser doesn't support HTML5, I can use jQuery as a fallback. However, what if JS is turned off? How do I handle this using the ...
4
votes
5answers
208 views

How to fade in an entire web page — accessibly

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 ...
4
votes
5answers
133 views

Javascript not enabled

I have been developing web applications for a few years now. One of the issues that I face is having to develop web apps where javascript is not enabled or not available. I know this was a issue a few ...
4
votes
9answers
683 views

What do you do if your site visitors have JavaScript disabled?

What would you do if your site visitors disabled JavaScript? Do you block them?
4
votes
5answers
293 views

How important do you think Progressive Enhancement is? [closed]

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 know ...
3
votes
2answers
89 views

How do you structure your web applications to make AJAX and DHTML easier?

Given this structure for a websinte <html> <head> <!-- CSS at the beginning--> <link/> </head> <body> <div id="mainContainer"> ...
3
votes
1answer
43 views

How should I address the role of redundancy in Progressive Enhancement / Graceful Degradation?

This question arose when I was working on answering another question about best practices for placeholder text in inputs and textareas. Using the HTML5 placeholder is surely optimal, but at this ...
3
votes
2answers
131 views

Clean Progressive Enhancement

I am using progressive enhancement to build a website. This includes menu, slideshow, etc. The items are included in the page as unordered lists, then JavaScript applies the formatting. My concern: ...
3
votes
2answers
205 views

Detecting support for a given JavaScript event?

I'm interested in using the JavaScript hashchange event to monitor changes in the URL's fragment identifier. I'm aware of Really Simple History and the jQuery plugins for this. However, I've reached ...
3
votes
2answers
41 views

is there a site offering a localised overview of all alternative browsers

I would show IE6 visitors a site with limited css (Progressive Enhancement) but would also like them to gently show a header informing them they can/should upgrade to a modern browser. There are ...
3
votes
1answer
56 views

Progressive enhancement with Silverlight

Can I detect with Javascript if the client has the needed runtime to run a Silverlight section in a page, and load if if they do, otherwise leave a static image or something in that area? I would ...
3
votes
7answers
336 views

Progressive enhancement tricks [closed]

There's a real art to designing a website that works for everyone, and Progressive Enhancement is practically a mantra to me... So I'm wondering, what are some of the best tricks you've used for ...
3
votes
3answers
155 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 server-side logic to ...
2
votes
5answers
61 views

Why would the width of my site be different for www.domain.com and domain.com?

If you open two versions of my site in two different tabs, go to www.compversions.com and compversions.com, and also assuming that your resolution is at least 1680 x 1050, you will see the site ...
2
votes
2answers
317 views

CSS3 Transition Polyfill

Alright, so most of you will be familiar with CSS3 Transitions, I prefer it above jQuery animations as it has the simplicity of CSS. My only regret is that it doesn't work in IE < 9( As always ) as ...
2
votes
4answers
404 views

Can you use an HTML5 video/audio player with a Flash fail-safe?

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

How should I write a Jquery Mobile app for browsers with and without javascript support?

I'm trying to wrap my head around jQuery Mobile. My aim is to build a very fast application with a look and feel as close as possible to a native app (at least for modern devices). I understand ...
2
votes
2answers
238 views

enhance.js libraries onScriptLoaded running before jQuery loaded

See this demo from Filament Group using their Progressive Enhancement enhance.js library Modifying to give :- <script type="text/javascript" ...
2
votes
2answers
128 views

Progressive Enhancement for long-running tasks

I'm looking for ways to improve a web page that initiates a long-running (>2 minutes) server-side task. The current version of the page just clocks for the full duration of the task, which can be very ...
2
votes
1answer
104 views

Progressive enhancement / Graceful degradation and web applications

I am building a web application that uses a lot of Javascript. Now I am wondering does it make sense to make the application work without Javascript? I can understand for normal websites that you want ...
2
votes
2answers
155 views

Are there any drawbacks to class-based Javascript injection?

A phenomena I'm seeing more and more of is Javascript code that is tied to a particular element on a particular page, rather than being tied to kinds of elements or UI patterns. For example, say we ...
2
votes
3answers
242 views

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 ...
2
votes
3answers
515 views

Impressive Examples of Progressive Enhancement

I see the value in using progressive enhancement in web development and I already use it regularly. That said, almost every website I've seen that strongly advocates progressive enhancement is a ...
1
vote
3answers
100 views

Conflict between inline editing and progressive enhancement

I have a Web Page with progressive enhancement - a script adds some formatting and elements to the page. The page also allows inline editing. Now here's my issue: in edit mode, the progressive ...
1
vote
3answers
130 views

javascript: Does progressive enhancement means no json with ajax?

I read this article here that talks about progressive enhancement for javascript and the author mentioned: First, build an old-fashioned website that uses hyperlinks and forms to pass ...
1
vote
0answers
395 views

How can I progressively detect that a touch-enabled device supports overflow scrolling?

Android 3.0 (Honeycomb) now properly supports overflow scrolling in its browser. In older versions of Android, I've had to write my own JavaScript to scroll content within internal frames, overflowed ...
1
vote
1answer
82 views

Best practice for internationalized forms?

Here's the use case: I'm building a site which will serve various global markets and run off more than one platform. Site already supports language files. Once locale is determined appropriate ...
1
vote
1answer
192 views

Best practices doing big file upload on the web with progressive enhancement

I'm building an HTML form with which the user should be able to upload big files up to ~100MB. My users could be coming from anywhere so I can't count on a broadband connection, modern browser or ...
1
vote
2answers
82 views

Highlighting active panel in CSS without JavaScript

I'm building something similar to this - http://www.impressivewebs.com/demo-files/content-switcher/content-switcher.html I wondered if anyone had any ideas as to how I can show the current panel in ...
1
vote
2answers
155 views

Overriding pseudo styles in jQuery

How can I overwrite the CSS below with jQuery? (The animations aren't being run and it's just an instantaneous switch.) menu span ul {display: none;} menu span:hover ul {display: block;} $('#menu ...
1
vote
2answers
86 views

What is the best way to provide a default CSS style, that gets overridden by jQuery UI, for No Script scenarios?

For example: I have a pager << 1 2 3 4 5 6 7 8 >> in my page where every navigation element is a normal Html link. For modern browsers with JS enabled, I would like to beautify them with ...
1
vote
2answers
232 views

jquery - progressive enhancement and ajax

So right now, I have a few forms where as one is submitted, it retrieves another in a modal. So right now, I might have a link to example.com/modal/1, which opens the first modal. However, if ...
1
vote
2answers
63 views

Keeping DRY with progressive enhancement

I'm building a website with very small amounts of Javascript, just to add things to the page (like a contact form) without having to go to a new page. I understand that I should build the contact ...
1
vote
1answer
74 views

Determine Flash availability with JSP

Basically, I need to swap a JSP form with a Flash form should the user have it installed. I know there is a JavaScript option, but don't want to use this as that cuts out people who have Flash but not ...
1
vote
2answers
140 views

Are progressive enhancement and graceful degradation same thing, practically speaking?

Are progressive enhancement and graceful degradation basically the same thing?
1
vote
1answer
149 views

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 ...
1
vote
4answers
497 views

Progressive Enhancement with box-shadow

I would like to use WebKit's box-shadow css property for a little drop-down. The code would look like: .drop_down{ -webkit-box-shadow: 1px 1px 4px #888; box-shadow: 1px 1px 4px #888; } However, ...
1
vote
1answer
73 views

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 all browsers but my ...
1
vote
5answers
274 views

Guide to enhance my code

This program will copy all records inside the table 1 into table 2 and also write into a text file. After it finishes copied all the records, the records will be delete make the table1 empty before ...
1
vote
7answers
205 views

Progressive enhancement for javascript?

Most people talk about progressive enhancement right now as serving browsers with javascript (enhanced version), and browsers without javascript (simple version). But there is such a big difference ...

1 2