Search
Multi-Value CSS Properties With Optional Custom Property Values
11.2.2022
Imagine you have an element with a multi-value CSS property, such as transform: optional custom property values:
.el {
transform: translate(100px) scale(1.5) skew(5deg);
}
Now imagine you don’t always want all the transform values to be applied, so some …
Multi-Value CSS Properties With...
A Chrome Extension for Cloudinary That Helps You Pluck Out Useful Media URLs From Your Library Quickly
10.2.2022
(This is a sponsored post.)
Cloudinary is a host for your digital assets like images and video. If you don’t already know them, you should, because you can build it into the asset management you almost certainly need to …
A Chrome Extension for Cloudinary That Helps You Pluck...
Tusk Ventures CEO: Don't repeat social media mistakes with Metaverse regulations
1.2.2022
Bradley Tusk says that the regulatory issues in the U.S. will not only be replicated but amplified as we see the internet move towards the Metaverse
Ubisoft Executive Thinks Players Reject NFTs Because They Don’t Understand Benefits
31.1.2022
Nicolas Pouard, an executive at Ubisoft, one of the leading videogame companies in the entertainment world, has issued his take on the backlash from gamers regarding the inclusion of NFTs in traditional franchises. The VP at Ubisoft’s Strategic Innovations Lab stated that this reaction could...
Nobel Laureate Paul Krugman Likens Crypto Market to Subprime Mortgage Crash — Warns Regulators Are Making the Same Mistake
30.1.2022
Nobel Prize-winning economist Paul Krugman sees parallels between the crypto market and the subprime mortgage crash. “There’s growing evidence that the risks of crypto are falling disproportionately on people who don’t know what they are getting into and are poorly positioned...
Ubisoft Executive Says Users 'Don't Get It' In Extraordinary NFT Interview
28.1.2022
Ubisoft’s official foray into the world of Non-Fungible Tokens has not had the best start; the announcement was trashed by fans, and the company’s “garbage” NFTs were largely ignored upon release. In a new interview with Australian site Finder, though, Ubisoft say the blame for this lies with...
I Traveled To Facebook's Soulless (But Popular) Metaverse So You Don't Have To
27.1.2022
The metaverse is supposed to be the future, so it’s got the world buzzing with excitement. Hilariously, though, the prominence of the “futuristic” buzzword has caused old footage of digital worlds to explode on social media, largely driven by the fact that nobody really understands what the hell...
I Love You, Ringo
27.1.2022
Some things happen in your life at exactly the right time. It could be meeting the right person, discovering an open source project you go on to join, or even starting a blog when you’re bored with a job you don’t enjoy. All of those things happened to me at the right time and brought...
NYC Mayor Eric Adams Defends Receiving Paycheck in Bitcoin as Price Crashes
26.1.2022
The mayor of New York City, Eric Adams, converted his first paycheck into bitcoin and ether before the price of the cryptocurrencies plummeted. However, the mayor said, “When you are a long-term investor, you don’t keep your eyes on your portfolio.” He added that the purpose...
Why Don’t Developers Take Accessibility Seriously?
24.1.2022
You know that joke, “Two front-end developers walk into a bar and find they have nothing in common”? It’s funny, yet frustrating, because it’s true.
This article will present three different perspectives on accessibility in web design and development. Three …
Why Don’t Developers Take...
SEC Chairman Gary Gensler Stresses Crypto Trading Platforms Must Be Regulated to Ensure Investor Protection
20.1.2022
The U.S. Securities and Exchange Commission (SEC) is focusing on bringing cryptocurrency exchanges “inside the investor protection remit,” Chairman Gary Gensler has revealed. “If the trading platforms don’t come into the regulated space, it’d be another year...
Šumavský Don Quijote: Josef Menčík se postavil nacistům na koni a s halapartnou
17.1.2022
Dne 30. září 1938 byla podepsána mnichovská dohoda, která rozhodla o odstoupení pohraničních území ČSR hitlerovskému Německu. Jedním z mála, kdo se odvážil postavit nacistům na odpor, byl Josef Menčík. Nepřátelskou armádu se rozhodl zastavit po rytířsku
A Practical Tip For Using Sass Default Parameters
13.1.2022
Sass offers functions and mixins that accept parameters. You can use Sass default parameters, that is, parameters that have a value even if you don’t provide them when the function or mixin is called.
Let’s focus on mixins here. …
A Practical Tip For Using Sass Default...
Leading Crypto Exchange BitYard Offers Trading in Over 150 Countries – Here’s How You Can Benefit
13.1.2022
Come join and become a part of BitYard, the leading crypto exchange that takes crypto trading to a whole new level & strives to provide users the best trading experience. With 500,00+ users already trading in over 150 countries, don’t wait, join today to benefit immensely...
Don’t mention ‘K’ country: Bitcoin Magazine's YouTube restored after ban
12.1.2022
After Bitcoin Magazine’s YouTube channel was temporarily shut down without prior warning, the livestream’s hosts suggested that mentions of “Kazakhstan” may have been flagged by the platform’s algorithm
Halo Infinite Players To 343: Ignore The Pros, Don’t Nerf The Best Gun
10.1.2022
If you’ve played Halo Infinite’s multiplayer mode, you know how good the mangler is. The sidearm has recently sparked debate among Halo’s community, highlighting a divide as old as time. Pros want its efficacy reduced. The Halo hoi polloi doesn’t exactly agree.Read more
Don’t Fight the Cascade, Control It!
10.1.2022
If you’re disciplined and make use of the inheritance that the CSS cascade provides, you’ll end up writing less CSS. But because our styles often comes from all kinds of sources — and can be a pain to structure and …
Don’t Fight the Cascade, Control It! originally published...
Čichání k tangům, chlastání. D4 je podivnost, která stojí za pozornost
8.1.2022
Některé videohry svou bizarností vyčuhují nad ostatními tituly o celé kilometry. U tvorby šíleného vývojáře Sweryho to platí dvojnásob. Nejinak je tomu i u detektivky D4: Dark Dreams Don’t Die
Notes on Josh Comeau’s Custom CSS Reset
5.1.2022
We recently talked with Elad Shechter on his new CSS reset, and shortly after that Josh Comeau blogged his.
We’re in something of a new era of CSS resets where… you kind of don’t need one? There isn’t …
Notes on Josh Comeau’s Custom CSS Reset originally...
Should CSS Override Default Browser Styles?
4.1.2022
CSS overrides can change the default look of almost anything:
You can use CSS to override what a checkbox or radio button looks like, but if you don’t, the checkbox will look like a default checkbox on your operating system
…
Should CSS Override Default Browser Styles? originally...