Create image preview with pure JavaScript
This tutorial shows you how to add image preview to your forms with pure JavaScript. Image preview means that you can examine images before they… Read More »Create image preview with pure JavaScript
This tutorial shows you how to add image preview to your forms with pure JavaScript. Image preview means that you can examine images before they… Read More »Create image preview with pure JavaScript
This tutorial shows you how to create your own html editor with pure JavaScript. We are going to build a simple html editor that is… Read More »Create html editor with pure JavaScript
This post shows you how to customize browser built-in HTML5 form validation with JavaScript and CSS. You will be able to validate from JavaScript, add… Read More »HTML5 form validation with JavaScript
This post describes how you can post a form by using pure JavaScript (Vanilla JS). JavaScript is used to interact asynchronous with servers, you can… Read More »Post Form with Pure JavaScript (XMLHttpRequest)
This article is about forms in ASP.NET Core, how to validate them and how to post the data. The purpose of a form is to… Read More »Post a form in ASP.NET Core
This post describes how you can create a responsive website in ASP.NET Core. A responsive website adapts to different screen sizes, this makes your website… Read More »Responsive website with ASP.NET Core
This post describes a way to minify html in ASP.NET Core that I have used in a project. The main reason to minify html is… Read More »Minify html in ASP.NET Core