Search
Menyr Lets You Build A Whole Damn World For Your RPG Campaigns
20.9.2022
Menyr, which pitches itslef as a “story-telling engine”, is a toolbox that lets players create an entire digital world for their role-playing games, from landscapes to settlements, then play through them. Launched on Kickstarter earlier this month, it has already blown past its funding goal.Read...
Polygon ID platform seeks to enhance self-agency and privacy in the Web3 space
30.3.2022
The zero-knowledge-based platform is expected to be fully operational in Q3 of 2022
BBA pushes for crypto regulatory clarity in Massachusetts
20.9.2021
The Boston Blockchain Association has published crypto regulatory advisory guidelines for lawmakers in Massachusetts to consider
How Be and the Muffin Builder will reinvent the way you build websites
17.8.2021
One of the fastest and most intuitive page builders is an integral part of BeTheme’s’ all-in-one WordPress toolkit. Learn more about how the Muffin Live Builder can transform the way you work.
The post How Be and the Muffin Builder will reinvent the way you build websites appeared first on Codrops
ANNOUNCE: 'The Complete Game Discovery Toolkit' eBook, & 20% off for Plus subs
1.7.2021
It's a double whammy, as they say
World Economic Forum releases policy toolkit for DeFi regulations
8.6.2021
The WEF’s policy toolkit for decentralized finance seeks to promote, fair, efficient and enforceable regulations for the emerging digital asset marketplace
Trace your CryptoPunk's history with Etherscan’s new NFT toolkit
2.6.2021
Etherscan has enabled users to “track most NFT activity on Ethereum” after it revealed its new non-fungible token transfer tool on June 1
Collective #657
15.4.2021
Natto * Glob Editor * Frontend Toolkit * Say Hello To CSS Container Queries
The post Collective #657 appeared first on Codrops
Aplikace pro Windows 10 mohou výrazně zhubnout, umožní to nový Windows Community Toolkit 7.0
22.3.2021
Microsoft po mnoha měsících představil nový Windows Community Toolkit s číslem verze 7.0. Reaguje tak na zpětnou vazbu ze strany vývojářské komunity, které má usnadnit vytváření aplikací .NET a UWP pro Windows 10. Jednou z hlavních výhod má být omezení závislosti balíčků.
Až dosud byly balíčky
New York Lawyers Propose Toolkit for Keeping ‘Decentralized’ Blockchains Honest
21.10.2020
Ketsal's "Open Standards" rubric is the latest push to demystify network decentralization in the blockchain space
New Crypto Toolkit Can Measure Speculation in a Token’s Price
13.5.2020
Flipside Crypto and Prysm Group have partnered to release the Economic Suite, which lets blockchain projects measure how speculative and decentralized they are
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Tata’s IT Arm Says Its New Toolkit Will Enable Faster Blockchain App Development
16.12.2019
Tata Consultancy Services has launched a new blockchain developers' kit that it claims will make building apps 40 percent faster
Motion Paths – Past, Present and Future
3.12.2019
The ability to animate along a motion path is a really useful thing to have in your SVG animation toolkit. Let's explore a few ways to achieve this, including the upcoming CSS motion path module and the newly released GSAP3.
Motion Paths – Past, Present and Future was written by Cassie Evans...
Detect if Element is a Web Component
5.6.2019
I’ve advocated for web components since before they became a spec, mostly inspired by the Dojo Toolkit’s dijit framework. Empowering first class JavaScript widgets, as opposed to a mess of DIVs and templates, always made the most sense. Now that web components exist, and awesome...
Hyperledger Announces Aries, a Toolkit for Blockchain-Based Identity Management
14.5.2019
Aries is a new, open-source toolkit for identity management by the makers of Hyperledger
Building a Complex UI Animation in React, Simply
12.7.2018
Let’s use React, styled-components, and react-flip-toolkit to make our own version of the animated navigation menu on the Stripe homepage. It's an impressive menu with some slick animation effects and the combination of these three tools can make it relatively easy to recreate.
This is...
Get a React Component by DOM Node
15.5.2018
Retrieving a React component’s DOM node is fairly simple from within the component itself, but what if you want to work backward: retrieve a component’s instance by DOM node? This is a task that the old Dojo Toolkit’s Dijit framework allowed with the dojo.byId method, so it made...