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

Design is more than problem solving | by Dennis Hambeukers | Design Leadership Notebook

QRCode

Design is problem solving

In a previous essay, I visualized it like this:
By focussing on the thinking part of design, design could move into a broader problem solving space. Hence the statement that design is problem solving. It is. Design solves design problems.

Design is making the world more beautiful

Design is question finding

But design is even more than problem solving and making the world more beautiful.

Double Diamond

Most people see design as just the second diamond: problem solving. Most clients approach a designer with a problem definition a.k.a. a design brief. They already know what the problem is and w(previous essay)ant a (team of) designer(s) to solve it for them. If that is actually the right problem, great. Experience tells us that that is not always the case. More often than not, new insights about the problem at hand arise during the solving of the problem. That is why designers often propose to go into the first diamond first to investigate the problem and possibly redefine the problem. This prevents them from designing a brilliant solution for the wrong problem. That can be very expensive. The goal of the first diamond is to make sure we are solving the right problem, find the right question. Most innovations and complex problems benefit hugely from going through the first diamond. In his recent Harvard Business Review article, Art Markman argues that the quality of our problem framing determines the success of your solution.

https://medium.com/design-leadership-notebook/design-is-more-than-problem-solving-7e290535927c
May 18, 2021 at 9:14:27 AM EDT *
design webdesign
FILLER

Color Schemes | Modern Color Palette Collections 2020 & 2021

QRCode

It's that time of year again – where we consider what the color trends have been for the past couple years, and how those might change going into 2021.

https://hookagency.com/color-schemes/
May 12, 2021 at 4:48:16 PM EDT *
colorscheme inspiration webdesign
FILLER

Open color is an open-source color scheme

QRCode

Color scheme for UI design

https://yeun.github.io/open-color/
May 12, 2021 at 4:34:57 PM EDT *
webdesign color colorscheme
FILLER

Complete Guide to Libre Franklin • Beautiful Web Type

QRCode

Complete guide to the free font Libre Franklin. See beautiful examples, recommended pairings, OpenType features, and more.

https://larahogan.me/blog/we-need-to-talk-about-your-q3-roadmap/

https://beautifulwebtype.com/libre-franklin/
April 26, 2021 at 1:18:56 PM EDT *
typography fonts webdesign
FILLER

Button Design — UI component series

QRCode

The button state communicate its status to the user
Creating correct interactions and styles for your buttons is one of the most important parts of the process. Each state must have clear affordances that distinguish it from other states and the surrounding layout, but should not drastically alter a component or create a lot of visual noise.

https://uxdesign.cc/button-design-user-interface-components-series-85243b6736c7
April 23, 2021 at 8:06:46 AM EDT *
buttons webdesign
FILLER

Free Font Alternatives: The Ultimate Guide – Learn UI Design

QRCode

Free, high-quality alternatives to: Apercu · Avenir · Circular · DIN · Futura · Gotham · Helvetica · Proxima Nova · Times New Roman

https://learnui.design/blog/ultimate-guide-similar-fonts.html
April 20, 2021 at 11:12:15 AM EDT *
typography fonts webdesign
FILLER

Sortable Table Columns | Adrian Roselli

QRCode

An accessible sortable table is not necessarily the same as a usable sortable table. Outline: Basics Let The User Know This Thing Has Sorted Screen Reader Announcement Sort Arrows Column Background Let The User Know This Thing Sorts SVGs Layout Windows High Contrast Mode Screen Readers Sort Hint aria-describedby…

https://adrianroselli.com/2021/04/sortable-table-columns.html
April 12, 2021 at 2:24:16 PM EDT *
tables accessibility webdesign
FILLER

Optimal Overlay Finder - Readable Text on a Background Image

QRCode

If you want to make text better stand out against a background image, there’s a little trick: You can use a CSS linear-gradient overlay with a certain opacity on top of the image to improve color contrast.

How to determine the opacity to use for the overlay? The Optimal Overlay Finder helps you find out. You upload an image, enter your text and choose your overlay and text colors, and the tool shows you a preview of what the overlay looks like when applied to your image, as well as the optimal overlay opacity.

https://twitter.com/addyosmani/status/1365735686838493187

https://codepen.io/yaphi1/pen/oNbEqGV
April 12, 2021 at 9:47:26 AM EDT *
gradients webdesign css
FILLER

7 Alternatives to the <div> HTML Tag

QRCode
  • The Main Element
  • The Section Element
  • The Aside Element
  • The Article Element
  • The Nav Element
  • The Footer Element

HTML5 Doctor has a really handy flowchart to help answer that question:
http://html5doctor.com/downloads/h5d-sectioning-flowchart.png

https://medium.com/@zac_heisey/7-alternatives-to-the-div-html-tag-7c888c7b5036
April 11, 2021 at 2:08:28 PM EDT *
html webdesign
FILLER

Make your CSS Readable and Maintainable with the CSS “Enabling” Pattern

QRCode

Instead of using “Disabling” selectors, you should focus on writing “Enabling” selectors.

a:not(:last-child) {
  margin-bottom: 1rem;
}

or

a + a {
  margin-top: 1rem;
}
https://javascript.plainenglish.io/make-your-css-readable-and-maintainable-with-the-css-enabling-pattern-35b2965d7b3b
March 31, 2021 at 9:30:18 AM EDT *
css webdesign
FILLER

Handling Text Over Images in CSS

