Search
Color Inputs: A Deep Dive into Cross-Browser Differences
12.7.2019
In this article, we'll be taking a look at the structure inside <input type='color'> elements, browser inconsistencies, why they look a certain way in a certain browser, and how to dig into it. Having a good understanding of this input allows us to evaluate whether a certain cross-browser...
Win 2019 Rugby World Cup Tickets When You Play at Games.Bitcoin.com
12.7.2019
Are you a cryptocurrency user and rugby fan who’s always dreamed of going to the World Cup? Here’s your chance to win tickets to the 2019 Rugby World Cup in Japan, including flights and accommodation, in an exclusive competition at Games.Bitcoin.com. Also Read: Bitcoin Cash ETP Lists...
2nd Edition of World Blockchain STO Summit is Here on the 21st to the 22nd October 2019
11.7.2019
Following the success of World Blockchain STO Summit in April 2019, where 500+ blockchain pioneers, VC’s, business entrepreneurs gathered to discuss about blockchain STO topics including tokenization in industries such as real estate, health care and commodities. Audience were engaged...
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">
...
Hey, let’s create a functional calendar app with the JAMstack
3.7.2019
Hey, let's create a functional calendar app with the JAMstack
I’ve always wondered how dynamic scheduling worked so I decided to do extensive research, learn new things, and write about the technical part of the journey. It’s only fair to warn you: everything I cover here is three weeks of research...
Here’s A Tip For You: Watch Out For BAT Tipping On Reddit
1.7.2019
Very soon the tipping feature of BAT crypto will take the internet by storm. The glimpse of the feature has already been seen on Reddit. The platform is one of the biggest platforms where one can find all the latest information and the latest developments in the crypto sphere. To elaborate, just...
Nownownow
28.6.2019
Matthias Ott, relaying an idea he heard from Derek Sivers:
Many personal websites, including this one here, have an “about” page. It’s a page that tells you something about the background of a person or about the services provided. But what this page often doesn’t answer – and neither do Twitter...
The 4th Largest International Forum on Blockchain and Cryptocurrencies is Here!
27.6.2019
The 4th largest international forum on blockchain and cryptocurrencies Blockchain Life 2019 takes place in Moscow on October 16th—17th. Experts and participants from 70 countries will discuss the fast development of blockchain technology in Russia and the world. All possible ways of making money...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
'Future is Here' Declares CEO as Binance Transfers $1.2 Billion For Under 2 Cents
26.6.2019
A transfer of about $1.2 billion in binance coin has been carried out with a $0.015 fee in 1.1 seconds on June 26
How to Cold Store Your Cryptocurrency for Safekeeping
26.6.2019
If you’re new to the crypto scene you might have heard about people moving their assets into cold storage or cold wallets but were unsure exactly what this entails. Simply put, it means storing your crypto offline to reduce access to hackers. Here’s how you can easily freeze your coins...
Why I don’t use web components
25.6.2019
Here’s an interesting post by Rich Harris where he’s made a list of some of the problems he’s experienced in the past with web components and why he doesn’t use them today:
Given finite resources, time spent on one task means time not spent on another task. Considerable energy has been expended...
How to Find a Bitcoin Cash Meetup Near You
24.6.2019
Cryptocurrency community meetups are a great way to learn about merchant adoption in your local area, talk to like-minded people and just have some fun. Here’s how you can easily find a Bitcoin Cash (BCH) meetup near you. Also Read: Chess.com Lets You Pay for Membership With Bitcoin Cash...
Here Comes ‘Atlantis’ The New Hard Fork By The ETC Community
20.6.2019
Atlantis hard fork is jet streaming towards the upgradation of the Classic Geth Client. The ETC Labs are doing so in collaboration with key members that includes ECC, Parity, IOHK, and last but certainly not the least-the ETC community. The latest take on the Atlantis hard fork project is that...
How to Section Your HTML
18.6.2019
The sectioning elements in HTML5 are <nav>, <aside>, <article>, and <section>. <body> is also kind of a sectioning element since all content lying inside of it is part of the default document section.
Here is a brief explanation of each sectioning element...
Tron Price Analysis: Tron’s Love for $0.033 is here to Stay for a While
17.6.2019
Tron (TRX) finds three major price variations in the last 24 hours, finally settles at 0.033 USD. The 2019 target price remains around 0.06 USD. Tron (TRX) is a major cryptocurrency with the aim of making the internet completely decentralized, and it also works as a global free content provider...
How to Stay Safe When Using Darknet Markets
15.6.2019
If you’re planning to visit a darknet market, you’re either keen to window shop or keen to sample the wares. Whatever your reasons for stopping by, that’s your business and no one else’s. Unfortunately, not everyone shares those civilized ideals. To keep those spoilsports...
Drawing Realistic Clouds with SVG and CSS
13.6.2019
Greek mythology tells the story of Zeus creating the cloud nymph, Nephele. Like other Greek myths, this tale gets pretty bizarre and X-rated. Here’s a very abridged, polite version.
Nephele, we are told, was created by Zeus in the image of his own beautiful wife. A mortal meets Nephele, falls...