03 Feb HTML, CSS How to Create a MPIPHP Login Form Using HTML, CSS, JS & PHP February 3, 2026 By Ammar Habib (HTML, CSS) 0 comments A login system is one of the most important components of any web application. It allows users to authenticate securely and access prot... Continue reading
02 Feb HTML, CSS How to Create a Knest Login Form Using HTML, CSS, JS & PHP February 2, 2026 By Ammar Habib (HTML, CSS) 0 comments A professional login system is an essential part of any ERP or business application. We’ll build a Knest-style ERP Login Form using HTM... Continue reading
02 Jan CSS, Django How Can Django Variables Be Used in Inline CSS Styles January 2, 2026 By Ammar Habib (HTML, CSS) 0 comments At some point while working with Django, every developer hits the same moment. Your backend logic is solid, your template loads perfect... Continue reading
24 Dec CSS How to Create a Semi-Transparent Background with CSS December 24, 2025 By Ammar Habib (HTML, CSS) 0 comments If you've ever wanted to add a subtle, stylish effect to your web pages, using a semi-transparent background can be a fantastic way to ... Continue reading
23 Dec CSS How to Create a Chat Overlay Using CSS December 23, 2025 By Ammar Habib (HTML, CSS) 0 comments If you've ever wanted to add a chat feature to your website, you're not alone. A chat overlay is a cool and effective way to keep your ... Continue reading
29 Oct CSS, HTML How to Remove Hyphenation with CSS October 29, 2025 By Ammar Habib (HTML, CSS) 0 comments When you are styling text on a website, have you ever noticed odd little dashes appearing at the end of lines? That’s the browser doing... Continue reading
16 Oct CSS, HTML, JavaScript Error for Site Owner: Invalid Domain for Site Key Fixed in HTML, CSS & JavaScript October 16, 2025 By Rick Bowen (JavaScript) 0 comments You finally set up that beautiful contact form or login page, hit refresh and suddenly the page screams at you with a big, unfriendly m... Continue reading
15 Oct HTML, CSS Build a Custom Quote Slider with HTML, CSS & jQuery October 15, 2025 By Ammar Habib (HTML, CSS) 0 comments In this tutorial, you’ll learn exactly how to make a custom quote slider using HTML, CSS, and jQuery from markup to styling to the inte... Continue reading
09 Oct CSS, HTML How Can I Fix a False Error When Defining Colors in Style.css October 9, 2025 By Ammar Habib (HTML, CSS) 0 comments I’ve hit this exact snag twice while theming Waybar and Wofi: I define a color, my editor screams in red, and yet the bar renders perfe... Continue reading
09 Oct HTML, CSS How to Fix VS Code Not Flagging HTML Typos Catching the “oneclick” vs “onclick” Error October 9, 2025 By Ammar Habib (HTML, CSS) 0 comments I ran into a silly typo that cost me way too much time, I wrote oneclick instead of onclick and VS Code didn’t complain. Nothing happen... Continue reading