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

How To Detect Browser Using Pure Vanilla JavaScript?
| January 1st, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesHow to Detect Browser in JavaScript. To detect user browser, YOu need to use only HTML CSS & JavaScript. In this small project (Detect Browser in JavaScript), as you can see in the preview image, there is a ‘Browser’ text with different browser logos Google Chrome, Mozilla Firefox, Microsoft...
Add Simple Basic Tags HTML Input Field In Vanilla JavaScript
| December 31st, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesA tags input is a user interface (UI) component that allows the user to add or insert multiple entries as tags into an input field. In this project (Tags Input in JavaScript), as you can see on the webpage, there is an input box with some tags, buttons, and tags counters. You can remove each [&helli...
JavaScript MD5 Function To Encrypt Your Strings Using Vanilla JavaScript
| December 30th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDo you want to encrypt your text strings on your browser at the client-side then you can use the javascript md5 hash function? So get a javascript md5 function to encrypt your strings using vanilla javascript. The MD4, MD5 and SHA-1 calculations are altogether secure hash capacities. They accept a s...
Modify The Browser Address Bar URL Without Reloading Using JavaScript
| December 29th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesIn this article, We will explain with an example, how to change the URL in the browser address bar without reloading or refreshing the page using HTML5 History API in JavaScript. HTML5 History API allows browsers to change the URL in the browser address bar without reloading or refreshing the page u...
How To Clean Or Sanitize String For File Name With Standards Using PHP?
| November 22nd, 2021 | 2 Comments | HTML-CSS-PHP-JavaScript / PHP CodesAre you trying to come up with a function that does a good job of sanitizing certain strings so that they are safe to use in the URL (like a post slug) and also safe to use as file names? For example, when someone uploads a file I want to make sure that I remove […]...
How To Make Resizable Columns Of Your HTML Table Using JavaScript?
| November 17th, 2021 | 4 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesA lightweight and easy to use vanilla javascript to make any HTML table columns resizable. The resizable columns is a jquery and CSS based plugin that lets you make resizeable columns of tables. How we can create a flexible table in which columns are resizable? Solution: See this Resizable Table col...









