Author: Mark Otto

Recoil 0.3 released

May 19, 2021 By Mark Otto 0

React Color Picker Deconstructed — Perhaps you’re satisfiied with just dragging a color picker component into your app. But if you really want to understand what actually goes into this seemingly simple but actually quite complex sort of control, here you can dig into the…

JavaScript Reference

May 14, 2021 By Mark Otto 0

This appendix contains JavaScript syntax reference in the following areas: • Objects, methods, and properties • Top-level functions and properties • Event handlers In general, JavaScript has a three-pronged structure: core, client-side, and server-side. Core JavaScript refers to those features that can be used on…

The JQuery Validation

May 14, 2021 By Mark Otto 0

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…

Why Babel needs more money

May 14, 2021 By Mark Otto 0

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…

A ready-to-launch Node user and auth system

May 13, 2021 By Mark Otto 0

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…