Search
Creating WebGL Effects with CurtainsJS
18.11.2020
This article focuses adding WebGL effects to <image> and <video> elements of an already “completed” web page. While there are a few helpful resources out there on this subject (like these two), I hope to help simplify this subject by distilling the process into a...
Measuring Core Web Vitals with Sentry
17.11.2020
Chris made a few notes about Core Web Vitals the other day, explaining why measuring these performance metrics are so gosh darn important:
I still think the Google-devised Core Web Vitals are smart. When I first got into caring about performance, it was all: reduce requests! cache things! Make...
Bitcoin.com Announces Partnership With Luxury Watchmaker Franck Muller
17.11.2020
PRESS RELEASE. Saint Kitts, November 17, 2020— Bitcoin.com, the go-to web portal for everything bitcoin, announced the launch of a new Franck Muller luxury watch called “Free the Money, Free the World.” The watch is the first ever Bitcoin Cash (BCH) Franck Muller...
Logical layout enhancements with flow-relative shorthands
16.11.2020
Admission: I’ve never worked on a website that was in anything other than English. I have worked on websites that were translated by other teams, but I didn’t have much to do with it. I do, however, spend a lot of time thinking in terms of block-level and inline-level elements....
Mixing Colors in Pure CSS
16.11.2020
Red + Blue = Purple… right?
Is there some way to express that in CSS? Well, not easily. There is a proposal draft for a color-mix function and some degree of interest from Chrome, but it doesn’t seem right around the corner. It would be nice to have native CSS color mixing, as it would give...
Cory Doctorow: The Monopoly Web Is Already Here
16.11.2020
The science fiction writer on how monopolies came to dominate today's economy and why the orthodoxy of tech criticism is wrong
Bitcoin.com Reveals Limited Edition Bitcoin Cash Wristwatch Crafted by Luxury Watchmaker Franck Muller
14.11.2020
The leading cryptocurrency web portal Bitcoin.com has partnered with the Swiss luxury watch manufacturer, Franck Muller, in order to create elegant crypto themed timepieces. The titanium, limited edition functional bitcoin cash watch is called “Free the Money, Free the World” and will...
Parsing Markdown into an Automated Table of Contents
13.11.2020
A table of contents is a list of links that allows you to quickly jump to specific sections of content on the same page. It benefits long-form content because it shows the user a handy overview of what content there is with a convenient way to get there.
This tutorial will show you how to parse...
Collective #634
12.11.2020
Operator Lookup * 22120 * Web animation gotchas * Socialify * react-gl-transition-image
The post Collective #634 appeared first on Codrops
How Film School Helped Me Make Better User Experiences
12.11.2020
Recently, I finished a sixty-day sprint where I posted hand-coded zombie themed CSS animation every day. I learned a lot, but it also took me back to film school and reminded me of so many things I learned about storytelling, cinematography, and art.
Turns out that much of what I learned back then...
Chapter 5: Publishing
9.11.2020
Not long after HotWired launched on the web in 1994, Josh Quittner wrote an article entitled “Way New Journalism” for the publication. He was enthusiastic about the birth of a new medium.
I’m talking about a sea change in journalism itself, in the way we do the work of reporting and presenting...
How to Bring Your Website to Life with UI Animation
9.11.2020
Web design can feel pretty predictable these days. If you want to differentiate your website from the pack, bring some excitement to it with UI animation.
The post How to Bring Your Website to Life with UI Animation appeared first on Codrops
Česká vláda zřídila oficiální web o Covid-19. Tohle tu mělo být už na jaře
9.11.2020
Probíhající epidemie onemocnění COVID-19 zásadně změnila situaci (nejen) v naší zemi. Aby bylo jasné, jaká opatření jsou aktuálně v platnosti, co dělat v případě nakažení, jak žádat o kompenzace nebo jak je to s cestováním do zahraničí, zřídila česká vláda nový informační web na adrese
[aktualita] Web Alza.cz může být nedostupný. Podle firmy někdo zkouší dát jeho IP adresu na blacklisty
9.11.2020
E-shop Alza.cz varoval své zákazníky, že jeho web pro některé z nich nemusí být dostupný nebo jej mohou mít zablokovaný. „Neznámý útočník vystupuje na internetu pod IP adresou webu Alza.cz a pokouší se svým jednáním zařadit naši IP adresu na tzv. ‚blacklisty‘,“ píše firma na svém webu....
The Terminators: A Short Story
8.11.2020
Sia co-founder David Vorick's short story takes the perspective of the decentralized web recounting its own, inevitable rise
Americké volby po minutě. Vývojáři postavili web na GitHubu pomocí Pages a automatu Actions. Vyzkoušíme jej
6.11.2020
Pokud posledních pár desítek hodin hltáte americké volby, možná jste už také narazili na stránku Battleground State Changes, která se pokouší sledovat výsledky tak, jak to bohužel ostatní nedělají. V čase.
Jak se vyvíjí sčítání hlasů v klíčových státech na GitHubu
V textovém výstupu tedy
Quick LocalStorage Usage in Vue
5.11.2020
localStorage can be an incredibly useful tool in creating experiences for applications, extensions, documentation, and a variety of use cases. I’ve personally used it in each! In cases where you’re storing something small for the user that doesn’t need to be kept permanently...
How to Animate the Details Element Using WAAPI
5.11.2020
Animating accordions in JavaScript has been one of the most asked animations on websites. Fun fact: jQuery’s slideDown() function was already available in the first version in 2011.
In this article, we will see how you can animate the native <details> element using the Web Animations...
More People Dipping Toes Into Web Monetization
5.11.2020
Léonie Watson:
I do think that Coil and Web Monetization are at the vanguard of a quiet revolution.
Here’s me when I’m visiting Léonie’s site:
Enjoy the pennies!
My Coil subscription ($5/month) doles out money to sites I visit that have monetization set up and installed.
Other...
This page is a truly naked, brutalist html quine.
4.11.2020
Here’s a fun page coming from secretGeek.net. You don’t normally think “fun” with brutalist minimalism but the CSS trickery that makes it work on this page is certainly that.
The HTML is literally displayed on the page as tags. So, in a sense, the HTML is both the page...