Search
Blockchain: Step By Step Definitive Simple Guide (Updated 2020)
20.5.2020
WHAT IS BLOCKCHAIN ? Blockchain is an electronic ledger usually built using a peer-to-peer (P2P) […]
The post Blockchain: Step By Step Definitive Simple Guide (Updated 2020) appeared first on WINBTC.NET
Notion-Powered Websites
14.5.2020
I’m a big fan of Notion, as you likely know from previous coverage and recent video. It’s always interesting to see what other people do with Notion, and even how Notion uses Notion.
I’d say most usage of Notion is private and internal, but any page on Notion can be totally...
How to Make a Simple CMS With Cloudflare, GitHub Actions and Metalsmith
14.5.2020
Let’s build ourselves a CMS. But rather than build out a UI, we’re going to get that UI for free in the form of GitHub itself! We’ll be leveraging GitHub as the way to manage the content for our static site generator (it could be any static site generator). Here’s the gist of it: GitHub is going...
Bloomberg Analyst Gives A Simple Reason Why BTC Is Better Than Gold
5.5.2020
A Bloomberg analyst believes Bitcoin presents a more attractive supply model than gold
React Integration Testing: Greater Coverage, Fewer Tests
1.5.2020
Integration tests are a natural fit for interactive websites, like ones you might build with React. They validate how a user interacts with your app without the overhead of end-to-end testing. 
This article follows an exercise that starts with a simple website, validates behavior with unit...
The 'ETH Is Used 440x More Than Bitcoin' Claim Is Not So Simple
30.4.2020
While Ethereum (ETH) supporters are celebrating claims that "ETH is used 440x more than Bitcoin for transacting" and this proves that ether is money, other crypto industry players warn that it's not so simple.
Adam Cochran, Partner at decentralized autonomous organization Metacartel...
Some Innocent Fun With HTML Video and Progress
30.4.2020
The idea came while watching a mandatory training video on bullying in the workplace. I can just hear High School Geoff LOL-ing about a wimp like me have to watch that thing.
But here we are.
The video UI was actually lovely, but it was the progress bar that really caught my attention – or rather...
General Bytes ATM Developers Add Two-Way Support for Bitcoin Cash-Based SLP Tokens
23.4.2020
The Simple Ledger Protocol (SLP) has been extremely popular among Bitcoin Cash (BCH) advocates and the SLP token universe has grown quite large. SLP tokens have seen a myriad of applications built around them and a slew of unique tokens have gained real-world value after being listed on exchanges....
Better Form Inputs for Better Mobile User Experiences
17.4.2020
Here’s one simple, practical way to make apps perform better on mobile devices: always configure HTML input fields with the correct type, inputmode, and autocomplete attributes. While these three attributes are often discussed in isolation, they make the most sense in the context of mobile user...
ZeBitcoin, your simple way to buy cryptos
17.4.2020
Disclaimer: The text below is a sponsored article that was not written by Cryptonews.com journalists.
Since its start in 2016, ZeBitcoin has done very well and is now positioned as one of the biggest players in the French cryptosphere. Thanks to a platform offering an interface that is as simple...
Interactive WebGL Hover Effects
14.4.2020
A simple tutorial on how to achieve an interactive mouseover/hover effect on images in some easy steps.
Interactive WebGL Hover Effects was written by Yuriy Artyukh and published on Codrops
JavaScript Picture-in-Picture API
14.4.2020
As a huge fan of media on the web, I’m always excited about enhancements to how we can control our media. Maybe I get excited about simple things like the <video> tag and its associated elements and attributes because media on the web started with custom codecs, browser extensions,...
Tips for Writing Animation Code Efficiently
10.4.2020
I’ve been coding web animations and helping others do the same for years now. However, I have yet to see a concise list of tips focused on how to efficiently build animations, so here you go!
I will be using the GreenSock Animation Platform (GSAP). It provides a simple, readable API and solves...
Collective #601
9.4.2020
LCH colors in CSS * Frontend Mentor * Responsive Images the Simple Way * Button?Design * Interactive Timetable
Collective #601 was written by Pedro Botelho and published on Codrops
Bityard Has Now Officially Launched – Register now and earn 258 USDT for Free
8.4.2020
Bityard, the world’s leading digital contract trading platform, has officially launched. According to industry authoritative sources, Bityard has received a strategic investment from a US hedge fund worth 10 million dollars, creating a precedent in the industry for complex contracts and simple...
Getting JavaScript to Talk to CSS and Sass
3.4.2020
JavaScript and CSS have lived beside one another for upwards of 20 years. And yet it’s been remarkably tough to share data between them. There have been large attempts, sure. But, I have something simple and intuitive in mind — something not involving a structural change, but rather putting...
CSS-Only Marquee Effect
31.3.2020
A simple CSS-only marquee effect for a menu based on Francesco Zagami's Dribbble shot.
CSS-Only Marquee Effect was written by Mary Lou and published on Codrops
4 CSS Grid Properties (and One Value) for Most of Your Layout Needs
30.3.2020
CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout examples. What we’re going to do here is a reverse approach to show you the smallest possible set of grid properties you need to know to meet...
An Introduction to MDXJS
25.3.2020
Markdown has traditionally been a favorite format for programmers to write documentation. It’s simple enough for almost everyone to learn and adapt to while making it easy to format and style content. It was so popular that commands from Markdown have been used in chat applications like Slack...
Auto-Growing Inputs & Textareas
25.3.2020
By default, <input> and <textarea> elements don't change size based on the content they contain. In fact, there isn't any simple HTML or CSS way to make them do that. Kinda funny, as that seems like a reasonable use-case. But of course, there are ways, my friend. There are always...