Search
Pension Funds Put $50 Million into Morgan Creek’s New Blockchain Fund
22.10.2019
Morgan Creek Digital raised the first $50 million for its second venture capital fund from the same two large institutional investors in its first
Why Parcel Has Become My Go-To Bundler for Development
21.10.2019
Today we’re gonna talk about application bundlers — tools that simplify our lives as developers. At their core, bundlers pick your code from multiple files and put everything all together in one or more files in a logical order that are compiled and ready for use in a browser. Moreover, through...
New Gov’t Initiative to Put South Korean Trade on Blockchain by 2021
16.10.2019
South Korea establishes a digital trade foundation to digitize trade financing by 2021
South Korea Aims to Put Trade Finance on the Blockchain by 2021
15.10.2019
The government-backed program will bring trade and contract data into distributed ledgers
Clipping, Clipping, and More Clipping!
8.10.2019
There are so many things you can do with clipping paths. I've been exploring them for quite some time and have come up with different techniques and use cases for them — and I want to share my findings with you! I hope this will spark new ideas for fun things you can do with the CSS clip-path...
Breakout Buttons
4.10.2019
Andy covers a technique where a semantic <button> is used within a card component, but really, the whole card is clickable. The trick is to put a pseudo-element that goes beyond the button, covering the entire card. The tradeoff is that the pseudo-element sits on top of the text, so text...
Facebook’s Zuckerberg Appears to Put Libra Launch Date in Doubt
26.9.2019
In an interview, Mark Zuckerberg suggested that it might be a while before the Libra cryptocurrency actually gets its launch
Collective #550
19.9.2019
Where to put buttons on forms * Generated Photos * Nullish coalescing * CopyPalette
Collective #550 was written by Pedro Botelho and published on Codrops
An Updated List of Our Favorite Jetpack Features for WordPress
17.9.2019
It's hard to articulate every reason to use Jetpack for your WordPress site. It's taken us a series of posts to unpack it because it's capable of doing so gosh darn much — a lof of which we put to use right here on CSS-Tricks.
The thing is that Jetpack is very much an active project and keeps...
FATF-Driven Delistings Capture the Criminalization of Privacy
17.9.2019
The delisting of privacy coins like monero, zcash, and dash is becoming something of a trend in Asia, and could soon expand elsewhere. In the wake of the intra-governmental Financial Action Task Force (FATF) issuing new global standards, Korean exchanges Okex and Upbit have announced they will...
eToro Aims to Put Derivatives on the Blockchain With Lira Programming Language
15.9.2019
At the Ethereal Summit Tel Aviv 2019, project lead Omri Ross said the new programming language will reduce the risks involved in settling financial contracts and enable the creation of new derivative products
Ripple Fails to Rise; Stays Put around $0.25
13.9.2019
Ripple stays idle at $0.254 with no rise in its value in the last 24 hours. The next resistance for XRP may come around $0.2614. Following the past trend, Ripple has stayed idle over the last day and its value has been stagnated at 0.25 USD. Though it has been through four price variations;...
CSS Security Vulnerabilities
9.9.2019
Don't read that headline and get worried. I don't think CSS is a particularly dangerous security concern and, for the most part, I don't think you need to worry about it.
But every once in a while, articles tend to circulate and get some attention as to the possibilities of what CSS can do that...
Indian Government’s New Report Views Crypto Positively
4.9.2019
A new Indian government report has put cryptocurrency in a positive light, viewing the mechanisms surrounding it, including initial coin offerings, as “revolutionizing the global fintech landscape.” The report also discusses the regulation of coins and tokens. Also read: Indian...
Why Portugal’s Tax-Free Crypto Trading Matters for Bitcoin
3.9.2019
Cryptocurrency enthusiasts and businesses in the industry have had to put up with regulatory uncertainty for quite some time. The strong desire to tap into their incomes and profits goes hand in hand with failure on behalf of authorities and regulators to fully understand the nature...
Publicly-Listed Firm Files Patent to Put Cannabis on the Blockchain
3.9.2019
Publicly-listed firm Security Matters is trying to patent a blockchain supply chain solution for the cannabis industry
Weekly Platform News: Improving UX on Slow Connections, a Tip for Writing Alt Text and a Polyfill for the HTML loading attribute
23.8.2019
In this week's roundup, how to determine a slow connection, what we should put into alt text for images, and a new polyfill for the HTML loading attribute, plus more.
Detecting users on slow connections
Algolia is using the Network Information API (see the API’s Chrome status page) to detect users...
Passing the Burden of Negative Rates to Bank Clients Opens Door for Cryptocurrencies
17.8.2019
Record low and negative interest rates have put commercial banks in a difficult spot. Across Europe, they have been passing the burden to their clients. Some have introduced fees for those with large account balances, while others are punishing everybody equally. In any case, some bankers fear this...
Amazon Is Looking for an Engineer to Put Advertising Data on a Blockchain
7.8.2019
Amazon is looking to hire a software engineer to integrate parts of its advertising business with a blockchain
Responsive Iframes
25.7.2019
Say you wanted to put the CSS-Tricks website in an <iframe>. You'd do that like this:
<iframe src="https://css-tricks.com"></iframe>
Without any other styling, you'd get a rectangle that is 300x150 pixels in size. That's not even in the User Agent stylesheet, it's just some...