Search
Embracing Asymmetrical Design
20.9.2021
I’ll never forget one of Karen McGrane’s great lessons to the world: truncation is not a content strategy. The idea is that just clipping off text programmatically is a sledgehammer, and avoids the kind of real thinking and planning that …
The post Embracing Asymmetrical Design...
imba
20.9.2021
It’s not every day you see a new processor for building websites that reinvents the syntax for HTML and CSS and JavaScript. That’s what imba is doing.
That’s an awful lot of vendor lock-in, but I guess if you get …
The post imba appeared first on CSS-Tricks. You can support...
Action Game Shows BOTW Up, Has A Great Weapon Durability System
20.9.2021
Weapon durability in video games carries a semblance of realism, illustrating that nothing lasts forever no matter how well it’s built. Still, having my shiny new sword break in something like The Legend of Zelda: Breath of the Wild is some bullshit. It not only disrupts game flow when I’m pulling...
Designing Beautiful Shadows in CSS
18.9.2021
My favorite kind of blog post is when someone takes a subject that I’ve spent all of five minutes considering and then says—no!—this is an enormous topic worthy of a dissertation. Look at all the things you can do with …
The post Designing Beautiful Shadows in CSS appeared first...
Shadow Roots and Inheritance
16.9.2021
There is a helluva gotcha with styling a <details> element, as documented here by Kitty Guiraudel. It’s obscure enough that you might never run into it, but if you do, I could see it being very confusing (it would confuse …
The post Shadow Roots and Inheritance appeared first...
2021 Scroll Survey Report
16.9.2021
Here’s a common thought and question: how do browsers prioritize what they work on? We get little glimpses of it sometimes. We’re told to “star issues” in bug trackers to signal interest. We’re told to get involved in GitHub threads …
The post 2021 Scroll Survey...
kbar
15.9.2021
It’s not every day that a new pattern emerges across the web, but I think cmd + k is here to stay. It’s a keyboard shortcut that usually pops open a search UI and it lets you toggle settings on …
The post kbar appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter
Bitcoin and Ethereum Break Resistance, LINK and UNI Rally
15.9.2021
nk" rel="noopener noreferrer" href="https://www.tradingview.com/symbols/ETHUSD/">ETH was able to climb above the USD 3,380 and USD 3,400 resistance levels. XRP is still struggling to gain momentum above USD 1.10. ADA is consolidating near the USD 2.40 level.Total market capitalization
Jamstack Conf 2021
14.9.2021
(This is a sponsored post.)
What? Jamstack Conf! It’s the best! Learn what’s happening and what’s next for this hot ecosystem.
When? October 6–7, 2021
Where? Virtual / online.
How much? It’s free! There are workshops as well though, …
The post Jamstack Conf 2021...
PocketNet Changes Name to Bastyon and Releases Private Messaging App With PKOIN Chat Payments
10.9.2021
Bastyon’s messaging app would include end-to-end encryption, no link to phone number or any other metadata making it the most private messenger. Pocketnet, the social network based on proof-of-stake blockchain technology, enters a new phase of growth by changing its name to Bastyon and...
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...
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...
New Glitch Could 'Break' BOTW Wide Open, Speedrunners Say
7.9.2021
The Legend of Zelda: Breath of the Wild is the gift that keeps on giving. Though Nintendo’s open-world extravaganza is well over four years old by now, players are still finding new ways to break the game at the altar of entertainment. Case in point: Just this weekend, BotW speedrunner...
Guardian Link Announces Partnership With BeyondLife.Club, Launching Amitabh Bachchan’s NFT Collection
7.9.2021
PRESS RELEASE. No-code NFT platform Guradianlink.io announces its strategic partnership with Beyondlife.Club, an exclusive platform for artists, brands, and celebrities from different fields of entertainment. 7th September 2021, Singapore — Influential Indian actor, producer, and TV host...
Price analysis 9/6: BTC, ETH, ADA, BNB, XRP, SOL, DOGE, DOT, UNI, LINK
6.9.2021
If bulls flip $52,000 to support, Bitcoin could see a substantial breakout that is likely to pull more buyers into select altcoins
LINK price locks in 36% gains following Ethereum layer-2's Chainlink integration
6.9.2021
LINK price surged also in the wake of a market-wide bullish boom, wherein Bitcoin and its top rivaling altcoins jumped in tandem
Chainlink (LINK): How Long Will It Take to Reach $50?
6.9.2021
Smart contracts have quickly developed into a whole new dimension of new technology supported by the existing blockchain network. Chainlink aims to ratify smart contracts bringing its achievable target of $50. The price action on chainlink has been ahead of major crypto leaders in terms...
Bitcoin Consolidates, Ethereum Flat, XRP and LINK Rally
6.9.2021
nce zone. XRP rallied and it was able to even spike closer to the USD 1.40 level. ADA could rally if there is a clear break above USD 3.00.Total market capitalizationSource: https://www.tra
AWS Lambdas: Easy, Easier, Easiest
4.9.2021
I’d say cloud functions are one of the most transformative technologies in the last bunch of years. They are (usually) cheap, scale well, secure in their inherit isolation, and often written in JavaScript—comfortable territory for front-end developers. Nearly every cloud …
The post...