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

2

Solved

I have a form that updates a product's information using a form with use:enhance and actions defined in +page.server.ts - However, whenever I submit the form, use:enhance resets the form elements a...
Theophylline asked 28/12, 2022 at 9:36

4

Solved

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 reache...
Cyclothymia asked 20/5, 2010 at 20:4

1

Solved

I want to use the new CSS feature queries by selector, like so: :root { --focus-shadow: 0 0 0 2.4px rgba(130, 138, 145, 0.5); } /* Focus styles even for mouse selection in old browsers */ *:fo...
Roy asked 30/6, 2020 at 20:1

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

3

Solved

I'm building a website with CSS grid for the first time. Since not all browsers support this, I have made a set of fallback styles, and I conditionally apply those with @supports not (display:grid)...
Aquavit asked 25/5, 2018 at 16:32

3

Solved

Understandably, PWAs (Progressive Web Apps) are added to home screen after the user visits the web app in a supported browser and clicks on "Add to Home Screen". This works fine for publi...

5

Solved

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 incanta...
Isomorph asked 29/10, 2008 at 11:36

2

This question could be generalized to any character, I suppose; but my specific use-case are emoji. I'm writing a command-line program, and I want to detect if the computer on which it is running ...
Norword asked 8/5, 2014 at 17:44

2

Solved

I'm building a website for a gallery owner that has a lot of images per webpage. Therefore I want to lazy load the images on the webpage, making the initial load less heavy. However, I would like t...

3

Solved

I'm writing an app with some parts as SPA and some pages generated on server side for SEO. I've chosen Aurelia.io framework and I use enhance method to enable custom elements on my pages. But I can...
Lyda asked 28/1, 2016 at 11:29

4

Solved

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 al...
Recruitment asked 7/8, 2011 at 17:59

3

Solved

I would like to distinguish between external and internal links using just CSS. I would like to add a small icon to the right side of these links, without it covering up other text. The icon I w...
Handshaker asked 11/8, 2013 at 2:52

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

5

Solved

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 knockout temp...
Bibeau asked 22/1, 2012 at 12:34

2

Solved

I know there are lots of FF/Chrome CSS questions, but I can't seem to find this exact one. Here is a JS Fiddle showing the problem: http://jsfiddle.net/ajkochanowicz/G5rdD/1/ (Apologies for the l...
Dorseydorsiferous asked 21/2, 2012 at 16:43

4

I'm using jQuery in the examples below, but my question applies more generally to any situation where javascript is used to display something that would be missed if javascript wasn't enabled. Let...
Featherstone asked 5/3, 2014 at 16:11

2

Is it possible to detect whether the browser will scale the website based on the meta viewport element?
Finnell asked 26/5, 2013 at 11:55

2

Solved

Take a look at what happens in my fiddle here: http://jsfiddle.net/tbH5H/ I'm trying to achieve proper progressive enhancement using jgrid. Everything works great, except I don't know how to give ...
Eleusis asked 2/4, 2014 at 23:22

1

Solved

Sometimes I need to add animation effects that are out of the scope of CSS3 like effects that are coupled to scroll position etc. Often, this works just fine but I ran into an awkward problem late...
Margetts asked 30/1, 2014 at 20:24

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

3

I have a very simple Django app that lets users submit a form and see a filtered list of holidays, based on country, duration and price. I would like to use Backbone in the front-end, so that use...

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

1

We actually work with the Symfony 2 PHP framework and Twig as a template engine. We think that we could avoid code duplication for the View layer and benefit from progressive enhancement (p-jax). ...
Flake asked 19/3, 2013 at 15:59

2

Solved

As I understand Progressive Enhancement, one of the basic tenets is the web site should be functional for everyone, regardless of browser version or settings. The suggested breakdown I've seen is...
Ambie asked 10/1, 2013 at 19:53

© 2022 - 2024 — McMap. All rights reserved.