Search
Opensea NFT Marketplace Claims Employee Profited From Insider Information
16.9.2021
On September 15, the top non-fungible token (NFT) marketplace, Opensea, revealed that an Opensea executive profited from insider trading. “Yesterday we learned that one of our employees purchased items that they knew were set to display on our front page before they appeared there...
NFT Insider Trading On OpenSea Highlights Benefits of Decentralization
15.9.2021
tain, appears to have several secret wallets that buy the marketplace’s drops before they are listed, “then sells them shortly after the front-page-hype spike for profits, and then tumbles them back to his main wallet with his [Crypto]punk on it.”OpenSea
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...
Pundits Rage about ‘Skewed’ New York Times Crypto-DeFi Front Page
6.9.2021
An article published on the front page of the New York Times (NYT) has claimed that a “boom in companies offering cryptocurrency loans and high-yield deposit accounts” is “disrupting the banking industry” and has left regulators “scrambling to catch up.” But it is an article that has already...
Native JavaScript Routing?
23.8.2021
We can update the URL in JavaScript. We’ve got these APIs:
// Adds to browser history
history.pushState({}, "About Page", "/about");
// Doesn't
history.replaceState({}, "About Page", "/about");
JavaScript is also capable of replacing any content in the DOM....
Using Nuxt and Supabase for a Multi-User Blogging App
19.8.2021
Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things.
I’ve been enjoying using frameworks like Nuxt and Next because they …
The...
How Be and the Muffin Builder will reinvent the way you build websites
17.8.2021
One of the fastest and most intuitive page builders is an integral part of BeTheme’s’ all-in-one WordPress toolkit. Learn more about how the Muffin Live Builder can transform the way you work.
The post How Be and the Muffin Builder will reinvent the way you build websites appeared first on Codrops
Wanna see a whiter white?
11.8.2021
Heck of a CSS trick here from Dongsung Kim.
There are hidden HDR videos playing at the corners of this page. When a HDR-capable browser encounters one, it switches to HDR mode. For some reason, CSS backdrop-filter + brightness >100%
…
The post Wanna see a whiter white? appeared first...
View Source (on Mobile)
10.8.2021
Have you ever wished you could see the HTML source of a web page while on a mobile browser, which generally doesn’t offer that feature? If you have a desktop machine around, there are ways, but what I mean …
The post View Source (on Mobile) appeared first on CSS-Tricks. You can support...
View Source (on Mobile)
10.8.2021
Have you ever wished you could see the HTML source of a web page while on a mobile browser, which generally doesn’t offer that feature? If you have a desktop machine around, there are ways, but what I mean …
The post View Source (on Mobile) appeared first on CSS-Tricks. You can support...
SVG Gobbler
6.8.2021
Great little project from Ross Moody:
SVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
…
The post SVG Gobbler appeared first on CSS-Tricks....
A Deep Dive on Skipping to Content
3.8.2021
While most people browsing the web on a computer use a mouse, many rely on their keyboard instead. Theoretically, using a web page with the keyboard should not be a problem — press the TAB key to move the keyboard …
The post A Deep Dive on Skipping to Content appeared first on CSS-Tricks....
Nodeseeds Launches Three-Tier Membership to Ensure Transparency and Fair Allocation of Projects
3.8.2021
PRESS RELEASE. Blockchain venture capitalist firm Nodeseeds has announced the launch of a three-tier membership system to democratize its investment process. Nodeseeds revealed further details in a blog post on its medium page. Fair Allocation Tier System According to the post, Nodeseeds stated...
How do you make a layout with pictures down one side of a page matched up with paragraphs on the other side?
30.6.2021
I got this exact question in an email the other day, and I thought it would make a nice blog post because of how wonderfully satisfying this is to do in CSS these days. Plus we can sprinkle in polish …
The post How do you make a layout with pictures down one side of a page matched up with...
There Are Now Twice as Many 2021 ‘Bitcoin Deaths’ Compared to 2020’s BTC Obituaries List
30.6.2021
Bitcoin is down in value 45% since the crypto asset’s all-time high (ATH) three months ago and the downward movement has ignited significant speculation about another bear market. Other skeptics believe that bitcoin has died, as the web page that hosts bitcoin obituaries indicates 2021...
Chapter 9: Community
24.6.2021
In April of 2009, Yahoo! shut down GeoCities. Practically overnight, the once beloved service had its signup page replaced with a vague message announcing its closure.
We have decided to discontinue the process of allowing new customers to sign up
…
The post Chapter 9: Community appeared...
Detect Unused Classes in… HTML
16.6.2021
Usually, when “unused” comes up in conversation regarding CSS, it’s about removing chunks of CSS that are not used in your site or, at least, the styles not currently in use on a specific page. The minimal amount of CSS …
The post Detect Unused Classes in… HTML...
A Crash Course in WordPress Block Filters
2.6.2021
Blocks in WordPress are great. Drop some into the page, arrange them how you like, and you’ve got a pretty sweet landing page with little effort. But what if the default blocks in WordPress need a little tweaking? Like, what …
The post A Crash Course in WordPress Block Filters appeared first...
What Google’s New Page Experience Update Means for Images on Your Website
6.5.2021
It’s easy to forget that, as a search engine, Google doesn’t just compare keywords to generate search results. Google knows that if people don’t enjoy their experience on a web page, they won’t stay on the page long enough to …
The post What Google’s New Page Experience Update Means...
Image Optimization Strategies Compared (Sponsored)
30.4.2021
We all know the stats. Slower website performance is strongly linked to higher abandon rates and lower conversions. What you may not know is that the main culprit is bloated web page payloads, bringing down our otherwise performant web pages via images. That being said, images also drive...