• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4255 shaares
14 / 32
Filters
623 results tagged webdesign

Demystifying CSS alignment – Patrick Brosset – Medium

QRCode
https://medium.com/@patrickbrosset/demystifying-css-alignment-2d3ea7a02a36
January 14, 2018 at 3:57:27 PM EST *
css webdesign flexbox
FILLER

Web Typography: Designing Tables to be Read, Not Looked At · An A List Apart Article

QRCode

Set tables as text to be read

https://alistapart.com/article/web-typography-tables
December 4, 2017 at 3:34:34 PM EST *
tables webdesign
FILLER

More Padding, Please! – Wayfair Design – Medium

QRCode

If you overhear a design QA session between a product designer and an engineer, odds are you’ll hear the product designer say something like this:
“Can you add 8 pixels of padding here and also there? … Actually, let’s make it 16 pixels.”

https://medium.com/wayfair-design/more-padding-please-b95e19422acc
September 30, 2017 at 1:43:40 PM EDT *
webdesign
FILLER

Writing-first Design

QRCode

Sketching is great, but before I start sketching, I start writing. Writing first has lots of advantages, regardless of the project you’re working on. Here are a few examples.

https://signalvnoise.com/posts/3801-writing-first-design
September 20, 2017 at 1:09:18 PM EDT *
design writing webdesign
FILLER

Skeuomorphism, Flat Design and The Rise of Type Design

QRCode

The Rules of Type Design

Here are my proposed rules for Type Design:

You can use lines or strokes.

You can use icons.

You can use typography.

You can change the color of the background.

You can use images.
https://www.toptal.com/designers/ui/type-design
August 22, 2017 at 2:37:37 PM EDT *
typography webdesign ux design
FILLER

2017 Design Trends Guide

QRCode

Each year we learn something new about design and 2016 was no different.
After last year’s article had such a success we decided to make some predictions for 2017, so let's get started!

Design trends are influenced by media, technology, the fashion industry and, lately usability. A trend emerges slowly, gradually, making its way into all design branches, and then disappears in exactly the same way. Basically a design trend's life is no longer than one or two years. Design in 2017 will continue the trends that materialized in 2016 while adding some new influences, but the feeling is well known and familiar and you may have seen it in the past couple of years. The main influencer remains Google's Material Design, that suffers a few changes.

https://www.behance.net/gallery/47810259/2017-Design-Trends-Guide
August 18, 2017 at 2:38:46 PM EDT *
webdesign design styleguide
FILLER

Buttons in Design Systems – EightShapes – Medium

QRCode

That’s why Buttons are arguably a design system’s most important component. Devilishly simple, they offer a simple label in a defined region I can press. As such, buttons are where you apply a design language’s base attributes in ways that’ll ripple throughout more complex component later.

Here’s 12 lessons I’ve learned when working the primary button, secondary buttons, and a whole host of other button types in an emerging system.

https://medium.com/eightshapes-llc/buttons-in-design-systems-eac3acf7e23
August 2, 2017 at 10:15:11 AM EDT *
buttons webdesign styleguide
FILLER

Build a Style Guide Straight from Sass

QRCode

The Basics of Node-KSS

To achieve our goals of a platform agnostic, low-friction style guide, we landed on kss-node, which is itself a Node.js implementation of Knyle Style Sheets (KSS), a Ruby library that:

... provides a methodology for writing maintainable, documented CSS within a team. Specifically, KSS is a documentation specification and styleguide format.

The basic principle is that your style guide is generated via comments you create in your CSS, SCSS, Sass, LESS, etc.

https://css-tricks.com/build-style-guide-straight-sass/
August 2, 2017 at 8:48:29 AM EDT *
webdesign css styleguide
FILLER

How to construct a design system

QRCode

Tips for designing and building a consistent design system.

Without doubt, I get asked about design systems more than anything else. So, having spent the majority of the past few years thinking about how to design, build and present design systems for products like Marvel, Bantam and Modulz, I figured I’d share some of what I’ve learned along the way.

https://medium.freecodecamp.org/how-to-construct-a-design-system-864adbf2a117
August 1, 2017 at 11:27:36 AM EDT *
webdesign styleguide designsystem
FILLER

Static Site Generators Reviewed: Jekyll, Middleman, Roots, Hugo

QRCode

Static site generators are quickly becoming a big part of the professional website builder’s toolbox. A new static website generator seems to pop up every week. Figuring out which one to use can be like a walk in the jungle.

https://www.smashingmagazine.com/2015/11/static-website-generators-jekyll-middleman-roots-hugo-review/
August 1, 2017 at 10:47:03 AM EDT *
webdesign frameworks jekyll middleman
FILLER

