Search
How to Invest in IEO: a Step-by-Step Guide
28.7.2019
Initial exchange offerings (IEOs) have been growing in popularity in the past few months. As ICOs (initial coin offerings) are starting to move into the background and STOs (security token offerings) have not really taken off yet, IEOs have stepped in to fill the void.
In this article, you will...
Collective #535
25.7.2019
Multi-column manipulation * Guide to BigInt * Rooki * Fast Software, the Best Software * Index fun
Collective #535 was written by Pedro Botelho and published on Codrops
How to Create and Airdrop Your Own Token to Your Friends
16.7.2019
Roughly a year ago, the Simple Ledger Protocol (SLP) debuted on the Bitcoin Cash (BCH) network, giving anyone the ability to mint, store, receive, and send SLP tokens. Since then there’s been a ton of tokens created on the BCH network as the simplicity of the system outpaces tokens built...
A Guide to HTML5 Semantics for Better SEO
10.7.2019
The concept of semantics originates from the field of linguistics. It literally means the “study of meaning”. So, semantics is the discipline of finding connections between different signifiers such...
The post A Guide to HTML5 Semantics for Better SEO appeared first on Onextrapixel
How to Encrypt Messages With PGP When Using Darknet Markets
8.7.2019
If you’re capable of shopping on the darknet, you’re capable of encrypting your order. PGP provides protection for both parties, thwarting man in the middle attacks and keeping busybodies at bay. The following guide explains how to install PGP and then use it to place an encrypted order...
Learn to Read Crypto and Blockchain Data With Our Guide
4.7.2019
Just launched, our free block explorer guide will have you navigating blockchain data like the coolest kid on the block At CoinMarketCap, we have made it a mission to clearly communicate blockchain and crypto concepts in conjunction with providing data […]
The post Learn to Read Crypto...
Monero Price Analysis: Seems All-Set to Make a Bounce Back; GUI Guide for Trezor Wallet is Released
4.7.2019
Monero Team has released a guide to generate a Trezor (model T) wallet v0.14.1.0 with the graphic user interface. Some important things that are covered in the conference are the state of privacy in the blockchain environment, merits and weaknesses of cryptocurrency projects, Government...
The Ultimate Guide to Flexbox Centering
27.6.2019
Flexbox is a popular CSS layout module that helps you position HTML elements on the screen. There are multiple use cases when it can be a godsend; horizontal and...
The post The Ultimate Guide to Flexbox Centering appeared first on Onextrapixel
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...
Safe Space: A Guide to Special Economic Zones for Crypto, From China to Switzerland
14.6.2019
Learn more about cryptocurrency safe spaces, where fintech ventures are encouraged to delve into crypto and blockchain — from Switzerland to the Philippines
Creating Your Own SLP-Based Token Using Memo
3.6.2019
Over the last few months, Simple Ledger Protocol (SLP) tokens have been very popular among Bitcoin Cash (BCH) supporters and there’s been a wide variety of unique tokens created. Since then Memo.cash, the onchain social network built on Bitcoin Cash has revealed users can not only store...
A Practical Use Case for Vue Render Functions: Building a Design System Typography Grid
30.5.2019
This post covers how I built a typography grid for a design system using Vue render functions. Here’s the demo and the code. I used render functions because they allow you to create HTML with a greater level of control than regular Vue templates, yet surprisingly I couldn’t find very much when...
Good News for Developers! ConsenSys is Launching ‘Job Kits’
28.5.2019
The already booming crypto world is setting structure in place. Now, those developers who are interested in getting into the blockchain space, they will get guidance through a special ‘Job Kit.’ A few days ago, this ‘Job Kit’ is launched by the ETH development studio ConsenSys. How will this...
Collective #517
20.5.2019
Tornis * Folding the DOM * Gitfolio * Devchecklists * A practical guide to JavaScript Proxy
Collective #517 was written by Pedro Botelho and published on Codrops
How to Travel the World With Bitcoin Cash
19.5.2019
Traveling is on everyone’s minds as summer approaches and crypto enthusiasts are no exception. But for anyone thinking of a holiday trip, travel arrangements can be arduous. Crypto payments can make your life easier in that regard, particularly with bitcoin cash, which is a fast and cheap...
A Deep Dive into Native Lazy-Loading for Images and Frames
15.5.2019
Today's websites are packed with heavy media assets like images and videos. Images make up around 50% of an average website's traffic. Many of them, however, are never shown to a user because they're placed way below the fold.
What’s this thing about images being lazy, you ask? Lazy-loading...
Kdo usedne na trůn? Ve hře The Princess Guide musí princezny sebrat veškerou odvahu
9.5.2019
Zapomeňte na střevíčky, krásné šaty a opulentní večírky. Titul The Princess Guide zavede hráče do země, kterou zmítá válka a chaos. Jako mentor se tak hráč bude muset ujmout jedné ze čtyř princezen, kterou má dovést k vítězství
Getting To Know The MutationObserver API
8.5.2019
MutationObserver watches the DOM, specifically the places you tell it to, like:
document.querySelector('#watch-this');
...and it can tell you (trigger a callback) when stuff happens — like when a child is added, removed, changed, or a number of other things.
I used it just the other day...
Making Web Components for Different Contexts
2.5.2019
This article isn’t about how to build web components. Caleb Williams already wrote a comprehensive guide about that recently. Let’s talk about how to work with them, what to consider when making them, and how to embrace them in your projects.
If you are new to web components, Caleb’s guide is...
The Ultimate Guide to JavaScript Algorithms: Range Sum
5.4.2019
Sometimes, while performing mathematical calculations, there comes the need to sum up a range of numbers. Some programming languages make this easy by implementing helper functions that enable one