Search
Coinbase Forms Crypto Rating Council (CRC) to Help Traders Comply with US securities Law
1.10.2019
Cryptocurrency exchange Coinbase has announced a member organization called Crypto Rating Council, which aims to assist the crypto traders to comply with the US federal securities law. The council was formed along with Bittrex, Kraken, Circle, DRW, Anchorage, Cumberland, Grayscale investments,...
Former Credit Agency Staffers Form Korean Blockchain Rating Firm
27.9.2019
With investors lacking information and objective reviews on blockchain projects, a Korean blockchain rating company is formed
Paperform
26.9.2019
Buy or build is a classic debate in technology. Building things yourself might feel less expensive because there is no line item on your credit card bill, but has cost in the form of time. Buying things, believe it or not, is usually less expensive when it comes to technology that isn't your core...
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
A Comparison of Static Form Providers
18.9.2019
Let’s attempt to coin a term here: "Static Form Provider." You bring your HTML <form>, but don’t worry about the back-end processing that makes it work. There are a lot of these services out there!
Static Form Providers do all tasks like validating, storing, sending notifications,...
10 Tax Tools to Help Crypto Owners
18.9.2019
While tax laws on cryptocurrency vary by jurisdiction, there are many useful tools to help you calculate crypto taxes, lower your tax liabilities, and simplify your filing — no matter where you are. Many of them work globally, supporting tax forms of multiple countries, and can import data...
Santiago Stock Exchange Forms Latin America’s First Blockchain Alliance
28.8.2019
The Santiago Stock Exchange, Central Securities Depository and the Global Trade Directory have reportedly set up the first blockchain association in Latin America
The Most Important Aspect of Bitcoin Is the Separation of Money and State
19.8.2019
Many cryptocurrency supporters believe the technology allows for the separation of money and state in a manner that’s never been seen before. Governments inflict two forms of robbery against nonviolent citizens by forcing them to pay taxes while also stealing from them silently through...
Using Netlify Forms and Netlify Functions to Build an Email Sign-Up Widget
2.8.2019
Building and maintaining your own website is a great idea. Not only do you own your platform, but you get to experiment with web technologies along the way. Recently, I dug into a concept called serverless functions, starting with my own website. I’d like to share the results and what I learned...
Datalist is for suggesting values without enforcing values
26.7.2019
Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what <input type="text"> is for. There are lots of different input types (and modes!), and picking the right one is a great idea.
But this little story is about something...
CEO of Dash Forms Five Strategies for Driving Mass Crypto Adoption
22.7.2019
There have been unending discussions on the adoption of digital currencies and how they can bring about changes and benefits to the larger global community. Despite their probable negative effects, cryptos can open up a host of new opportunities for businesses that want to improve and grow their...
Customer Satisfaction Surveys with Wufoo
30.5.2019
I was once tasked to create a makeshift customer service survey that would allow an employee to receive a customer call and send a survey to the custom once the call ended. The goal was to track customer satisfaction, which is a totally legit thing to want.
There are some solutions out there that...
World Economic Forum Forms Tech Policy Councils For AI, IoT, Blockchain, Will Help Regulators
30.5.2019
Blockchain technology, Artificial Intelligence (AI), and Internet of Things (IoT) are the most sought after and applied technologies of modern times. The three will have a serious impact on the future, economically and technologically. However, regulators across the globe, due to their limited...
World Economic Forum Forms Tech Policy Councils for Blockchain, AI, IoT
30.5.2019
The World Economic Forum has announced the formation of six different fourth” industrial revolution councils” to aid in the formation of tech policy
Everything You Ever Wanted to Know About inputmode
17.5.2019
The inputmode global attribute provides a hint to browsers for devices with onscreen keyboards to help them decide which keyboard to display when a user has selected any input or textarea element.
<input type="text" inputmode="" />
<textarea inputmode="" />
Unlike changing the type...
Blockvibe Forms Strategic Partnership With Pundi X
14.5.2019
In a recent announcement, Blockvibe declared its move to partner with Pundi X which is one among the leading cryptocurrencies in today’s crypto market. The crypto community was informed about this new alliance through the official Twitter handle of Blockvibe on 13th May 2019. Excited to announce...
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons!
29.4.2019
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons
Let’s have a look at how we can create a row of links that sorta run into each other with a chevron-like shape and notch on each block like you might see in a hierarchical breadcrumb navigation.
You’ve probably seen this pattern a lot....
Under-Engineered Toggles
10.4.2019
Toggles. Switches. Whatever you want to call them, they've been with us for some time and have been a dominant a staple for many form interfaces. They're even baked right into many CSS frameworks, including Bootstrap and Foundation.
It's easy to think of them in binary terms: on and off. Off...
A Couple of New Wufoo Tips
4.4.2019
(This is a sponsored post.)
High fives to Wufoo, our long-time sponsor here on CSS-Tricks. It's powered the vast majority of forms I've built over the past decade. If you've never used it or heard of it: it's a form builder. It makes the arduous task of implementing forms trivially easy. Building...
Validating a Login Form With React
4.4.2019
For almost every form that you create, you will want some sort of validation. In React, working with and validating forms can be a bit verbose, so in this article we are going to use a package call