Expert’s Weigh In: What’s Your Favorite CSS Trick? | Creative Cloud blog by Adobe

QRCode

My favorite CSS “trick” would have to be these 3 lines of CSS:

  • { background-color: rgba(0,255,0,0.1); }

I’ve been using this snippet for years! It makes debugging layouts a breeze and is quite insightful when dealing with the box model.

https://blogs.adobe.com/creativecloud/experts-weigh-in-whats-your-favorite-css-trick/
August 1, 2017 at 9:45:32 AM EDT *
css webdesign
FILLER

Design better data tables

QRCode

The ingredients of a successful data table UI

Data is useless without the ability to visualize and act on it. The success of future industries will couple advanced data collection with a better user experience, and the data table comprises much of this user experience.
Good data tables allow users to scan, analyze, compare, filter, sort, and manipulate information to derive insights and commit actions. This article presents a list of design structures, interaction patterns, and techniques to help you design better data tables.

https://uxdesign.cc/design-better-data-tables-4ecc99d23356
July 30, 2017 at 9:31:24 AM EDT *
data tables webdesign
FILLER

Google Fonts - Cabin

QRCode

Brandon replacement

https://fonts.google.com/specimen/Cabin?selection.family=Cabin
July 18, 2017 at 4:12:35 PM EDT *
fonts webdesign
FILLER

93 most popular premium fonts alternative google fonts (Updated) - Design The Way

QRCode
http://www.designtheway.com/most-used-fonts-alternative-google-fonts
July 18, 2017 at 4:08:25 PM EDT *
fonts webdesign
FILLER

Flexbox Cheatsheet

QRCode
http://jonibologna.com/content/images/flexboxsheet.pdf
July 18, 2017 at 2:29:06 PM EDT *
flexbox webdesign
FILLER

The not-so-great escape | The Incredible Journey [blogs.perl.org]

QRCode

A couple of examples of modules which do the escaping correctly are
Mojo::Util
and
HTML::Entities

http://blogs.perl.org/users/ben_bullock/2017/07/the-not-so-great-escape.html
July 17, 2017 at 2:59:58 PM EDT *
perl webdesign
FILLER

Building Production-Ready CSS Grid Layouts Today

QRCode

Today, we are in the early stages of such a revolutionary shift, brought about by CSS Grid Layout. Much of what we know of the possibilities, limitations and best practices surrounding web layouts is effectively rendered obsolete by this new layout module, and in their place we find new possibilities, limitations and best practices that will take us into the next era of web design.

https://www.smashingmagazine.com/2017/06/building-production-ready-css-grid-layout/
June 20, 2017 at 12:34:45 PM EDT *
css webdesign grid
FILLER

Twitter Redesign - Circles Explained

QRCode

The internet has shape preferences, and they’re more meaningful than you think

On Thursday, Twitter threw us a curveball (sorry) and smoothed out the once-square avatar photos into orbs floating around the timeline. The change is notable, but the circle vs. square debate is far from new. There are arguments in favor of both when applied to internet design; circles indicate a person rather than content, which typically comes in a grid-like shape. So what is the current state of shapes on the social web?

https://theringer.com/twitter-redesign-circle-avatars-explained-f60b9c8f34e6
June 19, 2017 at 2:13:33 PM EDT *
webdesign design
FILLER

CSS3: Animations vs. Transitions

QRCode

In CSS, you have two techniques for visualizing change that are competing for your attention: Animations & Transitions. In this article, let's examine the similarities and differences between them so that you can know when to use which.

To make the most of this article, it would be helpful for you to be familiar with using both animations and transitions. If you haven't had a chance to get your hands dirty with them, the Creating a Simple CSS Animation and Looking at CSS3 Transitions tutorials will help you get started.

https://www.kirupa.com/html5/css3_animations_vs_transitions.htm
May 24, 2017 at 9:58:22 AM EDT *
css animation webdesign
FILLER

Better Form Design: One Thing Per Page (Case Study)

QRCode

In 2008, I worked on Boots.com. They wanted a single-page checkout with the trendiest of techniques from that era, including accordions, AJAX and client-side validation.

Each step (delivery address, delivery options and credit-card details) had an accordion panel. Each panel was submitted via AJAX. Upon successful submission, the panel collapsed and the next one opened, with a sliding transition.

https://www.smashingmagazine.com/2017/05/better-form-design-one-thing-per-page/
May 23, 2017 at 11:10:24 AM EDT *
forms webdesign
FILLER
14 / 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