Как написать расширение для 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.
Подсветка текста в Textarea v2 https://codersblock.com/blog/highlight-within-textarea-v2/
Codersblock
Highlight Within Textarea v2 / Coder's Block
Two years ago, I published a jQuery plugin that allows you to highlight spans of text inside a textarea. I’m not talking about selecting text with the mouse. I’m talking about applying custom […]
Обработка длинного и неожиданного контента в CSS https://css-tricks.com/handling-long-unexpected-content-css/
CSS-Tricks
Handling Long and Unexpected Content in CSS | CSS-Tricks
When we write CSS, sometimes we forget about some edge cases in the designs. For example, when the content is longer than we expected and we didn't account
От CSS препроцессоров до CSS в JS https://pusher.com/sessions/meetup/the-js-roundabout/from-css-preprocessors-to-css-in-js
Sessions by Pusher
From CSS Preprocessors to CSS in JS - Sessions by Pusher
Styling in CSS sucks: it's outdated, and not meant for web apps. CSS evolved, and preprocessors like Jest came around, then components. Phil will illustrate which problems have been solved with CSS in JavaScript and React, and more advantages to using Styled…
Подробно о новых возможностях инструмента https://hacks.mozilla.org/2017/06/network-monitor-reloaded/
Mozilla Hacks – the Web developer blog
Network Monitor Reloaded (Part 1)
The Network Monitor tool has been available in Firefox since the earliest days of Firefox Dev Tools. It’s an invaluable tool for anyone who cares about page load performance and ...
Локальные CSS переменные: что, как и зачем https://una.im/local-css-vars/
una.im
una.im | Locally Scoped CSS Variables: What, How, and Why
Leveraging CSS Variable scope improves the size, specificity, and semantics of our stylesheets. This article talks all about what CSS Variables are and how we can leverage scope to improve our styling.