The text is cut off on http://arrival.io/macbook-pro . http://imgur.com/sBWlJ09
Hmm, what OS, browser, and version are you on?
In short: Lack of responsive web design
81–90 of 123 posts
The text is cut off on http://arrival.io/macbook-pro . http://imgur.com/sBWlJ09
Hmm, what OS, browser, and version are you on?
In short: Lack of responsive web design
Firefox 19/mac, progress bars don't display.
Yeah, for some reason Firefox won't show the gradient. Not sure why. In the meantime I made it so it would fallback to a solid color.
Earlier quoted context omitted.
"This page is best viewed with Google Explorer" It looks like the page is doing something funny with javascript to render the bars, why not just use good old css?
The problem is that the site is using SVG paint servers to provide a gradient for the progress rect. The gradient is specified in a SVG def element with id barGradient in the HTML file. So far so good. The problem arises because the fill rule is written as "fill: url(#barGradient)" and is placed in an external CSS file. In this case the fragment should be resolved against the stylesheet URL, not the HTML document URL…
What I would find useful is seeing the things blocking each update. E.g. Mac Pro waiting on new Xeon CPUs from Intel, new iPad basically not enough time since last release, EOL for iPod classic, etc.
Is this just scraping http://buyersguide.macrumors.com/ ?
Edit: And before anyone says that everything should be automated, keep in mind that scrapers will break far more often than you'll ever have to update these numbers.
This is a great idea, and is especially pertinent to Mac fans who care about the hardware they are using. Since Apple does not discount old hardware (even with 2-3 year old video cards, they charge the same amount as a brand new updated mac the very next week[1]), people buying a Macbook pro at the wrong end of the timeline can get totally shafted on equipment, especially from a price-per-performance view. That feels…
If you want truly awful bang-for-buck, try the Mac Pro, it's hilariously overpriced for such an old machine. The CPU had to be swapped out because Intel stopped making the original ones.
Earlier quoted context omitted.
Might I ask why you built your own, knowing there was an almost identical offering in place for years? For example, did your different choice of releases cause a statistically significant shift in arrival times? I imagine you've done analysis comparing your approach to theirs.
I built my own because their design, and I mean literally the way they visualize the data, isn't very good. Or rather, it's not as good as it could be. They even updated the design a year or two ago and all they did was give it a coat of paint, rather than rethinking how to best visualize the data.
I love your approach :) it's very helpful!
Is this just scraping http://buyersguide.macrumors.com/ ?
If any scraping was involved in the production of this site, it was viciously over-engineered. These are static values that only need to be updated manually once after each Apple announcement... Edit: And before anyone says that everything should be automated, keep in mind that scrapers will break far more often than you'll ever have to update these numbers.