HTML, CSS AND JAVASCRIPT Posts

JavaScript logo

Basic JavaScript stuff Check out a collection of JavaScripe articles on basic stuff that we must know when we deal with JavaScript.

How to create an FAQ section using javascript html and css Let's see in this tutorial how to create an FAQ section, so you can put it on your website to help your visitors find quick answers on the questions they may have about a product or service that you sell. Posted: 28-Apr-2023 | HTML, CSS and Javascript | Views 557

How to create a page scroll indicator with javascript Hi guys, in this article we are going to create a horizontal scroll indicator, which will show us how much we have scrolled down the page. If you thing that it's something difficult to achieve, i have to tell you that we only need six lines of javascript code to make this work. Posted: 22-Nov-2022 | HTML, CSS and Javascript | Views 308

How to add remove input fields dynamically using javascript In this tutorial we are going to see how to create, and remove, dynamically input form elements using javascript. Check out the live demo, and get the free source code. Posted: 26-Oct-2022 | HTML, CSS and Javascript | Views 10970

How to check the strength of a password with javascript Hello everyone, in this tutorial we are going to measure the strength of a password. A good, and in a way secure password must contain lowercase letters, uppercase letters, numbers, and special characters, and must be at least seven characters long. So we are going to write some JavaScript code to check a password on how many of those character types contains, and measure it's strength. Posted: 17-Oct-2022 | HTML, CSS and Javascript | Views 841

How to display error message in html form with javascript In this tutorial we are going to see how to display form errors under every input field with javascript. We are gonna have a register form, and we are going to validate every field to check its value. If the field is empty we are going to show an error message under the empty field. Posted: 22-Aug-2022 | HTML, CSS and Javascript | Views 12895

How to create a javascript and css fade effect Creating a css fade effect with javascript is pretty simple. We are going to see two examples in this tutorial. In the first example we are gonna have controls to fade-in and out an element. And in the second example we are going to see how to create a button to toggle on and off the fade effect. Posted: 13-Aug-2022 | HTML, CSS and Javascript | Views 1567

How to create a simple animated and responsive navigation menu In this article we are going to see how can we create a responsive navigation menu with HTML, CSS, and a little bit of JavaScript. Posted: 27-May-2022 | HTML, CSS and Javascript | Views 654

How to highlight visited menu links with CSS and JavaScript Most of the websites that we are going to design and create, will have a navigation menu. It is a common practice that we highlight the link that indicates the page we are on. Posted: 31-Jan-2022 | HTML, CSS and Javascript | Views 2053

Simple photo gallery with CSS and JavaScript In this post we are going to see how to create a photo gallery with HTML, CSS, and JavaScript. Photo galleries and slideshows are very useful to have in our websites. Posted: 31-Jan-2022 | HTML, CSS and Javascript | Views 770

Creating a responsive landing page I have created a responsive landing page, which you can download for free, and use the code in any way you like. Posted: 16-Jan-2022 | HTML, CSS and Javascript | Views 610

Preview and validate an image with JavaScript It is a good practice to show the user a preview of a selected image, and validate the image before uploading to the server. It saves the users time. Posted: 07-Jan-2022 | HTML, CSS and Javascript | Views 1684

Tutorial Categories