Search
US Says North Korea Has 6,000 Hackers: Many in Belarus, China, India, Malaysia, Russia
20.8.2020
North Korea allegedly has about 6,000 hackers, many of whom operate abroad, according to a recent report published by the U.S. Army. The infamous Lazarus Group, thought to be linked to a number of cryptocurrency exchange hacks, is among them. North Korea’s Bureau 121 The U.S. Army recently...
Why Developers should Design Niche Portfolio Sites for Themselves
20.8.2020
This post will show you how to design niche portfolio sites that instantly impress prospective clients and save you the trouble in trying to find and sell them yourself.
The post Why Developers should Design Niche Portfolio Sites for Themselves appeared first on Codrops
NFTs Are Boring; Here’s How to Make Them Fun
19.8.2020
Crypto collectables have a limited audience, but the underlying technology behind NFTs can create novel online experiences and games for everyone
radEventListener: a Tale of Client-side Framework Performance
18.8.2020
React is popular, popular enough that it receives its fair share of criticism. Yet, this criticism of React isn’t completely unwarranted: React and ReactDOM total about 120 KiB of minified JavaScript, which definitely contributes to slow startup time. When client-side rendering in React is relied...
The New CSS-Tricks Video Intro by dina Amin
18.8.2020
You know we do video screencasts, right? It’s not, like, super regular, but I have done them for a long time, still like doing them, and plan to keep doing them. I publish them here, but you can subscribe over on YouTube as well.
I’ve had a couple of different custom video intro...
3 People Arrested in Hong Kong for Cheating Bitcoin ATMs
16.8.2020
The authorities in Hong Kong have arrested three people in connection with robberies from six bitcoin ATMs after two cryptocurrency exchanges reported funds being illegally withdrawn from them. 6 Bitcoin ATMs Targeted The Hong Kong Police Force’s cybersecurity and technology crime bureau...
That’s Just How I Scroll
14.8.2020
How do you know a page (or any element on that page) scrolls? Well, if it has a scrollbar, that’s a pretty good indication. You might still have to scrapple with your client about “the fold” or whatever, but I don’t think anyone is confused at what a scrollbar is or what...
Passive Income via Digital Wealth: A Deep Dive Into Crypto Earning, Staking, Interest Bearing Accounts
12.8.2020
During the last two years investment vehicles that allow crypto asset holders to gather yields have grown exponentially and anyone can make passive income with a number of avenues. Staking validators, decentralized finance (defi) lending services, and interest rate earning accounts provide digital...
System UIcons
11.8.2020
This is a great collection of icons by Corey Ginnivan that’s both free and with no attribution required when you use them. The style is super simple. Each icon looks like older versions of the icons from macOS to me because they’re cute but not too cute.
Also? The icon picker UI is slick and looks...
Year-End Gold and Bitcoin Price Predictions from Regular Everyday People
10.8.2020
Just recently, news.Bitcoin.com talked to a number of individuals and asked them to let us know what they think the price of bitcoin and gold will be by the year’s end. Rather than leveraging the typical predictions from experts, executives, and crypto luminaries, the post delves into...
Warp SVG Online
6.8.2020
The warping is certainly the cool part here. Some fancy math literally transforms the path data to do the warping. But the UX detail work here is just as nice. Scrolling the page zooms in and out via a transform: scale() on the SVG wrapper (clever!). Likewise, holding the spacebar lets you...
The Cicada Principle, revisited with CSS variables
5.8.2020
Lea Verou digging up the CSS trickery classic and applying it to clip the backgrounds of some code blocks:
The main idea is simple: You write your main rule using CSS variables, and then use :nth-of-*() rules to set these variables to something different every N items. If you use enough...
Major Chinese Banks Bar Customers From Buying Gold, Precious Metals
1.8.2020
Major Chinese banks have taken measures to prevent customers from buying gold, platinum, palladium, and other precious metal-related products through them. The Shanghai Gold Exchange also says it may take necessary measures to curb gold trading to “protect investors.” Chinese Banks...
Chinese Police Take Down $6 Billion Plustoken Ponzi, Arrest 109 People
31.7.2020
Chinese authorities have reportedly arrested 109 people in connection with the Plustoken Ponzi scheme. Twenty-seven of them are allegedly the scheme’s masterminds and 82 are key members. The Plustoken scammers have swindled funds worth about $5.7 billion from more than 2 million investors....
Spotting a Trend
31.7.2020
There are tons of smokin’ hot websites out there, with an equal or greater number of talented designers and developers who make them. The web is awesome like that and encourages that sort of creativity.
Even so, it amazes me that certain traits find their way into things. I mean, it makes...
Want to get better at code? Teach someone CSS.
28.7.2020
A friend of mine recently asked me to teach her to code. She was an absolute beginner, having no idea what coding really involves. I decided to start where I started: HTML and CSS. Using CodePen, we started forking Pens and altering them. Soon, a learning path started to unravel.
The aim of this...
New Russian Law Bans Bitcoin Payments for Goods and Services
24.7.2020
Russian lawmakers have passed a bill that gives legal status to cryptocurrencies such as bitcoin – but bans them from being used to pay for goods and services. Legislators approved the Digital Financial Assets (DFA) bill on July 22 after its third and final reading. It had already won backing...
Accordion Rows in CSS Grid
23.7.2020
I’d bet grid-template-columns is used about 10× more than grid-template-rows, but maybe everyone has just been missing out. Eric Meyer chucks a bunch of row lines onto his main site layout grid like this:
grid-template-rows: repeat(7, min-content) 1fr repeat(3, min-content);
That way, if...
Investors Now Lose Money by Holding Bonds, Pushing Them Into Riskier Assets
23.7.2020
Inflation-adjusted yields on all U.S. treasury bonds are now negative as the Fed is widely believed to be propping up markets
Reactive jQuery for Spaghetti-fied Legacy Codebases (or When You Can’t Have Nice Things)
22.7.2020
I can hear you crying out now: “Why on Earth would you want to use jQuery when there are much better tools available? Madness! What sort of maniac are you?” These are reasonable questions, and I’ll answer them with a little bit of context.
In my current job, I am responsible for the care...