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

Simple-Way-To-Change-The-Color-Of-Radio-Buttons

Simple Way To Change The Color Of Radio Buttons

A 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

Android Style Toggle Switch Checkbox For Web In Pure CSS

If 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-Session-On-One-Domain-At-A-Time

How To Start And Use 2 PHP Sessions On One Domain At A Time?

Session 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

Simple Smooth Vanilla JavaScript Slider With Text Widget Overlay And Navigation

There 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

Simple Multi-Step Forms Using Pure Vanilla JavaScript And CSS

Online 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-JavaScript-Smooth-Multi-Tab-Accordion

Simple Pure Vanilla JavaScript Smooth Multi-Tab Accordion

Here 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...
Pure-JavaScript-Sliding-Overlay-Sidebar-With-Custom-Open-Close-Button

Pure JavaScript Sliding Overlay Sidebar With Custom Open/Close Button

A wonderful website design element is a sliding menu. A slide menu is an off-screen element that slides in and out of view when users want it. In general, slide menus use hamburger icons, arrows, text, or other icons to indicate their location. Slide menus allow developers to save precious website s...