Search
Loki's Latest Trailer Is a Timey Wimey Joyride Through the MCU
5.4.2021
Loki, the Asgardian royal family’s resident enfant terrible, has broken many a law in his time traipsing across the universe in Marvel Studio’s films, and Disney+’s upcoming Loki series, it seems as if the mischief maker’s finally going to do the time for at least some of his crimes.Read more
The Falcon and The Winter Soldier's Solid Surprises Bolster an Otherwise Repetitive Episode
2.4.2021
Well, we didn’t see that coming. Or that coming. Or that coming. The third episode of Disney+ and Marvel’s The Falcon and The Winter Soldier saw our heroes hot on the trail of the super-soldier serum—and their investigation was filled with some pretty excellent surprises that helped to cover...
The Falcon and the Winter Soldier’s Commentary on Race Is Too Much, and Not Enough
27.3.2021
Beyond simply continuing Sam Wilson and Bucky Barnes’ respective superhero stories in Marvel’s Cinematic Universe, Disney+’s The Falcon and the Winter Soldier has been billed as the studio’s latest foray into social commentary using its larger-than-life characters to reflect some of the real-world...
On The Falcon and The Winter Soldier, the Struggle to Deal With Cap’s Legacy Is Real
26.3.2021
One of the biggest memes of the past week has utilized the surprise appearance by John Walker as “the new Captain America” at the end of The Falcon and the Winter Soldier’s premiere episode. Seeing this seemingly goofy, obviously inferior, version of the superhero—previously characterized by Chris...
The Falcon and the Winter Soldier Starts By Exploring the Dense, Depressed, Post-Blip World
19.3.2021
Thanks to the Avengers, half the beings in the universe reappeared out of thin air five years after disappearing. While Marvel fans saw how that occurred in Avengers: Endgame, that film, and the ones after it, only scratched the surface of what it all meant in-universe. Well, the premiere...
Everything to Remember Before The Falcon and the Winter Soldier
16.3.2021
Just two weeks after the end of WandaVision, the next story in the Marvel Cinematic Universe is ready to be told. (Which is nice considering we waited well over a year between the last two installments.) That story is called The Falcon and the Winter Soldier, and the six-episode Disney+ series will...
Thursday's Best Deals: M1 MacBook Pro, Free Atlas Coffee Club Bag, Tacklife Tabletop Fire Pit, Cornbread Hemp CBD, The Last of Us Part II Art Book, and More
11.3.2021
Atlas Coffee Club and Apple’s MacBook Pro lead Thursday’s best deals.Read more
Wednesday's Best Deals: Nintendo eShop Gift Cards, PS5 DualSense Controller, LEGO Architecture Sets, Oculus Quest, Clinique Dewy for Days, Caliper CBD Powder, and More
10.3.2021
Nintendo gift cards and the PS5 DualSense lead Wednesday’s best deals.Read more
WandaVision's Finale Was What You Made of It
5.3.2021
There were as many ways that Marvel’s WandaVision series finale could have ended as there are different ways to process grief. Each of the season’s nine episodes teased this out—new plot twists that threw audiences for loops all meant to obscure, but not erase, the reality that despite all...
This Celebrity Wants You to Give Away Your Bitcoin — Find out Why
2.12.2020
Question. Would you like to donate to a good cause?
The post This Celebrity Wants You to Give Away Your Bitcoin — Find out Why appeared first on CoinMarketCap Blog
Additive Animations in CSS
3.11.2020
Daniel C. Wilson explains how with CSS @keyframe animations, when multiple of them are applied to an element, they do both work. But if any properties are repeated, only the last one works. They override each other. I’ve seen this limitation overcome by applying keyframes to nested elements...
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
Everything You Need to Know About FLIP Animations in React
16.6.2020
With a very recent Safari update, Web Animations API (WAAPI) is now supported without a flag in all modern browsers (except IE).  Here’s a handy Pen where you can check which features your browser supports. The WAAPI is a nice way to do animation (that needs to be done in JavaScript) because...
CSS Tips for New Devs
27.5.2020
Amber Wilson has some CSS Tips for New Devs, like:
It’s not a good idea to fix shortcomings in your HTML with CSS. Fix your HTML first!
And…
You can change CSS right in your browser’s DevTools (to open them, right-click the browser window and choose “inspect”...
Pseudo-elements in the Web Animations API
14.5.2020
To use the Web Animations API (e.g. el.animate()) you need a reference to a DOM element to target. So, how do you use it on pseudo-elements, which don’t really offer a direct reference? Dan Wilson covers a (newish?) part of the API itself:
const logo...
Hyperbitcoinization: Visions of Bitcoin Fueling the Post Covid-19 Shadow Economy
7.4.2020
With the recent coronavirus spread and its overall effect on the global economy, some people believe the powers that be are preparing a financial reset. During these times, a number of bitcoiners think a bitcoin-induced form of fiat currency demonetization will take place, otherwise known...
How They Fit Together: Transform, Translate, Rotate, Scale, and Offset
30.3.2020
Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like:
.el {
transform: rotate(10deg) scale(0.95) translate(10px, 10px);
}
...we can do:
.el {
rotate: 10deg;
scale: 0.95;
translate: 10px 10px;
}
That's extremely...
The 35 Most Influential Bitcoiners Dominating Crypto Twitter by Follower Count
10.3.2020
Twitter has become home to cryptocurrency influencers who use it for evangelism, spreading news, shilling coins, and shaming certain projects. Of course, the more followers a crypto thought leader has on Twitter, the greater their reach and influence. The following is a look at the top crypto...
Get Moving (or not) with CSS Motion Path
3.2.2020
We just linked up the idea that offset-path can be cleverly used to set type on a path. Don't miss Michelle Barker's experimentation either, with drawing paths or animating text along a path.
Dan Wilson has also been following this tech for quite a while and points out why the sudden surge...
SEC Will Rule on Wilson Phoenix Bitcoin ETF Proposal By Feb. 2020
23.12.2019
The SEC has said it will rule on the Bitcoin and T-Bills ETF proposal from Wilshire Phoenix Fund by late February 2020