Какой доктайп следует использовать для шаблонов писем
https://emails.hteumeuleu.com/which-doctype-should-you-use-in-html-emails-cd323fdb793c
https://emails.hteumeuleu.com/which-doctype-should-you-use-in-html-emails-cd323fdb793c
Medium
Which doctype should you use in HTML emails?
The doctype is the very first line of any HTML document. But do you know which one to use in an email and why ? Here’s my attempt to…
Используем веб-технологии для создания эффекта «потяни чтоб обновить»
https://manu.ninja/using-web-technologies-for-a-pull-to-refresh-animation
https://manu.ninja/using-web-technologies-for-a-pull-to-refresh-animation
manu.ninja
Using Web Technologies for a “Pull to Refresh” Animation | manu.ninja
Pull-to-refresh is a touchscreen gesture used in many mobile applications. This article shows a way of creating a simple pull-to-refresh animation using web technologies. The animation has seven different parts implemented with SVG, CSS and JavaScript.
Исследуя JavaScript: типизированные массивы
https://codingbox.io/exploring-javascript-typed-arrays-c8fd4f8bd24f
https://codingbox.io/exploring-javascript-typed-arrays-c8fd4f8bd24f
Небольшая заметка о режимах смешивания
http://rumyrashead.com/a-little-thing-about-blends.html
http://rumyrashead.com/a-little-thing-about-blends.html
Rumyrashead
A Little Thing About Blends
Решаем проблемы с помощью CSS Grid и Flexbox на примере создания карточного интерфейса
https://webdesign.tutsplus.com/tutorials/solving-problems-with-css-grid-and-flexbox-the-card-ui--cms-27468
https://webdesign.tutsplus.com/tutorials/solving-problems-with-css-grid-and-flexbox-the-card-ui--cms-27468
Web Design Envato Tuts+
Solving Problems With CSS Grid and Flexbox: The Card UI
By combining CSS Grid and Flexbox, we can make cards which align neatly, behave responsively, and which adapt to the content within them. Let’s see how!
В Firefox 52 планируют по умолчанию включить поддержку TLS 1.3
http://www.opennet.ru/opennews/art.shtml?num=45360
http://www.opennet.ru/opennews/art.shtml?num=45360
www.opennet.ru
В Firefox 52 планируют по умолчанию включить поддержку TLS 1.3
Разработчики Mozilla намерены начиная с выпуска Firefox 52, намеченного на 7 марта, включить по умолчанию поддержку спецификации TLS 1.3, которая пока находится в состоянии находящегося в разработке черновика. В последующих ESR-сборках Firefox 52 с длительным…
Chrome 55 Beta: улучшения Input handling и async/await functions
https://blog.chromium.org/2016/10/chrome-55-beta-input-handling.html
https://blog.chromium.org/2016/10/chrome-55-beta-input-handling.html
Chromium Blog
Chrome 55 Beta: Input handling improvements and async/await functions
Unless otherwise noted, changes described below apply to the newest Chrome Beta channel release for Android, Chrome OS, Linux, Mac, and W...
20 наборов иконок на чистом CSS
http://line25.com/articles/free-pure-css-icon-sets
http://line25.com/articles/free-pure-css-icon-sets
Web Design Blog Helping Website and Graphic Designers
20 Free Pure CSS Icon Sets | Web Design Blog Helping Website and Graphic Designers
Nowadays, using img tags to display icons on a site is a terrible web design technique. All designers and web developers have started to use pure CSS icon
Чеклист мобильной веб-производительности
https://www.oreilly.com/ideas/mobile-web-performance-checklist
https://www.oreilly.com/ideas/mobile-web-performance-checklist
O’Reilly Media
Mobile web performance checklist
Best practices for optimizing mobile web apps.
«Мгновенная загрузка» с IndexedDB
https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/
https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/
bitsofcode
"Instant Loading" with IndexedDB (Building a PWA, Part 2)
Last week's article was Part 1 (of 3) in my series on how I built a Progressive Web Application for this blog. Get the Application | View Source As I mentioned, there are two parts to creating an "offline-first" application - Cache the app shell so…
JavaScript растёт и теперь обладает собственным фондом
http://thenewstack.io/javascript-grows-gets-foundation/
http://thenewstack.io/javascript-grows-gets-foundation/
The New Stack
JavaScript Grows Up and Gets Its Own Foundation
Currently, the JavaScript sector offers a mind-bogglingly diverse menu of open source options for building, testing and deploying applications. Maybe too diverse. With this in mind, The Linux Foundation has launched the JavaScript Foundation, an entity "committed…
Начало работы с Paper.js: взаимодействие с пользователем
https://code.tutsplus.com/tutorials/getting-started-with-paperjs-user-interaction--cms-26509
https://code.tutsplus.com/tutorials/getting-started-with-paperjs-user-interaction--cms-26509
Code Envato Tuts+
Getting Started With Paper.js: User Interaction
After reading the first two tutorials, you should be able to create paths and some basic predefined shapes. You should also be able to simplify or flatten your paths as well as draw them on...
Изменения в ECMAScript 2016, о которых вы возможно не знали
https://www.nczonline.net/blog/2016/10/the-ecmascript-2016-change-you-probably-dont-know/
https://www.nczonline.net/blog/2016/10/the-ecmascript-2016-change-you-probably-dont-know/
Миграция приложений с Angular 1 на Angular 2 в 5 простых шагов
https://vsavkin.com/migrating-angular-1-applications-to-angular-2-in-5-simple-steps-40621800a25b
https://vsavkin.com/migrating-angular-1-applications-to-angular-2-in-5-simple-steps-40621800a25b
Angular 2
Migrating Angular 1 Applications to Angular 2 in 5 Simple Steps
It’s often infeasible to rewrite a large Angular 1 app in Angular 2 all at once. In this article, you will learn how to migrate it…