You Are Viewing Posts Under Category: HTML-CSS-PHP-JavaScript

Image-Color-Extract-Using-Simple-PHP-Without-Composer

Image Color Extract Using Simple PHP Without Composer

Have you ever wondered what kind of colours you should get to match your logo for your website? Here’s a very simple script that generates a colour palette for an image using the PHP GD library. This will help you find out which colours you can use to improve the quality of your site. The [&he...

Pretty Print JSON Data In HTML In Color Code Using JavaScript

So many times we are required to print the JSON in pretty format because it is easy to read and understood. As we know JSON (JavaScript object notation) is a lightweight data-interchange format. It is easy for humans to read and write. This tutorial shows how to pretty print JSON data in HTML in col...
Pure-JavaScript-Based-Multi-Tab-With-Hash-DIV-Linkable-URL

Pure JavaScript Based Multi-Tab With Hash DIV Linkable URL

This tutorial shows how to create a Web page containing JavaScript-driven tabs. Each tab displays a separate chunk of content when clicked — perfect if your page needs to hold a large amount of content. I find it’s a common desire with “tab” design patterns that there is a way to link to spe...
Preview-Image-Before-Uploading-In-file-Field-Using-Pure-JavaScript

Preview Image Before Uploading In <input=”file”/> Field Using Pure JavaScript

Image preview is a great feature for user to check their image before upload whether the correct image is going to upload or if the image looks nice or not etc. So in this tutorial, we will show you how to preview an image before upload using pure Vanilla JavaScript, HTML and CSS. You may […]...

Show Form Fields Hint On Focus With Stylish CSS

What interface element should you use to provide the user with helpful information about a form field as a hint? If you were thinking of a tooltip, you are correct. Tooltips are necessary for form fields that need more clarification than its field label can give. For example, when the field label ha...
How-To-Create-A-JavaScript-Typewriter-Using-Pure-Vanilla-JavaScript

How To Create A JavaScript Typewriter Using Pure Vanilla JavaScript?

You must have seen the Text Typewriter Effect on many website sliders or in a heading that looks like a full effect of typing animation character by character in typewriter effect. So we decided to make it a little snippet to let you use it on your web pages also to give your web page […]...
How-To-Add-Create-A-QR-Code-Reader-On-Your-Website-Using-JavaScript

How To Add/Create A QR Code Reader On Your Website Using JavaScript?

As you know that the barcode and QR code have upgraded our shopping and searching experience as well as our typing and entering data process. Customers with smartphones can select their product and scan its barcode or its QR code using many free phone apps to read the info or many other business use...