Search
The Many Facts Pointing to Wei Dai Being Satoshi
1.4.2020
Satoshi Nakamoto has been an enigma for well over a decade and there’s been a number of suspects and self-styled Bitcoin inventors. One particular suspect is the computer engineer Wei Dai, the creator of the b-money system and the Crypto++ cryptographic library. Since the Bitcoin network...
Did You Know the Ordered List Element Has Start and Reversed Attributes?
24.3.2020
I sure didn't! Tomek Sułkowsi shows how we can reverse the numbering of ordered lists with a simple HTML attribute:
<ol reversed<liApple</li<liBanana</li<liPear</li</ol
CodePen Embed Fallback
And the start attribute can be added to begin the list at a number other...
The Multi Trillion-Dollar Stimulus Package: These Are the US Corporations Begging for Bailouts
23.3.2020
The coronavirus outbreak has caused considerable damage to the global economy and this week the U.S. is facing the onslaught of the scare. As Republicans and Democrats battle in congress over a 2020 stimulus plan, corporate industries are leaping at the chance to get a bailout. While the Fed tosses...
List of Popular Slangs Used in the World of Gambling
22.3.2020
Gambling is a well-known source of entertainment for people worldwide for an unknown period of time. Where earlier it was limited to the access of the rich male section of the society, today it has become a favorite for a majority of people irrespective of caste, status, or sex. As the technology...
Canceled by Corona: A Developing List of Finance Practices Halted due to Pandemic
19.3.2020
A collection of government freezes and suspensions of usual crypto-relevant finance practices in response to Coronavirus
Tools for Optimizing SVG
17.3.2020
This is our straight-to-the-point list of SVG optimizing tools across a number of categories. They are all largely based around SVGO, but how you use it depends. There are web apps, desktop apps, apis, and even design tool add-ons.
The post Tools for Optimizing SVG appeared first on CSS-Tricks
15 Things to Improve Your Website Accessibility
17.3.2020
This is a really great list from Bruce. There is a lot of directly actionable stuff here. Send it around to your team and make it something that you all go through together.
Here's a little one that prodded me to finally fix...
Most screen readers allow the user to quickly see a list of links...
18 Ethereum Conference Attendees Got Coronavirus, Buterin Not On the List
17.3.2020
An important spreadsheet has been making its way through the Cryptoverse - that of an Ethereum conference attendees who have tested positive for coronavirus - potentially as a warning to others.
Popular Ethereum Community Conference (EthCC) took place from March 3 until March 5 this year in Paris...
Binance.US Will List Tezos Token for Trading on March 16th
16.3.2020
XTZ, digital token of Tezos, will be available for trading on Binance.US starting at 9:00 AM EST on Monday, March 16th
List of Some of the Crypto Based Web Hosting Services
12.3.2020
Web hosting is a hosting service that allows individuals and/or organizations to post their website or webpage on the internet. Web host providers are companies or business houses that rent out their services or technologies that are required for the websites to be viewed on the internet. Once...
Use a:visited in your CSS stylesheet
9.3.2020
Evert Pot:
Unfortunately, when setting a new color (e.g. a { color: #44F }) the ‘purple visited link’ feature also gets disabled. I think this is a shame, as there’s so many instances where you’re going through a list of links and want to see what you’ve seen before.
The 2 examples I ran into...
German Crypto Regulator BaFin Shuts Down Unauthorized Bitcoin ATMs
7.3.2020
Germany’s Federal Financial Supervisory Authority (BaFin) has shut down unauthorized bitcoin ATMs in the country. Now that cryptocurrency is regulated under the German Banking Act, bitcoin ATM operators need to be authorized by BaFin. The regulator recently clarified what crypto service...
Bitcoin Gold Whale Allegedly Controls Half the BTG Supply
6.3.2020
According to a recent study, bitcoin gold (BTG) market prices are being manipulated by a single whale who holds a significant portion of the bitcoin gold in circulation. The Bitcoin Gold network was recently hit with a 51% attack that caused two blockchain reorganizations. The team of...
Bitcoin Lawsuit: Lawyers Accuse Craig Wright of Forgery, Can’t Locate Former Nchain CEO
4.3.2020
The Kleiman v. Wright lawsuit in Florida continues to unravel as the plaintiff’s law firm has accused Craig Wright of forging documents that allegedly stemmed from the mysterious bonded courier. Kleiman’s attorney has scheduled a few more depositions with people like Wright’s wife...
How I think about solving problems
4.3.2020
Nicholas C. Zakas:
Eventually, I settled on a list of questions I would ask myself for each problem as it arose. I found that asking these questions, in order, helped me make the best decision possible:
1) Is this really a problem?2) Does the problem need to be solved?3) Does the problem need...
Unfortunately, clip-path: path() is Still a No-Go
2.3.2020
I was extremely excited when I first heard that clip-path: path() was coming to Firefox. Just imagine being able to easily code a breathing box like the one below with just one HTML element and very little CSS without needing SVG or a huge list of points inside the polygon function!
Chris...
How to Customize the WooCommerce Cart Page on a WordPress Site
28.2.2020
A standard e-commerce site has a few common pages. There are product pages, shop pages that list products, and let’s not forget pages for the user account, checkout flow and cart.
WooCommerce makes it a trivial task to set these up on a WordPress site because it provides templates for them...
Bitcoin Rich: 6 Crypto Entrepreneurs Make the 2020 Hurun Billionaire List
26.2.2020
On Wednesday, the “Hurun Global Rich List,” a ranking of the wealthiest individuals, published its 2020 report that notes the world saw 346 new billionaires last year. This year’s list also includes six blockchain entrepreneurs who made the Hurun Global Rich List through...
Binance’s CZ Overtakes Bitmain Co-Founder in New Hurun Rich List
26.2.2020
Binance CEO Changpeng Zhao overtook Bitmain’s ousted co-founder Micree Zhan Ketuan in the latest Hurun Global Rich List
Responsive Grid Magazine Layout in Just 20 Lines of CSS
25.2.2020
I was recently working on a modern take of the blogroll. The idea was to offer readers a selection of latest posts from those blogs in a magazine-style layout, instead of just popping a list of our favorite blogs in the sidebar.
The easy part was grabbing a list of posts with excerpts from...