Search
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
Code as Documentation: New Strategies with CSS Grid
24.5.2019
I work for Supercool, a fast-moving design agency that makes custom built sites for arts clients, powered by the off-the-shelf system, Craft CMS; it's high-spec graphic design with relatively demanding typography and art direction. Over the past few months we’ve been moving to CSS grid. We’re...
7 Best Character Design Tips for Web Designers
24.5.2019
Being familiar with the best character design tips can help you use illustrations in web design in a smart way. Whatever solutions excite creative minds, the illustrative approach has...
The post 7 Best Character Design Tips for Web Designers appeared first on Onextrapixel
The Browser Can Remember Edited Content
22.5.2019
You can make the text inside any HTML element editable by adding the contenteditable attribute.
<div contenteditable>
Hey, I'm like a textarea kinda now!
</div>
I wouldn't say there are wheelbarrows full of use-cases for that, but it's neat. One possible use might be...
Elipay Celebrates the First of 100s of Crypto-Accepting Merchants in Croatia
21.5.2019
On May 20, Eligma showed off its Elipay service, a crypto payment processing system that allows people to pay for products and services with cryptocurrencies at over 300 retailers in the region. The grand opening of Elipay’s Croatian launch started with the first transaction made...
The “Inside” Problem
20.5.2019
So, you're working on a design. You need a full-width container element because the design has a background-color that goes from edge-to-edge horizontally. But the content inside doesn’t necessarily need to be edge-to-edge. You want to:
Limit the width (for large screens)
Pad the edges
Center...
Creating a Diversity Scholarship Program for Your Conference
20.5.2019
My partner and I ran a design and development conference company for eight years. During that time, we produced hundreds of hours of conferences, both on-site and online. Diversity scholarships were only becoming a typical conference offering around the time we decided to sunset our business....
Ontology Research Institute Releases Thesis on Multichain Design
17.5.2019
Ontology’s Network is a multi-blockchain protocol and systems Network, which supports all business types of application. The flexible design structure is modularized, plugged, and easily expandable to meet the requirements of different industries. Blockchain technology applies to all types...
Iterating a React Design with Styled Components
16.5.2019
In a perfect world, our projects would have unlimited resources and time. Our teams would begin coding with well thought out and highly refined UX designs. There would be consensus among developers about the best way to approach styling. There’d be one or more CSS gurus on the team who could ensure...
Boston Fed Announces Plans To Design a Blockchain ‘Supervisory Node’
10.5.2019
The Boston Federal Reserve is close to launching their own private supervisory node
A responsive grid layout with no media queries
9.5.2019
Andy Bell made a really cool demo that shows us how to create a responsive grid layout without any media queries at all. It happens to look like this when you change the size of the browser window:
I think this is a wonderful layout technique that’s just 6 lines (!) of CSS.
.auto-grid...
Inspirational Websites Roundup #4
6.5.2019
Another collection of original and inspiring website designs to ignite your creativity and give you an overview of current trends.
Inspirational Websites Roundup #4 was written by Mary Lou and published on Codrops
Facebook chystá radikální změnu. Nasadí nový a čistší design, dominovat bude bílá barva
2.5.2019
Facebook čeká zásadní změna vzhledu webové aplikace • Nový design má být čistší, rychlejší a svižnější • Do popředí se dostanou skupiny a Příběhy
Earth day, API’s and sunshine.
1.5.2019
Cassie Evans showcases some really nifty web design ideas and explores using the API provided by the company her team over at Clearleft recently hired to cover their building's roof with solar panels. Cassie outlines her journey designing a webpage that uses the API to populate some light data...
Facebook po 15 letech změnil logo. Totéž v bleděmodrém, a kulaté
30.4.2019
Na vývojářské konferenci F8 oznámil Mark Zuckerberg první výraznou změnu loga sociální sítě Facebook. Po patnácti letech tak Facebook zřejmě přijde o svou typickou tmavomodrou barvu. Podívejte se na ukázky nového designu loga i uživatelského rozhraní.Další články k tématu:Facebook slibuje revoluci....
Collective #512
29.4.2019
Let's Make A Design System! * CSS Spatial Navigation Level 1 * MutationObserver API * 3D Projection
Collective #512 was written by Pedro Botelho and published on Codrops
REMEMBERSHIP_ ve Zlíně ukáže, jak budují studio, které se zaměřuje na vztahy & změny, které vydělávají
29.4.2019
V REMEMBERSHIP_ už šestým rokem navrhujeme značky, produkty a kampaně s důrazem na design thinking přístup. Na konferenci Design & Marketing ve Zlíně (7.5.) představíme manifest #friendsnotclients, který nám jako designérům pomáhá při vedení našeho studia a ukazuje, jak přátelské prostředí...
Webová platforma Solidpixels nově umožňuje vytvářet i e-shopy, důraz klade na design
25.4.2019
Český nástroj pro tvorbu webových stránek Solidpixels, který vyvíjí agentura Breezy, od března umožňuje založení a správu e-shopů. Kdokoliv si tak může samostatně sestavit webové stránky pro prodej produktů, bez nutnosti najímat si agenturu. Na Solidpixels bylo dosud možné tvořit pouze prezentační...
That Time I Tried Browsing the Web Without CSS
24.4.2019
CSS is what gives every website its design. Websites sure aren’t very fun and friendly without it! I’ve read about somebody going a week without JavaScript and how the experience resulted in websites that were faster, though certain aspects of them would not function as expected.
But CSS. Turning...