At some point, you want to…
At some point, you want to hide information or an element on a page. Kitty Giraudel explains all the right (and wrong) ways to do it — and when you should do it — with HTML or CSS.
At some point, you want to hide information or an element on a page. Kitty Giraudel explains all the right (and wrong) ways to do it — and when you should do it — with HTML or CSS.
It shouldn’t be this complicated… Nice end result though, by using “a potent combination of MDX and MJML.” Josh Comeau explains his workflow from Markdown to static site publishing and an email newsletter. It’s a complex arrangement, but doing it with WordPress is not easy or simple either. Josh writes: Being able to write newsletter…
In this episode, Cory Miller and Corey Maass discuss their experiences and insights on launching Crop.Express. They share valuable advice on building a brand, developing a minimum viable product (MVP), getting feedback from the community, and handling challenges along the way.
In this episode, I talk to Matt Mullenweg — co-founder of WordPress and the CEO of Automattic — about what’s happening in the world of WordPress, and his role in it all.
“You Might Not Need JavaScript” is a site that showcases examples of UI elements and interactions that you can accomplish with HTML and CSS alone. There is more than one way to tackle something, and an experienced developer chooses which path fits the need. And course there might be instances where you do need JavaScript.
10up has released a WordPress component library, which is, “a collection of front-end components constructed with WordPress and accessibility at the forefront.” Jon Bellah says that each component in the library is WCAG 2.0 accessible, and they’re hoping to make developers’ lives a bit easier when it comes to WordPress-specific components. I really love this,…
If you use placeholders in your HTML forms, then a quick look at why they can be problematic is worth a read. The author’s main point is that you shouldn’t replace labels with placeholders, but use them in a supplemental manner.