• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4478 shaares
1 / 33
Filters
650 results tagged webdesign

50 Things You [Probably] Forgot To Design

QRCode

This is just a list of things that you might have forgotten to design. When you think about how simple an app like Instagram or Snapchat is, it’s easy to overlook just how many screens, states, and stuff goes in to making a really awesome user experience.

  • Login & Signup stuff
  • First Experience
  • All the Little Things
  • Launch Materials
  • Profile Stuff
  • Mad Flows
https://medium.com/ux-power-tools/50-things-you-probably-forgot-to-design-7a288b0ef914
August 27, 2026 at 9:42:21 AM EDT *
design webdesign ux
FILLER

The CSS lh unit

QRCode

A look at the CSS line height unit and how it works.

The idea is to use the lh unit to set the size of the icon.
https://piccalil.li/blog/lh-units-are-cool/

https://ishadeed.com/article/lh-unit/
August 11, 2026 at 10:32:17 AM EDT *
css typography webdesign
FILLER

Inter alternatives: How to choose a UI font

QRCode

Tired of Inter being everywhere? Two real criteria—cap-centered vertical metrics and a tall x-height—for choosing a UI font, plus 10 alternatives from independent foundries.

TL;DR, two things make a UI font easy to work with:

  1. Cap-centered vertical metrics—the space above the cap height equals the space below the baseline. Result: labels center optically on buttons and align with icons, and you can use a single padding token instead of hand-tuned CSS.

  2. Tall x-height—lowercase letters reach 70–75% of cap height. Result: the word nearly fills its box, so it looks evenly centered.

https://yeptype.com/article/inter-alternatives
August 11, 2026 at 10:29:59 AM EDT *
typography fonts webdesign
FILLER

Meta Tags — Preview, Edit and Generate

QRCode

With Meta Tags you can edit and experiment with your content then preview how your webpage will look on Google, Facebook, X and more!

https://metatags.io/?url=https%3A%2F%2Fwww.kcaran.com%2F
July 22, 2026 at 11:49:39 AM EDT *
webdesign socialmedia blog
FILLER

Mojolicious Gardening - Joel Berger

QRCode

Mojolicious apps come in two flavors, Lite or Full. Lite apps are great for proof of concept but Full is better for robust apps. Can you move up from Lite to Full? Absolutely, we call it "growing"!

http://npw2018.oslo.pm/npw2018/talk/7476

Growing Guide:
https://docs.mojolicious.org/Mojolicious/Guides/Growing

https://www.youtube.com/watch?v=ycAXeOKLCGc
July 16, 2026 at 1:44:41 PM EDT *
mojolicious perl youtube webdesign
FILLER

Jason McIntosh - Whim: A Webmention multitool for the command line - Lighting Talks - Day 3

QRCode

Whim is a brand-new command-line tool (written with Mojo!) that lets you receive, process, display, and send webmentions from the command line.

https://jmac.org/webmention/
https://www.adamdjbrett.com/blog/enabling-webmentions-in-11ty/

Webmention is a recent, W3C-approved technology that aims to promote the proliferation of independent websites through a simple protocol of open, cross-domain notifications.

I have been obsessed with this technology for the past two years, and I will try to explain why, sharing a lot of resources for further study.

https://jmac.org/whim/tpc2020/

https://www.youtube.com/watch?v=J2VLrZ9nh2E
July 16, 2026 at 1:30:17 PM EDT *
youtube perl mojolicious webdesign blog eleventy
FILLER

The magic of auto-fit and auto-fill (and the difference between them)

QRCode

Grid's auto-fit and auto-fill are super useful, and while the declaration is pretty long, and can seem complicated, it's not so bad once you break it down.

✅ Auto-fill vs. auto-fit demo: https://codepen.io/kevinpowell/pen/yyLYoZO
✅ More on getting started with Grid: https://youtu.be/rg7Fvvl3taU

.grid {
display: grid;
gap: var(--gap, 1rem);
grid-template-columns: repeat(
var(--grid-type, auto-fit),
minmax(min(180px, 100%), 1fr)
);
grid-auto-rows: 120px auto auto;
container-type: inline-size;
}

⌚ Timestamps
00:00 - Introduction
00:25 - The basics of grid columns
02:30 - Using the repeat syntax
03:15 - Breaking down repeat auto-fit
05:45 - Preventing overflow
08:00 - Use a variable for the minimum value
08:45 - How to remember this declaration
11:25 - The difference between auto-fit and auto-fill

https://www.youtube.com/watch?v=OZ6qKoq7RJU
June 26, 2026 at 2:29:07 PM EDT *
css grid webdesign
FILLER

Choosing the right collection component

QRCode

Use these guidelines to select a JET collection component based on your user tasks and the features you wish to include. You can choose between the following components:

  • List (oj-list-view, 2007.0.0)
  • Table (oj-table, 2007.0.0)
  • Data grid (oj-data-grid, 2007.0.0)
https://redwood.oracle.com/?pageId=CORE65754EBA7C424CAD818A44400E8F089B&shell=guideline#CORE364E73B0E7A8464FB37EA9A833B7763A
June 16, 2026 at 3:13:47 PM EDT *
forms webdesign data
FILLER

How to redesign, step by step guide

QRCode

Change is not an event; it’s a process

Don’t take anything for granted

Your goal is to listen and capture everyone’s thoughts and propositions, but don’t take it as absolute truth. In the end, you are the expert who needs to filter through the noise and find where to focus.

