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.

Styling Tables Using CSS

This is part two of our table tutorial. In part one I explain why you should still use tables and when to use them. No we will apply some style to those ugly tables using CSS. If you haven’t created the table yet please follow the “How and Why You Should Still Use Tables” tutorial.

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.

How To Comment In Css

Hey there, fellow developers! Today, I’m going to take you through the art of commenting in CSS. As we all know, comments are an essential part of any coding language, and CSS is no exception. Whether you’re a beginner or a seasoned developer, understanding how to effectively use comments in your CSS can make your … 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