Search
Break a forEach Loop with JavaScript
22.12.2020
I’ve written a number of blog posts about JavaScript tricks: Promise tricks, type conversion tricks, spread tricks, and a host of other JavaScript tricks. I recently ran into another JavaScript trick that blew my mind: how to break a forEach loop. To break the forEach loop at any point,...
I learned to love the Same-Origin Policy
17.12.2020
I spent a good chunk of my work life this year trying (in collaboration with the amazing Noam Rosenthal) to standardize a new web platform feature: a way to modify the intrinsic size and resolution of images. And hey! We did it! But boy, was it ever a learning experience.
This wasn’t my first...
CNBC’s Ran Neuner launches world’s first 24/7 crypto call-in station
24.11.2020
CryptoBanter is the first cryptocurrency-centric media outlet available 24/7
“Durable”
20.10.2020
Looks like the word “durable” is an emerging term in the world of serverless. As I understand it, it’s like allowing for state in places you wouldn’t normally expect to have it. For example, you call some cloud function and run some JavaScript… unless you have it...
Gumové biolepidlo usnadní chirurgické zákroky a urychlí hojení ran
24.8.2020
Gumové biolepidlo usnadní chirurgické zákroky a urychlí hojení ran
New Suit Alleges Utahn Ponzi Operators Took the Money and Ran
16.7.2020
New suit looks to recover nearly three quarters of a million dollars from alleged ponzi scheme that claimed major altcoin gains amid crypto winter
Vanguard Ran Its Digital Asset-Backed Securities Pilot in 40 Minutes
23.6.2020
Vanguard and a handful of high-profile players are piloting ways to record the entire lifecycle of an asset-backed security on a blockchain. Here's why
Modern CSS Solutions for Old CSS Problems
11.5.2020
This is a hell of a series by Stephanie Eckles. It’s a real pleasure watching CSS evolve and solve problems in clear and elegant ways.
Just today I ran across this little jab at CSS in a StackOverflow answer from 2013.
This particular jab was about CSS lacking a way to pause between...
Blockstack Ran on Token Sales in 2019, Says Latest SEC Filing
30.4.2020
Blockstack disclosed that its $23 million revenue in 2019 came almost entirely from Stacks token sales
OnChain Capital’s Coronavirus Relief Fund ‘Overwhelmed’ by Applicants
8.4.2020
The Runway Fund expects to make its first investments into startups impacted by COVID-19 next week
Bitcoin Revolution: Wanna Earn $1,000 a Day? Government Warns About This Scam
1.4.2020
A cryptocurrency investment scheme called Bitcoin Revolution has recently garnered interest worldwide with its claim that investors could easily earn over $1,000 a day. They could even become millionaires within 61 days using the Bitcoin Revolution app. However, this is a scam and it recently...
Use a:visited in your CSS stylesheet
9.3.2020
Evert Pot:
Unfortunately, when setting a new color (e.g. a { color: #44F }) the ‘purple visited link’ feature also gets disabled. I think this is a shame, as there’s so many instances where you’re going through a list of links and want to see what you’ve seen before.
The 2 examples I ran into...
“Browser Functions”
26.1.2020
Serverless functions are fairly straightforward. Put a bit of back-end language code, like Node, in the cloud and communicate with it via URL. But what if that URL didn't run a back-end language, it ran an actual browser? Richard Young:
We can now do full stack development using just Web APIs....
The Making of a “Special Series” on a WordPress Site
18.12.2019
We just ran a fancy article series here on CSS-Tricks with a bunch of different articles all answering the same question. By fancy, I mean two things:
The articles had a specially-designed template just for them. (Example)
The series has a specially-designed landing page.
One of the reasons...
They Biked, Ran and Swam Over 200 Miles Across Europe – All for Bitcoin
28.8.2019
A group of bitcoin enthusiasts just ran, biked and swam across Europe, all to promote the cryptocurrency they believe is leaving a powerful, positive mark on the world. The first “Satoshi Freeathlon” officially finished this weekend, in which a group of seven bitcoin enthusiasts flexing...
Indian Crypto Dreams Crash Down As Government Proposes 10 Year Jail Term For Crypto Trading
8.6.2019
All the crypto dreams in India came down crashing, and a new bill has been introduced in India, proposing a complete ban on crypto trading and criminalizing it. The Banning of Cryptocurrency and Regulation of Official Digital Currency Bill, 2019, proposes a 10-year prison term for anyone engaged...
Creating a Diversity Scholarship Program for Your Conference
20.5.2019
My partner and I ran a design and development conference company for eight years. During that time, we produced hundreds of hours of conferences, both on-site and online. Diversity scholarships were only becoming a typical conference offering around the time we decided to sunset our business....
In Defense of the Ternary Statement
10.4.2019
Some months ago I was on Hacker News (as one does) and I ran across a (now deleted) article about not using if statements. If you’re new to this idea (like I was), you’re in a for a real treat. Just search for "if statements" on Hacker News. You'll get articles proposing that you might not need...
E-obvaz urychluje hojení ran pomocí elektrického pole
2.1.2019
E-obvaz urychluje hojení ran pomocí elektrického pole
Annotated Build Processes
14.12.2018
When you're putting together a build process for a site, it's so dang useful to look at other people's processes. I ran across Andrew Welch's "An Annotated webpack 4 Config for Frontend Web Development" the other day and was glad he blogged it. If I was kicking off a new site where I wanted...