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

Simple Way To Change The Color Of Radio Buttons
| August 28th, 2022 | 0 Comments | CSS Codes / HTML-CSS-PHP-JavaScriptA radio button is in the same situation as checkboxes on the web: no options for styling the native component, but the same strategy we used for checkboxes can be applied to radio buttons as well. Styling native radio input elements cross-browser is a bit more painful than it should be. Over the yea...
Android Style Toggle Switch Checkbox For Web In Pure CSS
| August 27th, 2022 | 0 Comments | CSS Codes / HTML-CSS-PHP-JavaScriptIf you are into web development you will for sure know what a “toggle switch” is. There’s almost no website or web application that is not using them nowadays. It’s a design element that provides the users with a way to choose between two different states. Commonly used in we...
How To Start And Use 2 PHP Sessions On One Domain At A Time?
| August 26th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesSession handling is a key concept in PHP that enables user information to be persisted across all the pages of a website or app. In this post, you’ll learn the basics of session handling in PHP. We’ll start with an explanation of how sessions work and how they are related to cookies. The...
Simple Smooth Vanilla JavaScript Slider With Text Widget Overlay And Navigation
| August 14th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThere is no doubt that carousels are essential components in a website’s design. When you are limited in space. When you are limited in space but still want to display a lot of information, carousels come in very handy as they are perfect for displaying groups of related or unrelated content. Slid...
Simple Multi-Step Forms Using Pure Vanilla JavaScript And CSS
| August 13th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesOnline Signup and registration forms, and HTML login form templates are important aspects of almost every web design. It is considered to be the most important aspect of a website as it gives you a way to be more interactive with your users. Martin Franek is the developer of this awesome-looking mul...
Simple Pure Vanilla JavaScript Smooth Multi-Tab Accordion
| August 9th, 2022 | 2 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesHere you will know how to create a simple accordion (collapsible) element using only vanilla (pure) javascript without jQuery or any other library. You want to get your site as optimized as you can, so you need to avoid using jQuery or any other similar library for just simple elements like for exam...










