<link rel="icon" sizes="any" mask href="website_icon.svg">
To specify the color the icon should be displayed in, add the theme-color meta element to your webpage:
<meta name="theme-color" content="red">
<link rel="icon" sizes="any" mask href="website_icon.svg">
To specify the color the icon should be displayed in, add the theme-color meta element to your webpage:
<meta name="theme-color" content="red">
The properties in Newly supported ECMAScript 6 properties are now fully supported by Safari, without the -webkit- prefix.
This article is great. I’ve been thinking about this design problem all wrong for a long time. This has been incredibly helpful.
This video of Hound by SoundHound handling complex queries is incredible. It leaves Siri in the dust. If Apple were smart it would use some of it’s billions and buy this company and integrate it into iOS. Android users can sign up for a beta invitation now, iOS users have to wait for the time being.
npm install fitter-happier-text
Twofold is a boutique, creative, web design and graphic design studio based in Brisbane. Their website is an awesome example of clean, tasteful design with an appropriate use of parallax.
DevTools Tips is a handy blog / cheatsheet that provides tips to using DevTools in Chrome.
Mike Stern, an Apple User Experience Evangelist recently gave a talk at WWDC entitled Designing Intuitive User Experiences, about hamburger menu design patterns which brings up many good points about the usability of these types of menus.
Web Components usher in a new era of web development based on encapsulated and interoperable custom elements that extend HTML itself. Built atop these new standards, Polymer makes it easier and faster to create anything from a button to a complete application across desktop, mobile, and beyond.