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

Before After Image Slider Using Mouse Drag In Pure Vanilla JavaScript
May 6th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | This Vanilla JavaScript code snippet helps you to create before and after image comparison sliders. It comes with scrolling and touch support to slide the vertical slider over the image to see the before and after differences. There are many code snippets available online or on many other blogs and ...
Simple WYSIWYG Rich Text Editor Using Pure JavaScript
May 5th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | This JavaScript code snippet helps you to create a simple WYSIWYG-rich text editor with all basic commands. It is purely built with HTML5, CSS, and JavaScript without using an additional library or framework. This text editor allows users to apply bold, italic, underline, and deleted formats to th...
Pure JavaScript Voice To Text Recognition Code Snippet
May 4th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | The reason for speech recognition is for a PC or machine to effectively recognize the words verbally expressed by anybody. With this technique, there is no compelling reason to focus on more personal details, for example, emphasis, cadence, and so forth. It provides lots of advantages in developing ...
Simple And Quickest PHP File Cache Example With Auto Expiry
April 25th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP Codes | In this article, you will learn about a simple file caching process using the PHP programming language. The cache is important because it improves the efficiency of data retrieval. It is a reserved storage location that collects temporary data to help websites, browsers, and apps load faster. As we...
Google Maps With Multiple Markers And Info Windows Using JavaScript
April 24th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | Google Maps is an easy and best way to display location on the web page. A marker is used to identify a location on Google Maps and an Info Window displays some content over the map. With a marker and info window, you can mark a location more efficiently. Also, it helps the user to […]...
Stylish Multiple CSS3 Checkbox Styles Design CSS Code
April 18th, 2023 | 0 Comments | CSS Codes / HTML-CSS-PHP-JavaScript | This CSS code snippet comes with nine interactive checkbox-style examples. Basically, it has three concepts containing three variants of each. These concepts include slide, rounded and squared checkboxes. These styles can be applied to the HTML input type radio and checkbox. This CSS checkbox pack i...