• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4287 shaares
12 / 32
Filters
625 results tagged webdesign

What Happens When You Create A Flexbox Flex Container? — Smashing Magazine

QRCode

In a short series of articles, I’m going to spend some time in detailed unpacking of Flexbox — in the same way I have done in the past with grid. We’ll have a look at the things Flexbox was designed for, what it really does well, and why we might not choose it as a layout method. In this article, we will take a detailed look at what actually happens when you add display: flex to your stylesheet.

https://www.smashingmagazine.com/2018/08/flexbox-display-flex-container/
August 3, 2018 at 1:41:36 PM EDT *
css webdesign flexbox
FILLER

The Responsive Website Font Size Guidelines (Updated for 2018) – Learn UI Design

QRCode

Use a text input font size of at least 16px. If your text inputs have a smaller font size than that, iOS browsers will zoom in on the left side of the text input, often obscuring the right side and forcing the user to manually zoom out after using the text box.

When picking a base size for a desktop website or web app, you can break down most designs into one of two types:

Text-heavy pages. Articles, blogs, news, etc. These are pages where the primary purpose the user has on the page is to read. There is very little in terms of interaction – perhaps just clicking a few links.
Interaction-heavy pages. Apps that involve more hovering, clicking, searching for an item in a list or table, editing, typing, etc. There may be plenty of text on the page, but it’s not stuff you read straight through like a book.

https://learnui.design/blog/mobile-desktop-website-font-size-guidelines.html#desktop-web
August 1, 2018 at 11:35:29 AM EDT *
webdesign typography
FILLER

CSS Duotone Generator

QRCode
https://cssduotone.com/
July 31, 2018 at 9:41:38 AM EDT *
images webdesign
FILLER

How to use Chrome DevTools like a Pro | The JotForm Blog

QRCode
  1. DOM Search by CSS Selectors
  2. Material and Page Color Palettes
  3. Multiple Cursor
  4. Get the current element with “$0”
  5. View Event Listeners
  6. Media Query
  7. Copy Response
  8. Run Predefined Snippets
https://www.jotform.com/blog/how-to-use-chrome-devtools-like-a-pro
July 30, 2018 at 2:45:32 PM EDT *
chrome devtools javascript webdesign
FILLER

Understanding CSS Layout And The Block Formatting Context

QRCode

How a Block Formatting Context (BFC) behaves is easiest to understand with a simple float example. In the below example I have a box that contains an image that has been floated left and some text. If we have a good amount of text it wraps around the floated image and the border then runs around the whole lot.

There are two ways in which we ordinarily fix this layout problem. One would be to use a clearfix hack, which has the effect of inserting an element below the text and image and setting it to clear both. The other method is to use the overflow property, with a value other than the default of visible.
.outer {
overflow: auto;
}

https://www.smashingmagazine.com/2017/12/understanding-css-layout-block-formatting-context/
July 27, 2018 at 1:16:45 PM EDT *
webdesign css float
FILLER

Optimising mobile web navigation

QRCode

Adding a hamburger menu was convenient, but removing it ultimately led to better business performance.

Whether that’s by making the hamburger toggle action more explicit, or removing it completely — the gains can be considerable.

We’ve taken the learnings from these tests forward and are avoiding hamburger menus where possible. One recent example is a relatively complex e-commerce site, for which we’ve designed a site structure tailored around mobile optimised navigation — allowing us to expose the menu items by default.

https://uxdesign.cc/optimising-mobile-web-navigation-2-recent-successes-8132c715f516
July 23, 2018 at 12:46:39 PM EDT *
mobile webdesign
FILLER

How To Design Emotional Interfaces For Boring Apps — Smashing Magazine

QRCode

Humans can’t endure boredom for a long time, which is why products that are built for non-exciting, repetitive tasks so often get abandoned and gather dust on computers and phones. But boredom, according to psychologists, is merely lack of stimulation, the unfulfilled desire for satisfying activity. So what if we use the interface to give them that stimulation?

  • Gameification
  • Humor
  • Animation
  • Art
https://www.smashingmagazine.com/2018/04/designing-emotional-interfaces-boring-apps/
July 3, 2018 at 11:05:40 AM EDT *
webdesign design animation
FILLER

The biggest WTF in design right now

QRCode

What are user flows and why you need to use them. An illustrated guide on going from “WTF, am I looking at”, to a clear design of how your app works.
All together now!
Let’s say you’re a billionaire and want to use your massive marketing and PR team to come across as a bored polymath who funds his crazy ideas with novel products like roofing torches. WTF!? Say it with me: what’s the flows?

https://uxdesign.cc/the-biggest-wtf-in-design-right-now-87139f367d66
May 23, 2018 at 1:33:32 PM EDT *
webdesign ux
FILLER

Why you should use Google Font Superfamilies

QRCode

A font superfamily is set of typefaces (example: merriweather and merriweather sans) that have been specifically designed to look good together.

Here are 10 Google Font superfamilies you should know about

https://medium.freecodecamp.org/low-hanging-design-fruit-why-you-should-use-google-font-superfamilies-1dae04b2fc50
May 17, 2018 at 9:30:39 AM EDT *
fonts typography webdesign
FILLER

The Best Place for Error Messages on Forms

QRCode

User Preference of Error Message Locations

Users rated which error message location they found most satisfying. There was a strong user preference and expectation for right of the field placement.

