Search
11 Massive Cyber Monday 2020 Deals With Up to 94% Off
30.11.2020
Find out where you can get exclusive Cyber Monday deals for web professionals with great discounts.
The post 11 Massive Cyber Monday 2020 Deals With Up to 94% Off appeared first on Codrops
Building a Svelte Static Website with Smooth Page Transitions
30.11.2020
A video tutorial that will show you how to build a static website with Svelte and add smooth page transitions using Three.js and GSAP.
The post Building a Svelte Static Website with Smooth Page Transitions appeared first on Codrops
The one key Steam stat that you’re not checking...
30.11.2020
Sorry, attempted clickbait in process, please send eyerolls
No, You Can’t Buy Shares in Bitcoin
29.11.2020
With bitcoin going through an extended bull-run, scammers and con artists have been on hand to exploit a general fear of missing out (FOMO). Many early adopters of bitcoin became multi-millionaires by simply holding the digital asset. New Scam Tactic Consequently, many bitcoin investment scams have...
Undetected Inflation: Your Money Devalues Faster Than You Think
29.11.2020
Marshall Reinsdorf is a senior economist in the International Monetary Fund (IMF)’s Statistics Department and past president of the International Association for Research in Income and Wealth.
____
Lockdowns, working from home, and physical distancing caused people to spend larger shares of their...
1 in 5 Players Win Big at Bitcoin.com Lottery, New Crypto Games Promise Guaranteed Winners
28.11.2020
Launching Sure-Win Games! A set of 10 new raffles with guaranteed wins of up to €25,000. Get paid in BTC or BCH! Guaranteed Winners on Every Draw Bitcoin.com partnered with Bravio Tech earlier this year to bring you the first blockchain-powered lottery platform. Bitcoin.com Lottery has since...
A Complete State Machine Made With HTML Checkboxes and CSS
27.11.2020
State machines are typically expressed on the web in JavaScript and often through the popular XState library. But the concept of a state machine is adaptable to just about any language, including, amazingly, HTML and CSS. In this article, we’re going to do exactly that. I recently built a website...
What happens to your Bitcoin when you die?
27.11.2020
Pass on your crypto to the next generation
10 Crypto Buzzwords You Need To Know
26.11.2020
Photo: Adobe
This article is brought to you by Bitbuy, a FINTRAC registered Canadian cryptocurrency exchange.
You will quickly realize there are a lot of acronyms and concepts, in the crypto sphere in general and in the world of crypto trading in particular, that can be confusing to beginners.
All...
Yes, You Can Spend Your Bitcoin This Black Friday
26.11.2020
"Hodling bitcoin is still important, but to support a circular economy, we need both sides going.” Bitcoin Black Friday aims to do just that
Exploring What the Details and Summary Elements Can Do
26.11.2020
We’ve mentioned before just how great the <details> and <summary> elements are. They’re great for quickly making accordions that are accessible to touch, mouse, and keyboard input:
CodePen Embed Fallback
<details> and <summary> can even be used to play/pause gifs!...
Three Things You Didn’t Know About AVIF
26.11.2020
AVIF, the file format based on the AV1 video codec, is the latest addition to the next-gen image formats. Early reports and comparisons show good results compared to JPEG and WebP. However, even if browser support is good, AVIF is still on the bleeding edge in regards to encoding and decoding....
Overexposed: DeFi indexes aren't as diversified as you think
26.11.2020
Research has found overexposure to a few 'blue chip' DeFi tokens is an issue for indexes
Tailwind versus BEM
25.11.2020
Some really refreshing technological comparison writing from Eric Bailey. Like, ya know, everything in life, we don’t have to hate or love everything. Baby bear thinking, I like to say. There are benefits and drawbacks. Every single bullet point here is well-considered and valid. I really...
The anatomy of a Steam sale
25.11.2020
What happens when you get featured? We've got stats
Considerations for Making a CSS Framework
25.11.2020
Around eight months ago, I started building a framework which would eventually go on to become Halfmoon. I made a post on this very website announcing the launch of the very first version. Halfmoon has been billed as a Bootstrap alternative with a built-in dark mode feature, that is especially good...
Rendering Spectrum
25.11.2020
Here are the big categories of rendering websites:
Client: ship a <div id="root"></div> and let a JavaScript template render all of it.
Static: pre-render all the HTML.
Server: let a live server process requests and generate the HTML response.
They are not mutually exclusive....
Use a Submit Button Outside of !
24.11.2020
Have you ever felt like you’ve been a professional developer or designer forever, and somehow not known something basic, and borderline hate yourself? That’s me with a trick that was introduced to me by Miguel Piedrafita: 🔥 You can submit forms from a button outside of the form...
How to Load Fonts in a Way That Fights FOUT and Makes Lighthouse Happy
24.11.2020
A web font workflow is simple, right? Choose a few nice-looking web-ready fonts, get the HTML or CSS code snippet, plop it in the project, and check if they display properly. People do this with Google Fonts a zillion times a day, dropping its <link> tag into the <head>.
Let’s...
The Core Web Vitals hype train
24.11.2020
Some baby bear thinking from Katie Sylor-Miller:
my excitement for Core Web Vitals is tempered with a healthy skepticism. I’m not yet convinced that Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS) are the right metrics that all sites should...