New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Stop WebKit Vendor Prefixes!

http://www.glazman.org/weblog/dotclear/index.php?post/2012/02/09/CALL-FOR-ACTION:-THE-OPEN-WEB-NEEDS-YOU-NOW

Call for an ACTION to stop implementation of -webkit- vendor prefix in other browsers!
This should not happen and I think that all -webkit- only sites should stop sniffing for Webkit and just use a tool like http://leaverou.github.com/prefixfree/ to easily add other browsers support.

In my humble opinion vendor prefixes was bad idea from the start, but worst idea was to let browsers put them in *stable* versions of browsers.

This is good for innovation, I can agree but this is bad for standarization, and now we see how.

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)