Big Ugly Blobs When WordPress saves Gutenberg blocks to the database, it smashes them together as a string of markup. When you query that via the REST-API or WPGraphQL? You get this big ugly blob of HTML: The screenshot above isn’t that...
Read More Quick Tip: Gutenberg Blocks as JSONTag: HTML
A Better, Cleaner Way to Render HTML with JavaScript
As a team of WordPress developers, we often stumble upon a task where we need to request a set of data using AJAX and render it to the browser. Most of the the time we do it like this: View the code...
Read More A Better, Cleaner Way to Render HTML with JavaScriptPaths to Learning Web Development
Computer programming is a vast and complex field. For those interested in the ins and outs of engineering, determining a path to learning relevant information can seem incredibly daunting. Even once you narrow your focus to a particular area of the field,...
Read More Paths to Learning Web DevelopmentHow Thinking About Accessibility Can Lead to Success
Just over two years ago, I wrote a blog post about accessibility basics, where I introduced readers to accessibility APIs from a 30,000 foot view. Near the end, I proclaimed that WebDevStudios is “committed to building accessible websites.” Internally, an effort to make our starter...
Read More How Thinking About Accessibility Can Lead to SuccessAccessibility of Semantics: How Writing Semantic HTML Can Help Accessibility
Writing HTML is about more than simply “having stuff appear on the page.” Each element you use has a meaning and conveys information to your visitors, especially to those that use assistive technologies to help interpret that meaning for them. A majority...
Read More Accessibility of Semantics: How Writing Semantic HTML Can Help AccessibilityHelpful Books for Front-End Developers
“Please, no matter how we advance technologically, please don’t abandon the book. There is nothing in our material world more beautiful than the book.” –Patti Smith There are many great pathways to glean new information out there, whether it be on the...
Read More Helpful Books for Front-End Developers