Stripe Login Page

Log in here As a frequent user of online payment platforms, one of my absolute favorites is Stripe. It not only provides a seamless and secure way to handle online transactions, but it also offers a user-friendly and intuitive interface. In this article, I will take you through the process of accessing the Stripe login … Read more

Categories CSS

Bootstrap Login Page

Log in here Recently, I had the opportunity to explore the world of web development, and one of the first things that caught my attention was Bootstrap. If you’re not familiar with Bootstrap, it’s a popular front-end framework that allows developers to easily create responsive and mobile-first websites. As I delved deeper into Bootstrap, one … Read more

Categories CSS

How To Write Bold In Slack

Slack is a popular messaging platform used by teams all around the world. It offers many helpful features, including the ability to format your text. One of the formatting options available is to make your text bold. In this article, I will guide you through the steps of writing in bold in Slack. First, let … Read more

Categories CSS

Password Verification and Strength Checker

This tutorial will walk you through creating a registration form that includes a password strength checker to tell the user how strong (security wise) their password is. This form will also include two password boxes and will verify that the same password has been entered twice to prevent typing the wrong thing into a password box.

Styling HTML Tables with TableCloth

In this tutorial I will show you how to apply some simple style to your tables by applying the TableCloth style sheet and JavaScript file. TableCloth is a free, light way, way to add style to existing HTML tables. It only required two lines of code added to your table. With table clothe you can also modify how the HTML tables react to your input by changing the JavaScript file.

Horizontal Menu – From Photoshop to the Web

This tutorial is a little different form our standard Photoshop tutorials. Normally I would show you how to make a web layout or menu in Photoshop, but I never really went into detail on how to make the layouts work on the web. In this tutorial I will show you how to make a simple menu using Photoshop, slice the images, and how to write the code for a functional menu.