Earlier quoted context omitted.
True, but it took a LONG time - IEs 6 and 7 were released in 2001 and 2006 respectively, so assuming your '4 years ago' stat is correct, that's still 3 years of waiting for a sweet spot of upgrades, by which time IE6 was 8 YEARS old. IE7 still gives me enough traffic (~5%) to require support, so that's a total of 4 active versions I need to cater for. I really hope adoption of latest IE speeds up, but I've been hopin…
I still can't wrap my head around this concept that 5% requires support. Tim Ferriss isn't right about everything, but his bit about firing your worst customers is dead on. The Pareto principle suggests that 20% of your customers cause 80% of your workload, and the sensible thing to do is drop those customers. If it's only 5% instead of 20%, it seems like a no-brainer to me.
JQuery 2.0 Released
131–140 of 226 posts
Re: JQuery 2.0 Released
#132I've read through the 100+ comments that preceded me, and I must be missing something stupidly obvious. Thanks in advance to anyone who can enlighten me. Can't you just host your own copy of JQuery? If your web app needs version x.y.whatever, is there some reason why you can't just host your own copy of the library on the same servers the provide the rest of your web content? I understand the convenience of using som…
There is zero problem with hosting your own copy. Lots of people do. The main advantage to using a CDN is that a single copy can be cached across multiple websites, meaning that the first time someone visits your site, there's a good chance your version of jQuery already sits on their computer. Plus, the Google CDN will often serve content faster than your own site. And, since jQuery is now so "integral" to websites,…
http://stackoverflow.com/questions/5257923/how-to-load-local...
Re: JQuery 2.0 Released
#133Earlier quoted context omitted.
Which companies? Give us some names--that's why I'm proposing this list. We always, always hear the same threadbare stories about mythical magical enterprise customers that can't/won't upgrade, and the little tail wags the dog, and the life for the rest of us is made harder. All this for a use case which is basically hearsay and rumors. As for inexperienced developers--I'll go and say that the experience I've had of…
No one working at that level is going to disclose their customers and the technology agreements they have. That would be business suicide (and would ruin lives). Again, this isn't mom and pop shop level stuff. But I will give you a clue. Go find a list of the top 10 biggest banks in the United States. It's almost all of them. Then go find the biggest credit card companies. It's most of them.
Re: JQuery 2.0 Released
#134Earlier quoted context omitted.
Is there any list of companies that currently require old versions of IE? I know a lot of hospitals do, and people handwave banks and whatnot. If there was a big list of "These people still use old versions of IE", then we could: A. Properly shame/advertise for attack/avoid getting work from these people. B. Expose a dedicated market audience for compatibility-minded dev shops Either of these would seem to be a Good…
You'd be surprised about hospitals. At a hospital with modern software, a lot of the browser based stuff they use actually runs through Citrix or something similar, so they're using IE9/10 or Chrome for the most part.
That's one helluva qualifier when talking about hospitals. Our company creates web-based software for hospitals, and we have yet to talk to a customer who doesn't need IE7 support. (We draw the line at IE6.)
Re: JQuery 2.0 Released
#135Earlier quoted context omitted.
Did you consider an alternative to major version bumping, e.g. a slightly different name for this fork, such as jQuery-slim ... or a much better name? :-) I think the problem is that 2.0 just implies 'better' to such an extent that a lot of people will be concerned about 1.9's imminent sunsetting.
If you think about it it's like how Microsoft have handled MSIE. They've dropped support for older OS, ie XP and earlier, in IE9 but are still offering support/patches for IE8.
Re: JQuery 2.0 Released
#136Earlier quoted context omitted.
Is 31.37% pretty minuscule? I don't think so... Source: http://www.netmarketshare.com/
You combined all aforementioned versions of IE together to yield that result: http://www.netmarketshare.com/browser-market-share.aspx?qpri... — even combined the market share is still in my opinion minuscule. The only browser with a substantial market share is IE 8 which according to the site has a market share of 23%, it's not even worth adding in those other percentages on-top to try and make it seem as though a lo…
Because you described "1/3 of the internet" as "a miniscule proportion of ones' users", probably.
Re: JQuery 2.0 Released
#137I've read through the 100+ comments that preceded me, and I must be missing something stupidly obvious. Thanks in advance to anyone who can enlighten me. Can't you just host your own copy of JQuery? If your web app needs version x.y.whatever, is there some reason why you can't just host your own copy of the library on the same servers the provide the rest of your web content? I understand the convenience of using som…
Re: JQuery 2.0 Released
#138Earlier quoted context omitted.
You combined all aforementioned versions of IE together to yield that result: http://www.netmarketshare.com/browser-market-share.aspx?qpri... — even combined the market share is still in my opinion minuscule. The only browser with a substantial market share is IE 8 which according to the site has a market share of 23%, it's not even worth adding in those other percentages on-top to try and make it seem as though a lo…
>Edit: Why all of the down-votes, is my response offensive? Because you described "1/3 of the internet" as "a miniscule proportion of ones' users", probably.
Re: JQuery 2.0 Released
#139I've read through the 100+ comments that preceded me, and I must be missing something stupidly obvious. Thanks in advance to anyone who can enlighten me. Can't you just host your own copy of JQuery? If your web app needs version x.y.whatever, is there some reason why you can't just host your own copy of the library on the same servers the provide the rest of your web content? I understand the convenience of using som…
It's not about being able to access 1.x in the long term from a CDN. The problem is whether it will still be supported. If there are bugs in 1.x, will they be fixed? Will 1.x support Chrome v40 and IE 15?
Re: JQuery 2.0 Released
#140Earlier quoted context omitted.
Go into a local small business with about [$|€|£]2-5m in turnover per year. A moderately successful veterinary practice comes to mind. They have applications that need to be managed by what is undoubtedly an outsourced IT service, very likely related to some other system (practice management, diagnostic hardware, goofy industry-specific file formats, accounting, back-office, etc.). They will stay on XP for ages becau…
>They will stay on XP for ages because it works with everything they bought when they last "modernized" their practice ten years ago. AFAIK the only reason XP was supported for more than that was the Longhorn delays.
Whether it's XP, 98, 95, NT, OS9, SCO, OS/360, etc. isn't really the issue. It's that customers need a reason to upgrade, and making life easier for a web developer is usually not that reason.