Click here to Skip to main content
15,891,629 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Supporting IE11... still. Pin
MikeTheFid29-Jun-20 1:47
MikeTheFid29-Jun-20 1:47 
GeneralRe: Supporting IE11... still. Pin
Jeremy Falcon29-Jun-20 4:45
professionalJeremy Falcon29-Jun-20 4:45 
GeneralRe: Supporting IE11... still. Pin
BryanFazekas29-Jun-20 2:48
BryanFazekas29-Jun-20 2:48 
GeneralRe: Supporting IE11... still. Pin
Jeremy Falcon29-Jun-20 4:44
professionalJeremy Falcon29-Jun-20 4:44 
GeneralRe: Supporting IE11... still. Pin
BryanFazekas29-Jun-20 5:23
BryanFazekas29-Jun-20 5:23 
GeneralRe: Supporting IE11... still. Pin
Jeremy Falcon29-Jun-20 7:26
professionalJeremy Falcon29-Jun-20 7:26 
GeneralRe: Supporting IE11... still. Pin
Member 289602029-Jun-20 7:35
Member 289602029-Jun-20 7:35 
GeneralRe: Supporting IE11... still. Pin
Jeremy Falcon29-Jun-20 8:18
professionalJeremy Falcon29-Jun-20 8:18 
Member 2896020 wrote:
If they are using IE-something, it means this is a public machine nobody has cared to give maintenance, so it's always slow and people don't expect otherwise
That's a good point.
Member 2896020 wrote:
Using polyfills was supposed to be an interim solution, since as it's author suggested "if you removed the polyfill script, your code would continue to work, without any changes required in spite of the polyfill being removed" which, of course, is impossible in modern context. So most normal polyfillers like core-js and CSS3 PIE use lots of convolution to make this work.
I get the technical pros and cons. Polyfills aren't 100% perfect though. It's just one example of many. Autoprefixer isn't perfect, etc. For instance, in some versions of IE11 flex shorthand can't be parsed but in other versions of IE11 it can be. Autoprefixer won't catch this. The issue I'm addressing is more from a "should I bother" perspective rather than the technical side. As in, if I support it... it needs to be included with testing, etc.
Member 2896020 wrote:
Since nobody has the time to do those, I would suggest you use a "critical path" approach.
I disagree. If you know how to make a cross browser site for one-page you know how to do it for two pages. Like I said, the site is almost done and works with IE11. So I know what I'm doing... the question is... should I bother.
Member 2896020 wrote:
Remember that if a page is just tooo slow on the common machine, anybody can fire up a browser on its phone and get the missing content.
That's a good point, but my target audience isn't technical. I can't assume they'll do that and it makes me look unprofessional, which I'm not.
Jeremy Falcon

GeneralRe: Supporting IE11... still. Pin
BryanFazekas30-Jun-20 1:59
BryanFazekas30-Jun-20 1:59 
GeneralRe: Supporting IE11... still. Pin
KyCo30-Jun-20 10:11
KyCo30-Jun-20 10:11 
GeneralRe: Supporting IE11... still. Pin
Jeremy Falcon30-Jun-20 11:40
professionalJeremy Falcon30-Jun-20 11:40 
GeneralRe: Supporting IE11... still. Pin
Matt McGuire9-Jul-20 6:31
professionalMatt McGuire9-Jul-20 6:31 
GeneralAntivirus Program Choices Pin
Peter R. Fletcher28-Jun-20 3:14
Peter R. Fletcher28-Jun-20 3:14 
GeneralRe: Antivirus Program Choices PinPopular
Greg Utas28-Jun-20 3:20
professionalGreg Utas28-Jun-20 3:20 
GeneralRe: Antivirus Program Choices Pin
BryanFazekas29-Jun-20 2:09
BryanFazekas29-Jun-20 2:09 
GeneralRe: Antivirus Program Choices Pin
DanW5229-Jun-20 5:37
professionalDanW5229-Jun-20 5:37 
GeneralRe: Antivirus Program Choices Pin
Richard MacCutchan28-Jun-20 3:24
mveRichard MacCutchan28-Jun-20 3:24 
GeneralRe: Antivirus Program Choices Pin
Kornfeld Eliyahu Peter28-Jun-20 3:25
professionalKornfeld Eliyahu Peter28-Jun-20 3:25 
GeneralRe: Antivirus Program Choices Pin
Ron Anders28-Jun-20 3:38
Ron Anders28-Jun-20 3:38 
GeneralRe: Antivirus Program Choices Pin
W Balboos, GHB29-Jun-20 5:11
W Balboos, GHB29-Jun-20 5:11 
GeneralRe: Antivirus Program Choices Pin
kalberts29-Jun-20 8:28
kalberts29-Jun-20 8:28 
GeneralRe: Antivirus Program Choices Pin
W Balboos, GHB29-Jun-20 8:30
W Balboos, GHB29-Jun-20 8:30 
GeneralRe: Antivirus Program Choices Pin
Choroid29-Jun-20 9:44
Choroid29-Jun-20 9:44 
GeneralRe: Antivirus Program Choices Pin
pmauriks29-Jun-20 14:24
pmauriks29-Jun-20 14:24 
GeneralRe: Antivirus Program Choices Pin
OriginalGriff28-Jun-20 4:15
mveOriginalGriff28-Jun-20 4:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.