When should things only be upvote-able?

Say I have a community-driven Web site with items that can be ranked by the users. When designing the ranking system, when should I allow (or disallow) being able downvote items?
For example, Facebook only lets you “Like” (upvote) photos/…
share this post : )
How to adapt text and/or elements size while designing to smaller screens?

I have a layout I made some time ago on Adobe XD (that was just a personal project) and now I wanna put it on Behance. To do so, I need to duplicate/adapt that layout (designed for desktop) to smaller screens, iPad and mobile.
Since I’m n…
share this post : )
25 Free Bootstrap Dashboard & Admin Templates

These pre-built free Bootstrap templates have been designed as a complete solution for the admin area or dashboard of your web application.
The post 25 Free Bootstrap Dashboard & Admin Templates appeared first on Speckyboy Design Magazine.
share this post : )
The 50 Best Free Bootstrap 5 Templates & Themes in 2021

A collection of the best free Bootstrap 5 templates for you to use on your next web project. All templates come bundled with added extras.
The post The 50 Best Free Bootstrap 5 Templates & Themes in 2021 appeared first on Speckyboy Design Magazine.
share this post : )
Top 50 Free Web UI Kits & Templates

To help get you up and running quickly with your next app or website design, we have a fantastic collection of beautifully designed free web UI kits for you.
The post Top 50 Free Web UI Kits & Templates appeared first on Speckyboy Design Magazine.
share this post : )
Keyboard shortcuts for separating the zoom-in/out of x and y axes in a chart

Currently, I am working on a plotting library to plot a few charts.
Most of the charts data vary in the x-dimension much more than in the y-dimension.
Example:
time x y
0 0 0
1 1 0.0044
2 2 0.0085
Currently, we use Ctrl + …
share this post : )
Advice: UI for app with column like input

I’m working on an app for a volunteer organisation (Scouting group) where users can indicate what he or she had to drink from the bar/fridge. This so an ‘admin’ can see how much each person had to drink and ask them to pay the drinks every…
share this post : )
How to represent differences between two rows of a database

How can I represent the changes between two rows of a database similar to the split diff of GitHub?
Context
I would like to visualize the changes made to a table which are happening over time. For instance, LHS would be the table from on…
share this post : )
8 CSS & JavaScript Snippets for Creating Infographics

A fantastic collection of CSS and JavaScript snippets for creating interactive infographic components.
The post 8 CSS & JavaScript Snippets for Creating Infographics appeared first on Speckyboy Design Magazine.
share this post : )
What’s the best way to express discounts on an order summary?

Is there a standardized way to express discounts or credits in an order summary?
Example…
Sub total: $20
Discount: -$10
Total: $10
I’ve seen discounts expressed as -$10, $-10, ($10), and +$10.
Are any of these expressions mo…