Search
Lots of Ways to Use Math.random() in JavaScript
30.11.2020
Math.random() is an API in JavaScript. It is a function that gives you a random number. The number returned will be between 0 (inclusive, as in, it’s possible for an actual 0 to be returned) and 1 (exclusive, as in, it’s not possible for an actual 1 to be returned).
Math.random(); // returns...
Ideaology’s IEO Ushers the Launch of Blockchain Platform for Innovators
26.11.2020
PRESS RELEASE. DUBAI, UAE – Ideaology is proud to announce its IDEA token pre-sale on December 1, 2020. The pre-sale event is an initial exchange offering (IEO) on P2PB2B exchange. Users will have a chance to purchase IDEA tokens with a 22% discount before the IDEA token public sale....
Rendering Spectrum
25.11.2020
Here are the big categories of rendering websites:
Client: ship a <div id="root"></div> and let a JavaScript template render all of it.
Static: pre-render all the HTML.
Server: let a live server process requests and generate the HTML response.
They are not mutually exclusive....
Yearnify Finance (YFY) Hidden Gem – Decentralized Finance Project, Pre-Sale Round 2 Is Now Live
20.11.2020
PRESS RELEASE. Yearnify Finance is considered as one of the most innovative sources of passive income by most of the investors. It has drawn attention due to its potential high returns and extreme security measures. What is Yearnify Finance? Yearnify Finance is a community-centered DeFi-project...
console.log({ myVariable });
19.11.2020
I think this might be my most popular tweet of all time, but I’m not sure how to verify that these days. I’ll restate this neat little trick here because blogging is cool and fun.
I used to do this a lot while debugging JavaScript:
console.log("myVariable: ", myVariable);
But now I...
Bitcoin mining revenue hits yearly high, after return to pre-halving levels
19.11.2020
Bitcoin mining revenue has topped $20 million per day, its highest level this year
GMT Token Pre-sale is Live Now
13.11.2020
PRESS RELEASE. GMT has started the pre-sale of the GMT token. In total 100,000 GMT will be sold in this phase at the price of 1GMT=0,004ETH and will increase to 1GMT=0,01ETH in the next round. Minimum purchase is 0,5ETH. Grandmarche is a DeFi platform that offers saving and borrowing, plus it will...
Understanding flex-grow, flex-shrink, and flex-basis
11.11.2020
When you apply a CSS property to an element, there’s lots of things going on under the hood. For example, let’s say we have some HTML like this:
<div class="parent"<div class="child"Child</div<div class="child"Child</div<div class="child"Child</div</div
And...
ARIA in CSS
11.11.2020
Jeremey reacting to Sara’s tweet, about using [aria-*] selectors instead of classes when the styling you are applying is directly related to the ARIA state.
… this is my preferred way of hooking up CSS and JavaScript interactions. Here’s [an] old CodePen where you can see...
Yearnify Finance (YFY) Bringing Value To Decentralized Finance Ecosystem – Token Pre-Sale Is Live
7.11.2020
Yearnify Finance is considered as one of the most innovative sources of passive income by most of the investors. It has drawn attention due to its potential high returns and extreme security majors. What is Yearnify Finance? In this article, we will provide detailed information about Yearnify...
Bitcoin miner revenue surges to pre-halving levels
6.11.2020
Miners are likely starting to sell some BTC at this point
Casino Token: Black Horse Finance (BLHF) Pre-sale started on 1st November 2020.
6.11.2020
PRESS RELEASE. Black Horse Finance (BLHF) is changing the way you play. Brought to you by the Black Horse Foundation, the BLHF will be the exclusive gaming token of some of the world’s leading gambling operators. Developed by an ambitious Casino lovers team, Black Horse Finance is...
Uniswap Dark (UNID) Next Generation Defi protocol with Ultimate Security Futures, Token Pre-Sale is Now Live
4.11.2020
PRESS RELEASE. Uniswap Dark is a uniswap fork that tackles impermanent and permanent loss. Our exchange provides a decentralized, peer-to-peer, and safe exchange platform with minimal fees and slippage to solve the problems. Usually, trading or swapping on Uniswap demands ERC-20 token to...
GIFS and prefers-reduced-motion
3.11.2020
The <picture> element has a trick it can do where it shows different image formats in different situations. If all you are interested in is formats for the sake of performance, maybe you’d do:
<picture<source srcset="img/waterfall.avif" type="image/avif"<source...
Yearnify Finance (YFY) Next Generation Decentralized Finance Project, Token Pre-sale is Now Live
1.11.2020
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
Yearnify Finance is a community-centered DeFi-project, modeled to take the successful features of Yearn Finance (YFI), and improve upon them, we aim to bring the true value of yield farming finance accessible...
The $750 Million Pre-Halloween Bitcoin Options Expiry Has Started to Spook Traders
28.10.2020
Even though cryptocurrency traders have been exuberant over the price rise, a number of analysts are focused on the large bitcoin and ethereum options expiries set to end before Halloween. Data from Skew.com shows $750 million in Bitcoin options is set to expire and prices could get volatile....
Yearnify Finance (YFY) Next Generation Decentralized Finance Project, Token Pre-sale is Now Live
23.10.2020
PRESS RELEASE. Yearnify Finance is a community-centered DeFi-project, modeled to take the successful features of Yearn Finance (YFI), and improve upon them, we aim to bring the true value of yield farming finance accessible to all users, we offer the most secure and simple way to earn reliable...
Smarter Ways to Generate a Deep Nested HTML Structure
21.10.2020
Let’s say we want to have the following HTML structure:
<div class='boo'<div class='boo'<div class='boo'<div class='boo'<div class='boo'</div</div</div</div</div
That’s real a pain to write manually. And the reason why this post was born was being...
Pelosi Says It’s Tuesday or Bust if White House Wants a Pre-Election Stimulus Package: Report
18.10.2020
The Democratic House Speaker said if a deal isn't reached by Tuesday evening, a package won't be likely before Nov. 3
Full Bleed
15.10.2020
We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques.
Perhaps my favorite is this little utility class:
.full-width {
width: 100vw;
position:...