QRCode

Learn how to handle text over images in CSS by taking accessibility in mind

https://ishadeed.com/article/handling-text-over-image-css/
March 26, 2021 at 9:50:15 AM EDT *
css typography webdesign
FILLER

MVC Tutorials Are Broken - DEV Community

QRCode

Note: The Model, View, Controller pattern, or “MVC”, actually comes in many flavors.

Model—The application.
View—What the consumer (user) sees. Often HTML, JSON, or XML.
Controller—A thin layer connecting the View and the Model.

And that’s it! There’s nothing fancy, but it often requires explanation. The controller, as shown above, should be as thin as possible. The view should only have display logic and the model is ... what, exactly?

https://dev.to/ovid/mvc-tutorials-are-broken-17lp
March 16, 2021 at 11:21:42 AM EDT *
webdesign mvc
FILLER

8 Easy Ways to Improve Your Website Typography in Under 30 Minutes | Webdesigner Depot Webdesigner Depot » Blog Archive

QRCode

2. Tighten Heading Spacing

3. Loosen Non-Word Spacing

4. Use System Fonts for Inputs

https://www.webdesignerdepot.com/2021/01/8-easy-ways-to-improve-your-website-typography-in-under-30-minutes/
February 16, 2021 at 11:41:44 AM EST *
webdesign typography
FILLER

ButtonBuddy - Accessible button contrast generator

QRCode

Learn what it takes to ensure your buttons or button-styled links have accessible contrast across all states and surfaces, then use the generator to check and adjust your button palette.

https://buttonbuddy.dev/#generator
January 29, 2021 at 11:50:09 AM EST *
buttons accessibility css webdesign
FILLER

50+ Fresh Resources for Designers, March 2016 | Webdesigner Depot Webdesigner Depot » Blog Archive

QRCode

How’s it going, compadres? This month’s roundup hand-picked from all across the web includes icons, design assets, illustrations, vector artwork, UI kits, some really cool code snippets, fonts, te

http://www.webdesignerdepot.com/2016/03/50-fresh-resources-for-designers-march-2016/
January 29, 2021 at 10:49:31 AM EST *
wireframe inspiration webdesign
FILLER

The Principles of UX Choreography

QRCode

Disney developed 12 Principles of Animation which I find to be so important because of the way they depict realistic movement and emotional engagement.

Feedback

Feedforward

Spatial Awareness

User Focus

Brand Tone of Voice

https://www.freecodecamp.org/news/the-principles-of-ux-choreography-69c91c2cbc2a/
January 29, 2021 at 9:26:00 AM EST *
animation webdesign mobile
FILLER

10 CSS Tricks You Need to Know About (Part 2) | by Before Semicolon | Jan, 2021 | Medium

QRCode

2 — Text tooltips

https://codepen.io/beforesemicolon/pen/BaKLeRL

6 — Extend the clickable area

The following example simply extends the type circle dot button click area by 2(two) by positioning a pseudo-element on top and centered.

8 — Frosted glass effect

.container {
   background-color: rgba(255, 255, 255, .15);
   backdrop-filter: blur(5px);
}

9 — Image grid with random height (Mansory Layout)

This is the famous Pinterest layout that you can use the old column property to accomplish quite easily.

10 — Math with Calc

Nothing in this world requires no math and the CSS calc function is magical.

https://beforesemicolon.medium.com/10-css-tricks-you-need-to-know-about-part-2-df52ee0b2937
January 26, 2021 at 8:34:35 AM EST *
css webdesign
FILLER

Why Tailwind Isn't for Me - DEV Community

QRCode

I think the folks building Tailwind are talented and nice people. But at a pure technical level, I simply don't like Tailwind. Whoever it was built for, it was not built for me.

  • Reason 1: Tailwind promotes ugly-ass HTML.
  • Reason 2: @apply is fundamentally incompatible and non-standard (and largely unnecessary).
  • Reason 3: Tailwind's focus on design systems and tokens could mostly be replaced by CSS Custom Properties (aka variables)—which IS a standard.
  • Reason 4: Tailwind forgets that web components exist.
  • Reason 5: Finally, Tailwind encourages div/span-tag soup.

...using <div> and <span> tags everywhere in your markup is an anti-pattern. We live in a world where custom elements (aka <whatever-you-can-dream-of>) are fully supported and enabled by modern browsers.

https://dev.to/jaredcwhite/why-tailwind-isn-t-for-me-5c90
January 21, 2021 at 2:30:32 PM EST *
tailwind css webdesign
FILLER

Type Scale - A Visual Calculator

QRCode
https://type-scale.com/
January 7, 2021 at 2:43:34 PM EST *
typography webdesign
FILLER

How to Favicon in 2023: Six files that fit most needs — Martian Chronicles, Evil Martians’ team blog

QRCode

Instead of serving dozens of icons, all you need is just five icons and one JSON file.

In your HTML, for the browser:

<link rel="icon" href="/favicon.ico"><!-- 32×32 -->
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple.png"><!-- 180×180 -->
<link rel="manifest" href="/manifest.webmanifest">

And in your web app manifest:

// manifest.webmanifest
{
  "icons": [
    { "src": "/192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/512.png", "type": "image/png", "sizes": "512x512" }
  ]
}
https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs
January 7, 2021 at 1:51:41 PM EST *
favicon webdesign
FILLER
9 / 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