Creating a simple PHP Login and Register Project with MySQL: A Step-by-Step Guide Posted on July 4, 2023July 4, 2023 by Anil Kumar In this tutorial, we'll walk you through the process of creating a simple PHP Login and Register Project with MySQL as the database. We'll deploy…
Adding Loading effect to Your website in easy way Posted on June 5, 2017June 7, 2022 by Anil Kumar Adding Loading effect to Your website in easy way Its a great idea to show a cool animated image until your website is loading? Of…
Custom css styling for Select box Posted on June 2, 2017June 7, 2022 by Anil Kumar When designing a website, select boxes are one of the most worst problem to style them with our imagination. In this tutorial we learn how…
CSS Styling for Checkbox and Radio buttons Posted on May 22, 2017June 7, 2022 by Anil Kumar The styling of check boxes and radio buttons became possible with the introduction of the :checked pseudo-class in CSS3. A pure CSS method. Demo here:…