Search
What I Like About Vue
25.7.2019
Dave Rupert digs into some of his favorite Vue features and one particular issue that he has with React:
I’ve come to realize one thing I don’t particularly like about React is jumping into a file, reading the top for the state, jumping to the bottom to find the render function, then following...
Smooth Scrolling Image Effects
23.7.2019
A small set of ideas on animating images and other elements while smooth scrolling a page.
Smooth Scrolling Image Effects was written by Mary Lou and published on Codrops
Market Outlook: Crypto Bulls Rally After Bearish Downturn
18.7.2019
Since July 13, digital currency prices have dropped in value significantly, but most coins have since experienced some recovery. While many crypto supporters are optimistic on where the markets are headed, traders and analysts have noticed a bullish-to-bearish trend. BTC and a slew of other...
A Peek at New Methods Coming to Promises
16.7.2019
Promises are one of the most celebrated features introduced to JavaScript. Having a native asynchronous artifact baked right into the language has opened up a new era, changing not only how we write code but also setting up the base for other freat APIs — like fetch!
Let's step back a moment...
Polkadot Tokens Valued at $75 Pre-Launch in Crypto ‘Futures’ Offering
16.7.2019
They don't exist yet, but you can soon buy Polkadot tokens from CoinFLEX via a new mechanism: the initial futures offering (IFO)
Bitcoin Cash Merchant Adoption Grows and Exchange Supports BCH in the Weekly Video Update
15.7.2019
Businesses around the world continue to adopt bitcoin cash as a payment method and an exchange adds support for trading BCH. Watch these and other developments discussed in this week’s video update hosted by Roger Ver on Bitcoin.com’s Youtube channel. Also Read: Win 2019 Rugby World...
Can We Trust Crypto Exchanges With Each Other's Coins?
13.7.2019
Crypto-exchanges are getting big ideas. Barely satisfied with merely facilitating trades between investors, the biggest among them are branching out to launch their own blockchains, their own tokens, and their own ecosystems.
This, at least, is what Binance has been doing in recent months...
Big Guns of Crypto Fraternity React to Trump’s Tweets on Bitcoin and Other Cryptocurrencies
12.7.2019
Cryptocurrencies have been at a tussle with regulators and lawmakers globally for a long time, however, the fight took a notch higher when US President Donald Trump tweeted late night that he isn’t a fan of Bitcoin and other cryptocurrencies. He blasted Bitcoin accusing it of being used...
Weekly Platform News: HTML Inspection in Search Console, Global Scope of Scripts, Babel env Adds defaults Query
11.7.2019
In this week's look around the world of web platform news, Google Search Console makes it easier to view crawled markup, we learn that custom properties aren't computing hogs, variables defined at the top-level in JavaScript are global to other page scripts, and Babel env now supports the defaults...
Bitcoin Price Analysis: BTC Had A Bad Day And Might Have Affected Other Altcoins As Well
11.7.2019
After trading in the bullish range for quite some time, BTC is gain back to the bearish platform and is declining sharply at a faster rate. This is indeed alarming for all other altcoins. The biggest issue is that all other altcoins had already lost much of their values to BTC in last few months...
Developing a robust font loading strategy for CSS-Tricks
10.7.2019
Zach Leatherman worked closely with Chris to figure out the font loading strategy for this very website you're reading. Zach walks us through the design in this write-up and shares techniques that can be applied to other projects.
Spoiler alert: Font loading is a complex and important part of...
The Top Tech People to Follow on Twitter for Your Stack
9.7.2019
Twitter like other social media bring people together, and lots of everyday activities go on here too, people get jobs, sell, connect, work and even get items for free. This brings in the q
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">
...
US City Plans SLP Token and Canadian Platform Adds BCH in the Bitcoin.com Weekly Video
7.7.2019
An American city is planning to launch its own SLP token and a Canadian trading platform adds support for BCH pairs. Watch these and other developments discussed in this week’s video update on Bitcoin.com’s Youtube channel. Also Read: Bitcoin Cash ETP Lists on Leading Swiss Stock...
‘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...
Binance Report: Bitcoin Decorrelated with Other Cryptos in Q2 2019
5.7.2019
Bitcoin’s correlation with other cryptos dropped in Q2 2019, possibly due to the earlier bull run, a new Binance report says
Bitcoin and Black Market Fiat: Hyperinflation Crushes Venezuela as Global Devaluation Ramps Up
2.7.2019
Venezuela is being crushed by staggering hyperinflation as a sharply divisive political crisis has the economy in ruins. Some are seeking refuge in alternatives to the national currency, like foreign fiat and crypto. The situation also calls into question the long-term trajectories of other, less...
CloudFlare Outage Takes Down Coinbase, CoinMarketCap and Other Top Crypto Websites
2.7.2019
The outage hit multiple major exchanges and information sites
Making width and flexible items play nice together
1.7.2019
The short answer: flex-shrink and flex-basis are probably what you’re lookin’ for.
The long answer
Let’s say you want to align an image and some text next to each other with like this:
Now let's say you reach for flexbox to make it happen. Setting the parent element to display: flex; is a good...
Flowery V20 Talk and Government Terror: Why Darknet Crime Is the Least of Our Worries
1.7.2019
Governments and central banking regulatory bodies continue to express concern about crypto being used for criminal purposes and terror. The terror campaigns of these very same governments continue unabated, however. In the wake of the V20 summit it might seem that lawmakers actually care about...