Search
Fork, yeah! Cardano Vasil upgrade goes live
23.9.2022
Cardano’s newest hard fork is the blockchain's most significant update since adding smart contract functionality in September
Cardano Vasil upgrade ready with all ‘critical mass indicators’ achieved
22.9.2022
With the countdown now under 24 hours for Cardano’s most ambitious upgrade, all three metrics necessary to launch the awaited Vasil upgrade have been met
CSS :autofill
22.9.2022
Autofilling HTML input elements is a frequent user action that can drastically improve user experience. Hell, we all autofill for our passwords and address information. But what control do we have when input elements have been autofilled? To add custom CSS styles to inputs whose contents have been...
US Treasury Seeks Public Comments on Crypto-Related Illicit Finance and National Security Risks
21.9.2022
The U.S. Department of the Treasury is seeking public input on “digital-asset-related illicit finance and national security risks.” The department warned: “The growing use of digital assets in financial activity heightens risks of crimes such as money laundering, terrorist...
Input-Output Global Devs Reveal Cardano’s Vasil Hard Fork Is Scheduled for September 22
3.9.2022
While The Merge is expected to take place in just over ten days’ time, Cardano’s hard fork called Vasil now has a scheduled date. The highly anticipated Cardano fork will take place on September 22, or roughly nine days after Ethereum transitions from proof-of-work (PoW)...
Kenyan Fintech Pezesha Raises $11 Million in Pre-Series a Round Backed by Cardano Blockchain Builder
2.9.2022
Pezesha, a Kenyan fintech focused on providing bridging finance to small and medium-sized enterprises, recently raised $11 million in pre-Series A debt-equity funding round. The Women’s World Banking Capital Partners II led the round in which the Cardano blockchain builder Input Output...
Input Output Global Collaborates With Stanford University
31.8.2022
Input Output Global has announced plans to collaborate with Stanford University by establishing a peer-reviewed research Hub at the university. Blockchain Research Hub will be worth $4.5 million and will be led by some of the most brilliant minds at Stanford University. The Hub starts accepting...
Amid Ethereum’s Merge, Cardano Founder Charles Hoskinson Says ADA’s Vasil Fork Is Coming Soon
28.8.2022
Cardano founder Charles Hoskinson detailed on Friday that the Vasil hard fork is coming soon and noted that it may occur “sometime in September.” The crypto asset’s upgrade has been overshadowed by the upcoming Ethereum upgrade called The Merge. Vasil Hard Fork...
CSS :out-of-range
22.8.2022
One aspect of web development I’ve always loathed was working with forms. Form elements have been traditionally difficult to style due to OS and browser differences, and validation can be a nightmare. Luckily the native HTML APIs added methods for improving the form validation situation. With...
Finder’s Fintech Experts Predict Cardano Will End the Year at $0.63 per Unit
15.7.2022
Following the recently published bitcoin price prediction report issued by the product comparison web portal finder.com, the site’s researchers polled 53 financial technology (fintech) specialists in order to forecast the future value of cardano (ADA). According to the survey’s...
US Commerce Dept. asks digital asset industry for input on competitiveness framework
5.7.2022
The federal agency received eight responses to a request for comment on a document mandated by U.S. President Joe Biden’s March 9 executive order on digital assets
UK government seeks public input on DeFi taxation
5.7.2022
The HMRC is asking for input from investors, professionals, and organizations involved in DeFi-related activities
Cardano Vasil Hard Fork Postponed to Allow for More Testing
23.6.2022
A The Input-Output Global (IOG) team has said it will postpone sending the Vasil hard fork update proposal because it still needs to solve seven outstanding bugs that are currently ranked as non-severe. While acknowledging that the news will likely be disappointing for some, the IOG team insisted...
CSS :optional
22.5.2022
A decade ago HTML and CSS added the ability to, at least signal, validation of form fields. The required attribute helped inform users which fields were required, while pattern allowed developers to provide a regular expression to match against an <input>‘s value. Targeting required...
Input valueAsNumber
5.4.2022
Every once in a while I learn about a JavaScript property that I wish I had known about years earlier — valueAsNumber is one of them. The valueAsNumber provides the value of an input[type=number] as a Number type, instead of the traditional string representation when you get the value:...
Simplify Your File Handling With Filestack Workflows (Sponsored)
6.3.2022
Automation is a really important skill for engineers, especially when it comes to working with various file types. The more you accept for input, and the more you automate, the better end output you can offer. Filestack’s workflows allow developers to define automated tasks using a their...
Central Bank of Kenya seeks public input on potential CBDC
10.2.2022
“A key opportunity where CBK sees potential value is the use of CBDC in facilitating cross-border transactions," the announcement reads
Latest Nintendo Switch Online Update Also Reduced Ocarina Of Time Input Lag
25.1.2022
Last week, we reported that the Nintendo Switch Online’s emulation of The Legend of Zelda: Ocarina of Time saw a small graphical tweak with the service’s latest update. It signaled potential good news for the quality of emulated games on NSO, which players have decried for some time. In another...
EU regulator calls for public input on DLT for trading and settlement
5.1.2022
Distributed ledger technology is increasingly gaining attention in Europe for its applications in securities trading and settlement
HTML Sanitizer API
16.12.2021
Three cheers for (draft stage) progress on a Sanitizer API! It’s gospel that you can’t trust user input. And indeed, any app I’ve ever worked on has dealt with bad actors trying to slip in and execute nefarious code …