IE has 1% of market share ... on HN: "Show HN" aftermath
21–30 of 37 posts
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#22It would be nice if the viewport size was included in stats like this as that is more important than screen size.
I ran some viewport stats on my own site a year back and found that for 95%+ the range was 980-1300px. I should run it again and come up with some more concrete numbers..
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#23It would be nice if the viewport size was included in stats like this as that is more important than screen size.
http://beantin.se/post/354097397/track-viewport-google-analy...
http://wishfulcode.com/2011/11/02/measuring-viewport-size-wi...
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#24Your calculation of claimed percentage of robots is deeply flawed. Not only do web browsers aggressively cache CSS files, but internet service providers also aggressively cache them. Though I'm a rare exception, my web browser is configured to ignore CSS completely, including both in-page styles and all additional loadable files. A configuration like this is very rare because it's difficult to do and the result often…
Few minutes after releasing the app on HN I saw a swarm of "...bot" user-agents in my logs and lots of 405 errors also for the "...bot" user-agents. That made me think that the disproportion might be cause by robots.
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#25Your calculation of claimed percentage of robots is deeply flawed. Not only do web browsers aggressively cache CSS files, but internet service providers also aggressively cache them. Though I'm a rare exception, my web browser is configured to ignore CSS completely, including both in-page styles and all additional loadable files. A configuration like this is very rare because it's difficult to do and the result often…
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#26Your calculation of claimed percentage of robots is deeply flawed. Not only do web browsers aggressively cache CSS files, but internet service providers also aggressively cache them. Though I'm a rare exception, my web browser is configured to ignore CSS completely, including both in-page styles and all additional loadable files. A configuration like this is very rare because it's difficult to do and the result often…
Given that, is it possible your css has an older mtime then your "/"? If "/" is dynamically generated then the mtime will usually be set to now, whereas the css is often a file on disk with a real mtime.
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#27Earlier quoted context omitted.
I imagine many HN visitors develop websites. Developing a website using IE or Safari would be a miserable experience.
Why would it be a bad experience to develop on Safari? It has extension support, a debug menu (which lets you change user agent) and the same web inspector as Chrome.
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#28Earlier quoted context omitted.
I imagine many HN visitors develop websites. Developing a website using IE or Safari would be a miserable experience.
Why would it be a bad experience to develop on Safari? It has extension support, a debug menu (which lets you change user agent) and the same web inspector as Chrome.
Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#29Re: IE has 1% of market share ... on HN: "Show HN" aftermath
#30Something tells me that the majority of those using IE are those forced to at Microsoft-only shops, like I was until recently.