Search
You Should Be Hyped About This New God of War Character
13.9.2021
Santa Monica Studio already had my axe even before it revealed the new trailer for God of War Ragnarok during the PlayStation Showcase. But now it also has my curiosity after showing a character named Angrboda at the end of its first gameplay trailer.Read more
Social Image Generator + Jetpack
13.9.2021
I feel like my quest to make sure this site had pretty sweet (and automatically-generated) social media images (e.g. Open Graph) came to a close once I found Social Image Generator.
The trajectory there was that I ended up …
The post Social Image Generator + Jetpack appeared first...
During September DBX Will Be Listed on the World’s Major Crypto Exchanges
11.9.2021
PRESS RELEASE. TALLIN, ESTONIA -The most interesting event of this fall is the listing of DBX tokens, that will be available around the world at the beginning of the season. The long-awaited listing of DBX will take place on 7 of the world’s most famous exchanges. The good news is that...
Before You Start: Tips For Playing Tales Of Arise
10.9.2021
Tales of Arise, the latest entry in Bandai Namco’s long-running series of games about spiky haired boys who scream “You bastard!!!” and then stab an evil dude, is a notable deviation from established formula. Rather than an action-oriented RPG, as you may expect by now, this one’s more of...
“Just in Time” CSS
10.9.2021
I believe acss.io is the first usage of “Atomic CSS” where the point of it is to be a compiler. You write CSS like this:
<div class="C(#fff) P(20px)"text
</div
And it will generate CSS like:
.C\(\#333\) {
color: #333;
…
The post “Just in Time” CSS appeared...
Tales Of Arise Is Even Better If You Remap The Buttons
10.9.2021
For years, Bandai Namco’s Tales games have largely been role-playing games with an action bent. Tales of Arise, out now for PlayStation, Xbox, and PC, is as close to a pure action game as ever, thanks to a streamlined battle system and a switch on the development end to the Unreal engine. It rules....
Fun Times Styling Checkbox States
10.9.2021
We might leave a text input unstyled. We might leave a link unstyled. Even a button. But checkboxes… we don’t leave them alone. That’s why styling checkboxes never gets old.
Although designing checkboxes is not that complicated, we also don’t …
The post Fun Times Styling Checkbox States...
EyeDropper API Dropped
10.9.2021
I had no idea this was coming but it’s pretty neat! Chrome has shipped the EyeDropper API in v95 (Canary, as I write).
???? Loving the new `EyeDropper` Web API:
“`jsawait new EyeDropper().open();// Returns the picked color, e.g.,
…
The post EyeDropper API Dropped appeared...
Save, Stake or Swap? These Coins Would Help You Earn with Every Transaction
10.9.2021
When people take an interest in cryptocurrencies and blockchain technology, it is not just because the technology is cutting-edge and the future; it is because of the money they stand to gain from it. When people think about making profits from crypto, they think in terms of investing or trading....
Syment Implementing Ternoa’s SecretNFTs to Enhance Their Real Estate Solutions
10.9.2021
a new partnership. This time we are talking about Syment, a French company that provides digital tools to help co-owners manage their real estate assets. You might be wondering what NFTs have to do with cond
Frameworks Helping Image Usage
9.9.2021
I recently blogged about how images are hard and it ended up being a big ol’ checklist of things that you could/should think about and implement when placing images on websites.
I think it’s encouraging to see frameworks — these …
The post Frameworks Helping Image Usage appeared...
Improve Largest Contentful Paint (LCP) on Your Website With Ease
9.9.2021
(This is a sponsored post.)
Optimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …
The post Improve Largest Contentful Paint (LCP)...
Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme
9.9.2021
Frontity is a framework for creating de-coupled (or "headless") WordPress sites. In this article, we dive into the process of spinning up such a site, with a detailed overview of the building blocks provided by Frontity and its flagship theme, Mars.
The post Mars Theme: A Deep Look at Frontity’s...
Introducing a Brand New Cryptonews.com Experience
9.9.2021
mproving our website and, this week, we're introducing this new look, hoping that it will make it easier for you to go through our news
Don’t attach tooltips to document.body
8.9.2021
Here’s Atif Afzal on using a <div> that is permanently on the page where tooltips are added/removed and how they perform vastly better than plopping those same tooltips right into the <body>. It’s not really discussed, but the reason …
The post Don’t attach...
The Story Behind TryShape, a Showcase for the CSS clip-path property
8.9.2021
I love shapes, especially colorful ones! Shapes on websites are in the same category of helpfulness as background colors, images, banners, section separators, artwork, and many more: they can help us understand context and inform our actions through affordances.
A …
The post The Story Behind...
Central Bank of Brazil Director States Government Will Know ‘Everything You Have in Bitcoin’
8.9.2021
Mauricio Moura, a current director of the Central Bank of Brazil, stated that anonymity won’t be a choice when making cryptocurrency transactions in the country. The representative stated that, sooner or later, all users would have their transactions identified by the government. These...
Ethair Market Is Taking on Amazon and eBay in a Move to Revolutionize the World of E-Commerce
8.9.2021
Ethair Market is a next generation online global marketplace where you can trade goods using fiat or cryptocurrency and earn points on every purchase. The marketplace is soon to be launched in the U.S. and Canada, with fiat payments support lined up for 43 more countries. You can earn ETHR tokens...
Can we have custom media queries, please?
8.9.2021
Stefan Judis notes that there is a spec for custom media queries, but seemingly no momentum on it at the moment. That lack of movement is unfortunate, as it’s almost guaranteed front-end developers all over would start using it as …
The post Can we have custom media queries, please?...
Fire SVG animations (SMIL) when the SVG is visible
7.9.2021
When requirements read “when visible” your brain should go straight to IntersectionObserver. That’s exactly what Zach is doing here to kick off an animation when it scrolls into view.
Except this animation is an SVG SMIL animation: an <animate>…
The post Fire...