Search
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Art Direction
28.5.2019
It is very important not to confuse design with art direction. Design is perfection in technique while art direction is about the important, yet sometimes intangible emotion that powers the design
V sobotu proběhne mezinárodní Flutter Hackathon
27.5.2019
V sobotu 1. 6. proběhne v Praze Flutter Hackathon v rámci akce International Flutter Hackathon, který se bude konat souběžně na 60 místech na světě. Hackathon je zaměřený na framework Flutter (mobilní aplikace, web)…
Amazon AWS Extends Support For Aelf Enterprise, The First Cross-Chain Blockchain
26.5.2019
In the past couple, all the major business companies in the world have placed their bets on blockchain technology, and Amazon is no different. It has been exploring the distributed ledger realm actively for quite some time. Amazon Web Services, the world’s largest computing platform, has recently...
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
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Offscreen Loading
26.5.2019
Just as the name implies, offscreen images are images that appear below the fold. Since users can't see offscreen images wh
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Offscreen Loading
26.5.2019
Just as the name implies, offscreen images are images that appear below the fold. Since users can't see offscreen images wh
Could “Noow” Form A Bridge Between Television and Crypto-Collectibles
25.5.2019
Swisscom AG is Switzerland’s leading provider of telecommunications services. The Swisscom has recently introduced a new product called Noow, which uses the non-fungible tokens (NFTs). This new project shows the art that you have through NFTs and how many copies of the work of an artist were...
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
Front-End Documentation, Style Guides and the Rise of MDX
23.5.2019
You can have the best open source project in the world but, if it doesn’t have good documentation, chances are it’ll never take off. In the office, good documentation could save you having to repeatedly answer the same questions. Documentation ensures that people can figure out how things work...
Collective #518
23.5.2019
Take Back Your Web * Animation Handbook * Accessible Icon Buttons * The State of Fluid Web Typography
Collective #518 was written by Pedro Botelho and published on Codrops
What Does it Mean to Be “Full Stack”?
21.5.2019
I was asked this recently by a fellow developer who was at the same web tech conference I was at. This developer had met a lot of new people who literally introduced themselves as full-stack developers sort of the way Bob Vance, Vance Refrigeration would on The Office, but it was Tony Frank...
[aktualita] Web České televize byl od rána pod DDoS útokem
21.5.2019
Web České televize se od rána potýkal s DDoS útokem, který úspěšně omezil jeho funkčnost. Hlavní webová stránka začala být plošně dostupná až kolem 13:30, ještě nějaký čas poté se ale uživatelé mohli potýkat s pomalejším načítáním stránek. Karolína Blinková, tisková mluvčí televize prozradila,...
10 Web Performance Audit Tips for Your Next Billion Users in 2018: TTI: Time to Interactive
21.5.2019
First Meaningful Paint is close to useless because it’s an illusion. It’s a decoy to keep the user from bouncing off your website while we get them the real thing. When does the user get this r
10 Web Performance Audit Tips for Your Next Billion Users in 2019: TTI: Time to Interactive
21.5.2019
First Meaningful Paint is close to useless because it’s an illusion. It’s a decoy to keep the user from bouncing off your website while we get them the real thing. When does the user get this r
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...
Bitcoin.com’s Market Cap Aggregator Adds More Informative Crypto Data
20.5.2019
A little over a year ago, our web portal launched a new market cap aggregator, Markets.Bitcoin.com, which showcases the top 500 cryptocurrency market valuations. More recently we’ve added some great data to Markets.Bitcoin.com so people can get information on not only the price of their...
Build an Ionic 4 App with User Login and Registration
20.5.2019
Ionic allows you to develop Progressive Web Applications (PWAs) and hybrid mobile apps. PWAs are web applications that run in a browser and allow for offline capabilities via service workers. They
How to Prove Ownership With a Bitcoin Cash Address and Digital Signature
18.5.2019
Bitcoin is an amazing form of money and the technology Satoshi created has incredible potential. However, most people don’t realize that the blockchain not only allows for a great medium of exchange, but it also provides the means for creating notarized proofs. The following walkthrough aims...
Everything You Ever Wanted to Know About inputmode
17.5.2019
The inputmode global attribute provides a hint to browsers for devices with onscreen keyboards to help them decide which keyboard to display when a user has selected any input or textarea element.
<input type="text" inputmode="" />
<textarea inputmode="" />
Unlike changing the type...