Search
US Investors Used Loophole to Buy Bitfinex Exchange’s LEO Tokens
25.7.2019
Bitfinex says it won't sell its LEO tokens to U.S. investors. But two such entities bought the asset via third parties
Zoom, CORS, and the Web
23.7.2019
It's sorta sad by funny that that big Zoom vulnerability thing was ultimately related to web technology and not really the app itself.
There is this idea of custom protocols or "URL schemes." So, like gittower:// or dropbox:// or whatever. A native app can register them, then URLs that hit them...
Genesis’ Lending Surges Again in Q2 – and Not Just in Crypto
23.7.2019
Genesis Global Trading's lending business remains on a growth tear, especially its loans of dollars and stablecoins
A Beginner’s Journey to Launching a Website
22.7.2019
In September 2018, I was just a few months into my journey of learning web development. As I'm sure is the case with many new developers, it was a big task for me to learn not only the basic skills required, but also keeping current with the fast-moving industry. Just as I was getting to the level...
7 Unorthodox Ways to Mine Bitcoin
20.7.2019
Bitcoin isn’t crazy – in fact it might just be the soundest monetary system this generation has ever known. Some of the techniques miners have devised to extract it, however, are extremely unorthodox, ranging from the ingenious to the downright crazy. Here are seven of the strangest...
Get Peak WordPress Performance with Jetpack
18.7.2019
The irony of web performance is that the average page weight of a site continues to go up year after year, despite us being more aware of the problem and having more tools at our disposal to fight it than ever.
To paraphrase Seinfeld, "we know how to fight page weight issues; we just don't use...
Multi-Line Truncation with Pure CSS
17.7.2019
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side dancing) is nice for the simplicity. It's gotten a little easier lately since Firefox (since version 68) has started supporting the ultra-bizarre...
Diamonds and the Treasury Debt Ceiling: Why Nothing Has ‘Intrinsic Value’ in Economics
15.7.2019
The U.S. Treasury Department has just issued an urgent letter requesting a lift on the debt ceiling, warning Congress of imminent financial collision in September as federal cash is running out. Though this scenario has played out many times before, it takes on special significance now in light...
CSS Gradient Text
15.7.2019
Web developers know the fight we’ve all had to improve fonts on the web. Whether it be load time, odd strategies for using custom fonts (Cufon, anyone?), or just finding the right font itself, beautifying text on the web has never come easy. That got me thinking about fonts and CSS gradients, since...
EOS Price Analysis: EOS Falls Below $5 Just To Bounce Back Soon
12.7.2019
A new app, called GeneOS, has recently been launched on EOS blockchain by Block.One. The app is a self-sovereign personal genomics and wellness platform. It will allow users to obtain health insights generated by an algorithmic agglomeration of their DNA, laboratory, and activity data....
Bitcoin Cash Community on Bitkan’s K-Site Raises Funds for BCH Development
11.7.2019
Last year news.Bitcoin.com spoke with the cofounder of Bitkan, Fang Yu, about the company’s K-Site project, which acts as a decentralized media outlet, micro-blog and forum with rewards. Just recently, Bitkan spoke with news.Bitcoin.com about K-Site’s growth and how the platform’s...
Revive: A Free Tool that Analyzes Your Traffic and Finds the Content You Should Update
11.7.2019
I started Scotch as a web development tutorial blog. Over the years, I've learned far more than I expected. It was no longer just about web development
The Fight Against Layout Jank
11.7.2019
A web page isn't locked in stone just because it has rendered visually. Media assets, like images, can come in and cause the layout to shift based on their size, which typically isn't known in fluid layouts until they do render. Or fonts can load and reflow layout. Or XHRs can bring in more content...
Types or Tests: Why Not Both?
10.7.2019
Every now and then, a debate flares up about the value of typed JavaScript. "Just write more tests!" yell some opponents. "Replace unit tests with types!" scream others. Both are right in some ways, and wrong in others. Twitter affords little room for nuance. But in the space of this article we...
Introducing Netlify Analytics
10.7.2019
You work a while on a side project. You think it's pretty cool! You decide to release it into the world. And then… it goes well. Or it doesn’t go well. Wait, is that right? You forgot to add analytics — it just didn’t cross your mind at the time. Now you’re pretty curious how many people have...
Animating with Clip-Path
9.7.2019
clip-path is one of those CSS properties we generally know is there but might not reach for often for whatever reason. It’s a little intimidating in the sense that it feels like math class because it requires working with geometric shapes, each with different values that draw certain shapes...
A Little Reminder That Pseudo Elements are Children, Kinda.
8.7.2019
Here's a container with some child elements:
<div class="container">
<div>item</div>
<div>item</div>
<div>item</div>
</div>
If I do:
.container::before {
content: "x"
}
I'm essentially doing:
<div class="container">
...
With Just Team Joining Tron, TRX Registers 8.67% Gains In A Day
8.7.2019
The founder and chief executive officer (CEO) of Tron, Justin Sun, has recently announced that the company is going to welcome a very special team to its fold – Just. Team: https://t.co/WHISo0RSag is coming on #TRON soon. We force #blockchain adoption. Ready for autodecentric technology. #TRX...
Building an Animal Adoption Site with Node and Vue - Part 1
8.7.2019
Today we're going to build an application that showcases animals that are available for adoption! This will be a two part blog series, so in this portion we'll just learn how to se
‘Don’t Worry We Can Just Print More Money’ – Swedish Central Bank Ponders -1.5% Interest Rate
6.7.2019
At a press conference on Wednesday, the head of the Swedish Central Bank admitted that interest rates could potentially go as low as -1.5%, and quipped that Swedes likely wouldn’t even protest. Other countries implementing negative interest rate policies are producing lukewarm results that...