Workaday Readings are the droll, dry, and dear pages I continuously tick through during my day.

This is shop talk, not for general consumption! (lest you want to fall asleep 😉 )

Workaday Reading

CSS flex box last space removed



"By setting the display of an item to flex I am finding the last space is removed from a text string so. Any text that is directly contained inside a block container element (not inside an inline element) must be treated as an anonymous inline element."

read »

Workaday Reading

General sibling combinator



"The general sibling combinator (~) separates two selectors and matches the second element only if it follows the first element (though not necessarily immediately), and both are children of the same parent element."

read »

Workaday Reading

When should you be using Web Workers?



"← Back to home When should you be using Web Workers? 2019-06-12 You should always use Web Workers. And in our current landscape of frameworks it’s virtually impossible. Did I get your attention with that? Good. Of course, as with any topic, there is nuance and I will lay that all out."

read »

Workaday Reading

acf_register_block_type()



"Registers a custom block type in the Gutenberg editor. Blocks are the fundamental element of the Gutenberg editor. WordPress provides many default block types such as paragraph, heading and image. The acf_register_block_type() function can be used to add new block types via PHP."

read »

Workaday Reading

ACF 5.8 – Introducing ACF Blocks for Gutenberg



"There has been a lot of excitement surrounding Gutenberg, the new block-based WordPress editing experience. One of its most compelling features is the ability for developers to create their own custom block types. This opens up an endless array of possibilities for customization."

read »
1 19 20 21 22 23 31