Error messages placed to the left of the field were rated the worst. Error messages placed above the field caused the highest cognitive load followed by error messages below the field.

http://uxmovement.com/forms/the-best-place-for-error-messages-on-forms/
May 16, 2018 at 7:15:52 AM EDT *
forms webdesign
FILLER

The Top 14 Google fonts For Strong Headlines and Headings

QRCode

As a web designer, you’re probably well aware that Great fonts are essential to great design.
This article is all about fonts. We have collected 14 unbelievable Google Web Fonts that makes your heading or headline of your website attaractive.
The fact is that the headlines are more important than you may think. and Many designers also agree this point.

http://www.csshint.com/the-top-14-google-fonts-for-strong-headlines-and-headings/
May 1, 2018 at 9:33:54 AM EDT *
typography google fonts webdesign
FILLER

Collection of CSS snippets | justmarkup

QRCode

clearfix, centering, font-size

https://justmarkup.com/log/2018/03/collection-of-css-snippets/
April 13, 2018 at 3:45:56 PM EDT *
css webdesign
FILLER

How to Use CSS Gradients on the Web

QRCode

In this tutorial you’ll learn about using gradients on the web. I’ll give you some examples, some exercises (such as how to create gradients for borders), and I’ll also throw in some useful resources which will make creating gradients a lot easier.

https://webdesign.tutsplus.com/tutorials/how-to-use-gradients-on-the-web--cms-29922
April 13, 2018 at 10:41:29 AM EDT *
css tutorial webdesign gradients
FILLER

13 Tenets Of User Experience — Smashing Magazine

QRCode

"User experience is the net sum of every interaction a person has with a company, be it marketing collateral, a customer service call, or the product or service itself. It is affected by the company’s vision and the beliefs it holds and its practices, as well as the service or product’s purpose and the value it holds in a person’s life."

"Every detail of a company and its product says something about it. User experience strategy and design ensures that these messages are put forth with intention and purpose. Design extends into each and every detail, and each and every detail can indeed be designed."

"The job of a designer, just like that of a writer, is to twist and stretch and shape a conceptualized piece of work over and over again until it becomes the masterpiece the world needs it to be."

"A user's experience belongs to the user. An experience cannot be designed. It can, however, be influenced. A designer’s job is to be the influencer."

https://www.smashingmagazine.com/2013/06/13-tenets-user-experience/
April 13, 2018 at 9:52:14 AM EDT *
ux design webdesign
FILLER

How To Use Shadows And Blur Effects In Modern UI Design — Smashing Magazine

QRCode

Shadows And User Interface Discoverability Link
There’s a reason GUI designers incorporate shadows into their designs — they help create visual cues in the interface which tell human brains what user interface elements they’re looking at.

https://www.smashingmagazine.com/2017/02/shadows-blur-effects-user-interface-design/
April 11, 2018 at 9:26:09 PM EDT *
ux shadow webdesign
FILLER

A Simple Web Developer's Color Guide — Smashing Magazine

QRCode

Instead I’m going to show you a simple color workflow that you can use in your next web project.

https://www.smashingmagazine.com/2016/04/web-developer-guide-color/
April 11, 2018 at 9:21:45 PM EDT *
webdesign color colorscheme
FILLER

7 Rules for Creating Gorgeous UI (Part 2)

QRCode

Here are the rules:

Light comes from the sky (see Part 1)
Black and white first (see Part 1)
Double your whitespace (see Part 1)
Learn the methods of overlaying text on images
Make text pop— and un-pop
Only use good fonts
Steal like an artist

https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-2-4a30de537ba96
April 11, 2018 at 9:08:58 PM EDT *
ux design webdesign
FILLER

The Art of Designing With Heart – Signal v. Noise

QRCode

The Art of Designing With Heart
How to make useful, friendly software for real people.
One of the things I love about making software is that it’s a deeply mental exercise, chock full of heady processes, abstractions, and interconnected pathways.

YOUR SOFTWARE EXISTS TO HELP PEOPLE!

https://m.signalvnoise.com/the-art-of-designing-with-heart-f5dc4df21697
April 11, 2018 at 3:17:51 PM EDT *
webdesign ux
FILLER

Dark Side of UI: When Dark Is Good for Users. – design4users

QRCode

The aspect of using dark colors and shades in backgrounds of user interfaces still belongs to highly debatable issues. No wonder it's so actual: choosing appropriate background plays vital role on all the product efficiency as it can become a key factor enhancing or, vice versa, killing other design solutions around the layout and functionality. Today our article will be devoted to benefits and pitfalls of using dark background in UI design, so let's move on the dark side.

https://design4users.com/2016/12/09/dark-side-of-ui-when-dark-is-good-for-users/
April 11, 2018 at 3:16:42 PM EDT *
colorscheme webdesign
FILLER

The 100% correct way to validate email addresses

QRCode

Congratulations. From this day forward, you will no longer squander your time trying to work out the perfect regex to validate email addresses. You will also never again run the risk of rejecting what is, in fact, a strange, valid email address.

The upshot
There is no point in trying to work out if an email address is ‘valid’. A user is far more likely to enter a wrong and valid email address than they are to enter an invalid one.

Therefore, you are better off spending your time doing literally any other thing than trying to validate email addresses.

https://hackernoon.com/the-100-correct-way-to-validate-email-addresses-7c4818f24643
April 11, 2018 at 3:13:55 PM EDT *
webdesign email
FILLER
12 / 32
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