Search
Bitcoin’s Big Price Drop Is the Latest in a Long History of Flash Crashes
28.6.2019
On Wednesday, June 26, the price of BTC came close to reaching $14K. One hour later, it had dropped by close to 18%. Such events are known as a flash crash, a moment in time where a rapid-sell off happens and often times a few exchanges become inoperable. Over the last few years, especially when...
ShapeShift Founder Says His Service Will Support Libra
27.6.2019
Erik Voorhees thinks that Facebook's currency will be a gateway for bitcoin adoption
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...
North Queensland’s Bitcoin Cash City Is Hosting a BCH-Focused Conference
22.6.2019
A BCH-centric two day event is coming to North Queensland Australia, dubbed the Bitcoin Cash City conference, on Sep. 4-5, 2019. The massive Australian state has a densely populated region of around 78 BCH accepting merchants and a large number of bitcoin cash supporters residing in the area....
RegulatorsDebate Cryptocurrency Legislation Ahead of G20 Summit
19.6.2019
The new rules for crypto businesses will be released in June 21 but many regulators are already worried about the repercussions
The Consensus 2019 Keynote Videos Are Now Live
22.5.2019
Watch nearly every Consensus 2019 talk on CoinDesk right now
Creating a Diversity Scholarship Program for Your Conference
20.5.2019
My partner and I ran a design and development conference company for eight years. During that time, we produced hundreds of hours of conferences, both on-site and online. Diversity scholarships were only becoming a typical conference offering around the time we decided to sunset our business....
10 React Challenges (Beginner): DOM Movement with Events
20.5.2019
Styling elements or in some instances, components in a React project is essential. Sometimes, you need to make a change in the style of an element bas
Coincheckup Aggregator Makes It Easier to Analyze the Crypto Market
16.5.2019
The importance of reliable market data grows with rising cryptocurrency prices that inevitably attract more investors to the space. There is a wide choice of market cap aggregators, but some offer more rich functionality than others. Coincheckup is one good example of that. Also read: Keep Track...
Keep Track of Important Crypto Events With Coindar
15.5.2019
The cryptocurrency space is abundant with events, from blockchain upgrades to platform launches and informal meetups. Coindar is a free calendar tool that helps crypto enthusiasts closely follow what’s happening in the industry and make better investment decisions. Also read: Track Rising...
10 Days of React Challenges (Beginner): Show an Alert Based on an Input
10.5.2019
Events make the core of interactivity in JavaScript, from listening to form inputs, scroll events to button clicks. The knowledge of handling events in JavaScript is essential.
CodeP
10 React Challenges (Beginner): Show an Alert Based on an Input
10.5.2019
Events make the core of interactivity in JavaScript, from listening to form inputs, scroll events to button clicks. The knowledge of handling events in JavaScript is essential.
CodeP
The Thinking Behind Simplifying Event Handlers
9.5.2019
Events are used to respond when a user clicks somewhere, focuses on a link with their keyboard, and changes the text in a form. When I first started learning JavaScript, I wrote complicated event listeners. More recently, I've learned how to reduce both the amount of code I write and the number...
So, You Wanna Submit a Proposal to Speak at an Event
22.4.2019
You’ve been scouring the web for upcoming events. You’ve subscribed to Developer Avocados and you’ve bookmarked conferences.css-tricks.com. And now you’ve found a call for proposals (CFP) that you can’t wait to enter. You quickly fill out the online form and your pinky races towards the Enter...
Collective #508
15.4.2019
Three.js Boilerplater * Pixel borders * Domain-Oriented Observability * Typora * Accessibility Events
Collective #508 was written by Pedro Botelho and published on Codrops
Accessibility Events
11.4.2019
“There isn't some way to know when—…?”
There is always a pause here. The client knows what they're asking, and I know what they're asking, but putting it into words—saying it out loud—turns unexpectedly difficult.
In the moments before the asking, it was a purely technical question—no different...
5 Ways to Get the Most Out of a Crypto Event
8.3.2019
The young blockchain industry is facing rapid growth through research, blockchain summits, conferences, and networking events. These conferences come in all forms, shapes, and sizes. The crypto world is changing at a faster rate and it is important to keep […]
The post 5 Ways to Get the Most...
Retail Summit 2019: 11 nejdůležitějších myšlenek jak technologie pomáhají nákupnímu zážitku
6.2.2019
V úterý v Congress Hotelu Clarion v Praze odstartovala největší česká konference pro maloobchodní prodejce a jejich dodavatele. Na Retail Summit se přišla podívat více než tisícovka účastníků. Diskutovalo se o tom, jak se z neutrálních či dokonce negativních zákaznických zkušeností staly veskrze...
Quicklink
3.1.2019
We're in the future now so, of course, we're working on ways to speed up the web with fancy new tactics above and beyond the typical make-pages-slimmer-and-cached-like-crazy techniques.
One tactic, from years ago, was InstantClick:
Before visitors click on a link, they hover over that link. Between...
Stuff you can do with CSS pointer events
27.7.2018
Martijn Cuppens (the same fella with the very weird div!) has some more irresistible CSS trickery. Three of the examples are about making a child element trigger an event on a parent element (almost like the magic that is :focus-within).
Here's how I reasoned it out to myself:
You know how if...