Search
Bitfinex and Tether Receive Another Class Action Lawsuit in US Courts
27.11.2019
The operators of the cryptocurrency exchange Bitfinex and the stablecoin Tether have notified users that they were hit with another class action lawsuit in U.S. courts over market manipulation allegations that the companies are trying to frame as mercenary and baseless. Also Read: Bitfinex Claims...
European Crypto Exchange Bitbay Ends Monero Trading due to Anonymity Features
27.11.2019
Authorities around the world are trying to stamp out online anonymity in various ways, sacrificing users’ privacy for alleged security. One of these ways is forcing digital asset exchanges to drop support for some cryptos, as European venue Bitbay is now the latest to do with monero. Also...
The Power (and Fun) of Scope with CSS Custom Properties
27.11.2019
You’re probably already at least a little familiar with CSS variables. If not, here’s a two-second overview: they are really called custom properties, you set them in declaration blocks like --size: 1em and use them as values like font-size: var(--size);, they differ from preprocessor variables...
iOS 13 Broke the Classic Pure CSS Parallax Technique
27.11.2019
I know. You hate parallax. You know what we should hate more? When things that used to work on the web stop working without any clear warning or idea why.
Way back in 2014, Keith Clark blogged an exceptionally clever CSS trick where you essentially use a CSS transform to scale an element down...
Russian Tax Authority Registers Crypto as Part of a Company’s Capital
27.11.2019
A company has blazed a trail in Russia, successfully convincing the country’s tax agency to accept that its equity capital now includes cryptocurrency. The change in the ownership distribution has been registered after the firm filed a set of notarized documents confirming a new investment...
South Korean Committee Passes Bill Enforcing FATF Crypto Rules
27.11.2019
South Korea’s national policy committee has passed an amendment establishing a legal framework for cryptocurrencies. It requires crypto exchanges and service providers to register with the country’s financial regulator and comply with the recommendations set by the Financial Action Task...
The Thought Process Behind a Flexbox Layout
27.11.2019
I just need to put two boxes side-by-side and I hear flexbox is good at stuff like that.
Just adding display: flex; to the parent element lays out the children in a row.
Well, that's cool. I guess I could have floated them, but this is easier.
They should probably take up the full space they have...
Bitcoin Cash House African Expansion to Feature in Toronto Meetup
27.11.2019
Besides networking with the local community, bitcoin cash meetups are a great way to learn about the development of the cryptocurrency and the ecosystem from the people that make it happen. The upcoming Toronto meetup, for example, will feature new details about the expansion of the Bitcoin Cash...
Travala Partners With Booking.com – 90,000 Crypto Accepting Destinations Added
26.11.2019
On Monday, the cryptocurrency-accepting online travel agency and metasearch engine Travala announced a strategic partnership with the firm Booking.com. According to Travala the collaboration adds Booking.com’s accommodation listings to the Travala portal, adding 90,000 destinations to over...
An Introduction to the Picture-in-Picture Web API
26.11.2019
Picture-in-Picture made its first appearance on the web in the Safari browser with the release of macOS Sierra in 2016. It made it possible for a user to pop a video out into a small floating window that stays above all others, so that they can keep watching while doing other things. It’s an idea...
Product Search and Filters Are a Snap With WooCommerce
26.11.2019
Let's say you visit an e-commerce site because you want to buy the latest banana peeler model. Bananas are hard enough to peel, right? Only a tool will do!
What's the first thing you're going to do on the site? Chances are, it's entering something into the (hopefully) prominent search field....
Bankrupt DX Exchange Reportedly Didn’t Pay Israeli Suppliers and Employees
26.11.2019
It was recently reported that digital assets trading platform DX Exchange ceased operations and was looking for a way to exit the market via a merger or a sale. New details from Israel show that the exchange reportedly didn’t even have the cash flow to pay its suppliers and employees. Also...
Privacy-Enhancing BCH Tool Cashfusion Begins Working Behind the Scenes
25.11.2019
This week Bitcoin Cash (BCH) proponents have been celebrating the fact that 187,212 BCH ($40 million) has been shuffled since the Cashshuffle platform launched in the last week of March. Moreover, on Saturday, Electron Cash developer Jonald Fyookball announced the highly anticipated Cashfusion...
The Popeye Moment
25.11.2019
Frank Chimero is redesigning "in the open" and we should pay attention to it because (1) we should listen to anything Frank has to say because he's a great designer and writer and (2) working in public is awesome.
But the gut punch for me in this opening article is the way Frank pulls zero punches...
Playing Sounds with CSS
25.11.2019
CSS is the domain of styling, layout, and presentation. It is full of colors, sizes, and animations. But did you know that it could also control when a sound plays on a web page?
This article is about a little trick to pull that off. It’s actually a strict implementation of the HTML and CSS,...
Gocrypto SLP Token Starts Trading on Bitcoin.com Exchange
25.11.2019
On 25 November 2019, the Gocrypto (GOC) token will start trading on Bitcoin.com Exchange. The new SLP token enables merchants with physical or online stores to accept instant crypto payments from different digital wallets with millions of users and to receive settlement in their local fiat. Also...
Survey: 58% of German Banks Charge Negative Interest Rates
24.11.2019
Germany’s central bank, the Deutsche Bundesbank, has conducted a survey of banks charging negative interest rates on customer deposits. Some are charging retail customers as well as corporate clients. An independent price comparison portal shows which banks are currently charging for deposits...
Bakkt’s Bitcoin Futures Shatters Records Amid Spot Market Turmoil
23.11.2019
Bakkt’s bitcoin core (BTC) futures product saw another all-time high as the spot market price of BTC plummeted under $7,000 on Friday morning, Nov. 22. Bakkt saw 2,728 contracts traded ($20 million) and $1.75 million in open interest outpacing the record of 1,179 contracts on Oct. 25. Also...
What Indian Crypto Exchanges Are Doing to Protect P2P Users
23.11.2019
With the Supreme Court of India postponing the crypto hearing, the Indian crypto community is calling for better protection when trading on P2P platforms. Several top crypto exchanges in the country have shared their processes and policies they have implemented to protect their P2P platform users....
We are Programmers
22.11.2019
Building websites is programming. Writing HTML and CSS is programming. I am a programmer, and if you're here, reading CSS-Tricks, chances are you're a programmer, too.
The thing is, the details in programming layout with CSS are different, for example, than the details in programming API endpoints...