Josh Comeau demonstrates what he calls…
Josh Comeau demonstrates what he calls “an elegant solution to a tricky modern layout” — a full-bleed layout using CSS Grid.
Josh Comeau demonstrates what he calls “an elegant solution to a tricky modern layout” — a full-bleed layout using CSS Grid.
What happens when we reach the end of a phase in Gutenberg? Josepha shares what this means for additional features and requests in the WP Briefing. Josepha also posed a few questions at how we prioritize doing the work of contributing while onboarding new contributors and ways to simplify the experience new contributors have. Finally, get an early look at the design changes coming for Hosting, Jobs, About, and Dev Blog.
Nathan Rice talks about Gutenberg and front-end performance – particularly if a page isn’t using a particular block, the block plugin will still likely load the CSS for that block.
A lot of big websites have ROT (Redundant, out-of-date, trivial) content, and it can make maintaining and improving websites incredibly difficult. If you’ve ever worked on a website with a few thousand pages you know what I mean; but the problem can be much bigger. Many corporate websites can have tens of thousands or hundreds of…
CSS Hell is a blog that holds a collection of common CSS mistakes and how to fix them. Love the title font. 😈
In this episode, Corey Maass, a freelance web developer, joins Cory Miller to discuss the intricacies of creating an impactful, user-appreciated product that makes a positive impact on customers and stands apart in a saturated industry.
Gary Jones and Weston Ruter have recently updated the PHP_CodeSniffer rules that enforce WordPress coding conventions. PHP_CodeSniffer is a set of two PHP scripts: one “tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards,” and the second automatically corrects those violations. It’s quite a useful tool.