Home » Archives for Mark Otto » Page 103
May 14, 2021
By
Mark Otto
JQuery – Validation In this tutorial, I will demonstrate you how to use jquery validation plug-in to validate the form data before submitting to server. I will try to keep things simple so that you can implement some validation on your webpage forms easily. The…
May 14, 2021
By
Mark Otto
Angular 12 Released — Angular is surely turning out to be one of Google’s most reliable projects and while v12 isn’t exactly a revolution, it’s a strong step down the full transition to Ivy, Angular’s next generation compilation and rendering pipeline. Mark Techson How to Pay…
May 13, 2021
By
Mark Otto
UI Frameworks Intro Choosing between these super popular frameworks, React Native or Flutter, may be a tricky task. It all depends on what for – and how – you’re using these UI frameworks when building your mobile app. Flutter and React Native are both open-source…
May 13, 2021
By
Mark Otto
Node v14.17.0 (LTS) Released — If you want to stay on a nice, safe LTS release but still get modern features backported in when they’re ready, this is for you. Here’s what’s new this time: Diagnostics Channel support. A way to create named channels to…
May 12, 2021
By
Mark Otto
We have a huge discount at Flatlogic. For three days only you have an opportunity to buy all templates with a discount. Use the FLATLOGIC_SPRING promo code to get a 30% discount! Please note, that the promo code is valid till May 14th at midnight.…
May 12, 2021
By
Mark Otto
API Design for a React Tree Table — A well-illustrated, step-by-step tutorial for building an emulation of the macOS Finder for navigating through hierarchical data. The documentation is complete and well-organized and source code is available. It’s always good when someone clearly lays out the…
May 7, 2021
By
Mark Otto
zx: A Tool for Writing Better Shell Scripts — Tired of turning to bash, Python or Ruby to throw together a quick script? Stick with the JavaScript you know and love – this makes it easier with some handy functions for calling other programs, processing…