Как работает функция minmax() https://css-live.ru/articles/kak-rabotaet-funkciya-minmax.html
CSS-LIVE
Как работает функция minmax()
Перевод статьи How the minmax() Function Works с сайта bitsofco.de, опубликовано на css-live.ru с разрешения автора — Ире Адеринокун. Одна из невероятно полезных новинок спецификации CSS Grid Layout — функция minmax(). Эта функция открывает нам возможность…
Чеклист доступности: 10 критических элементов для оценки доступности сайта https://www.microassist.com/digital-accessibility/digital-accessibility-checklist/
Microassist
Digital Accessibility Checklist: 10 Critical Elements to Evaluate for Website Accessibility
Reduce the risk of equal access litigation with this 10-point website accessibility checklist based on web accessibility cases. Downloadable checklist available.
Favicon сегодня: форматы, поддержка, автоматизация https://habrahabr.ru/post/330584/[iz-pesochnitsy]-favicon-segodnya-formaty
Хабр
Favicon сегодня: форматы, поддержка, автоматизация
На сегодняшний день favicon — это не просто значок 16x16 во вкладке браузера. Он является важной составляющей интерфейса, а также играет немаловажную роль в прог...
Что Google AMP означает для JavaScript сообщества https://medium.com/@slonoed/%D1%87%D1%82%D0%BE-google-amp-%D0%BE%D0%B7%D0%BD%D0%B0%D1%87%D0%B0%D0%B5%D1%82-%D0%B4%D0%BB%D1%8F-javascript-%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0-ad5b1ac46297
Medium
Что Google AMP означает для JavaScript сообщества
Перевод статьи What Google AMP means for the JavaScript community от Mathias Schäfer
Начало работы с Preact https://egghead.io/courses/up-and-running-with-preact
egghead
Up and running with Preact
In this course we will begin with nothing more than an empty directory & a text editor. Through small, focussed lessons we’ll learn how to setup our app with Webpack & Babel and how to configure these tools for use with Preact. Then we’ll move on to learning…
Внушительный список современного JavaScript инструментария https://da-14.com/blog/ultimate-list-javascript-tools
Зачем нужны заголовки — HTML Шорты https://www.youtube.com/watch?v=atXxkKjPbN8
YouTube
Зачем нужны заголовки — HTML Шорты
— Курс «Разметка текста» — https://htmlacademy.ru/courses/301
— The h1-h6 elements — https://w3c.github.io/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements
— Common idioms — https://w3c.github.io/html/common-idioms-without-dedicated-elements.html#common…
— The h1-h6 elements — https://w3c.github.io/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements
— Common idioms — https://w3c.github.io/html/common-idioms-without-dedicated-elements.html#common…
Как написать расширение для Chrome https://bdavidxyz.com/blog/how-to-write-a-chrome-extension/
Bdavidxyz
How to write a Chrome extension
Выпуск web-браузера Chrome 59 https://www.opennet.ru/opennews/art.shtml?num=46658
www.opennet.ru
Выпуск web-браузера Chrome 59
Компания Google представила релиз web-браузера Chrome 59. Одновременно доступен стабильный выпуск свободного проекта Chromium, выступающего основой Chrome. Браузер Chrome отличается использованием логотипов Google, возможностью загрузки модуля Flash по запросу…
Классы, сложность, и функциональное программирование https://medium.com/@kentcdodds/classes-complexity-and-functional-programming-a8dd86903747
Angular 2 vs React: очередное сравнение https://www.bacancytechnology.com/blog/angular2-vs-react
IT Blog | Mobile App Development India | Offshore Web Development - Bacancytechnology.com
Angular 2 vs React: what to choose in 2017?
An opinionated comparison of react vs angular2. go through the blog to understand what fits you best. a critical overview of two popular front-end technologies.
Как работать с доступностью цвета https://alistapart.com/article/color-accessibility-workflows
A List Apart
Color Accessibility Workflows
Color is a powerful tool that allows for an almost infinite array of design options. Yet when applying color to our work, we can have a “myopic” viewpoint that puts us, rather than our …
Использование HTML5 canvas для добавления водяных знаков на изображения https://cwestblog.com/2017/06/11/javascript-use-canvas-to-watermark-images/
Подробное введение в веб-компоненты с теорией и примерами. И выдрами. https://meowni.ca/posts/web-components-with-otters/
my-app
An intro to web components with otters – Monica Dinculescu
Monica Dinculescu's blog
Креативные идеи эффектного интерактива для букв в заголовках https://tympanus.net/codrops/2017/06/07/some-letter-effects-and-interaction-ideas/
Codrops
Letter Effects and Interaction Ideas | Codrops
Today we'd like to share four typography animations with you. Letters are such a great thing to play with and they allow
Оптимизация сайтов на AngularJS для краулеров Google https://www.searchengines.ru/angular-site-seo.html
Searchengines.ru
Оптимизация сайтов на AngularJS для краулеров Google
Заниматься поисковой оптимизацией SPA-сайтов непросто, но возможно. Автор статьи делиться собственной SEO-методикой для одностраничных приложений на AngularJS.
Готовимся к Web Bluetooth! https://developer.telerik.com/content-types/tutorials/get-ready-web-bluetooth/
Telerik Developer Network
Get Ready for Web Bluetooth
Jen Looper looks at the current state of web bluetooth support and how it can play an important role in the physical web and projects using beacons.
Расширение компонентов VueJS https://vuejsdevelopers.com/2017/06/11/vue-js-extending-components/
Extending Vue.js Components
Vue provides a number of different APIs and patterns you can use for extending a component. In this article, I'll give you a rundown of the different options including mixins, higher-order components, renderless components, and the new Composition API.