"There are two types of app install banners: web app install banners and native app install banners. They let users quickly and seamlessly add your web or native app to their home screens without leaving the browser."
"The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them that little bit faster."
"This year, I’ve been working closely with the wonderful Coingaming team out in beautiful Tallinn. We’ve been working pretty hard on making their suite of online products much faster, and I’ve been the technical consultant leading the project."
I'm currently working on a site redesign/development for the painter Stone Roberts. There isn't anything to be seen as of yet, but there is a Github repo I'll keep updated as I go along. More info can be found on it's project page. [wp_videojs mp4="https://thisbailiwick.com/wordpress/wp-content/uploads/2018/08/D19C48CE-9BF3-4612-8073-A8689D30A623.mp4"] [wp_videojs mp4="https://thisbailiwick.com/wordpress/wp-content/uploads/2018/08/45550155-8898-48FB-B39E-AC9092DD5769.mp4"]
"You’ve probably heard of ES6 generators, perhaps you’ve even learned the syntax, and you may be wondering what they’re actually useful for in real life."
"ESLint is designed to be completely configurable, meaning you can turn off every rule and run only with basic syntax validation, or mix and match the bundled rules and your custom rules to make ESLint perfect for your project. There are two primary ways to configure ESLint:"
"Discover new ways to analyze how your page loads in this comprehensive reference of Chrome DevTools network analysis features. By default, DevTools records all network requests in the Network panel, so long as DevTools is open."
"You can use the Is:running Advanced Network Filter to see unfinished network requests (e.g. running requests). Some other filters you can try are: status-code, method, domain and more! Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3."
"Local JSON is a new feature added in version 5 which saves field group and field settings to files within your theme. The idea is similar to caching and both dramatically speeds up ACF and allows for version control over your field settings!"
"Gutenberg, the soon-to-be block editor for WordPress, has a nifty color palette used throughout many blocks which allow users to set custom colors. While this sort of empowerment is quite useful, I can think of a few reasons why folks would want to limit the styling capabilities of Gutenberg."
"I am using -webkit-transform (and -moz-transform / -o-transform) to rotate a div. Also have position fixed added so the div scrols down with the user. In Firefox it works fine, but in webkit based browsers it's broken."
"We are currently building a responsive web app (news reader) that allow users to swipe between tabbed content, as well as scroll vertically inside each tabbed content."