Archive for the 'Browsers' Category
Posted February 11th, 2013 in Browsers, Front-end code, Mobile.
Taking my arguments about pixels being relative another step, the CSS pixel sizes that device makers use actually tell us the distance away from your eye that they think you should hold a device. Applying a bit of maths lets us work out what that distance is.
Posted in Browsers, Front-end code, Mobile | 1 Comment »
Posted January 18th, 2013 in Browsers, Mobile.
Daniel Davis posted a simple survey of screen sizes which jogged my memory and I thought I would add some more data. I looked at the Google Analytics (GA) for a site I have access to with traffic in the low millions per month, and took a sample of that for December.
Posted in Browsers, Mobile | Comments Off
Posted December 29th, 2012 in Browsers, Mobile.
The recent ‘vexing viewports‘ article on Alistapart is a call on device manufacturers to choose a reasonable CSS-pixel resolution for each device so that responsive design works. This is something I totally agree with and support, but I’m not sure the iPad mini example they use is as clear it seems.
Posted in Browsers, Mobile | 5 Comments »
Posted November 8th, 2012 in Browsers, Front-end code, Mobile.
I keep reading recommendations for using EMs or other typographical units for layout, which I still don’t understand. At best it is an extra layer of abstraction, at worst it is misleading and likely to cause more issues than it solves. I will try to demonstrate why pixels are the best relative unit.
Posted in Browsers, Front-end code, Mobile | 12 Comments »
Posted April 7th, 2012 in Browsers, Front-end code, Mobile.
Layout methods in web design have gone through a transition in the last few years, unfortunately we’re still using floats a lot, but flexible layouts have made a comeback in the form of responsive design – which is great. Recently though, I have been puzzled by people suggesting that we should use EMs for layout…
Posted in Browsers, Front-end code, Mobile | 4 Comments »
Posted January 12th, 2012 in Accessibility, Browsers, Front-end code.
I’ve noticed a bug in Webkit browsers that impacts accessibility: Zooming in does not trigger media queries. Responsive design techniques can really help people who zoom in with their browser, but not in Chrome or Safari at the moment.
Posted in Accessibility, Browsers, Front-end code | 10 Comments »
Posted January 19th, 2011 in Browsers, W3C.
Chris Mills at the Web Standards project posted up an open letter to the W3C about the new “HTML5 logo“, which I commented on, but it seems comments are off. So here’s what I wrote…
Posted in Browsers, W3C | 1 Comment »
Posted May 6th, 2010 in Browsers.
I noticed something in the browser stats before I noticed it on my laptop – Google’s Chrome doesn’t ask you about updates. I knew, almost subconsciously, that there was a Google updater programme running. However, I didn’t realise the impact it could have on web development, and potentially users as well.
Posted in Browsers | Comments Off
Posted September 24th, 2008 in Browsers, Operating Systems.
I’ve seen a few articles recently about Google’s Chrome browser market share, some sites seem to have had quite a lot of visits from people using Chrome, which then fell off again. However, these sort of stats are probably missing the point, what sites is it that people are most likely to use Chrome on?
Posted in Browsers, Operating Systems | 8 Comments »
Posted February 3rd, 2008 in Browsers, Front-end code.
Layouts are becoming an issue again. The (browser) landscape is changing, as are the fashion in layouts, but not really in unison. I can understand giving a greater weight towards design aspects, and maintaining the grid, however, I find the timing curious, as these changes seem likely to be obsolete soon.
Posted in Browsers, Front-end code | 23 Comments »