https://uxdesign.cc/how-to-redesign-step-by-step-guide-869379604734
June 11, 2026 at 1:26:56 PM EDT *
design webdesign career project
FILLER

Transitions.dev — Essential transitions for web apps

QRCode

Collection of the most essential transitions for web apps that you can just copy and paste into any project.

https://transitions.dev/
June 11, 2026 at 10:41:24 AM EDT *
animation webdesign css
FILLER

Using safe-area-inset to build mobile-safe layouts | Polypane

QRCode

Modern phones are not simple rectangles. They have rounded corners, camera cutouts, dynamic islands, and home indicators that double as gesture areas.

Browsers by default will prevent your site from being obscured by the notch or home indicator, so your content will be safe without any special handling. That does come with a downside, which is that the browser will give you a smaller viewport to reserve space:

https://polypane.app/blog/using-safe-area-inset-to-build-mobile-safe-layouts/
June 8, 2026 at 1:43:10 PM EDT *
mobile webdesign
FILLER

Oat - Ultra-lightweight, semantic, zero-dependency HTML UI component library

QRCode

Oat is an ultra-lightweight HTML + CSS, semantic UI component library with zero dependencies. No framework, build, or dev complexity. Just include the tiny CSS and JS files and you are good to go building decent looking web applications with most commonly needed components and elements.

Semantic tags and attributes are styled contextually out of the box without classes, forcing best practices, and reducing markup class pollution. A few dynamic components are WebComponents and use minimal JavaScript.

https://x.com/technmak/status/2022287404128973056?s=43&t=gAZhA3-2h2DvLb-eSzGa5A

https://oat.ink/
June 5, 2026 at 1:53:30 PM EDT *
javascript webdesign designsystem css
FILLER

Fontastic Space — Find Mathematically Optimal Font Pairings

QRCode

Compare Google Fonts side-by-side with anatomy overlays, OpenType metrics, pairing scores, and ready-to-use CSS. Free tool for designers and developers.

https://fontastic.space/
June 2, 2026 at 3:07:29 PM EDT *
google fonts typography webdesign
FILLER

JWT with Dancer2 | May 2026 | The Weekly Challenge

QRCode

Stateless (JWT)

How it works:

User logs in, server creates a JWT containing user data
Server signs the JWT with a secret key
Server sends JWT to client
Client sends JWT with every request
Server verifies the signature and trusts the data inside
Why it scales:

Any server can validate a JWT using the shared secret key
No database lookup needed per request
If you add 100 more servers, they all work immediately

https://theweeklychallenge.org/blog/jwt-with-dancer2/
May 29, 2026 at 9:20:41 AM EDT *
webdesign coding cgi
FILLER

The invisible layer of UX most designers ignore

QRCode

Design with the screen reader layer in mind

Closing the gap between what you’ve designed and what’s announced by screen readers doesn’t require accessibility or production code expertise. It’s about being more intentional with the decisions you’re already making.

Though screen reader output depends on how the design was developed, designers have more influence over the screen reader experience than they think.

Think “role, name, state” while designing

You don’t need to memorize ARIA specs to improve accessibility. Just ask yourself three questions as you design elements like interactive or informative elements:

Role: What is this?
Name: What does it do?
State: What’s its current condition?

https://uxdesign.cc/the-invisible-layer-of-ux-most-designers-ignore-69272cda4468
May 27, 2026 at 9:36:05 AM EDT *
accessibility webdesign
FILLER

The Four Fundamental Principles ofHuman-Centered Design and Application – Don Norman's JND.org

QRCode

Human-centered design has four major principles:

  1. Understand and Address the Core Problems;
  2. Be People-Centered;
  3. Use a Systems Approach;
  4. Use Rapid Iterations of Prototyping and Testing.
https://jnd.org/the-four-fundamental-principles-ofhuman-centered-design-and-application/
April 13, 2026 at 2:39:17 PM EDT *
design coding webdesign ux
FILLER

Polishing your typography with line height units | WebKit

QRCode

Learn how to use line-height units when setting paragraph margins — creating vertical rhythm in your text.

My favorite thing to do with the lh unit is to set margins on content. Let’s set a new universal margin on paragraphs with:

p { margin-block: 1lh; }

https://webkit.org/blog/16831/line-height-units/
April 8, 2026 at 11:03:19 AM EDT *
css typography webdesign
FILLER

My Opinionated CSS Reset | Vale.Rocks

QRCode

A CSS reset for modern web development to provide a consistent and high-quality base for projects. Low-specificity and very opinionated to provide a strong foundation allowing seamless use in projects of varying scales and complexity.

https://vale.rocks/posts/css-reset
February 3, 2026 at 11:11:20 AM EST *
css reset webdesign
FILLER

Designing for clarity: How we restructured Intercom’s information architecture - The Intercom Blog

QRCode

Learn how we simplified the Intercom navigation, enhanced the user experience, and created space for AI innovation.

https://www.intercom.com/blog/designing-for-clarity-restructuring-intercoms-information-architecture/
January 27, 2026 at 10:21:57 AM EST *
webdesign ux
FILLER

Using AI as a Design Engineer

QRCode

How I use AI as a design engineer on a daily basis.

https://jakub.kr/work/using-ai-as-a-design-engineer
January 20, 2026 at 9:39:35 AM EST *
llm webdesign ux
FILLER
1 / 33
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community