Guidelines for Material Card in Android

If I were to follow elevated card(first one) like here, where should I place the expand more arrow? Also, is it okay to do the same card with image on the left?
Cards displayed are different brands of the same product. So I feel a full ri…
share this post : )
Sifting Through Design Information Overload

Our line of work boasts guides to absolutely everything. For instance, gurus are there to tell us about every new CSS feature – including why it’s the next big thing…
The post Sifting Through Design Information Overload appeared first on Speckyboy Design Magazine.
share this post : )
Is it Confusing if a Link from a Modal Goes to a Different Page?

I am reviewing a design suggestion where a modal window contains a link to another page, i.e. not the original background page.
This seems to me to be a non-standard pattern and I believe it will confuse the user.
Am I right? Is this…
share this post : )
8 Best WordPress Plugins for Providing Customer Support

A collection of the best support-related WordPress plugins to choose from. Everything from building a knowledgebase, FAQ, or ticketing systems.
The post 8 Best WordPress Plugins for Providing Customer Support appeared first on Speckyboy Design Magazine.
share this post : )
How to configure the same value in all cells in row

I have a table in which I want to set a value for an entire row. In excel and such, after you enter a value in one cell you can copy it (expand but “pulling” the cell edge) to other cells.
Do you have examples of other options for entering…
share this post : )
WordPress Tips & Plugins for Those “Oh $#!%” Moments

Tips and free plugins that will help you quickly recover from those unexpected, but all too common, WordPress hiccups and moments.
The post WordPress Tips & Plugins for Those “Oh $#!%” Moments appeared first on Speckyboy Design Magazine.
share this post : )
Best practice for private key backup flow on mobile

The mobile app I’m working on is using end-to-end encryption algorithm. User creates a private key to read data that is saved on the server. The key is being stored on a device and can be exported to a file.
When user chooses to use app o…
share this post : )
10 Tools & Resources for Building a WordPress Staging Site

We share free tools for creating an exact copy of your WordPress website that runs independently from your “live” version so you can safely test updates.
The post 10 Tools & Resources for Building a WordPress Staging Site appeared first on Speckyboy Design Magazine.
share this post : )
Navigating a double top bar

I’ve ran into a UX problem in a site I’m designing. I feel like there’s an obvious solution but I’m having trouble finding it.
I have a site that has a global sticky bar. In the middle of the site, I have a tabbed navigation component. Th…
share this post : )
For web pagination and multi-select items, should the selection be persisted across pagination?

In https://uxdesign.cc/designing-better-tables-for-enterprise-applications-f9ef545e9fbd there’s a section called Multi-select breaks on pagination
Essentially, the idea is that if you can select multiple line items and you implement pagin…