Getting Your Design Work in Front of the Right People

Booking top-notch clients is key to having a successful web design business. The challenge is in getting them to take notice of your work. But it’s especially difficult when you’re…
The post Getting Your Design Work in Front of the Right People appeared first on Speckyboy Design Magazine.
share this post : )
Story Mapping: How to write initial epics and user stories?

We are trying to do a story mapping session for a new project (a student portal).
Since this is my first time doing this and we don’t have a business analyst in the team that could help me, I’m struggling with how to write the epics and t…
share this post : )
Best way to design dynamic table of inputs. Like rate-lists

I am trying to design a rate-list input for parking lot management system.
Where inputs are like this:
But it needs to be customizable in time field of inputs, e.g. 3-4 hours based on user requirements.
The final result should be in 24…
share this post : )
Registration case studies/research

I am working on a commercial website where customers choose a template and then use a drag and drop interface to create their own adverts or promos.
Before the customer can access this section though, they need to answer three questions …
share this post : )
10 CSS & JavaScript Snippets for Creating Page Transition Effects

We have ten CSS and JavaScript snippets for creating page transitions that you can use to add something exciting to your next project.
The post 10 CSS & JavaScript Snippets for Creating Page Transition Effects appeared first on Speckyboy Design Magazine.
share this post : )
What is the best practice for "delete" buttons in material design?

A lot of design systems/ style guides define red as the color for "delete"/ "erase"/ uninstall/ error buttons. In material design, I didn’t find this specified.
So, what is the best practice?
I think the options are:
b…
share this post : )
What are the best ways to give design feedback to mobile app developers?

I’m product designer working remotely with a team of iOS & android app developers on a redesign project of their mobile app. The final designs are done on Adobe XD. The redesigned app looks great however the finer details require some …
share this post : )
Freebie: Valentine’s Day Icon Set (50 Icons, SVG & PNG)

Ahh, Valentine’s Day! That beautiful day that brings out the romance in all of us. It’s a day for romantic dinners, flickering candles, expensive wine, roses, chick-flicks, and free icon…
The post Freebie: Valentine’s Day Icon Set (50 Icons, SVG & PNG) appeared first on Speckyboy Design Magazine.
share this post : )
What is the name of the control shown to users with tips, tutorials or other messages usually in a lightbox?

Is there a specific name to the control that is shown to users of web sites/apps that is usually a modal window or lightbox that generally displays content like:
Tips
Guided walkthroughs
Important messages relevant to the user since last…
share this post : )
Indiciating within-page links (fragment identifiers)

There are three types of targets for for a link:
Different page in a different application
Different page within the same application
Resource within the current document
typically provided by a fragment URI (i.e. #Section2)
Existing r…