Remove about-david-walsh
article thumbnail

Varo Bank raises massive $510M Series E at a $2.5B valuation as it eyes the public markets

TechCrunch

CEO and founder Colin Walsh told TechCrunch that the move had a significant impact on his company’s growth. ” Walsh also said that Varo is not yet profitable, but is on its way there. . ” Walsh also said that Varo is not yet profitable, but is on its way there.

Banking 233
article thumbnail

Customizing HTML Form Validation

David Walsh

You need to duplicate validation on both client and server sides, handle loads of events, and worry about form element styling. Untitled by David Walsh ( @darkwing ) on CodePen. The post Customizing HTML Form Validation appeared first on David Walsh Blog. Let’s use what we’ve been provided!

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How to Create a UUID in JavaScript

David Walsh

The UUID identifier has been used in programming since the days a baby-faced David Walsh became a professional software engineer. My first exposure to UUIDs was via a ColdFusion app I inherited and … the less we say about that the better. The post How to Create a UUID in JavaScript appeared first on David Walsh Blog.

How To 127
article thumbnail

Detect XR Support with JavaScript

David Walsh

A few years ago I wrote an article about how to detect VR support with JavaScript. The post Detect XR Support with JavaScript appeared first on David Walsh Blog. Since that time, a whole lot has changed. “Augmented reality” became a thing and terminology has moved to “XR”, instead of VR or AR.

VR 121
article thumbnail

I’m So Old: Web Edition

David Walsh

Every once in a while I will make an old programming reference to a much younger engineer and then realize they have no idea what I’m talking about. How about Java Applets… …or even different <img src=""> upon mouseover and mouseleave ! Mobile didn’t exist Reactive navigation? Try Adobe Air!

Media 105
article thumbnail

Detect Caps Lock with JavaScript

David Walsh

I wish I had known about getModifier earlier in my career! The post Detect Caps Lock with JavaScript appeared first on David Walsh Blog.

article thumbnail

How to Control CSS Animations with JavaScript

David Walsh

CSSAnimation provides a host of information about the animation: playState , timeline , effect , and events like onfinish. The post How to Control CSS Animations with JavaScript appeared first on David Walsh Blog. With document.getAnimations , however, you can use JavaScript to manage CSS animations!

How To 131