Home » Archives for Mark Otto » Page 105
May 19, 2021
By
Mark Otto
We have decided to try our best in putting to rest the question “Which one is a better framework: React Native or Ionic?” And to do that, first and foremost we need to take a bit deeper look into each one of them. So, without…
May 19, 2021
By
Mark Otto
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…
May 14, 2021
By
Mark Otto
Suppose I have the following CSS rule in my HTML. How can I detect which one of the defined fonts was used in the user’s browser?
May 14, 2021
By
Mark Otto
What is the most efficient way to clone a JavaScript object? I’ve seen: but that’s not cross platform (FF only). I’ve done (in Mootools 1.2) things like this:
May 14, 2021
By
Mark Otto
There seem to be a lot of choices now for DOM manipulation, Ajax and effects. Has anyone any experience of the different options and their pros and cons?
May 14, 2021
By
Mark Otto
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…
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…