Workaday Reading

Unfinished network requests



"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."

read »

Workaday Reading

Local JSON



"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!"

read »

Reading Today

Introduction



"The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites. Tip: Open your Developer Tools console to view fetch events and informative messages about what each recipe's service worker is doing!"

read full text »

Workaday Reading

mishoo/UglifyJS2



"UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit. First make sure you have installed the latest version of node.js (You may need to restart your computer after this step)."

read »

Workaday Reading

Javascript call() & apply() vs bind()?



"I already know that apply and call are similar functions which setthis (context of a function). The difference is with the way we send the arguments (manual vs array) Question: But when should I use the bind() method ? var obj = { x: 81, getX: function() { return this.x; } }; alert(obj.getX."

read »

Workaday Reading

Element.closest()



"This is an experimental technology Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers."

read »

Workaday Reading

Pointer Lock API



"The Pointer Lock API (formerly called Mouse Lock API) provides input methods based on the movement of the mouse over time (i.e., deltas), not just the absolute position of the mouse cursor in the viewport."

read »

Workaday Reading

A Sage 9 + ACF debugging technique



"Thought I would share a debugging technique that’s working out well for me at the moment. I’ve never had any successes getting Xdebug and VS Code to play nicely but this technique also covers Advanced Custom Fields too."

read »