Chrome 62 for iOS supports the Payment Request API. That in itself is interesting and important for a number of reasons. I’ve tweeted about this last week, but I think this is interesting enough to warrant a whole article with additional background information. So here goes…
Articles
Things I take with me when I travel to a conference
A couple of days ago Sara Soueidan launched this idea on Twitter:
We should totally do some sort of idea pool where each speaker/traveler shares their favorite travel tips/hacks 😍
— Sara Soueidan 🐦 (@SaraSoueidan) July 20, 2017
About three years ago I spoke at my first conference. I had never been on a stage or spoke before a large audience. I never did a talk at a meetup and even in my day job I mostly work by myself. Whenever I went to a conference I fantasized about being on that stage, but I never actually seriously considered I was capable of public speaking. I’ve always been quite shy and standing up in a room and sharing my thoughts seemed terrifying. But I didn’t weasel out, did the talk and to my amazement I actually liked it. A lot.
Continue reading “Things I take with me when I travel to a conference”
The problems with feature detection
By now everybody should already know this. You should not rely on browser detection. User-agent sniffing is evil. Use feature detection instead. Sound and solid advice. At least until you start looking at some of the more unusual browsers.
Earlier this summer I did extensive research on smart TV and console browsers. It showed me that these browsers are a lot like mobile browsers 10 years ago — before Chrome and Safari. Everybody is trying, but nobody really knows what is right. More on that at a later time.
One important lesson I learned was that we as developers make a lot of assumptions.
A eulogy for Internet Explorer, 1995 — 2015
This week Microsoft is going to release Windows 10. For us web developers this is important, because for the first time since Windows 95 SR1, Internet Explorer will no longer be the default browser.
I thought now would be an appropriate time to say goodbye to Internet Explorer. During a NLHTML5 meetup last Thursday I looked back at the early days of Internet Explorer and explored an unexpected premise: Internet Explorer really was a good browser…
Continue reading “A eulogy for Internet Explorer, 1995 — 2015”
Safari and IE
Two weeks ago I attended EdgeConf in London. If there is just one thing you are allowed to say about EdgeConf I would say that interesting things always happen during EdgeConf. It was just a year ago, during the previous EdgeConf in London that Yoav Weiss launched his crowdfunding campaign for implementing the picture element. When you put that many smart people in one room the level of the discussions is just astounding.
The Android browser
Yesterday I posted a slideshow on Twitter and got many comments and questions. I’d like to address some of them below.
Starting an Open Device Lab without breaking the bank
A little over a month ago I decided to start an Open Device Lab. It’s been something I’ve been thinking about ever since it was first mentioned during PhoneGap Day in September of 2012. Over the years I already collected enough devices, so the decision wasn’t a difficult one. But having the devices is just one step.
Continue reading “Starting an Open Device Lab without breaking the bank”
The Android browser – which one do you mean?
Last week Google released Android 4.4 — codename KitKat.For web developers there is a big change — one we’ve all been waiting for. The build-in WebView has been updated to use Chrome. So, this seems like a good moment to take a closer look at the Android browser and the WebView.
Continue reading “The Android browser – which one do you mean?”
Thoughts on Blink
Yesterday Google announced they were going to create a new rendering engine based on WebKit. The new engine will be named Blink and it is going to be an integral part of Chromium, their open source browser on which Chrome is based.
Why did they leave WebKit and how is this going to affect Safari and other browsers based on WebKit?
Everybody wants to be like Safari – or why Apple’s browser marketshare is inflated
After implementing a new reporting backend for html5test.com, I noticed something strange. It seemed like there were an unusually high number of visits from browsers that claimed to be Safari but did have scores that were different from my own devices. It looked like there were quite a lot of visits from browsers that were lying about their identity.