Search
Using Absolute Value, Sign, Rounding and Modulo in CSS Today
28.7.2021
For quite a while now, the CSS spec has included a lot of really useful mathematical functions, such as trigonometric functions (sin(), cos(), tan(), asin(), acos(), atan(), atan2()), exponential functions (…
The post Using Absolute Value, Sign, Rounding and Modulo in CSS Today appeared...
Learnings From a WebPageTest Session on CSS-Tricks
28.7.2021
I got together with Tim Kadlec from over at WebPageTest the other day to use do a bit of performance testing on CSS-Tricks. Essentially use the tool, poke around, and identify performance pain points to work on. You can watch …
The post Learnings From a WebPageTest Session on CSS-Tricks...
ES2021 Features
28.7.2021
Hemanth HM very succinctly shows off ES2021 features. Gosh it doesn’t feel like that long ago that all we could talk about is ES2015, and now that’s over a half-decade behind us. New things include “arbitrarily chuck underscores in numbers.” …
The post ES2021 Features...
Brazilian Burger King Customers Can Now Purchase Meat-Flavored Dog Biscuits With Dogecoin
27.7.2021
According to regional reports, the Burger King franchise in Brazil has introduced a new type of food specifically made for canines called the “Dogeppr.” The new product is a dog biscuit that canine owners can purchase for their pets and the company is accepting dogecoin crypto payments...
CSS Logical Properties and Values
27.7.2021
Now that cross-browser support is at a tipping point, it’s a good time to take a look at logical properties and values. If you’re creating a website in multiple languages, logical properties and values are incredibly useful. Even if you’re …
The post CSS Logical Properties...
Demystifying styled-components
27.7.2021
 Joshua Comeau digs into how styled-components works by re-building the basics. A fun and useful journey.
styled-components seems like the biggest player in the CSS-in-React market. Despite being in that world, I haven’t yet been fully compelled by it. I’m …
The post...
How crypto can modernize the world of lending
26.7.2021
Crypto lending offers powerful advantages when compared with the status quo, including more competitive interest rates and flexible terms
How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust
26.7.2021
At Cloudflare, we have a great product called Workers KV which is a key-value storage layer that replicates globally. It can handle millions of keys, each of which is accessible from within a Worker script at exceptionally low latencies, …
The post How I Built a Cross-Platform Desktop...
Slinkity
26.7.2021
Perhaps the #1 reason I love Astro is that it brings the JavaScript component authoring experience to the Static Site Generator world with zero JavaScript (except bits you very specifically opt-in to). That HTML-first approach is also why I like …
The post Slinkity appeared first...
Jack Dorsey Calls Bitcoin a ‘Big Part’ of Twitter’s Future as a Global Currency
26.7.2021
Twitter CEO Jack Dorsey says that bitcoin will be a big part of the company’s future. “If the Internet has a native currency, a global currency, we are able to move so much faster with products such as Super Follows, Commerce, Subscriptions, Tip Jar, and we can reach every single person...
More People Can Play Mini Motorways Now, Which Is Nice
26.7.2021
I mean no disrespect to Apple Arcade subscribers here, but there’s a growing trend where very good games appear on the service, are widely ignored by the majority who aren’t a part of it, then get to be enjoyed like brand new games for the first time by everyone else when they finally land on other...
How Cryptocurrencies Can Benefit Our Online Play
26.7.2021
The text below is an advertorial article that was not written by Cryptonews.com journalists.
Introduction
Are you curious about crypto? Cryptocurrency has become increasingly popular in the gaming industry. Players want to exchange their winnings for a currency they can use to buy and sell...
The Week In Games: Butterfly In The Sky, I Can Go Twice As High
25.7.2021
It’s time to take to the skies via your Xbox Series X or S, because Microsoft Flight Simulator is out this week on the shiny next-gen Xbox. Read more
Valve Says It Hasn't Found A Game That The Steam Deck Can't Handle
25.7.2021
Valve’s Steam Deck is a powerful piece of hardware, based on the specs released. According to Valve, it’s powerful enough to play everything the company has tested on it at 30 fps or more. Read more
Strategist Mike McGlone Believes Bitcoin Can Jump to $60K Resistance vs. $20K Support
25.7.2021
The senior commodity strategist at Bloomberg Intelligence, Mike McGlone, has been long on bitcoin for a while now and he said last month that bitcoin has a “bullish ace up its sleeve.” This week the strategist’s analysis notes that bitcoin prices will likely revert toward the $60K...
Users Criticize Uniswap’s Decision to Remove Over 100 Tokens From Main Interface
25.7.2021
The largest decentralized exchange (dex) platform, in terms of trade volume, Uniswap has revealed the dex has removed a number of tokens from the platform interface. The community assumes the tokens could be deemed securities by global regulators. Uniswap users can still swap these tokens...
Slugma Can Never Sleep
24.7.2021
Every Pokemon is interesting and worth talking about. I don’t play a ton of Pokemon, but I do enjoy the universe and I love learning more about the creatures in it. So, Here’s Another Pokemon! It’s Slugma!Read more
Web Features That May Not Work As You’d Expect
23.7.2021
As the web gets more and more capable, developers are able to make richer online experiences. There are times, however, where some new web capabilities may not work as you would expect in the interest of usability, security and privacy.…
The post Web Features That May Not Work As You’d...
My petite-vue review
23.7.2021
Dave:
petite-vue is a new cut of the Vue project specifically built with progressive enhancement in mind. At 5kb, petite-vue is a lightweight Alpine (or jQuery) alternative that can be “sprinkled” over your project requiring no extra bundling steps
…
The post My petite-vue...
Organize your CSS declarations alphabetically
23.7.2021
Eric, again not mincin’ no words with blog post titles. This is me:
The most common CSS declaration organization technique I come across is none whatsoever.
Almost none, anyway. I tend to group them by whatever dumps out of my …
The post Organize your CSS declarations alphabetically...