Search
Welcome To Hell, Bambi
27.2.2021
This week on Snapshots we have some great Assasin’s Creed shots, a laid back Spider-Man, a large rodent in danger, some nice-looking vistas, and one very, very lost deer. Read more
Fight Sans Undertale Right In Your Browser
27.2.2021
Sans is unique in that he’s the most popular character in Undertale while also providing one of the most frustrating boss fights the game has to offer.Read more
WandaVision Became a Nightmarish Web of Cathartic Reruns
26.2.2021
WandaVision’s first season transformed Marvel’s Wanda Maximoff (Elizabeth Olsen). She’s been a newlywed, a mother, and something far more fascinating and complex than all of her other new identities combined. It’s all been in service of its larger overarching story about the Avengers’ least...
Twitter Passes Stimulus Package for the Very Online
25.2.2021
Twitter is finally rolling out a way to get paid for tweeting that doesn’t involve putting a Venmo link in your bio, promoting a Patreon, or using the app to hunt for a rich spouse.Read more
How We Improved the Accessibility of Our Single Page App Menu
25.2.2021
I recently started working on a Progressive Web App (PWA) for a client with my team. We’re using React with client-side routing via React Router, and one of the first elements that we made was the main menu. Menus …
The post How We Improved the Accessibility of Our Single Page App Menu...
Coinbase Files for IPO via Direct Listing on Nasdaq — Valuation Soars Above $100 Billion
25.2.2021
Cryptocurrency exchange Coinbase has filed for an initial public offering with the U.S. Securities and Exchange Commission (SEC). The company has chosen the direct listing route and has applied for its shares to be listed on Nasdaq. Coinbase filed Form S-1 Registration Statement for its IPO with...
Google vydal další doplněk pro Wordpress. Přinese na web Material Design
25.2.2021
Google vydal další plugin pro populární redakční systém Wordpress. Ten má za cíl přinést na web více Material Designu. Administrátorům tak umožní snadno přepnout šablonu webu a zavést designové prvky typické pro Android aplikace.
Material Design je soubor nejrůznější zásad a prvků, které by měli
Teaching Web Dev for Free is Good Business
24.2.2021
It feels like a trend (and a smart one) for tech platforms to invest in really high-quality learning material for their platform. Let’s have a gander.
Webflow University
Surely Webflow is thinking: if people invest in learning Webflow, they’ll be …
The post Teaching Web Dev...
Your Travel Guide to the Rudderless Right-Wing Web After Trump
24.2.2021
Moving into 2021 and forward, conservatives angry about cancel culture, censorship, shadowbans, or the attention of the FBI have a rich array of social destinations to choose from. We’ve prepped a travel guide for the unwitting observer who might be thinking of checking any of these conspicuous...
A DRY Approach to Color Themes in CSS
24.2.2021
The other day, Florens Verschelde asked about defining dark mode styles for both a class and a media query, without repeat CSS custom properties declarations. I had run into this issue in the past but hadn’t come up with a …
The post A DRY Approach to Color Themes in CSS appeared first...
Major Asian banks unite to form ‘multiple’ CBDC pact on blockchain
23.2.2021
Some of Asia's largest banking institutions are working together on a “multiple” CBDC project, designed to cross borders and navigate regulations easier than fiat
Getting Deep into Shadows
22.2.2021
Let’s talk shadows in web design. Shadows add texture, perspective, and emphasize the dimensions of objects. In web design, using light and shadow can add physical realism and can be used to make rich, tactile interfaces.
Take the landing page …
The post Getting Deep into Shadows appeared...
To the brain, reading computer code is not the same as reading language
22.2.2021
One of the things I do when teaching beginning front-end development is ask students to describe what it’s like to read HTML. I give them pretty basic markup for a long-form article, and ask them to read it twice: first …
The post To the brain, reading computer code is not the same...
Elon Musk Says Holding Bitcoin Is Less Dumb Than Cash, Disputes Peter Schiff’s Claims About Money and BTC
21.2.2021
Tesla and Spacex CEO Elon Musk has clarified his position on bitcoin. Emphasizing that he is an engineer, not an investor, Musk says that bitcoin “is simply a less dumb form of liquidity than cash.” Musk also disputed gold bug Peter Schiff’s claims about bitcoin and commented...
The perils of a decentralized web living in the centralized world
20.2.2021
Whether we like it or not, the decentralized web is vulnerable to the internet’s worsening problems. Luckily, fixing this should be simple
Clipping Scrollable Areas On The inline-start Side
19.2.2021
On a default left-to-right web page, “hanging” an element off the right side of the page (e.g. position: absolute; right: -100px;) triggers a horizontal scrollbar that scrolls as far as needed to make that whole element visible. But if …
The post Clipping Scrollable Areas On...
Three Ways to Blob with CSS and SVG
19.2.2021
Blobs are the smooth, random, jelly-like shapes that have a whimsical quality and are just plain fun. They can be used as illustration elements and background effects on the web.
So, how are they made? Just crack open an illustration …
The post Three Ways to Blob with CSS and SVG appeared...
Let’s Create a Custom Audio Player
18.2.2021
HTML has a built-in native audio player interface that we get simply using the <audio> element. Point it to a sound file and that’s all there is to it. We even get to specify multiple files for better browser support, …
The post Let’s Create a Custom Audio Player appeared first...
Barebones CSS for Fluid Images
18.2.2021
Zach takes a look at some fundamental HTML+CSS usage for fluid, responsive images. Most of it, I’d say, is what you’d expect, but things get weird when srcset gets involved.
I poked my way through, and in addition to the …
The post Barebones CSS for Fluid Images appeared first...
How ImageEngine can Optimize Contentful CMS For Faster Web Performance
18.2.2021
In this article, we will review how ImageEngine’s API can transform images better than the native API of Contentful.
The post How ImageEngine can Optimize Contentful CMS For Faster Web Performance appeared first on Codrops