Search
How to Create an Animated Countdown Timer With HTML, CSS and JavaScript
3.2.2020
Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more straightforward to make one than you might think and only requires the trifecta of HTML, CSS and JavaScript. Let’s make one together!
This is what...
Politician to Form Blockchain-powered Party + More News
3.2.2020
National Assembly Building in Seoul. Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Blockchain news
Former presidential candidate, tech entrepreneur and leading South Korean...
Get Moving (or not) with CSS Motion Path
3.2.2020
We just linked up the idea that offset-path can be cleverly used to set type on a path. Don't miss Michelle Barker's experimentation either, with drawing paths or animating text along a path.
Dan Wilson has also been following this tech for quite a while and points out why the sudden surge...
MIT Develops ‘Spider’ Tech to Enable More Efficient Off-Chain Crypto Transactions
3.2.2020
The researchers say their new routing scheme can help avoid congestion on off-chain cryptocurrency networks
Kapitáne, potřebujeme víc klíčových slov
3.2.2020
Překlad textu We need more keywords, captain!, který napsal Brian Goetz na fórum OpenJDK
Cambodia Announces Own Cryptocurrency as More Details Surface About China’s Digital Yuan
3.2.2020
With China still in the lead, other countries are advancing their projects to develop payment systems around central bank digital currencies (CBDCs). Cambodia, for example, has recently revealed it will mint its own coin within months. The news comes as more details about the digital Chinese yuan...
IRS Explains What Crypto Owners Must Know to File Taxes This Year
2.2.2020
Kicking off this year’s tax filing season, the U.S. Internal Revenue Service (IRS) has published important tips for crypto owners to properly file their tax returns. This is the first time a cryptocurrency question has been included in the tax form. The IRS expects more than 150 million...
Boerse Stuttgart’s Bison Trading App to Add Bitcoin Cash and Launch Desktop Version
2.2.2020
Bison, the crypto trading application offered by Boerse Stuttgart, has seen a remarkable growth of users in the past 12 months, the group announced this week. Germany’s second-largest stock exchange is now planning to expand its features and offer traders in Europe another cryptocurrency...
Full Stack Panic
1.2.2020
A new podcast from Sean Fioritto inspired by Joel Califa's term "Full Stack Anxiety".
... the little voice in your head says ... “I should know all of this. Do I even know what I'm doing?” Why do web developers the world over feel like this?
There is an episode with Joel talking about it as well...
Jiang Zhuoer Restructures Development Funding Proposal for Bitcoin Cash
1.2.2020
On January 31, Btc.top founder Jiang Zhuoer addressed the Bitcoin Cash (BCH) community again after his initial proposal last Wednesday was met with mixed responses. Zhuoer changed a number of specifics within the proposed Infrastructure Funding Plan for Bitcoin Cash and hopes the community will...
Rising BTC Price, Justin Sun’s Harassment Suit, and More on the Bad Crypto Podcast
1.2.2020
You can also get your crypto news in audio format via the Bad Crypto Podcast. Here’s what happened on the latest episode
Innovation Can’t Keep the Web Fast
31.1.2020
Every so often, the fruits of innovation bear fruit in the form of improvements to the foundational layers of the web. In 2015, HTTP/2 became a published standard in an effort to update an aging protocol. This was was both necessary and overdue, as HTTP/1 rendered web performance as an arcane sort...
Smaller HTML Payloads with Service Workers
31.1.2020
Short story: Philip Walton has a clever idea for using service workers to cache the top and bottom of HTML files, reducing a lot of network weight.
Longer thoughts: When you're building a really simple website, you can get away with literally writing raw HTML. It doesn't take long to need a...
Lightning-Fast Web Performance
31.1.2020
If you're interested in leveling up your knowledge and skill of web performance, you can't do better than learning directly from Scott Jehl.
Direct Link to Article — Permalink… Read article
The post Lightning-Fast Web Performance appeared first on CSS-Tricks
Directors of Crypto Exchange Upbit Cleared of Fraud Wrap + More News
31.1.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Exchanges news
Two directors of the South Korean market-leading Upbit crypto exchange have been cleared of criminal fraud...
Americká raketová ponorka vyrazila na moře s malými jadernými hlavicemi
31.1.2020
Ponorka USS Tennessee má na palubě novou zbraň • Jde o jadernou bojovou hlavici W76-2 • Ta by explodovala se silou 5 kilotun TNT
Cashfusion Far More Practical Than Other Coinjoin Protocols, Says Data Analyst
31.1.2020
On January 29, data analyst James Waugh decided to test and see if the Cashfusion protocol was really anonymous. After testing Cashfusion, Waugh explained he sifted through a number of transaction inputs and outputs and realized that it’s “not possible to establish a concrete...
Sticky Table of Contents with Scrolling Active States
30.1.2020
Say you have a two-column layout: a main column with content. Say it has a lot of content, with sections that requires scrolling. And let's toss in a sidebar column that is largely empty, such that you can safely put a position: sticky; table of contents over there for all that content in the main...
“resize: none;” on textareas is bad UX
30.1.2020
Catalin Rosu:
Sometimes you need to type a long reply that consists of many paragraphs and wrapping that text within a tiny textarea box makes it hard to understand and to follow as you type. There were many times when I had to write that text within Notepad++ for example and then just paste...
Understanding Immutability in JavaScript
30.1.2020
If you haven’t worked with immutability in JavaScript before, you might find it easy to confuse it with assigning a variable to a new value, or reassignment. While it’s possible to reassign variables and values declared using let or var, you'll begin to run into issues when you try that with...