webstack
10 Cool WordPress Plugins You Should Check Out
If you have a WordPress website, you’re obviously aware of the benefits this premier open-source website-building platform brings to the table.
But are you aware of the legion of website and business enhancement tools lying in wait among the thousands of cool WordPress plugins currently on the mark..
Jamstack Community Survey 2021
(This is a sponsored post.)
The folks over at Netlify have opened up the Jamstack Community Survey for 2021. More than 3,000 front-enders like yourself took last year’s survey, which gauged how familiar people are with the term “Jamstack” and which frameworks they use.
This is the survey’s second ..
The Current State of Homepage UX – 8 Common Pitfalls
(Note: Unfortunately, e-mail and RSS don’t support advanced layouts and features. If the graphics in this article look strange, you may want to read the article in your web browser.)
Key Takeaways
Our late-2020 benchmark of 60 e-commerce websites shows that Homepage UX performs decently overall
However, 32% of sites perform either mediocre or poorly
Avoiding the 8 common UX issues discussed in this article is the first step toward improving users’ Homepage experience
The homepage remains the “front door” for the many users who still begin their browsing experience here.
However, in testing we also observed it to act as a navigational anchor and a “safe” fallback.
Therefore, it’s critical that the homepage makes it clear to users — new as well as repeat — how to pursue the three primary product-finding paths: category navigation, search, and curated paths (wizards, inspiration, new arrivals, etc.).
Our late-2020 Homepage & Category benchmark contains 10,900+ Homepage and Catego..
Items Every Web Designer Should Have in Their Office
Web designers are fortunate in that our work can be done from just about anywhere. That said, most of us still tend to gravitate towards either home or commercial office space. Why? Because dealing with coffee shop Wi-Fi just isn’t conducive to getting things done. Plus, the whole pandemic thing mad..
Meet `:has`, A Native CSS Parent Selector
The reasons that are often cited that make container queries difficult or impossible is things like infinite loops—e.g. changing the width of an element, invalidating a container query, which changes the width again, which makes the container query take effect, etc. But that was solved with containm..
Exciting New Tools for Designers, July 2021
The dog days of summer are here. From vacations to pool time, you might not be thinking about work that much. But there are still plenty of new tools and resources popping up to help you become a better or more efficient designer.
Here’s what new for designers this month.
Haikei
Haikei is a web ap..
Using the Specificity of :where() as a CSS Reset
I don’t know about you, but I write these three declarations many times in my CSS:
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
You might yell at me and say I can just put those in my CSS resets. I wish I could, but I don‘t want to and I’ll tell you why in a second.
User agents set val..
Is It Time for Web Designers to Retire the Slider?
It often seems like the most popular things can also be among the most divisive. That holds true for web design, just as it does in life. One prime example of this is the slider.
Various types of sliders or slideshows have been deployed on websites for years. And there was a time when it was diffic..
Popular Design News of the Week: July 5 2021 – July 11, 2021
Every day design fans submit incredible industry stories to our sister-site, Webdesigner News. Our colleagues sift through it, selecting the very best stories from the design, UX, tech, and development worlds and posting them live on the site.
The best way to keep up with the most important stories..
:focus-visible in WebKit
This is a nice update from Manuel Rego Casasnovas. Igalia has this idea to sort of crowd-source important web platform features that need to get worked on (that’s the sort of work they do). They call it Open Prioritization. The “winner” of that (the one with the most-pledged dollars) is what they’ll..